Failure to start domain domain1-help needed

Hi,
I am trying to start the J2EE server in Windows XP environment. It worked for once. But after that, the server says that it failed to start the domain.
When I checked the log file in domain directory, I found exceptions that are related to JMS. I don't know how to fix this. I would appreciate if anyone could help me. The following are the exceptions that I found from log file.
Starting J2EETM 1.4 Application Server Beta 2 ...
<[INFO][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core][28.October.2003 12:47:26:643 GMT-05:00][CORE5076: Using [Java HotSpot(TM) Client VM, Version 1.4.2] from [Sun Microsystems Inc.]]>
<[INFO][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][28.October.2003 12:47:28:716 GMT-05:00][ADM0020:Following is the information about the JMX MBeanServer used:]>
<[INFO][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][28.October.2003 12:47:28:726 GMT-05:00][ADM0021:MBeanServer Implementation Name:[JMX]]>
<[INFO][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][28.October.2003 12:47:28:726 GMT-05:00][ADM0022:MBeanServer Implementation Vendor:[Sun Microsystems]]>
<[INFO][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][28.October.2003 12:47:28:736 GMT-05:00][ADM023:JMX Implementation Version:[1.2_r08]]>
<[INFO][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][28.October.2003 12:47:28:736 GMT-05:00][ADM024:MBeanServer ID:[vishist_1067363248606]]>
<[INFO][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][28.October.2003 12:47:28:736 GMT-05:00][ADM025:MBeanServer Implementation Classname:[com.sun.jmx.mbeanserver.JmxMBeanServer]]>
<[INFO][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][28.October.2003 12:47:28:806 GMT-05:00][ADM0002:System MBean initialized:[ias:type=controller]]>
<[INFO][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][28.October.2003 12:47:28:826 GMT-05:00][ADM0002:System MBean initialized:[ias:type=configurator]]>
<[INFO][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][28.October.2003 12:47:28:836 GMT-05:00][ADM0001:MBeanServer initialized successfully]>
<[INFO][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][28.October.2003 12:47:28:866 GMT-05:00][ADM0005:Timestamp files for configuration created for:[server]]>
<[INFO][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][28.October.2003 12:47:28:866 GMT-05:00][ADM0102: Starting a thread for tracking manual changes]>
<[INFO][j2eesdk1.4_beta2][][][10][javax.enterprise.resource.jms][28.October.2003 12:48:38:106 GMT-05:00][JMS5035: Timed out after 60000 milliseconds while trying to verify if the JMS service startup succeeded.]>
<[INFO][j2eesdk1.4_beta2][][][10][javax.enterprise.resource.jms][28.October.2003 12:48:38:106 GMT-05:00][JMS5036: More details may be available in the log file for the JMS service broker instance domain1_server. Please refer to the JMS provider documentation for the exact location of this log file.]>
<[SEVERE][j2eesdk1.4_beta2][][][10][javax.enterprise.resource.jms][28.October.2003 12:48:38:106 GMT-05:00][JMS5024: JMS service startup failed.]>
<[SEVERE][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core][28.October.2003 12:48:38:106 GMT-05:00][Service com.sun.enterprise.jms.JmsProviderLifecycle@1d33a6b cannot be initialized! : com.sun.appserv.server.ServerLifecycleException: [C4003]: Error occurred on connection creation. - caught java.net.ConnectException]>
<[SEVERE][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core][28.October.2003 12:48:38:106 GMT-05:00][CORE5071: An error occured during initialization
com.sun.appserv.server.ServerLifecycleException: [C4003]: Error occurred on connection creation. - caught java.net.ConnectException
     at com.sun.enterprise.jms.JmsProviderLifecycle.onInitialization(JmsProviderLifecycle.java:268)
     at com.sun.enterprise.server.ApplicationServer.onInitialization(ApplicationServer.java:209)
     at com.sun.enterprise.server.PEMain.run(PEMain.java:166)
     at com.sun.enterprise.server.PEMain.main(PEMain.java:131)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at org.apache.commons.launcher.ChildMain.run(ChildMain.java:269)
Caused by: com.sun.appserv.server.ServerLifecycleException: [C4003]: Error occurred on connection creation. - caught java.net.ConnectException
     at com.sun.enterprise.jms.JmsProviderLifecycle.onInitialization(JmsProviderLifecycle.java:252)
     ... 8 more
Caused by: com.sun.messaging.jms.JMSException: [C4003]: Error occurred on connection creation. - caught java.net.ConnectException
     at com.sun.messaging.jmq.jmsclient.ExceptionHandler.getJMSException(ExceptionHandler.java:183)
     at com.sun.messaging.jmq.jmsclient.ExceptionHandler.handleException(ExceptionHandler.java:136)
     at com.sun.messaging.jmq.jmsclient.PortMapperClient.readBrokerPorts(PortMapperClient.java:172)
     at com.sun.messaging.jmq.jmsclient.PortMapperClient.init(PortMapperClient.java:97)
     at com.sun.messaging.jmq.jmsclient.PortMapperClient.<init>(PortMapperClient.java:50)
     at com.sun.messaging.jmq.jmsclient.protocol.tcp.TCPConnectionHandler.<init>(TCPConnectionHandler.java:53)
     at com.sun.messaging.jmq.jmsclient.protocol.tcp.TCPStreamHandler.openConnection(TCPStreamHandler.java:102)
     at com.sun.messaging.jmq.jmsclient.ConnectionInitiator.createConnectionOld(ConnectionInitiator.java:233)
     at com.sun.messaging.jmq.jmsclient.ConnectionInitiator.createConnection(ConnectionInitiator.java:107)
     at com.sun.messaging.jmq.jmsclient.ConnectionInitiator.createConnection(ConnectionInitiator.java:92)
     at com.sun.messaging.jmq.jmsclient.ProtocolHandler.init(ProtocolHandler.java:509)
     at com.sun.messaging.jmq.jmsclient.ProtocolHandler.<init>(ProtocolHandler.java:1020)
     at com.sun.messaging.jmq.jmsclient.ConnectionImpl.openConnection(ConnectionImpl.java:1554)
     at com.sun.messaging.jmq.jmsclient.ConnectionImpl.init(ConnectionImpl.java:438)
     at com.sun.messaging.jmq.jmsclient.ConnectionImpl.<init>(ConnectionImpl.java:247)
     at com.sun.messaging.jmq.jmsclient.UnifiedConnectionImpl.<init>(UnifiedConnectionImpl.java:33)
     at com.sun.messaging.jmq.jmsclient.QueueConnectionImpl.<init>(QueueConnectionImpl.java:32)
     at com.sun.messaging.ConnectionFactory.createQueueConnection(ConnectionFactory.java:72)
     at com.sun.messaging.jmq.admin.jmsspi.JMSAdminImpl.pingProvider(JMSAdminImpl.java:733)
     at com.sun.enterprise.jms.JmsProviderLifecycle.waitForJmsProvider(JmsProviderLifecycle.java:305)
     at com.sun.enterprise.jms.JmsProviderLifecycle.onInitialization(JmsProviderLifecycle.java:245)
     ... 8 more
Caused by: java.net.ConnectException: Connection refused: connect
     at java.net.PlainSocketImpl.socketConnect(Native Method)
     at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
     at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
     at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
     at java.net.Socket.connect(Socket.java:452)
     at java.net.Socket.connect(Socket.java:402)
     at java.net.Socket.<init>(Socket.java:309)
     at java.net.Socket.<init>(Socket.java:124)
     at com.sun.messaging.jmq.jmsclient.PortMapperClient.readBrokerPorts(PortMapperClient.java:152)
     ... 26 more
]>
<[SEVERE][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core][28.October.2003 12:48:38:126 GMT-05:00][Server Startup failed. Exiting...]>
<[INFO][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core][28.October.2003 12:48:38:126 GMT-05:00][Server shutdown in progress...]>
<[INFO][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core][28.October.2003 12:48:38:266 GMT-05:00][CORE5051: Shutting down all J2EE applications ...]>
<[SEVERE][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core][28.October.2003 12:48:38:286 GMT-05:00][CORE5049: Unexpected error occurred while shutting down applications
java.lang.NullPointerException
     at com.sun.enterprise.server.ApplicationLifecycle.onShutdown(ApplicationLifecycle.java:339)
     at com.sun.enterprise.server.ApplicationServer.onShutdown(ApplicationServer.java:409)
     at com.sun.enterprise.server.PEMain.run(PEMain.java:184)
     at com.sun.enterprise.server.PEMain.main(PEMain.java:131)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at org.apache.commons.launcher.ChildMain.run(ChildMain.java:269)
]>
<[INFO][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][28.October.2003 12:48:38:346 GMT-05:00][ADM0103: Stopping the thread for tracking manual changes]>
<[WARNING][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][28.October.2003 12:48:38:366 GMT-05:00][core.tmp_folder_deletion_failed]>
<[INFO][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][28.October.2003 12:48:38:366 GMT-05:00][ADM032:The System MBeanServer released]>
<[SEVERE][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core][28.October.2003 12:48:38:406 GMT-05:00][Server stopped due to Server startup failure.]>

Hi ,
I too had got a similar exception a while back.The default jms port 7676 was being used by some other application.
Make sure the kms port is free else you can chnge the jms port using the application server admin console.
-Amol

Similar Messages

  • CLI156 Could not start domain domain1 error when J2ee is installed

    Whenever I install J2ee 1.4 sdk the first time the application server starts and everything works fine. But when the system is restarted and the server is started again i get the above mentioned error.
    Domain domina1 failed to startup. Could not start domain domain1. I have installed and uninstalled the application many times but yet I am experiencing the same error.
    Please give me a solution to this error asap.
    Thanks,
    Poonam

    Did you check server log for the exact cause of startup failure? One thing that is possible is that some of the ports associated with server listeners start being used by other processes after system restart (it seems that Windows use ports in 10xx range for remote drive mappings - so that might be one area where you might run into issues). If so, changing server port numbers might help. In any case, check logs for the exact cause of error .

  • MacBook start up disk help needed

    What is the start up disk on a MacBook and how do I make space on it?

    The startup disk is usually your HDD.
    Freeing Up Space on The Hard Drive
      1. See Lion's Storage Display.
      2. You can remove data from your Home folder except for the /Home/Library/ folder.
      3. Visit The XLab FAQs and read the FAQ on freeing up space on your hard drive.
      4. Also see Freeing space on your Mac OS X startup disk.
      5. See Where did my Disk Space go?.
      6. See The Storage Display.
    You must Empty the Trash in order to recover the space they occupied on the hard drive.
    You should consider replacing the drive with a larger one. Check out OWC for drives, tutorials, and toolkits.

  • Cannot start EPMA services :: Help needed

    Hi,
    We have installed EPMA 11.1.1.3 on a Windows 2003 Server VM with 2GB RAM and Weblogic 9.2 server. Database configuration and app deployment are successful but somehow the services wont start up.
    Checked the event viewer and it was pointing to Dimension server error. Here is the content from dimension_server.log .
    Please check and let me know if you can identify the root cause of this issue..
    [Engine Startup] Hyperion.DimensionServer.Program.LogMessage(:0) - An error occurred during initialization of engine ID 1: Object reference not set to an instance of an object..
    System.NullReferenceException: Object reference not set to an instance of an object.
    at Hyperion.DimensionServer.Library.Load()
    at Hyperion.DimensionServer.Global.Initialize(String jobManagerConnectString)
    at Hyperion.DimensionServer.Program.Main(String[] args)
    Thanks

    Yes, workspace agent is running fine. We have the hyperion 11.1.1.3 suite,except for EPMA & Fin Reporting print server, running on AIX 5.3 on a different server.., if that may lead you into something
    Thanks

  • Cannot start  domain in suse 9.3

    I'm tryin to start the domain1 in a Suse 9.3 computer with the command:
    asadmin start-domain domain1and I get this error in the console:
    Sep 19, 2005 5:23:52 PM com.sun.enterprise.util.ASenvPropertyReader setSystemProperties
    SEVERE: property_reader.unknownHost
    java.net.UnknownHostException: ingenipub204: ingenipub204
            at java.net.InetAddress.getLocalHost(InetAddress.java:1308)
            at com.sun.enterprise.util.net.NetUtils.getCanonicalHostName(NetUtils.java:66)
            at com.sun.enterprise.util.ASenvPropertyReader.setSystemProperties(ASenvPropertyReader.java:157)
            at com.sun.enterprise.cli.framework.CLIMain.invokeCommand(CLIMain.java:87)
            at com.sun.enterprise.cli.framework.CLIMain.main(CLIMain.java:46)
    Starting Domain domain1, please wait.
    Log redirected to /home/arojasp/SUN/AppServer/domains/domain1/logs/server.log.
    Domain domain1 failed to startup. Please check the server log for more details.
    CLI156 Could not start the domain domain1.the log tells me this:
    [#|2005-09-19T17:06:58.622-0500|SEVERE|sun-appserver-pe8.1_02|javax.enterprise.system.util|_ThreadID=10;|property_reader.unknownHost
    java.net.UnknownHostException: ingenipub204: ingenipub204
         at java.net.InetAddress.getLocalHost(InetAddress.java:1308)
         at com.sun.enterprise.util.net.NetUtils.getCanonicalHostName(NetUtils.java:66)
         at com.sun.enterprise.util.ASenvPropertyReader.setSystemProperties(ASenvPropertyReader.java:157)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:185)
    |#]It seems that the problem has something to do with the name of the computer (ingenipub204). If someone could tell me how to start it

    OK, I found that the full name of the host is ingenipub204.ingenipub.unal.edu.co, but, can sombody tells me what option shoud I change to get this right... so I can start the Application Server?

  • Plz Resolve ..Error while starting domain at Java 2ee 1.5 server

    Hi all,
    while starting server i got this error
    D:\Sun\SDK\bin>asadmin start-domain
    Starting Domain domain1, please wait.
    Log redirected to D:\Sun\SDK\domains\domain1\logs\server.log.
    The domain (domain1) is already running.
    CLI156 Could not start the domain domain1.

    Thanks i resolved that problem,
    but i got new problem while try to build a Petstore Application
    tha error as follows
    BUILD FAILED
    D:\javapetstore-2.0\build.xml:70: The following error occurred while executing t
    his line:
    D:\javapetstore-2.0\setup\setup.xml:66: The following error occurred while execu
    ting this line:
    D:\javapetstore-2.0\bp-project\app-server-ant.xml:163: Execute failed: java.io.I
    OException: CreateProcess: c:\Sun\SDK\bin\asadmin.bat create-jdbc-connection-poo
    l user admin passwordfile c:/Sun/SDK/samples/bp-project/passwordfile --host
    localhost port 4848 datasourceclassname org.apache.derby.jdbc.ClientDataSour
    ce restype javax.sql.XADataSource property portNumber=1527:serverName=localh
    ost:User=APP:Password=APP:databaseName=petstore PetstorePool error=3
    Thanks

  • Issues with starting domain

    I had an issue while deploying a J2EE application on App Server 8.1
    This was because of the wrong JRE version...I installed the latest one and also set the Java Home variable to point to tht location in the asenv.conf file.
    However while installing some patches for the OS we had to restart the server and now we are not able to start the domain....
    These are the errors you get in the error log on trying to do so...using ./asadmin start-domain domain1.
    [#|2005-09-28T12:38:20.249-0400|INFO|sun-appserver-ee8.1|javax.enterprise.system.container.web|_ThreadID=10;|Created virtual server server|#]
    [#|2005-09-28T12:38:20.256-0400|INFO|sun-appserver-ee8.1|javax.enterprise.system.container.web|_ThreadID=10;|Created virtual server __asadmin|#]
    [#|2005-09-28T12:38:20.478-0400|WARNING|sun-appserver-ee8.1|javax.enterprise.system.util|_ThreadID=10;|Unknown host exception - Setting host to localhost|#]
    [#|2005-09-28T12:38:20.808-0400|WARNING|sun-appserver-ee8.1|javax.enterprise.resource.corba._INITIALIZING_.rpc.presentation|_ThreadID=10;|"IOP00710208: (INTERNAL) Unable to determine local hostname from InetAddress.getLocalHost().getHostName()"
    org.omg.CORBA.INTERNAL: vmcid: SUN minor code: 208 completed: No
         at com.sun.corba.ee.impl.logging.ORBUtilSystemException.getLocalHostFailed(ORBUtilSystemException.java:3930)
         at com.sun.corba.ee.impl.logging.ORBUtilSystemException.getLocalHostFailed(ORBUtilSystemException.java:3948)
         at com.sun.corba.ee.impl.orb.ORBImpl.getLocalHostName(ORBImpl.java:1639)
         at com.sun.corba.ee.impl.orb.ORBImpl.set_parameters(ORBImpl.java:587)
         at org.omg.CORBA.ORB.init(ORB.java:337)
         at com.sun.enterprise.util.ORBManager.createORB(ORBManager.java:372)
         at com.sun.enterprise.util.ORBManager.init(ORBManager.java:236)
         at com.sun.enterprise.server.J2EEServer.createORB(J2EEServer.java:319)
         at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:172)
         at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:591)
         at com.sun.enterprise.server.ApplicationServer.onInitialization(ApplicationServer.java:237)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:284)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:220)
    Caused by: java.net.UnknownHostException: nsf-app-s-05: nsf-app-s-05
         at java.net.InetAddress.getLocalHost(InetAddress.java:1308)
         at com.sun.corba.ee.impl.orb.ORBImpl.getLocalHostName(ORBImpl.java:1637)
         ... 10 more
    |#]
    [#|2005-09-28T12:38:20.825-0400|SEVERE|sun-appserver-ee8.1|javax.enterprise.system.util|_ThreadID=10;|UTIL6009:Unexcpected Exception in createORB.
    org.omg.CORBA.INTERNAL: vmcid: SUN minor code: 208 completed: No
         at com.sun.corba.ee.impl.logging.ORBUtilSystemException.getLocalHostFailed(ORBUtilSystemException.java:3930)
         at com.sun.corba.ee.impl.logging.ORBUtilSystemException.getLocalHostFailed(ORBUtilSystemException.java:3948)
         at com.sun.corba.ee.impl.orb.ORBImpl.getLocalHostName(ORBImpl.java:1639)
         at com.sun.corba.ee.impl.orb.ORBImpl.set_parameters(ORBImpl.java:587)
         at org.omg.CORBA.ORB.init(ORB.java:337)
         at com.sun.enterprise.util.ORBManager.createORB(ORBManager.java:372)
         at com.sun.enterprise.util.ORBManager.init(ORBManager.java:236)
         at com.sun.enterprise.server.J2EEServer.createORB(J2EEServer.java:319)
         at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:172)
         at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:591)
         at com.sun.enterprise.server.ApplicationServer.onInitialization(ApplicationServer.java:237)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:284)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:220)
    Caused by: java.net.UnknownHostException: nsf-app-s-05: nsf-app-s-05
         at java.net.InetAddress.getLocalHost(InetAddress.java:1308)
         at com.sun.corba.ee.impl.orb.ORBImpl.getLocalHostName(ORBImpl.java:1637)
         ... 10 more
    |#]
    [#|2005-09-28T12:38:20.831-0400|WARNING|sun-appserver-ee8.1|javax.enterprise.resource.corba._INITIALIZING_.rpc.presentation|_ThreadID=10;|"IOP00710208: (INTERNAL) Unable to determine local hostname from InetAddress.getLocalHost().getHostName()"
    org.omg.CORBA.INTERNAL: vmcid: SUN minor code: 208 completed: No
         at com.sun.corba.ee.impl.logging.ORBUtilSystemException.getLocalHostFailed(ORBUtilSystemException.java:3930)
         at com.sun.corba.ee.impl.logging.ORBUtilSystemException.getLocalHostFailed(ORBUtilSystemException.java:3948)
         at com.sun.corba.ee.impl.orb.ORBImpl.getLocalHostName(ORBImpl.java:1639)
         at com.sun.corba.ee.impl.orb.ORBImpl.set_parameters(ORBImpl.java:587)
         at org.omg.CORBA.ORB.init(ORB.java:337)
         at com.sun.enterprise.util.ORBManager.createORB(ORBManager.java:372)
         at com.sun.enterprise.util.ORBManager.init(ORBManager.java:236)
         at com.sun.enterprise.util.ORBManager.getORB(ORBManager.java:248)
         at com.sun.enterprise.server.J2EEServer.createORB(J2EEServer.java:327)
         at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:172)
         at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:591)
         at com.sun.enterprise.server.ApplicationServer.onInitialization(ApplicationServer.java:237)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:284)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:220)
    Caused by: java.net.UnknownHostException: nsf-app-s-05: nsf-app-s-05
         at java.net.InetAddress.getLocalHost(InetAddress.java:1308)
         at com.sun.corba.ee.impl.orb.ORBImpl.getLocalHostName(ORBImpl.java:1637)
         ... 11 more
    |#]
    [#|2005-09-28T12:38:20.833-0400|SEVERE|sun-appserver-ee8.1|javax.enterprise.system.util|_ThreadID=10;|UTIL6009:Unexcpected Exception in createORB.
    org.omg.CORBA.INTERNAL: vmcid: SUN minor code: 208 completed: No
         at com.sun.corba.ee.impl.logging.ORBUtilSystemException.getLocalHostFailed(ORBUtilSystemException.java:3930)
         at com.sun.corba.ee.impl.logging.ORBUtilSystemException.getLocalHostFailed(ORBUtilSystemException.java:3948)
         at com.sun.corba.ee.impl.orb.ORBImpl.getLocalHostName(ORBImpl.java:1639)
         at com.sun.corba.ee.impl.orb.ORBImpl.set_parameters(ORBImpl.java:587)
         at org.omg.CORBA.ORB.init(ORB.java:337)
         at com.sun.enterprise.util.ORBManager.createORB(ORBManager.java:372)
         at com.sun.enterprise.util.ORBManager.init(ORBManager.java:236)
         at com.sun.enterprise.util.ORBManager.getORB(ORBManager.java:248)
         at com.sun.enterprise.server.J2EEServer.createORB(J2EEServer.java:327)
         at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:172)
         at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:591)
         at com.sun.enterprise.server.ApplicationServer.onInitialization(ApplicationServer.java:237)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:284)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:220)
    Caused by: java.net.UnknownHostException: nsf-app-s-05: nsf-app-s-05
         at java.net.InetAddress.getLocalHost(InetAddress.java:1308)
         at com.sun.corba.ee.impl.orb.ORBImpl.getLocalHostName(ORBImpl.java:1637)
         ... 11 more
    |#]
    [#|2005-09-28T12:38:20.835-0400|SEVERE|sun-appserver-ee8.1|javax.enterprise.system.core|_ThreadID=10;|CORE5081: Exception while creating ORB: [java.lang.NullPointerException]|#]
    [#|2005-09-28T12:38:20.836-0400|SEVERE|sun-appserver-ee8.1|javax.enterprise.system.core|_ThreadID=10;|CORE5082: Exception running j2ee services: [java.lang.RuntimeException: Unable to create ORB]|#]
    [#|2005-09-28T12:38:20.838-0400|SEVERE|sun-appserver-ee8.1|javax.enterprise.system.core|_ThreadID=10;|CORE5091: Error executing J2EE server ...
    java.lang.RuntimeException: Unable to create ORB
         at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:302)
         at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:591)
         at com.sun.enterprise.server.ApplicationServer.onInitialization(ApplicationServer.java:237)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:284)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:220)
    Caused by: java.lang.RuntimeException: Unable to create ORB
         at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:188)
         ... 4 more
    |#]
    [#|2005-09-28T12:38:20.844-0400|SEVERE|sun-appserver-ee8.1|javax.enterprise.system.core|_ThreadID=10;|CORE5092: J2EE server reported following error: [Unable to create ORB] |#]
    [#|2005-09-28T12:38:20.844-0400|SEVERE|sun-appserver-ee8.1|javax.enterprise.system.core|_ThreadID=10;|CORE5093: Error executing J2EE server |#]
    [#|2005-09-28T12:38:20.845-0400|SEVERE|sun-appserver-ee8.1|javax.enterprise.system.core|_ThreadID=10;|CORE5071: An error occured during initialization
    com.sun.appserv.server.ServerLifecycleException: com.sun.appserv.server.ServerLifecycleException: Unable to create ORB
         at com.sun.enterprise.server.ApplicationServer.onInitialization(ApplicationServer.java:239)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:284)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:220)
    Caused by: com.sun.appserv.server.ServerLifecycleException: Unable to create ORB
         at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:600)
         at com.sun.enterprise.server.ApplicationServer.onInitialization(ApplicationServer.java:237)
         ... 2 more
    Caused by: java.lang.RuntimeException: Unable to create ORB
         at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:302)
         at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:591)
         ... 3 more
    Caused by: java.lang.RuntimeException: Unable to create ORB
         at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:188)
         ... 4 more
    |#]
    [#|2005-09-28T12:38:20.847-0400|SEVERE|sun-appserver-ee8.1|javax.enterprise.system.core|_ThreadID=10;|Server Startup failed. Exiting...|#]
    [#|2005-09-28T12:38:20.848-0400|INFO|sun-appserver-ee8.1|javax.enterprise.system.core|_ThreadID=10;|Server shutdown in progress...|#]
    [#|2005-09-28T12:38:20.849-0400|WARNING|sun-appserver-ee8.1|javax.enterprise.system.core|_ThreadID=10;|CORE5061: Exception :
    com.sun.appserv.server.ServerLifecycleException
         at com.sun.enterprise.admin.server.core.JmxConnectorLifecycle.onShutdown(JmxConnectorLifecycle.java:118)
         at com.sun.enterprise.server.ApplicationServer.onShutdown(ApplicationServer.java:414)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:317)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:220)
    |#]
    [#|2005-09-28T12:38:20.850-0400|INFO|sun-appserver-ee8.1|javax.enterprise.system.container.web|_ThreadID=10;|WEB3046 : Stopping HttpService|#]
    [#|2005-09-28T12:38:20.850-0400|WARNING|sun-appserver-ee8.1|javax.enterprise.system.core|_ThreadID=10;|CORE5061: Exception :
    java.lang.NullPointerException
         at com.sun.enterprise.web.HttpServiceWebContainer.stopHttpService(HttpServiceWebContainer.java:1080)
         at com.sun.enterprise.web.HttpServiceWebContainer.stopInstance(HttpServiceWebContainer.java:913)
         at com.sun.enterprise.web.HttpServiceWebContainerLifecycle.onShutdown(HttpServiceWebContainerLifecycle.java:62)
         at com.sun.enterprise.server.ApplicationServer.onShutdown(ApplicationServer.java:414)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:317)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:220)
    |#]
    [#|2005-09-28T12:38:20.851-0400|INFO|sun-appserver-ee8.1|javax.enterprise.system.core|_ThreadID=10;|CORE5051: Shutting down all J2EE applications ...|#]
    [#|2005-09-28T12:38:20.852-0400|INFO|sun-appserver-ee8.1|javax.enterprise.system.core|_ThreadID=10;|CORE 5060 :  Stopping all J2EE Connector 1.5 Compliant resource adapters ...|#]
    [#|2005-09-28T12:38:20.854-0400|INFO|sun-appserver-ee8.1|javax.enterprise.system.core|_ThreadID=10;|CORE 5061 : Resource adapters Stop() Complete|#]
    [#|2005-09-28T12:38:20.854-0400|INFO|sun-appserver-ee8.1|javax.enterprise.system.core|_ThreadID=10;|CORE5052: Application shutdown complete.|#]
    [#|2005-09-28T12:39:21.194-0400|INFO|sun-appserver-ee8.1|javax.enterprise.resource.jms|_ThreadID=10;|JMS5035: Timed out after 60000 milliseconds while trying to verify if the JMS service startup succeeded.|#]
    [#|2005-09-28T12:39:21.194-0400|INFO|sun-appserver-ee8.1|javax.enterprise.resource.jms|_ThreadID=10;|JMS5037: Check permissions of MQ instance directory /opt/SUNWappserver/appserver/imq/var/instances|#]
    [#|2005-09-28T12:39:21.195-0400|INFO|sun-appserver-ee8.1|javax.enterprise.resource.jms|_ThreadID=10;|JMS5036: More details may be available in the log file for the JMS service broker instance imqbroker. Please refer to the JMS provider documentation for the exact location of this log file.|#]
    [#|2005-09-28T12:39:21.195-0400|WARNING|sun-appserver-ee8.1|javax.enterprise.system.core|_ThreadID=10;|CORE5061: Exception :
    com.sun.appserv.server.ServerLifecycleException: [C4003]: Error occurred on connection creation [127.0.0.1:7676]. - cause: java.net.ConnectException: Connection refused
         at com.sun.enterprise.jms.JmsProviderLifecycle.checkProviderStartup(JmsProviderLifecycle.java:427)
         at com.sun.enterprise.jms.JmsProviderLifecycle.onShutdown(JmsProviderLifecycle.java:445)
         at com.sun.enterprise.server.ApplicationServer.onShutdown(ApplicationServer.java:414)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:317)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:220)
    Caused by: com.sun.messaging.jms.JMSException: [C4003]: Error occurred on connection creation [127.0.0.1:7676]. - cause: java.net.ConnectException: Connection refused
         at com.sun.messaging.jmq.jmsclient.ExceptionHandler.getJMSConnectException(ExceptionHandler.java:233)
         at com.sun.messaging.jmq.jmsclient.ExceptionHandler.handleConnectException(ExceptionHandler.java:180)
         at com.sun.messaging.jmq.jmsclient.PortMapperClient.readBrokerPorts(PortMapperClient.java:176)
         at com.sun.messaging.jmq.jmsclient.PortMapperClient.init(PortMapperClient.java:101)
         at com.sun.messaging.jmq.jmsclient.PortMapperClient.<init>(PortMapperClient.java:54)
         at com.sun.messaging.jmq.jmsclient.protocol.tcp.TCPConnectionHandler.<init>(TCPConnectionHandler.java:61)
         at com.sun.messaging.jmq.jmsclient.protocol.tcp.TCPStreamHandler.openConnection(TCPStreamHandler.java:102)
         at com.sun.messaging.jmq.jmsclient.ConnectionInitiator.createConnectionOld(ConnectionInitiator.java:281)
         at com.sun.messaging.jmq.jmsclient.ConnectionInitiator.createConnection(ConnectionInitiator.java:107)
         at com.sun.messaging.jmq.jmsclient.ConnectionInitiator.createConnection(ConnectionInitiator.java:92)
         at com.sun.messaging.jmq.jmsclient.ProtocolHandler.init(ProtocolHandler.java:613)
         at com.sun.messaging.jmq.jmsclient.ProtocolHandler.<init>(ProtocolHandler.java:1194)
         at com.sun.messaging.jmq.jmsclient.ConnectionImpl.openConnection(ConnectionImpl.java:1894)
         at com.sun.messaging.jmq.jmsclient.ConnectionImpl.init(ConnectionImpl.java:712)
         at com.sun.messaging.jmq.jmsclient.ConnectionImpl.<init>(ConnectionImpl.java:293)
         at com.sun.messaging.jmq.jmsclient.UnifiedConnectionImpl.<init>(UnifiedConnectionImpl.java:33)
         at com.sun.messaging.jmq.jmsclient.QueueConnectionImpl.<init>(QueueConnectionImpl.java:32)
         at com.sun.messaging.ConnectionFactory.createQueueConnection(ConnectionFactory.java:72)
         at com.sun.messaging.jmq.admin.jmsspi.JMSAdminImpl.pingProvider(JMSAdminImpl.java:783)
         at com.sun.enterprise.jms.JmsProviderLifecycle.waitForJmsProvider(JmsProviderLifecycle.java:335)
         at com.sun.enterprise.jms.JmsProviderLifecycle.checkProviderStartup(JmsProviderLifecycle.java:396)
         ... 4 more
    Caused by: java.net.ConnectException: Connection refused
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:364)
         at java.net.Socket.connect(Socket.java:507)
         at java.net.Socket.connect(Socket.java:457)
         at java.net.Socket.<init>(Socket.java:365)
         at java.net.Socket.<init>(Socket.java:178)
         at com.sun.messaging.jmq.jmsclient.PortMapperClient.readBrokerPorts(PortMapperClient.java:156)
         ... 22 more
    |#]
    [#|2005-09-28T12:39:21.279-0400|WARNING|sun-appserver-ee8.1|javax.enterprise.system.tools.admin|_ThreadID=10;|core.tmp_folder_deletion_failed|#]
    Any suggestions on this one?
    Thanks!
    Anand

    Did you modify change hostname info ?
    Appserver failed to start because it cant connect to hostname.. See error from above stack trace:
    (INTERNAL) Unable to determine local hostname from InetAddress.getLocalHost().getHostName()"

  • CLI156 Could not start the domain domain1. in Application Server 8

    Hi everybody!
    Sorry to post this message here at Application Server 7. But I'm using the Application Server 8 along with NetBeans 4.1 early access. Suddenly, the application server stop working on my computer and now, every time I try to start the default server, I get this error message:
    CLI156 Could not start the domain domain1.
    With the following log:
    Starting Sun Java System Application Server Platform Edition 8.0.0_01 (build b08-fcs) ...
    [#|2004-12-28T22:46:39.359+0000|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|CORE5076: Using [Java HotSpot(TM) Client VM, Version 1.4.2_06] from [Sun Microsystems Inc.]|#]
    [#|2004-12-28T22:46:42.296+0000|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM0020:Following is the information about the JMX MBeanServer used:|#]
    [#|2004-12-28T22:46:42.625+0000|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM0001:MBeanServer initialized successfully|#]
    [#|2004-12-28T22:46:46.921+0000|ADVERTENCIA|sun-appserver-pe8.0.0_01|javax.enterprise.system.stream.err|_ThreadID=10;|log4j:WARN No appenders could be found for logger (org.apache.catalina.startup.Embedded).|#]
    [#|2004-12-28T22:46:46.921+0000|ADVERTENCIA|sun-appserver-pe8.0.0_01|javax.enterprise.system.stream.err|_ThreadID=10;|
    log4j:WARN Please initialize the log4j system properly.|#]
    [#|2004-12-28T22:46:47.687+0000|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|Creating virtual server server|#]
    [#|2004-12-28T22:46:47.718+0000|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|S1AS AVK Instrumentation disabled|#]
    [#|2004-12-28T22:46:47.750+0000|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core.security|_ThreadID=10;|SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.|#]
    [#|2004-12-28T22:46:53.718+0000|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core.transaction|_ThreadID=10;|JTS5014: Recoverable JTS instance, serverId = [100]|#]
    [#|2004-12-28T22:46:56.984+0000|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|Satisfying Optional Packages dependencies...|#]
    [#|2004-12-28T22:46:57.984+0000|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.resource.resourceadapter|_ThreadID=10;|RAR7008 : Initialized monitoring registry and listeners|#]
    [#|2004-12-28T22:46:59.328+0000|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|CORE5100:Loading system apps|#]
    [#|2004-12-28T22:47:00.468+0000|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core.classloading|_ThreadID=10;|LDR5010: All ejb(s) of [MEjbApp] loaded successfully!|#]
    [#|2004-12-28T22:47:00.640+0000|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|Selecting file [C:\Sun\AppServer\lib\install\applications\__ejb_container_timer_app.ear] for autodeployment|#]
    [#|2004-12-28T22:47:00.640+0000|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|[AutoDeploy] Selecting file [ C:\Sun\AppServer\lib\install\applications\__ejb_container_timer_app.ear ] for autodeployment.|#]
    [#|2004-12-28T22:47:02.390+0000|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=10;|DPL5109: EJBC - START of EJBC for [__ejb_container_timer_app]|#]
    [#|2004-12-28T22:47:04.640+0000|ADVERTENCIA|sun-appserver-pe8.0.0_01|javax.enterprise.system.stream.err|_ThreadID=10;|
    CharScanner; panic: ClassNotFoundException: com.sun.jdo.spi.persistence.support.ejb.ejbqlc.EJBQLLexer$EJBQLToken|#]
    I'm running this application server on Windows XP, like I said, I was working with NetBeans and suddenly, the AS stop working.. I did not delete anything, I did not move anything either.
    Please, does any of you have any ideas of how can I fix this issue?
    Best regards!

    You may try this soultion. I fixed this in my Window 2000 machine(Application Server 8) by:
    1. Edit domain.xml($DEFAULT_DOAMIN/config)
    2. Update the port="4702" for http-listener tag, and change to something else(e.g. 4802).
    3. Save it
    4. Make sure the Application Server is shut down.
    5. Start the Application Server.
    Hope it helps!
    Ming-wei

  • HT1338 When trying to update getting (error surle error domain error-1100). It started yesterday, any help would be great. I have Mountain Lion 10.8.1 on a new macbook pro with retina display.

    When trying to update getting (error surle error domain error-1100). It started yesterday, any help would be great. I have Mountain Lion 10.8.1 on a new macbook pro with retina display.

    There are many people suffering from this problem right now (including me). It appears to be a server issue. Just wait and try checking for updates again tomorrow.
    Some things I have heard indicate that this may be a regional problem, though what parts of the world are affected I don't know yet. A few people have been helped by deleting the following preference file (paste the path into the Go -> Go to Folder window in the Finder to locate it), though most have not:
    ~/Library/Preferences/com.apple.SoftwareUpdate.plist
    Note that if you are trying to download iTunes 10.7, that can be found here:
    http://support.apple.com/kb/DL1576
    Also, note that there is no reason to be anxious to get it, as the only thing added in iTunes 10.7 is compatibility with iOS 6, which will not be available until the 19th, and the new iPhone, which will not be available until later as well. The new iTunes that was announced is iTunes 11, which is also not yet available.

  • CLI156 Could not start the domain domain1

    I installed successfully the Appserver on desktop, but when I try to start it from laptop, comes the message below. Both are w2k and 512 memory.
    Environment:
    C:\>set
    ALLUSERSPROFILE=C:\Documents and Settings\All Users
    APPDATA=C:\Documents and Settings\Luis Araujo\Application Data
    CommonProgramFiles=C:\Program Files\Common Files
    COMPUTERNAME=LAQA
    ComSpec=C:\WINNT\system32\cmd.exe
    HOMEDRIVE=C:
    HOMEPATH=\
    J2EE_HOME=C:\\Sun\\AppServer
    LOGONSERVER=\\LAQA
    NUMBER_OF_PROCESSORS=1
    OS=Windows_NT
    Os2LibPath=C:\WINNT\system32\os2\dll;
    Path=C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\WINNT\system32\nls;C:\WINNT\system32\nls\ENGLISH;C:\Program Files\C
    ommon Files\Autodesk Shared\;C:\Sun\AppServer\bin;C:\Sun\AppServer\jdk\bin;C:\Sun\AppServer\lib
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
    PROCESSOR_ARCHITECTURE=x86
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 8 Stepping 10, GenuineIntel
    PROCESSOR_LEVEL=6
    PROCESSOR_REVISION=080a
    ProgramFiles=C:\Program Files
    PROMPT=$P$G
    SystemDrive=C:
    SystemRoot=C:\WINNT
    TEMP=C:\DOCUME~1\LUISAR~1\LOCALS~1\Temp
    TMP=C:\DOCUME~1\LUISAR~1\LOCALS~1\Temp
    USERDOMAIN=LAQA
    USERNAME=db2admin
    USERPROFILE=C:\Documents and Settings\Luis Araujo
    windir=C:\WINNT
    Prompt message:
    Domain domain1 failed to startup. Please check the server log for more details.
    CLI156 Could not start the domain domain1.
    Press any key to continue . . .
    Server.log:
    Starting J2EE(TM) Application Server 1.4 Developer Release (build b44-dr) ...
    [#|2004-01-03T06:36:00.436-0200|INFO|j2ee-appserver1.4|javax.enterprise.system.core|_ThreadID=10;|CORE5076: Using [Java HotSpot(TM) Client VM, Version 1.4.2_02] from [Sun Microsystems Inc.]|#]
    [#|2004-01-03T06:36:04.612-0200|INFO|j2ee-appserver1.4|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM0020:Following is the information about the JMX MBeanServer used:|#]
    [#|2004-01-03T06:36:05.283-0200|INFO|j2ee-appserver1.4|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM0001:MBeanServer initialized successfully|#]
    [#|2004-01-03T06:36:07.587-0200|INFO|j2ee-appserver1.4|javax.enterprise.system.container.web|_ThreadID=10;|Creating Engine server|#]
    [#|2004-01-03T06:36:08.037-0200|INFO|j2ee-appserver1.4|javax.enterprise.system.container.web|_ThreadID=10;|Creating virtual server server|#]
    [#|2004-01-03T06:36:08.057-0200|INFO|j2ee-appserver1.4|javax.enterprise.system.core|_ThreadID=10;|S1AS AVK Instrumentation disabled|#]
    [#|2004-01-03T06:36:08.087-0200|INFO|j2ee-appserver1.4|javax.enterprise.system.core.security|_ThreadID=10;|SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.|#]
    [#|2004-01-03T06:36:14.306-0200|INFO|j2ee-appserver1.4|javax.enterprise.system.core.transaction|_ThreadID=10;|JTS5014: Recoverable JTS instance, serverId = [100]|#]
    [#|2004-01-03T06:36:30.510-0200|INFO|j2ee-appserver1.4|javax.enterprise.system.core|_ThreadID=10;|Satisfying Optional Packages dependencies...|#]
    [#|2004-01-03T06:36:32.042-0200|INFO|j2ee-appserver1.4|javax.enterprise.resource.resourceadapter|_ThreadID=10;|RAR7008 : Initialized monitoring registry and listeners|#]
    [#|2004-01-03T06:36:35.046-0200|INFO|j2ee-appserver1.4|javax.enterprise.system.core|_ThreadID=10;|CORE5100:Loading system apps|#]
    [#|2004-01-03T06:36:39.062-0200|INFO|j2ee-appserver1.4|javax.enterprise.system.container.ejb|_ThreadID=10;|EJB5109:EJB Timer Service started successfully for datasource [jdbc/__TimerPool]|#]
    [#|2004-01-03T06:36:39.072-0200|INFO|j2ee-appserver1.4|javax.enterprise.system.core.classloading|_ThreadID=10;|LDR5010: All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]
    [#|2004-01-03T06:36:39.903-0200|INFO|j2ee-appserver1.4|javax.enterprise.system.core|_ThreadID=10;|Selecting file [C:\Sun\AppServer\lib\install\applications\MEjbApp.ear] for autodeployment|#]
    [#|2004-01-03T06:36:40.023-0200|INFO|j2ee-appserver1.4|javax.enterprise.system.tools.admin|_ThreadID=10;|[AutoDeploy] Selecting file [ C:\Sun\AppServer\lib\install\applications\MEjbApp.ear ] for autodeployment.|#]
    [#|2004-01-03T06:36:44.860-0200|INFO|j2ee-appserver1.4|javax.enterprise.system.tools.deployment|_ThreadID=10;|DPL5109: EJBC - START of EJBC for [MEjbApp]|#]
    Remote message: Processing beans ....
    [#|2004-01-03T06:36:45.121-0200|INFO|j2ee-appserver1.4|javax.enterprise.system.tools.deployment|_ThreadID=10;|DPL5108: EJBC - Generated code for remote home and EJBObject implementations for [MEjbApp]|#]
    Remote message: Compiling wrapper code ....
    Compilation failed: com.sun.ejb.codegen.ProcessExecutorException: Process timed out.
    Timeout was 60,000 msecs
    Attempted command: C:\Sun\AppServer\jdk\bin\javac.exe -extdirs C:\Sun\AppServer\jdk/jre/lib/ext;C:\Sun\AppServer\domains\domain1/lib/ext -g -d C:\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps\MEjbApp -classpath C:\Sun\AppServer\lib\commons-launcher.jar;C:\Sun\AppServer\jdk\lib\tools.jar;C:\Sun\AppServer\lib\activation.jar;C:\Sun\AppServer\lib\admin-cli.jar;C:\Sun\AppServer\lib\appserv-admin.jar;C:\Sun\AppServer\lib\appserv-cmp.jar;C:\Sun\AppServer\lib\appserv-ext.jar;C:\Sun\AppServer\lib\appserv-jstl.jar;C:\Sun\AppServer\lib\appserv-rt.jar;C:\Sun\AppServer\lib\appserv-upgrade.jar;C:\Sun\AppServer\lib\commons-logging.jar;C:\Sun\AppServer\lib\j2ee-svc.jar;C:\Sun\AppServer\lib\j2ee.jar;C:\Sun\AppServer\lib\jax-qname.jar;C:\Sun\AppServer\lib\jaxr-api.jar;C:\Sun\AppServer\lib\jaxr-impl.jar;C:\Sun\AppServer\lib\jaxrpc-api.jar;C:\Sun\AppServer\lib\jaxrpc-impl.jar;C:\Sun\AppServer\lib\mail.jar;C:\Sun\AppServer\lib\relaxngDatatype.jar;C:\Sun\AppServer\lib\saaj-api.jar;C:\Sun\AppServer\lib\saaj-impl.jar;C:\Sun\AppServer\lib\xsdlib.jar;C:\Sun\AppServer\jdk/lib/tools.jar;C:\Sun\AppServer/lib/install/applications/jmsra/imqjmsra.jar;C:\Sun\AppServer\imq\lib/imq.jar;C:\Sun\AppServer\imq\lib/jaxm-api.jar;C:\Sun\AppServer\imq\lib/imqadmin.jar;C:\Sun\AppServer\imq\lib/imqutil.jar;C:\Sun\AppServer\imq\lib/fscontext.jar;C:\Sun\AppServer\imq\lib/providerutil.jar;C:\Sun\AppServer/lib/ant/lib/ant.jar;C:\Sun\AppServer/pointbase/lib/pbclient.jar;C:\Sun\AppServer/pointbase/lib/pbembedded.jar;C:\Sun\AppServer/pointbase/lib/pbclient.jar;C:\Sun\AppServer/pointbase/lib/pbembedded.jar;C:\Sun\AppServer\domains\domain1\lib\classes;C:\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps\MEjbApp;C:\Sun\AppServer\domains\domain1\applications\j2ee-apps\MEjbApp\mejb_jar;C:\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps\MEjbApp;C:\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps\MEjbApp @C:\Documents and Settings\Luis Araujo\Local Settings\Temp\681e45_f9dae089d50000_29515.s1a
    Output from command:
         at com.sun.ejb.codegen.IASEJBC.compileClasses(IASEJBC.java:361)
         at com.sun.ejb.codegen.IASEJBC.compileAndRmic(IASEJBC.java:210)
         at com.sun.ejb.codegen.IASEJBC.ejbc(IASEJBC.java:1144)
         at com.sun.enterprise.deployment.backend.EJBCompiler.preDeployApp(EJBCompiler.java:326)
         at com.sun.enterprise.deployment.backend.EJBCompiler.compile(EJBCompiler.java:196)
         at com.sun.enterprise.deployment.backend.AppDeployer.runEJBC(AppDeployer.java:277)
         at com.sun.enterprise.deployment.backend.AppDeployer.deploy(AppDeployer.java:163)
         at com.sun.enterprise.deployment.backend.AppDeployer.doRequestFinish(AppDeployer.java:105)
         at com.sun.enterprise.deployment.phasing.J2EECPhase.runPhase(J2EECPhase.java:128)
         at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPhase.java:79)
         at com.sun.enterprise.deployment.phasing.DeploymentService.executePhases(DeploymentService.java:216)
         at com.sun.enterprise.deployment.phasing.DeploymentService.deploy(DeploymentService.java:152)
         at com.sun.enterprise.admin.mbeans.ApplicationsConfigMBean.deploy(ApplicationsConfigMBean.java:270)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:266)
         at com.sun.enterprise.admin.config.BaseConfigMBean.invoke(BaseConfigMBean.java:268)
         at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:212)
         at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:218)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:808)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:781)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sun.enterprise.admin.util.proxy.ProxyClass.invoke(ProxyClass.java:54)
         at $Proxy1.invoke(Unknown Source)
         at com.sun.enterprise.admin.server.core.jmx.SunoneInterceptor.invoke(SunoneInterceptor.java:282)
         at com.sun.enterprise.deployment.autodeploy.AutoDeployer.invokeDeploymentService(AutoDeployer.java:468)
         at com.sun.enterprise.deployment.autodeploy.AutoDeployer.deployApplication(AutoDeployer.java:364)
         at com.sun.enterprise.deployment.autodeploy.AutoDeployer.deployApplication(AutoDeployer.java:343)
         at com.sun.enterprise.deployment.autodeploy.AutoDeployer.deployAll(AutoDeployer.java:164)
         at com.sun.enterprise.server.SystemAppLifecycle.deployToTarget(SystemAppLifecycle.java:185)
         at com.sun.enterprise.server.SystemAppLifecycle.deploySystemApps(SystemAppLifecycle.java:160)
         at com.sun.enterprise.server.SystemAppLifecycle.onStartup(SystemAppLifecycle.java:82)
         at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:282)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:217)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:171)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at org.apache.commons.launcher.ChildMain.run(ChildMain.java:269)
    Caused by: com.sun.ejb.codegen.JavaCompilerException: com.sun.ejb.codegen.ProcessExecutorException: Process timed out.
    Timeout was 60,000 msecs
    Attempted command: C:\Sun\AppServer\jdk\bin\javac.exe -extdirs C:\Sun\AppServer\jdk/jre/lib/ext;C:\Sun\AppServer\domains\domain1/lib/ext -g -d C:\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps\MEjbApp -classpath C:\Sun\AppServer\lib\commons-launcher.jar;C:\Sun\AppServer\jdk\lib\tools.jar;C:\Sun\AppServer\lib\activation.jar;C:\Sun\AppServer\lib\admin-cli.jar;C:\Sun\AppServer\lib\appserv-admin.jar;C:\Sun\AppServer\lib\appserv-cmp.jar;C:\Sun\AppServer\lib\appserv-ext.jar;C:\Sun\AppServer\lib\appserv-jstl.jar;C:\Sun\AppServer\lib\appserv-rt.jar;C:\Sun\AppServer\lib\appserv-upgrade.jar;C:\Sun\AppServer\lib\commons-logging.jar;C:\Sun\AppServer\lib\j2ee-svc.jar;C:\Sun\AppServer\lib\j2ee.jar;C:\Sun\AppServer\lib\jax-qname.jar;C:\Sun\AppServer\lib\jaxr-api.jar;C:\Sun\AppServer\lib\jaxr-impl.jar;C:\Sun\AppServer\lib\jaxrpc-api.jar;C:\Sun\AppServer\lib\jaxrpc-impl.jar;C:\Sun\AppServer\lib\mail.jar;C:\Sun\AppServer\lib\relaxngDatatype.jar;C:\Sun\AppServer\lib\saaj-api.jar;C:\Sun\AppServer\lib\saaj-impl.jar;C:\Sun\AppServer\lib\xsdlib.jar;C:\Sun\AppServer\jdk/lib/tools.jar;C:\Sun\AppServer/lib/install/applications/jmsra/imqjmsra.jar;C:\Sun\AppServer\imq\lib/imq.jar;C:\Sun\AppServer\imq\lib/jaxm-api.jar;C:\Sun\AppServer\imq\lib/imqadmin.jar;C:\Sun\AppServer\imq\lib/imqutil.jar;C:\Sun\AppServer\imq\lib/fscontext.jar;C:\Sun\AppServer\imq\lib/providerutil.jar;C:\Sun\AppServer/lib/ant/lib/ant.jar;C:\Sun\AppServer/pointbase/lib/pbclient.jar;C:\Sun\AppServer/pointbase/lib/pbembedded.jar;C:\Sun\AppServer/pointbase/lib/pbclient.jar;C:\Sun\AppServer/pointbase/lib/pbembedded.jar;C:\Sun\AppServer\domains\domain1\lib\classes;C:\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps\MEjbApp;C:\Sun\AppServer\domains\domain1\applications\j2ee-apps\MEjbApp\mejb_jar;C:\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps\MEjbApp;C:\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps\MEjbApp @C:\Documents and Settings\Luis Araujo\Local Settings\Temp\681e45_f9dae089d50000_29515.s1a
    Output from command:
         at com.sun.ejb.codegen.Compiler.compile(Compiler.java:76)
         at com.sun.ejb.codegen.IASEJBC.compileClasses(IASEJBC.java:353)
         ... 44 more
    Caused by: com.sun.ejb.codegen.ProcessExecutorException: Process timed out.
    Timeout was 60,000 msecs
    Attempted command: C:\Sun\AppServer\jdk\bin\javac.exe -extdirs C:\Sun\AppServer\jdk/jre/lib/ext;C:\Sun\AppServer\domains\domain1/lib/ext -g -d C:\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps\MEjbApp -classpath C:\Sun\AppServer\lib\commons-launcher.jar;C:\Sun\AppServer\jdk\lib\tools.jar;C:\Sun\AppServer\lib\activation.jar;C:\Sun\AppServer\lib\admin-cli.jar;C:\Sun\AppServer\lib\appserv-admin.jar;C:\Sun\AppServer\lib\appserv-cmp.jar;C:\Sun\AppServer\lib\appserv-ext.jar;C:\Sun\AppServer\lib\appserv-jstl.jar;C:\Sun\AppServer\lib\appserv-rt.jar;C:\Sun\AppServer\lib\appserv-upgrade.jar;C:\Sun\AppServer\lib\commons-logging.jar;C:\Sun\AppServer\lib\j2ee-svc.jar;C:\Sun\AppServer\lib\j2ee.jar;C:\Sun\AppServer\lib\jax-qname.jar;C:\Sun\AppServer\lib\jaxr-api.jar;C:\Sun\AppServer\lib\jaxr-impl.jar;C:\Sun\AppServer\lib\jaxrpc-api.jar;C:\Sun\AppServer\lib\jaxrpc-impl.jar;C:\Sun\AppServer\lib\mail.jar;C:\Sun\AppServer\lib\relaxngDatatype.jar;C:\Sun\AppServer\lib\saaj-api.jar;C:\Sun\AppServer\lib\saaj-impl.jar;C:\Sun\AppServer\lib\xsdlib.jar;C:\Sun\AppServer\jdk/lib/tools.jar;C:\Sun\AppServer/lib/install/applications/jmsra/imqjmsra.jar;C:\Sun\AppServer\imq\lib/imq.jar;C:\Sun\AppServer\imq\lib/jaxm-api.jar;C:\Sun\AppServer\imq\lib/imqadmin.jar;C:\Sun\AppServer\imq\lib/imqutil.jar;C:\Sun\AppServer\imq\lib/fscontext.jar;C:\Sun\AppServer\imq\lib/providerutil.jar;C:\Sun\AppServer/lib/ant/lib/ant.jar;C:\Sun\AppServer/pointbase/lib/pbclient.jar;C:\Sun\AppServer/pointbase/lib/pbembedded.jar;C:\Sun\AppServer/pointbase/lib/pbclient.jar;C:\Sun\AppServer/pointbase/lib/pbembedded.jar;C:\Sun\AppServer\domains\domain1\lib\classes;C:\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps\MEjbApp;C:\Sun\AppServer\domains\domain1\applications\j2ee-apps\MEjbApp\mejb_jar;C:\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps\MEjbApp;C:\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps\MEjbApp @C:\Documents and Settings\Luis Araujo\Local Settings\Temp\681e45_f9dae089d50000_29515.s1a
    Output from command:
         at com.sun.ejb.codegen.ProcessRunner.makeTimeoutException(ProcessExecutor.java:348)
         at com.sun.ejb.codegen.ProcessExecutor.execute(ProcessExecutor.java:140)
         at com.sun.ejb.codegen.Compiler.runProcess(Compiler.java:165)
         at com.sun.ejb.codegen.JavaCompiler.javacCompile(JavaCompiler.java:128)
         at com.sun.ejb.codegen.JavaCompiler.internal_compile(JavaCompiler.java:65)
         at com.sun.ejb.codegen.Compiler.compile(Compiler.java:67)
         ... 45 more
    [#|2004-01-03T06:37:46.269-0200|WARNING|j2ee-appserver1.4|javax.enterprise.system.tools.deployment|_ThreadID=10;|Deployment Error
    com.sun.enterprise.deployment.backend.IASDeploymentException: Fatal Error from EJB Compiler -- Compilation failed: com.sun.ejb.codegen.ProcessExecutorException: Process timed out.
    Timeout was 60,000 msecs
    Attempted command: C:\Sun\AppServer\jdk\bin\javac.exe -extdirs C:\Sun\AppServer\jdk/jre/lib/ext;C:\Sun\AppServer\domains\domain1/lib/ext -g -d C:\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps\MEjbApp -classpath C:\Sun\AppServer\lib\commons-launcher.jar;C:\Sun\AppServer\jdk\lib\tools.jar;C:\Sun\AppServer\lib\activation.jar;C:\Sun\AppServer\lib\admin-cli.jar;C:\Sun\AppServer\lib\appserv-admin.jar;C:\Sun\AppServer\lib\appserv-cmp.jar;C:\Sun\AppServer\lib\appserv-ext.jar;C:\Sun\AppServer\lib\appserv-jstl.jar;C:\Sun\AppServer\lib\appserv-rt.jar;C:\Sun\AppServer\lib\appserv-upgrade.jar;C:\Sun\AppServer\lib\commons-logging.jar;C:\Sun\AppServer\lib\j2ee-svc.jar;C:\Sun\AppServer\lib\j2ee.jar;C:\Sun\AppServer\lib\jax-qname.jar;C:\Sun\AppServer\lib\jaxr-api.jar;C:\Sun\AppServer\lib\jaxr-impl.jar;C:\Sun\AppServer\lib\jaxrpc-api.jar;C:\Sun\AppServer\lib\jaxrpc-impl.jar;C:\Sun\AppServer\lib\mail.jar;C:\Sun\AppServer\lib\relaxngDatatype.jar;C:\Sun\AppServer\lib\saaj-api.jar;C:\Sun\AppServer\lib\saaj-impl.jar;C:\Sun\AppServer\lib\xsdlib.jar;C:\Sun\AppServer\jdk/lib/tools.jar;C:\Sun\AppServer/lib/install/applications/jmsra/imqjmsra.jar;C:\Sun\AppServer\imq\lib/imq.jar;C:\Sun\AppServer\imq\lib/jaxm-api.jar;C:\Sun\AppServer\imq\lib/imqadmin.jar;C:\Sun\AppServer\imq\lib/imqutil.jar;C:\Sun\AppServer\imq\lib/fscontext.jar;C:\Sun\AppServer\imq\lib/providerutil.jar;C:\Sun\AppServer/lib/ant/lib/ant.jar;C:\Sun\AppServer/pointbase/lib/pbclient.jar;C:\Sun\AppServer/pointbase/lib/pbembedded.jar;C:\Sun\AppServer/pointbase/lib/pbclient.jar;C:\Sun\AppServer/pointbase/lib/pbembedded.jar;C:\Sun\AppServer\domains\domain1\lib\classes;C:\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps\MEjbApp;C:\Sun\AppServer\domains\domain1\applications\j2ee-apps\MEjbApp\mejb_jar;C:\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps\MEjbApp;C:\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps\MEjbApp @C:\Documents and Settings\Luis Araujo\Local Settings\Temp\681e45_f9dae089d50000_29515.s1a
    Output from command:
         at com.sun.ejb.codegen.IASEJBC.compileClasses(IASEJBC.java:361)
         at com.sun.ejb.codegen.IASEJBC.compileAndRmic(IASEJBC.java:210)
         at com.sun.ejb.codegen.IASEJBC.ejbc(IASEJBC.java:1144)
         at com.sun.enterprise.deployment.backend.EJBCompiler.preDeployApp(EJBCompiler.java:326)
         at com.sun.enterprise.deployment.backend.EJBCompiler.compile(EJBCompiler.java:196)
         at com.sun.enterprise.deployment.backend.AppDeployer.runEJBC(AppDeployer.java:277)
         at com.sun.enterprise.deployment.backend.AppDeployer.deploy(AppDeployer.java:163)
         at com.sun.enterprise.deployment.backend.AppDeployer.doRequestFinish(AppDeployer.java:105)
         at com.sun.enterprise.deployment.phasing.J2EECPhase.runPhase(J2EECPhase.java:128)
         at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPhase.java:79)
         at com.sun.enterprise.deployment.phasing.DeploymentService.executePhases(DeploymentService.java:216)
         at com.sun.enterprise.deployment.phasing.DeploymentService.deploy(DeploymentService.java:152)
         at com.sun.enterprise.admin.mbeans.ApplicationsConfigMBean.deploy(ApplicationsConfigMBean.java:270)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:266)
         at com.sun.enterprise.admin.config.BaseConfigMBean.invoke(BaseConfigMBean.java:268)
         at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:212)
         at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:218)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:808)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:781)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sun.enterprise.admin.util.proxy.ProxyClass.invoke(ProxyClass.java:54)
         at $Proxy1.invoke(Unknown Source)
         at com.sun.enterprise.admin.server.core.jmx.SunoneInterceptor.invoke(SunoneInterceptor.java:282)
         at com.sun.enterprise.deployment.autodeploy.AutoDeployer.invokeDeploymentService(AutoDeployer.java:468)
         at com.sun.enterprise.deployment.autodeploy.AutoDeployer.deployApplication(AutoDeployer.java:364)
         at com.sun.enterprise.deployment.autodeploy.AutoDeployer.deployApplication(AutoDeployer.java:343)
         at com.sun.enterprise.deployment.autodeploy.AutoDeployer.deployAll(AutoDeployer.java:164)
         at com.sun.enterprise.server.SystemAppLifecycle.deployToTarget(SystemAppLifecycle.java:185)
         at com.sun.enterprise.server.SystemAppLifecycle.deploySystemApps(SystemAppLifecycle.java:160)
         at com.sun.enterprise.server.SystemAppLifecycle.onStartup(SystemAppLifecycle.java:82)
         at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:282)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:217)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:171)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at org.apache.commons.launcher.ChildMain.run(ChildMain.java:269)
    |#]
    [#|2004-01-03T06:37:46.269-0200|INFO|j2ee-appserver1.4|javax.enterprise.system.tools.deployment|_ThreadID=10;|Total Deployment Time: 65565 msec, Total EJB Compiler Module Time: 0 msec, Portion spent EJB Compiling: 0%|#]
    [#|2004-01-03T06:37:46.309-0200|SEVERE|j2ee-appserver1.4|javax.enterprise.system.tools.admin|_ThreadID=10;|No local string defined|#]
    [#|2004-01-03T06:37:46.319-0200|SEVERE|j2ee-appserver1.4|javax.enterprise.system.tools.admin|_ThreadID=10;|No local string defined
    com.sun.enterprise.deployment.backend.IASDeploymentException: Fatal Error from EJB Compiler -- Compilation failed: com.sun.ejb.codegen.ProcessExecutorException: Process timed out.
    Timeout was 60,000 msecs
    Attempted command: C:\Sun\AppServer\jdk\bin\javac.exe -extdirs C:\Sun\AppServer\jdk/jre/lib/ext;C:\Sun\AppServer\domains\domain1/lib/ext -g -d C:\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps\MEjbApp -classpath C:\Sun\AppServer\lib\commons-launcher.jar;C:\Sun\AppServer\jdk\lib\tools.jar;C:\Sun\AppServer\lib\activation.jar;C:\Sun\AppServer\lib\admin-cli.jar;C:\Sun\AppServer\lib\appserv-admin.jar;C:\Sun\AppServer\lib\appserv-cmp.jar;C:\Sun\AppServer\lib\appserv-ext.jar;C:\Sun\AppServer\lib\appserv-jstl.jar;C:\Sun\AppServer\lib\appserv-rt.jar;C:\Sun\AppServer\lib\appserv-upgrade.jar;C:\Sun\AppServer\lib\commons-logging.jar;C:\Sun\AppServer\lib\j2ee-svc.jar;C:\Sun\AppServer\lib\j2ee.jar;C:\Sun\AppServer\lib\jax-qname.jar;C:\Sun\AppServer\lib\jaxr-api.jar;C:\Sun\AppServer\lib\jaxr-impl.jar;C:\Sun\AppServer\lib\jaxrpc-api.jar;C:\Sun\AppServer\lib\jaxrpc-impl.jar;C:\Sun\AppServer\lib\mail.jar;C:\Sun\AppServer\lib\relaxngDatatype.jar;C:\Sun\AppServer\lib\saaj-api.jar;C:\Sun\AppServer\lib\saaj-impl.jar;C:\Sun\AppServer\lib\xsdlib.jar;C:\Sun\AppServer\jdk/lib/tools.jar;C:\Sun\AppServer/lib/install/applications/jmsra/imqjmsra.jar;C:\Sun\AppServer\imq\lib/imq.jar;C:\Sun\AppServer\imq\lib/jaxm-api.jar;C:\Sun\AppServer\imq\lib/imqadmin.jar;C:\Sun\AppServer\imq\lib/imqutil.jar;C:\Sun\AppServer\imq\lib/fscontext.jar;C:\Sun\AppServer\imq\lib/providerutil.jar;C:\Sun\AppServer/lib/ant/lib/ant.jar;C:\Sun\AppServer/pointbase/lib/pbclient.jar;C:\Sun\AppServer/pointbase/lib/pbembedded.jar;C:\Sun\AppServer/pointbase/lib/pbclient.jar;C:\Sun\AppServer/pointbase/lib/pbembedded.jar;C:\Sun\AppServer\domains\domain1\lib\classes;C:\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps\MEjbApp;C:\Sun\AppServer\domains\domain1\applications\j2ee-apps\MEjbApp\mejb_jar;C:\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps\MEjbApp;C:\Sun\AppServer\domains\domain1\generated\ejb\j2ee-apps\MEjbApp @C:\Documents and Settings\Luis Araujo\Local Settings\Temp\681e45_f9dae089d50000_29515.s1a
    Output from command:
         at com.sun.ejb.codegen.IASEJBC.compileClasses(IASEJBC.java:361)
         at com.sun.ejb.codegen.IASEJBC.compileAndRmic(IASEJBC.java:210)
         at com.sun.ejb.codegen.IASEJBC.ejbc(IASEJBC.java:1144)
         at com.sun.enterprise.deployment.backend.EJBCompiler.preDeployApp(EJBCompiler.java:326)
         at com.sun.enterprise.deployment.backend.EJBCompiler.compile(EJBCompiler.java:196)
         at com.sun.enterprise.deployment.backend.AppDeployer.runEJBC(AppDeployer.java:277)
         at com.sun.enterprise.deployment.backend.AppDeployer.deploy(AppDeployer.java:163)
         at com.sun.enterprise.deployment.backend.AppDeployer.doRequestFinish(AppDeployer.java:105)
         at com.sun.enterprise.deployment.phasing.J2EECPhase.runPhase(J2EECPhase.java:128)
         at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPhase.java:79)
         at com.sun.enterprise.deployment.phasing.DeploymentService.executePhases(DeploymentService.java:216)
         at com.sun.enterprise.deployment.phasing.DeploymentService.deploy(DeploymentService.java:152)
         at com.sun.enterprise.admin.mbeans.ApplicationsConfigMBean.deploy(ApplicationsConfigMBean.java:270)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:266)
         at com.sun.enterprise.admin.config.BaseConfigMBean.invoke(BaseConfigMBean.java:268)
         at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:212)
         at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:218)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:808)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:781)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sun.enterprise.admin.util.proxy.ProxyClass.invoke(ProxyClass.java:54)
         at $Proxy1.invoke(Unknown Source)
         at com.sun.enterprise.admin.server.core.jmx.SunoneInterceptor.invoke(SunoneInterceptor.java:282)
         at com.sun.enterprise.deployment.autodeploy.AutoDeployer.invokeDeploymentService(AutoDeployer.java:468)
         at com.sun.enterprise.deployment.autodeploy.AutoDeployer.deployApplication(AutoDeployer.java:364)
         at com.sun.enterprise.deployment.autodeploy.AutoDeployer.deployApplication(AutoDeployer.java:343)
         at com.sun.enterprise.deployment.autodeploy.AutoDeployer.deployAll(AutoDeployer.java:164)
         at com.sun.enterprise.server.SystemAppLifecycle.deployToTarget(SystemAppLifecycle.java:185)
         at com.sun.enterprise.server.SystemAppLifecycle.deploySystemApps(SystemAppLifecycle.java:160)
         at com.sun.enterprise.server.SystemAppLifecycle.onStartup(SystemAppLifecycle.java:82)
         at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:282)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:217)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:171)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at org.apache.commons.launcher.ChildMain.run(ChildMain.java:269)
    |#]
    [#|2004-01-03T06:37:46.329-0200|INFO|j2ee-appserver1.4|javax.enterprise.system.tools.admin|_ThreadID=10;|[AutoDeploy] Autodeploy failed : C:\Sun\AppServer\lib\install\applications\MEjbApp.ear.|#]
    [#|2004-01-03T06:38:03.483-0200|INFO|j2ee-appserver1.4|javax.enterprise.system.container.web|_ThreadID=10;|WEB0302: Starting Tomcat.|#]
    [#|2004-01-03T06:38:04.955-0200|INFO|j2ee-appserver1.4|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [adminapp] in virtual server [server] at [web1]|#]
    [#|2004-01-03T06:38:06.988-0200|INFO|j2ee-appserver1.4|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [admingui] in virtual server [server] at [asadmin]|#]
    [#|2004-01-03T06:38:07.038-0200|INFO|j2ee-appserver1.4|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [com_sun_web_ui] in virtual server [server] at [com_sun_web_ui]|#]
    [#|2004-01-03T06:38:07.119-0200|INFO|j2ee-appserver1.4|org.apache.catalina.startup.Embedded|_ThreadID=10;|Starting tomcat server|#]
    [#|2004-01-03T06:38:07.119-0200|INFO|j2ee-appserver1.4|org.apache.catalina.startup.Embedded|_ThreadID=10;|Catalina naming disabled|#]
    [#|2004-01-03T06:38:07.409-0200|INFO|j2ee-appserver1.4|org.apache.catalina.core.StandardEngine|_ThreadID=10;|Starting Servlet Engine: J2EETM 1.4 Application Server|#]
    [#|2004-01-03T06:38:53.896-0200|INFO|j2ee-appserver1.4|org.apache.catalina.startup.ContextConfig|_ThreadID=10;|Missing application web.xml, using defaults only StandardEngine[server].StandardHost[server].StandardContext[]|#]
    [#|2004-01-03T06:38:56.249-0200|INFO|j2ee-appserver1.4|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Initializing Coyote HTTP/1.1 on port 8080|#]
    [#|2004-01-03T06:38:56.359-0200|INFO|j2ee-appserver1.4|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Starting Coyote HTTP/1.1 on port 8080|#]
    [#|2004-01-03T06:38:56.980-0200|INFO|j2ee-appserver1.4|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Initializing Coyote HTTP/1.1 on port 1043|#]
    [#|2004-01-03T06:38:56.990-0200|INFO|j2ee-appserver1.4|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Starting Coyote HTTP/1.1 on port 1043|#]
    [#|2004-01-03T06:38:57.080-0200|INFO|j2ee-appserver1.4|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Initializing Coyote HTTP/1.1 on port 4848|#]
    [#|2004-01-03T06:38:57.100-0200|INFO|j2ee-appserver1.4|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Starting Coyote HTTP/1.1 on port 4848|#]
    [#|2004-01-03T06:40:59.587-0200|INFO|j2ee-appserver1.4|javax.enterprise.resource.jms|_ThreadID=10;|JMS5035: Timed out after 120000 milli                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             

    Which J2SE version are you using - is that version corrupted - looks like some of the JAXP classes are not found

  • Help Needed for T42 Start-up Problem

    Urgent help need!!!
    I have a ThinkPad T42 with Windows XP installed.  It works perfectly for a while without ever have any problem or error message.  Then suddenly it won’t work anymore.  The symptom is following:
    After power on the laptop the Microsoft window would show up and it prompt me for window logon password.  After I type in the password it then shows “window is loading your personal setting”.  After a long while nothing would show up on the screen other than the background of the normal screen.  There is no window bar at the bottom or any icon on the screen.  If I start in safe mode then everything would show up.  I don’t know what is going on.
    This happened two months ago and I ended up restoring a backup image to get it work again.  It happens again today with the same symptom.  I am really tired of having to restore image backup every 2 months. 
    I would really appreciate it if any of your experts can offer me some insight into this problem.  I am desperate in need of help.
    Thanks very much!

    wangy26, welcome to the forum,
    Have a look at this thread to see if my post there helps. The problem seems to mostly occur at the start of a month, why I don't know. Unfortunately the member didin't report back whether or not this was a viable solution for them.
    Andy  ______________________________________
    Please remember to come back and mark the post that you feel solved your question as the solution, it earns the member + points
    Did you find a post helpfull? You can thank the member by clicking on the star to the left awarding them Kudos Please add your type, model number and OS to your signature, it helps to help you. Forum Search Option T430 2347-G7U W8 x64, Yoga 10 HD+, Tablet 1838-2BG, T61p 6460-67G W7 x64, T43p 2668-G2G XP, T23 2647-9LG XP, plus a few more. FYI Unsolicited Personal Messages will be ignored.
      Deutsche Community     Comunidad en Español    English Community Русскоязычное Сообщество
    PepperonI blog 

  • G5 iMac won't start! Help needed.

    Got a new intel iMac. Gave my husband my old G5 iMac (not intel). It was working perfectly. For some reason unknown to me, he decided he was going to reinstall everything from scratch so he grabbed the first disk he saw and put it in the computer. It was the startup disk for an intel computer & NOT for the iMac G5.
    Did he fry the computer? It won't start up. Keypad & mouse won't respond.
    The screen can't find the driver (no surprise) and says "panic: we are hanging here...." I can't get the disk out of the drive. Service contract is up. Is there a way I can connect my laptop to it and get it to respond & spit out that intel disk? Perhaps if I open the cover up, I can into the CD drive and get the disk out. All ideas appreciated.

    Quote
    J.C posted "Re: G5 iMac won't start! Help needed." on Feb 4, 2008 4:53:20 PM.
    Hi Mel Kev
    Have you tried holding down the left mouse button when you turn the computer on. Holding down the left mouse button should force eject the disk.
    Hope this helps
    J.C
    UNQUOTE
    And it WORKED! (I really wasn't in the mood to do surgery on the computer this evening). Thanks all!!! You are awesome!
    Now, if I can just find the original installation disks.... They are in this drawer somewhere....

  • Load bar at start up, then shut down. HELP NEEDED URGENTLY!!! plss....

    Load bar at start up, then shut down. HELP NEEDED URGENTLY!!! plss..

    The startup disk may need repairing.
    Startup your Mac while holding down the Command + R keys so you can access the built in utiliites to repair the startup disk if necessary or restore OS X using OS X Recovery

  • My 2008 macbook will not turn on. the light on the corner is on. not flashing but on. its fully charged and has lion on it. please help! my classes start Monday and i need it before then!!

    my 2008 macbook will not turn on. the light on the corner is on. not flashing but on. its fully charged and has lion on it. please help! my classes start Monday and i need it before then!! It will turn on for a coupe seconds, and then turn off.

    Take it into an Apple store for evaluation.

  • I have bought film, and now I cannot load it. Loading is completed, then I see a message about checking (?), and then the loading starts again. I need help:(

    I have bought a  film, and now I cannot load it. Loading is completed, then I see a message about processing (?), and then the loading starts again. I need help:(

    Thank you so much, Brennen!!!!!! I have downloaded this film after rebooting iPad and after deleting film and re-loading it!!!!!

Maybe you are looking for

  • Message sent from RWB but not reflected in SXMB_MONI

    Hello Experts, I have a SOAP - RFC synchronous scenario. I am sending a message from RWB to PI system.It shows message sent in RWB and the message details are reflected in the RWB->message monitoring ->Adapter Engine as 'Successfull'. But no in RWB->

  • Want to show some controls on OAF Printable Page

    Hi, I have a requirement to show some fields which are not available on normal OAF Page. How can I achieve this, please help. It is urgent.

  • IMovie Unexpectedly Quit

    So I import my movie (shot with Canon 5D MKII) and that goes well. Then I create a new project and move the clip that I want to work on into the project. And then either right away or as soon as I try to edit the clip iMovie gives up and I get the ab

  • Rest based webservices from plsql procedures/packages

    Guyz. Please let me know How to create Rest based webservices in jdeveloper tool from plsql procedures/packages. Im very much in need Thanks,

  • System slow after install Mavericks

    I have an older Mac that became slow after installing Mavericks.  I read a couple of discussions on here and found out about etre check.  I downloaded it and ran it, and I am hoping one of the experts on here will be able to help me.  Here are the re