Tutorial Sample not running

Hi,
I am very new to both Illustrator SDK and Adobe Illustrator software as well. My objective is to develop an illustrator plug-in for processing some eps file (for some other application). I downloaded the Illustrator SDK and tried to build the samples using Visual Studio Express Edition 2012. I got stuck as the samples seem to have used the MFC header file <afxres.h>, which is not included in VS 2012 Express Edition. Another forum member kindly pointed out that the samples do not use any MFC and advised me to replace afxres.h by windows.h. After this change I could build all the samples successfully. However, when I am running the Illustrator, I could not properly execute the main Tutorial (and several other) plug-in. For Tutorial, I see a menu option "Object->Filters->SDK->Tutorial..." coming and it gets enabled if I open a file in Illustrator. However, when I click this option nothing seems to happen (As per Adobe Start-up Guide, I should see a modal dialog box coming up), Same thing is happening in several other sample plug-ins like SnippetRunner, TransformButton, Webter etc., all of which are supposed to open a panel, but does not seem to be doing anything. However, some other plug-ins like Annotator, Multi-Arrow Tool, MenuPlay etc., which does not open a panel or dialog box but are related to user interface, are functioning properly. What can be the reason of this strange behavior? Is there any Illustrator option, which is preventing these panels from being created? Or is it somehow related to the afxres.h issue? I really think it is the first and being absolutely novice to Illustrator, I am missing out some obvious setting or something. Any help will be greatly appreciated as I really need to see the Tutorial sample as it has some functionality I want to use.
Thanks in advance,
Joydeep Ray

Hi Leo,
Many thanks for your answer. I also tried to debug the tutorial application today and noted the presence of these ...UI folder with the css, JavaScript files in them. I was wondering how to include them in the final output. Your reply has been very helpful. However, I don't see any .zxp file in my Adobe Illustrator SDK or even Adobe Illustrator installation. There is a .mxi file in each UI folder (e.g. TutorialUI.mxi). May be this is the installer. I will check with Adobe Extension Manager, which also I don't seem to have. Anyway, after going through the source code of the Tutorial code, I have understood some of the things previously unclear to me. So, I will leave installing these extensions and concentrate on my main task of opening and processing .eps files from a FileFormat plug-in, as you suggested.
Best
Joydeep

Similar Messages

  • Oracle Reports Services 11g - Tutorial Samples not available

    The Oracle Reports Tutorial and Oracle Reports User's Guide Documentation refers to the following link for examples but the link is not available. Can anyone help me to get the samples in the tutorial? or Point me to the right mailing list where I can post the query:
    http://www.oracle.com/technetwork/middleware/reports/search-088641.html
    Below is the information provided in the Oracle Reports User's Guide Documentation:
    The supporting files for the reports you will build are available on the Oracle Technology Network (OTN): on the Oracle Reports page (http://www.oracle.com/technology/products/reports/index.html), click Getting Started to display the Getting Started with Oracle Reports home page. In the list of topic sections on the left, click Index. In the Topic list, choose Building and Developing Reports; in the Collateral Type list, choose Examples, then click Search.
    Thanks

    Hello,
    Building Reports Sample Files Download :
    http://www.oracle.com/technetwork/middleware/reports/buildingreports-examples-132914.zip
    This zip contains sample files for all the examples in the Oracle Reports Building Reports manual.
    Oracle Reports Tutorial :
    http://www.oracle.com/technetwork/middleware/reports/tutorial-examples-131273.zip
    In this tutorial, you will build a report for the Web using JSPs (JavaServer Pages) that displays information about employee salaries in each department. You will also create a graph so managers can see an overview of the data. At the end of the tutorial, you'll learn how to quickly generate a paper report based on the same data model.
    SQL Scripts for the SUMMIT Sample Schema :
    http://www.oracle.com/technetwork/middleware/reports/demos60-128984.zip
    This set of scripts installs the SUMMIT sample schema used in some of the examples in the Oracle Reports Building Reports manual.
    Regards

  • Captivate project not running properly on iPad

    Hello,
    I built a project using Captivate 7.0.  When I published the project, I checked both the SWF and HTML5 boxes so the tutorial would run on an iPad.  However, when I view the tutorial on the iPad, the tutorial does not run properly.  The pages do not advance (even though, in Captivate, I have the slides advancing automatically - not on mouse clicks), all of the bullets on a slide do not appear, and the narration stops in the middle of a slide and does not resume.
    Do you have any suggestions?
    Thank you,
    Sarah

    Hi Joel,
    I removed all bullet animations and re-published the project (I checked the "Force re-publish all the slides").  My tutorial runs on an iPad, without the slides hanging up.  It appears removing the bullet annimations solved that issue.  Thanks for the suggestion.
    However, neither my music introduction on the first slide nor my narration on subsequent slides comes in.  I confirmed I do not have "mute" on and that my volume is up.  Also, I confirmed the sound works by running the tutorial on my desktop. 
    Do you have any ideas?
    Thanks,
    Sarah

  • Javaee6 sample does not run on remote GF 3.1

    I installed javaee6 with samples:
    java_ee_sdk-6u2-jdk-linux-x64-ml.sh
    I can run "automatic-timer" sample properly, when GF 3.1 runs on localhost.
    If GF 3.1 runs on a remte host.
    I set the remote GF 3.1 in bp-project/build.properties:
    javaee.server.name=192.168.1.101
    Now automatic-timer sample does not run:
    [java] Waiting for the timer to expire
    [java] Logged timeouts :
    [java] org.omg.CORBA.COMM_FAILURE: FINE: IOP00410001: Connection failure: socketType: IIOP_CLEAR_TEXT; hostname: localhost; port: 3700 vmcid: OMG minor code: 1 completed: No
    [java]      at sun.reflect.GeneratedConstructorAccessor30.newInstance(Unknown Source)
    [java]      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    [java]      at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    [java]      at com.sun.corba.ee.spi.orbutil.logex.corba.CorbaExtension.makeException(CorbaExtension.java:248)
    [java]      at com.sun.corba.ee.spi.orbutil.logex.corba.CorbaExtension.makeException(CorbaExtension.java:95)
    [java]      at com.sun.corba.ee.spi.orbutil.logex.WrapperGenerator.handleFullLogging(WrapperGenerator.java:387)
    [java]      at com.sun.corba.ee.spi.orbutil.logex.WrapperGenerator.access$400(WrapperGenerator.java:107)
    [java]      at com.sun.corba.ee.spi.orbutil.logex.WrapperGenerator$2.invoke(WrapperGenerator.java:511)
    [java]      at com.sun.corba.ee.spi.orbutil.proxy.CompositeInvocationHandlerImpl.invoke(CompositeInvocationHandlerImpl.java:99)
    [java]      at $Proxy26.connectFailure(Unknown Source)
    [java]      at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:257)
    [java]      at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:270)
    [java]      at com.sun.corba.ee.impl.transport.SocketOrChannelContactInfoImpl.createConnection(SocketOrChannelContactInfoImpl.java:129)
    [java]      at com.sun.corba.ee.impl.protocol.CorbaClientRequestDispatcherImpl.beginRequest(CorbaClientRequestDispatcherImpl.java:223)
    [java]      at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.request(CorbaClientDelegateImpl.java:228)
    [java]      at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.is_a(CorbaClientDelegateImpl.java:393)
    [java]      at org.omg.CORBA.portable.ObjectImpl._is_a(ObjectImpl.java:112)
    [java]      at org.omg.CosNaming.NamingContextHelper.narrow(NamingContextHelper.java:69)
    [java]      at com.sun.enterprise.naming.impl.SerialContext$ProviderCacheKey.getNameService(SerialContext.java:1241)
    [java]      at com.sun.enterprise.naming.impl.SerialContext.getRemoteProvider(SerialContext.java:411)
    [java]      at com.sun.enterprise.naming.impl.SerialContext.getProvider(SerialContext.java:347)
    [java]      at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:504)
    [java]      at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:455)
    [java]      at javax.naming.InitialContext.lookup(InitialContext.java:392)
    [java]      at enterprise.automatic_timer_client.AutomaticTimerJavaClient.getRecords(AutomaticTimerJavaClient.java:64)
    [java]      at enterprise.automatic_timer_client.AutomaticTimerJavaClient.main(AutomaticTimerJavaClient.java:53)
    [java] Caused by: java.lang.RuntimeException: java.net.ConnectException: Connection refused
    [java]      at org.glassfish.enterprise.iiop.impl.IIOPSSLSocketFactory.createSocket(IIOPSSLSocketFactory.java:340)
    [java]      at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:242)
    [java]      ... 15 more
    [java] Caused by: java.net.ConnectException: Connection refused
    [java]      at sun.nio.ch.Net.connect(Native Method)
    [java]      at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:500)
    [java]      at com.sun.corba.ee.impl.orbutil.ORBUtility.openSocketChannel(ORBUtility.java:110)
    [java]      at org.glassfish.enterprise.iiop.impl.IIOPSSLSocketFactory.createSocket(IIOPSSLSocketFactory.java:325)
    [java]      ... 16 more
    [java] javax.naming.NamingException: Lookup failed for 'java:global/automatic-timer-ejb/StatelessSessionBean' in SerialContext[myEnv={java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, java.naming.factory.url.pkgs=com.sun.enterprise.naming, java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl} [Root exception is javax.naming.NamingException: Unable to acquire SerialContextProvider for SerialContext[myEnv={java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, java.naming.factory.url.pkgs=com.sun.enterprise.naming, java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl} [Root exception is org.omg.CORBA.COMM_FAILURE: FINE: IOP00410001: Connection failure: socketType: IIOP_CLEAR_TEXT; hostname: localhost; port: 3700  vmcid: OMG  minor code: 1  completed: No]]
    [java]      at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:518)
    [java]      at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:455)
    [java]      at javax.naming.InitialContext.lookup(InitialContext.java:392)
    [java]      at enterprise.automatic_timer_client.AutomaticTimerJavaClient.getRecords(AutomaticTimerJavaClient.java:64)
    [java]      at enterprise.automatic_timer_client.AutomaticTimerJavaClient.main(AutomaticTimerJavaClient.java:53)
    [java] Caused by: javax.naming.NamingException: Unable to acquire SerialContextProvider for SerialContext[myEnv={java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, java.naming.factory.url.pkgs=com.sun.enterprise.naming, java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl} [Root exception is org.omg.CORBA.COMM_FAILURE: FINE: IOP00410001: Connection failure: socketType: IIOP_CLEAR_TEXT; hostname: localhost; port: 3700  vmcid: OMG  minor code: 1  completed: No]
    [java]      at com.sun.enterprise.naming.impl.SerialContext.getProvider(SerialContext.java:352)
    [java]      at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:504)
    [java]      ... 4 more
    [java] Caused by: org.omg.CORBA.COMM_FAILURE: FINE: IOP00410001: Connection failure: socketType: IIOP_CLEAR_TEXT; hostname: localhost; port: 3700 vmcid: OMG minor code: 1 completed: No
    [java]      at sun.reflect.GeneratedConstructorAccessor30.newInstance(Unknown Source)
    [java]      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    [java]      at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    [java]      at com.sun.corba.ee.spi.orbutil.logex.corba.CorbaExtension.makeException(CorbaExtension.java:248)
    [java]      at com.sun.corba.ee.spi.orbutil.logex.corba.CorbaExtension.makeException(CorbaExtension.java:95)
    [java]      at com.sun.corba.ee.spi.orbutil.logex.WrapperGenerator.handleFullLogging(WrapperGenerator.java:387)
    [java]      at com.sun.corba.ee.spi.orbutil.logex.WrapperGenerator.access$400(WrapperGenerator.java:107)
    [java]      at com.sun.corba.ee.spi.orbutil.logex.WrapperGenerator$2.invoke(WrapperGenerator.java:511)
    [java]      at com.sun.corba.ee.spi.orbutil.proxy.CompositeInvocationHandlerImpl.invoke(CompositeInvocationHandlerImpl.java:99)
    [java]      at $Proxy26.connectFailure(Unknown Source)
    [java]      at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:257)
    [java]      at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:270)
    [java]      at com.sun.corba.ee.impl.transport.SocketOrChannelContactInfoImpl.createConnection(SocketOrChannelContactInfoImpl.java:129)
    [java]      at com.sun.corba.ee.impl.protocol.CorbaClientRequestDispatcherImpl.beginRequest(CorbaClientRequestDispatcherImpl.java:223)
    [java]      at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.request(CorbaClientDelegateImpl.java:228)
    [java]      at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.is_a(CorbaClientDelegateImpl.java:393)
    [java]      at org.omg.CORBA.portable.ObjectImpl._is_a(ObjectImpl.java:112)
    [java]      at org.omg.CosNaming.NamingContextHelper.narrow(NamingContextHelper.java:69)
    [java]      at com.sun.enterprise.naming.impl.SerialContext$ProviderCacheKey.getNameService(SerialContext.java:1241)
    [java]      at com.sun.enterprise.naming.impl.SerialContext.getRemoteProvider(SerialContext.java:411)
    [java]      at com.sun.enterprise.naming.impl.SerialContext.getProvider(SerialContext.java:347)
    [java]      ... 5 more
    [java] Caused by: java.lang.RuntimeException: java.net.ConnectException: Connection refused
    [java]      at org.glassfish.enterprise.iiop.impl.IIOPSSLSocketFactory.createSocket(IIOPSSLSocketFactory.java:340)
    [java]      at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:242)
    [java]      ... 15 more
    [java] Caused by: java.net.ConnectException: Connection refused
    [java]      at sun.nio.ch.Net.connect(Native Method)
    [java]      at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:500)
    [java]      at com.sun.corba.ee.impl.orbutil.ORBUtility.openSocketChannel(ORBUtility.java:110)
    [java]      at org.glassfish.enterprise.iiop.impl.IIOPSSLSocketFactory.createSocket(IIOPSSLSocketFactory.java:325)
    [java]      ... 16 more
    [java] Exception in thread "main" java.lang.NullPointerException
    [java]      at enterprise.automatic_timer_client.AutomaticTimerJavaClient.main(AutomaticTimerJavaClient.java:54)
    Why does it use localhost instead of 192.168.1.106 ?
    How can I run the sample against a remote GF 3.1 ?
    Thank you

    I got solution:
    Re: Can't access remote EJBs (GF3.1)
    I followed the instructions from http://www.java.net/node/676636
    and changed "/etc/hosts" file:
    1) commented out the "internal" IP addresses in the first two lines
    2) and added a the external IP address
    #127.0.0.1 localhost
    #127.0.1.1 lennyserver
    192.168.0.202 lennyserver
    The following lines are desirable for IPv6 capable hosts
    ::1 localhost ip6-localhost ip6-loopback
    fe00::0 ip6-localnet
    ff00::0 ip6-mcastprefix
    ff02::1 ip6-allnodes
    ff02::2 ip6-allrouters
    ff02::3 ip6-allhosts
    Now the InitialContext.lookup() can find the bean.

  • Any Tutorial / Sample to create Single PDF from multiple source files using PDF assembler in a watched folder process.

    Any Tutorial / Sample to create Single PDF from multiple source files using PDF assembler in a watched folder process. I have a client application which will prepare number of source files and some meta data information (in .XML) which will be used in header/footer. Is it possible to put a run time generated DDX file in the watch folder and use it in Process. If possible how can I pass the file names in the DDX. Any sample Process will be very helpful.

    If possible, make use of Assembler API in your client application instead of doing this using watched folder. Here are the Assembler samples :  LiveCycle ES2.5 * Programming with LiveCycle ES2.5
    Watched folder can accept zip files (sample : Configuring a watched folder to handle multiple input files and write results to a single folder | Adobe LiveCycle Blog ). You can also use execute script to create the DDX at runtime : LiveCycle ES2 * Application Development Using LiveCycle Workbench ES2
    Thanks
    Wasil

  • 'Not running in a hosted service or the Development Fabric' exception on deployed Worker role

    We are getting this exception after a worker role has been operating fine in production for several weeks.  Once this exception starts getting reported, it will keep getting it every time the worker role tries to access anything with the Diagnostics:
    Not running in a hosted service or the Development Fabric
    Note that the role is full trust, and as I mentioned this in in production on the Azure servers, NOT in debug.  The worker role itself does some dynamic compilation, for which it needs to start a new AppDomain.  It appears that the exception is
    coming from the spawned AppDomain when it occurs.  The exception itself is triggered on a simple Trace.TraceInformation call.
    What could cause this?
    What can we do to recover from this?

    We are getting this exception after a worker role has been operating fine in production for several weeks.  Once this exception starts getting reported, it will keep getting it every time the worker role tries to access anything with the Diagnostics:
    Not running in a hosted service or the Development Fabric
    Note that the role is full trust, and as I mentioned this in in production on the Azure servers, NOT in debug.  The worker role itself does some dynamic compilation, for which it needs to start a new AppDomain.  It appears that the exception is
    coming from the spawned AppDomain when it occurs.  The exception itself is triggered on a simple Trace.TraceInformation call.
    What could cause this?
    What can we do to recover from this?
    Hi,
    I have tested this situation in Windows Azure platform and i can not reproduce your exception message, my test code in follwoing MSDN samples and i deploy it in Production status.
    The MSDN article (include Appdomain code snippets)
    http://msdn.microsoft.com/en-us/library/system.appdomain.aspx .
    Base on my understand, the "Not running in a hosted service or the Development Fabric" error message occur when Azure Emulator or Azure development fabirc, because you create a new appdomain in WorkRole, and it may cause permission errors, a similar
    posts by my research:
    https://social.msdn.microsoft.com/Forums/en-US/windowsazuretroubleshooting/thread/50987285-58ac-484e-b604-725fe01a3325
    If you still have some problems, please inform me. Thank you.
    Please mark the replies as answers if they help or unmark if not. If you have any feedback about my replies, please contact
    [email protected]
    Microsoft One Code Framework

  • Managed server not running.

    Hello.
    I execute the managed server.
    But the Managed server does not running.
    Why the error occurred in the server?
    D:\bea\wlserver6.1>"D:\bea\jdk131\bin\java" -hotspot -ms64m -mx64m -classpat
    h ".
    .;.\lib\weblogic_sp.jar;.\lib\weblogic.jar;.\samples\eval\cloudsc
    ape\lib\cloudscape.jar;.\config\examples\serverclasses" -Dweblogic.Domain=ex
    ampl
    es -Dbea.home="D:\bea" -Dweblogic.management.password=weblogic -Dweblogic.Pr
    oductionModeEnabled=true -Dweblogic.Name="managedServer" -Dweblogic.manageme
    nt.server="http://localhost:7001"
    "-Djava.security.policy==D:\bea\wlserver6.1/lib/weblogic.policy"
    weblogic.Server
    Starting WebLogic Server ....
    Connecting to http://localhost:7001...
    <2002-02-14 ¿ÀÈÄ 08½Ã09ºÐ01ÃÊ> <Notice> <WebLogicServer> <Starting WebLogic
    Mana
    ged Server "managedServer" for domain "examples">
    java.lang.SecurityException: Authentication for user system denied in realm
    wl_r
    ealm
    Start server side stack trace:
    java.lang.SecurityException: Authentication for user system denied in realm
    wl_r
    ealm
    at weblogic.security.acl.Realm.authenticate(Realm.java:212)
    at weblogic.security.acl.Realm.getAuthenticatedName(Realm.java:233)
    at
    weblogic.security.acl.internal.Security.authenticate(Security.java:125)
    at weblogic.security.acl.internal.Security.verify(Security.java:87)
    at
    weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:235)
    at
    weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:2
    2)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End server side stack trace
    at
    weblogic.rmi.internal.BasicOutboundRequest.sendReceive(BasicOutboundR
    equest.java:85)
    at
    weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:134)
    at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
    at $Proxy7.getAdminMBean(Unknown Source)
    at weblogic.management.Admin.getServer(Admin.java:1252)
    at
    weblogic.connector.common.ConnectorService.initialize(ConnectorServic
    e.java:55)
    at
    weblogic.t3.srvr.ServerServiceList.initialize(ServerServiceList.java:
    46)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:482)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    --------------- nested within: ------------------
    weblogic.utils.AssertionError: ***** ASSERTION FAILED ***** - with nested
    except
    ion:
    [java.lang.SecurityException: Authentication for user system denied in realm
    wl_
    realm
    Start server side stack trace:
    java.lang.SecurityException: Authentication for user system denied in realm
    wl_r
    ealm
            at weblogic.security.acl.Realm.authenticate(Realm.java:212)
            at weblogic.security.acl.Realm.getAuthenticatedName(Realm.java:233)
            at
    weblogic.security.acl.internal.Security.authenticate(Security.java:12
    Thanks
    Hyun Min.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hi,
    I have just the same problem. I am trying to start a managed server on the SAME machine,
    from the SAME domain, from the SAME directory. Therefore they use the SAME filerealm.properties
    I guess that there must be something else than checking that both servers are configured
    with the same system password ...
    We are using WebLogic 6.1 and Portal Server 4.0 on top of it. We have configured
    LDAP Realm V1. Admin server starts OK.
    Thank you for any relevant input.
    Ales
    Parthasarathy Seshadri <[email protected]> wrote:
    Please make sure the password for the system user is the same for the Admin
    and
    managed servers. Please inform whether you have changed the System Password
    as
    described in: http://e-docs.bea.com/wls/docs61/adminguide/cnfgsec.html#1052304.
    Thank you.
    Hyun Min wrote:
    Hello.
    I execute the managed server.
    But the Managed server does not running.
    Why the error occurred in the server?
    D:\bea\wlserver6.1>"D:\bea\jdk131\bin\java" -hotspot -ms64m -mx64m -classpat
    h ".
    .;.\lib\weblogic_sp.jar;.\lib\weblogic.jar;.\samples\eval\cloudsc
    ape\lib\cloudscape.jar;.\config\examples\serverclasses" -Dweblogic.Domain=ex
    ampl
    es -Dbea.home="D:\bea" -Dweblogic.management.password=weblogic -Dweblogic.Pr
    oductionModeEnabled=true -Dweblogic.Name="managedServer" -Dweblogic.manageme
    nt.server="http://localhost:7001"
    "-Djava.security.policy==D:\bea\wlserver6.1/lib/weblogic.policy"
    weblogic.Server
    Starting WebLogic Server ....
    Connecting to http://localhost:7001...
    <2002-02-14 ¿ÀÈÄ 08½Ã09ºÐ01ÃÊ> <Notice> <WebLogicServer> <Starting WebLogic
    Mana
    ged Server "managedServer" for domain "examples">
    java.lang.SecurityException: Authentication for user system denied inrealm
    wl_r
    ealm
    Start server side stack trace:
    java.lang.SecurityException: Authentication for user system denied inrealm
    wl_r
    ealm
    at weblogic.security.acl.Realm.authenticate(Realm.java:212)
    at weblogic.security.acl.Realm.getAuthenticatedName(Realm.java:233)
    at
    weblogic.security.acl.internal.Security.authenticate(Security.java:125)
    at weblogic.security.acl.internal.Security.verify(Security.java:87)
    at
    weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:235)
    at
    weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:2
    2)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End server side stack trace
    at
    weblogic.rmi.internal.BasicOutboundRequest.sendReceive(BasicOutboundR
    equest.java:85)
    at
    weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:134)
    at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
    at $Proxy7.getAdminMBean(Unknown Source)
    at weblogic.management.Admin.getServer(Admin.java:1252)
    at
    weblogic.connector.common.ConnectorService.initialize(ConnectorServic
    e.java:55)
    at
    weblogic.t3.srvr.ServerServiceList.initialize(ServerServiceList.java:
    46)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:482)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    --------------- nested within: ------------------
    weblogic.utils.AssertionError: ***** ASSERTION FAILED ***** - with nested
    except
    ion:
    [java.lang.SecurityException: Authentication for user system denied in
    realm>> wl_>> realm>>>> Start server side stack trace:>> java.lang.SecurityException: Authentication for user system denied in>realm>> wl_r>> ealm>>         at weblogic.security.acl.Realm.authenticate(Realm.java:212)>>         at weblogic.security.acl.Realm.getAuthenticatedName(Realm.java:233)>>         at>> weblogic.security.acl.internal.Security.authenticate(Security.java:12>>>> Thanks>> Hyun Min.>>-->>Developer Relations Engineer>BEA Support>>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Since upgrading to Yosemite I can not run my airport express' without having to reset each of them every time I wish to use them. Does anyone know what the problem is?

    I am running a 7 year old MacBook Pro 15. Since upgrading to Yosemite I can not run my airport express' without having to reset each of them every time I wish to use them. I did not have this problem with Mavericks OSX. Does anyone know what the problem is and is there a fix?

    See
    What is a kernel panic,
    Technical Note TN2063: Understanding and Debugging Kernel Panics,
    Mac OS X Kernel Panic FAQ,
    Resolving Kernel Panics, and
    Tutorial: Avoiding and eliminating Kernel panics for more details.

  • Can not run the J2EE application on webless iAS

    Hi:
    I have installed iAS on Salaris, and installed a webconnector on IIS which
    hosted on different machine.
    Now I can run the simple servlet sample, but I can not run the Helloworld
    application that I deployed follow the guide. The error message was: socket
    receive error (RecvBuffer 1)

    Don wrote:
    Hi:
    I have installed iAS on Salaris, and installed a webconnector on IIS which
    hosted on different machine.Wow, I did not know that iAS support IIS as the web server. I think SP3
    will
    allow you to use Apache as well as iPlanet's web server, but I not think
    IIS is
    supported. Perhaps you should use a supported web server.
    Kent

  • Weblogic 6.1 trial not running on win2k

    I installed WL 6.1 trial on my windows 2000 machine. When I run the default server it starts up but I cannot successfully access the "localhost:7001".
    The server is running but it doesn't seem to be listening for any requests.
    I've verified the port number. On netscape I get "connection reset by peer".
    Any ideas? Others on my team have installed the same version on the same OS without any problems.

    I have resolved the problem. It turns out that I have VPN (virtual private network) software on my machine that
    was causing the conflict. I have Aventail Connect 3.23 installed on my machine.
    I was experiencing the problem with Weblogic even when I did not have the software running.
    A colleague of mine mentioned that this software modifies the tcpip stack so it could have an effect
    even if its not running. I don't understand all the details but the important thing is that the server is now
    serving my requests.
    What I did to get it working was to go into the configuration for the software and java.exe and javaw.exe to the list of
    programs that should be not be "secured" by this software.
    The strange thing is that another person on my team does not experience the problem althoug he has the same software (same version) as I do. He did not need to
    make the change which I made.
    [email protected] wrote:
    Here is the output when I start the default server:
    C:\bea\wlserver6.1>set PATH=.\bin;C:\Borland\AppServer\bin;C:\Program Files\Vert
    ical Sky Client\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Utiliti
    es;C:\Program Files\IBM\Trace Facility;C:\Program Files\Personal Communications;
    C:\Notes;C:\IMNnq_NT;C:\Program Files\SQLLIB\BIN;C:\Program Files\SQLLIB\FUNCTIO
    N;C:\Program Files\SQLLIB\SAMPLES\REPL;C:\Program Files\SQLLIB\HELP;C:\Rational\
    common;C:\Rational\Rose\TopLink\;c:\jbuilder5\bin
    C:\bea\wlserver6.1>set CLASSPATH=.;.\lib\j2ee12.jar;.\lib\weblogic_sp.jar;.\lib\
    weblogic.jar
    C:\bea\wlserver6.1>echo off
    * To start WebLogic Server, use the password *
    * assigned to the system user. The system *
    * username and password must also be used to *
    * access the WebLogic Server console from a web *
    * browser. *
    C:\bea\wlserver6.1>"C:\bea\jdk131\bin\java" -hotspot -ms64m -mx64m -classpath .;
    .\lib\j2ee12.jar;.\lib\weblogic_sp.jar;.\lib\weblogic.jar -Dweblogic.Domain=mydo
    main -Dweblogic.Name=myserver "-Dbea.home=C:\bea" -Dweblogic.management.password
    = -Dweblogic.ProductionModeEnabled=true -Dweblogic.J2EE12OnlyModeEnabled=true "-
    Djava.security.policy==C:\bea\wlserver6.1/lib/weblogic.policy" weblogic.Server
    <Jan 30, 2002 10:20:41 AM EST> <Info> <Security> <Getting boot password from use
    r.>
    Enter password to boot WebLogic server:
    Starting WebLogic Server ....
    <Jan 30, 2002 10:20:49 AM EST> <Notice> <Management> <Loading configuration file
    .\config\mydomain\config.xml ...>
    <Jan 30, 2002 10:20:56 AM EST> <Notice> <WebLogicServer> <Starting WebLogic Admi
    n Server "myserver" for domain "mydomain">
    <Jan 30, 2002 10:21:04 AM EST> <Notice> <Management> <Starting discovery of Mana
    ged Server... This feature is on by default, you may turn this off by passing -D
    weblogic.management.discover=false>
    <Jan 30, 2002 10:21:24 AM EST> <Notice> <Management> <Application Poller not sta
    rted for production server.>
    <Jan 30, 2002 10:21:24 AM EST> <Notice> <WebLogicServer> <ListenThread listening
    on port 7001>
    <Jan 30, 2002 10:21:24 AM EST> <Notice> <WebLogicServer> <SSLListenThread listen
    ing on port 7002>
    <Jan 30, 2002 10:21:25 AM EST> <Notice> <WebLogicServer> <Started WebLogic Admin
    Server "myserver" for domain "mydomain" running in Production Mode>
    Michael Young wrote:
    Hi.
    Strange.
    Ok, one last thing to try. Try using the IP address of your win2k machine instead of localhost. If you don't know what that is you can run 'java utils.myip'
    after running setEnv.cmd to get it.
    If that works then there is some sort of network setup problem on your win2k box. If that doesn't work then please open a case with support.
    Thanks,
    Michael
    [email protected] wrote:
    Michael,
    thanks for your interest. I don't see any exceptions in the log files. The server is listening on port 7001 and port 7002 (secure). I have tried both
    netscape and
    internet explorer.
    Another test I tried resulted in the following:
    After starting the default server, I started the managed server (startManagedWebLogic.cmd). I entered the following command
    "startManagedWebLogic ms http://localhost:7001" at the command prompt.
    This is the exception that was thrown:
    Exception raised: weblogic.management.configuration.ConfigurationException:
    connecting
    to http://localhost:7001/wl_management_internal2/Bootstrap - with nested
    exception:
    [java.net.SocketException: Connection reset by peer: JVM_recv in socket
    input stream re
    ad]
    java.net.SocketException: Connection reset by peer: JVM_recv in socket input
    stream rea
    d
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:86)
    at java.io.BufferedInputStream.fill(BufferedInputStream.java:186)
    at java.io.BufferedInputStream.read(BufferedInputStream.java:204)
    at
    weblogic.net.http.MessageHeader.parseHeader(MessageHeader.java:132)
    at weblogic.net.http.HttpClient.parseHTTP(HttpClient.java:280)
    at
    weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:28
    3)
    at
    java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:230)
    at weblogic.management.Admin.getBootstrapLocalServer(Admin.java:983)
    at weblogic.management.Admin.initialize(Admin.java:311)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:354)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:197)
    at weblogic.Server.main(Server.java:35)
    --------------- nested within: ------------------
    weblogic.management.configuration.ConfigurationException: connecting to
    http://localhost:7001/wl_management_internal2/Bootstrap - with nested exception:
    [java.net.SocketException: Connection reset by peer: JVM_recv in socket
    input stream re
    ad]
    at
    weblogic.management.Admin.getBootstrapLocalServer(Admin.java:1068)
    at weblogic.management.Admin.initialize(Admin.java:311)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:354)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:197)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    Michael Young wrote:
    Hi.
    Are there any exceptions or errors in your log file? Does the log file show the server listening on port 7001 with a message something like:
    ####<Jan 25, 2002 1:49:14 PM CST> <Notice> <WebLogicServer> <jefferson> <myserver> <ListenThread> <system> <> <000202> <ListenThread listening on port
    7001>
    If your browser is set to go through a proxy try setting it to connect directly.
    Try another browser (ie) - do you get the same behavior?
    Regards,
    Michael
    tdhaliwal wrote:
    I installed WL 6.1 trial on my windows 2000 machine. When I run the default server it starts up but I cannot successfully access the "localhost:7001".
    The server is running but it doesn't seem to be listening for any requests.
    I've verified the port number. On netscape I get "connection reset by peer".
    Any ideas? Others on my team have installed the same version on the same OS without any problems.--
    Michael Young
    Developer Relations Engineer
    BEA Support
    Michael Young
    Developer Relations Engineer
    BEA Support

  • Portal Tutorial does not install on win2000

    while installing the 9ias portal tutorial, the ssoimp.cmd,
    secimp.cmd, pageimp.cmd, contimp.cmd programs do not run on win2000. What
    can be done, aside from standing up an NTserver...
    http://technet.oracle.com//docs/products/iportal/doc_index.htm
    part no. a87567-01 Oracle Portal Tutorial Rel. 3.0.8
    null

    There may be some issues. In any case, 5.1 SP 2 supports W2K with SP 2, see http://docs.sun.com/source/816-6403-10/relnotes_ds51sp2.html#23830
    That means 5.1 SP 2 has not gone through the validation process on W2K with SP 4 and is therefore not guaranteed even to install.
    Note: 5.2 is supported on W2K SP4. Check out http://docs.sun.com/source/816-6703-10/index.html#wp27466

  • WDPortalNavigation with portal not running on WD server

    Hello,
    I am trying to get my application to close itself and replace itself with a non-WebDynpro iView.
    I have been attempting to use:
    WDPortalNavigation.navigateAbsolute("ROLES://portal_content/contentlib/corporate/mss/iviews/test_iview",
                   WDPortalNavigationMode.SHOW_INPLACE,
                   String) null,
                   (String) null,
              WDPortalNavigationHistoryMode.NO_HISTORY,
                   (String) null,
                   (String) null,
                   (String) null);
    It seems to happily end the application (clicking on anything results in a "The Web Dynpro Application 'PortalNavTest' has expired" )- but nothing is loaded in its place.
    from reading the various posts in the forum, and the portal nav tutorial, I think that this should work, however I do have a landscape difference that I believe may be causing me a problem. The server which my wd app is running on is different to the server which my portal is running on. I'm not sure how my app would "know" what URL to use to fetch the new iview. Running on a different server does not cause me any issues with running the app normally, however, it does seem to cause a problem with portal navigation.
    in the help <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/d2/0357425e060d53e10000000a155106/frameset.htm">SAP Help - Calling Portal Services</a>
    there is a mention of being  "service factory provides a conduit to portal services to ensure that the proper service is called, even in cases when the Web Dynpro application and the portal are running on different machines". but on the same page of the help it says:
    "A portal service can be called only when the portal platform and the Web Dynpro application are running on the same machine.
    It is recommended not to use your Web Dynpro-based portal content in a global or federated portal scenario"
    To summarise, I'm confused! Can I use portal navigation in my application when it is not running on the portal server? Do I have to use Dynamic iViews in the page service? Can I even use the IWDPageService in NW04 (I can't seem to find the jar with this interface/class anywhere) and it's not mentioned in the NW04 help.. ?
    Am I just better off just opening the new iview in a new window in the application by passing in the absolute URL - ie - the portal iview URL?
    Any suggestions most welcome.
    Thanks,
    Chris

    Hi Chris,
    I have an issue on the same lines and just happened to stumble upon this thread. Can you please share how you resolved the problem?
    My Scenario - Here I am doing an absolute navigation to a web dynpro page which works fine when I am accessing the application within the producer. Now on accessing the application from consumer portal it opens up the page in a new window the url of which is that of producer. I have opened a thread for this. If you could reply there that is really appreciated.
    Federated Portal - Absolute navigation from Consumer opens new window
    Thanks,
    KN.

  • Barcode sample couldnot run in 9ias

    barcode sample couldnot run in 9ias
    Oraclebarcode.jar Doesn't work on webserver
    I have downloaded the example on how to print a barcode using the oraclebarcode.jar in 9i. It works on my local install of the reportserver(devloper9i), but when I move it out to the webserver(9ias), it doesn't work. It gives this error:
    Terminated with error: <br>REP-771: 'beforereport': Fatal PL/SQL error occurred. ORA-39565: Message 39565 not found; product=RDBMS; facility=ORA
    the beforreport trigger code below
    globals.barcode_to_use:=BarCodeConstants.BAR_CODE_128;
    The jar file is in the reports_classpath, as well as the report. What else to try????

    1.I have reslove the problem.
    2.add d:\oracle\reports\jlib\oraclebarcode.jar to REPORTS_CLASSPATH。
    3.add d:\oracle\reports\jlib\oraclebarcode.jar to CLASSPATH。
    4.modify d:\oracle\reports\conf\<server_name>.conf。add d:\oracle\reports\jlib\oraclebarcode.jar 到engine element 的classpath attibute。
    <engine id="rwEng" class="oracle.reports.engine.EngineImpl" initEngine="1" maxEngine="1" minEngine="0" engLife="50" maxIdle="30" callbackTimeOut="60000" classPath="d:\oracle\reports\jlib\oraclebarcode.jar">。
    <engine id="rwURLEng" class="oracle.reports.urlengine.URLEngineImpl" initEngine="1" maxEngine="1" minEngine="0" engLife="50" maxIdle="30" callbackTimeOut="60000" classPath="d:\oracle\reports\jlib\oraclebarcode.jar"/>

  • Error in tutorial: Could not create XML document carrying AQ Headers

    Hi,
    We try to run the AQOutboundCorrelation tutorial. After running the enqueue_reply.sql script the message was placed from the request to the reply queue and read by the AQ inbound adapter.
    Nothing happened in the flow. The following error occured in the domain log:
    Could not create XML document carrying AQ Headers
    Please help!!
    See log messages below
    <2007-01-18 13:58:59,187> <DEBUG> <default.collaxa.cube.activation> <AQ Adapter::Inbound> MessageReader_addPrimitive: field = PAYLOAD, value = Hallo
    <2007-01-18 13:58:59,187> <DEBUG> <default.collaxa.cube.activation> <AQ Adapter::Inbound> MessageReader_addPrimitive: field = RESULT, value = request received
    <2007-01-18 13:58:59,187> <DEBUG> <default.collaxa.cube.activation> <AQ Adapter::Inbound> MessageReader_getAsXML message:<<<<<<<
    <?xml version = '1.0' standalone = 'yes'?>
    <CORRELATIONREPLY_TYPE xmlns="http://xmlns.oracle.com/xdb/ANDRE">
    <PAYLOAD xmlns="">Hallo</PAYLOAD>
    <RESULT xmlns="">request received</RESULT>
    </CORRELATIONREPLY_TYPE>
    >>>>>>>>
    <2007-01-18 13:58:59,187> <DEBUG> <default.collaxa.cube.activation> <AQ Adapter::Inbound> MessageReader_readMessage: aqHeader = oracle.xml.parser.v2.XMLDocument@eabad
    <2007-01-18 13:58:59,187> <DEBUG> <default.collaxa.cube.activation> <AQ Adapter::Inbound> MessageReader_readMessage:Header<<<<<<<
    <?xml version = '1.0' standalone = 'yes'?>
    <Header xmlns="http://xmlns.oracle.com/pcbpel/adapter/aq/inbound/">
    <MessageId>CA714367FA1B4BB3B2AC0211C9ECF2DB</MessageId>
    <Priority>1</Priority>
    <Correlation>209EE57CB6AC4B2FA2034C6FA58AD24B</Correlation>
    <Attempts>0</Attempts>
    <EnqueueTime>2007-01-18T13:58:59.000+01:00</EnqueueTime>
    <OrigMessageId></OrigMessageId>
    </Header>
    >>>>>>>>
    <2007-01-18 13:58:59,187> <ERROR> <default.collaxa.cube.activation> <AQ Adapter::Inbound> MessageReader_ReadMessage: Could not create XML document carrying AQ Headers: [Ljava.lang.StackTraceElement;@12916fe
    <2007-01-18 13:58:59,187> <ERROR> <default.collaxa.cube.activation> <AQ Adapter::Inbound>
    java.lang.NullPointerException
         at java.lang.String.<init>(String.java:479)
         at oracle.tip.adapter.aq.database.MessageReader.readMessage(MessageReader.java:573)
         at oracle.tip.adapter.aq.inbound.AQActivationSpecDequeuer.run(AQActivationSpecDequeuer.java:183)
         at oracle.tip.adapter.fw.jca.work.WorkerJob.go(WorkerJob.java:51)
         at oracle.tip.adapter.fw.common.ThreadPool.run(ThreadPool.java:272)
         at java.lang.Thread.run(Thread.java:595)
    Message was edited by:
    rverbeea1

    Sorry for not mentioning the product versions:
    The bpel process was build and deployed with Jdeveloper Studio edition version 10.1.3.1.0.3984 on a Bpel server/Application Server with version 10.1.3.1 (NT).

  • In Example Finder, I can't open the example, error: server not running

    It say's the web server is not running when I try to click into any examples. It's installed under academic license 12.0.1.f3

    Hello,
    Does this issue only occur when you are logged on to the Domain? In other words, if you donot log on to the network does the example finder work correctly then? If so then you probably have to ask your System Administrator to allow access for the NI System Web server in your Firewall.
    A good resource for finding out what ports should be opened in the Firewaal to have NI SW work correctly is:
    http://digital.ni.com/public.nsf/allkb/CEF5A3568A5DA71D8625732800520EA1?OpenDocument
    Regards, 
    Rik Prins, CLD
    Applications Engineering Specialist Northern Europe, National Instruments
    Please tip your answer providers with kudos.
    Any attached Code is provided As Is. It has not been tested or validated as a product, for use in a deployed application or system,
    or for use in hazardous environments. You assume all risks for use of the Code and use of the Code is subject
    to the Sample Code License Terms which can be found at: http://ni.com/samplecodelicense

Maybe you are looking for

  • Add-on installation to B-1 Problem!! Anyone Help me Pls...

    i've used VB.NET to build an .exe file,and i also can Generate .ard file but when i install my package to B-1. The message box show "the loader did not find the file C:\doc\xxx.<b>setup.ini</b>... i don't understand ,why this occured?

  • Pavillion 21 won't power on but power light is on

    My pavillion 21 will not come on although the power button lights up. The screen doesn't come on at all. Please help I've had it only a month and have no clue as to why it won't come on.

  • Fade background of text

    Hello, i use photoshop cs5.1 and want to fade the background of text, not all the picture but only back side of text. I hope you understand what i asking for. Thanks in advance Milan Trice Babysitter [email protected] 8 McCullough dr. New Castle. DE

  • How to view openstreetmap osm files?

    Openstreetmap allow me to import export .osm files (normally also pdf but their servers are always too busy for that). Is there a simple tool to make a pdf from the .osm file for printing? I probably miss the obvious but I don't find.

  • Why is the font grey?

    I recently had my iPod serviced, and had the "motherboard" replaced. All songs were deleted off my iPod. I opened up itunes today to put songs back on it, all went well, excpet when I click on my iPod in iTunes the font is grey and the songs won't pl