Java Studio Creator 2 fails to start deployment server
Everything was working fine. I could deploy apps to the bundled app server with no problems. I didn't use the IDE for a while and when I came back to it, I upgraded to the latest levels. Now when I try to deploy my app, the deployment server fails to start. I get the following messages in the log:
|#]
[#|2006-04-11T17:08:17.686+0200|INFO|sun-appserver-pe8.1_02|javax.enterprise.re source.jms|_ThreadID=10;|JMS5025: JMS service shutting down.|#]
[#|2006-04-11T17:08:17.714+0200|SEVERE|sun-appserver-pe8.1_02|javax.enterprise. system.core|_ThreadID=10;|Exception while stoppping Lifecycle.
com.sun.appserv.server.ServerLifecycleException: [C4084]: User authentication failed: user=admin, broker=127.0.0.1:27676(32783)
at com.sun.enterprise.jms.JmsProviderLifecycle.onTermination(JmsProviderLifecycle. java:476)
at com.sun.enterprise.server.ss.ASLazyKernel.stopLifecycle(ASLazyKernel.java:180)
at com.sun.enterprise.server.ss.ASLazyKernel.stopMQ(ASLazyKernel.java:169)
at com.sun.enterprise.server.ss.ASLazyKernel.exitServer(ASLazyKernel.java:74)
at com.sun.enterprise.server.ss.ASLazyKernel.startASSocketServices(ASLazyKernel.ja va:67)
at com.sun.enterprise.server.PEMain.run(PEMain.java:274)
at com.sun.enterprise.server.PEMain.main(PEMain.java:220)
at com.sun.rave.tray.RavePEMain.main(RavePEMain.java:37)
Caused by: com.sun.messaging.jms.JMSSecurityException: [C4084]: User authentication failed: user=admin, broker=127.0.0.1:27676(32783)
at com.sun.messaging.jmq.jmsclient.ProtocolHandler.authenticate(ProtocolHandler.ja va:819)
at com.sun.messaging.jmq.jmsclient.ProtocolHandler.hello(ProtocolHandler.java:749)
at com.sun.messaging.jmq.jmsclient.ProtocolHandler.hello(ProtocolHandler.java:679)
at com.sun.messaging.jmq.jmsclient.ConnectionImpl.hello(ConnectionImpl.java:416)
at com.sun.messaging.jmq.jmsclient.ConnectionImpl.openConnection(ConnectionImpl.ja va:1979)
at com.sun.messaging.jmq.jmsclient.ConnectionImpl.init(ConnectionImpl.java:745)
at com.sun.messaging.jmq.jmsclient.ConnectionImpl.<init>(ConnectionImpl.java :315)
at com.sun.messaging.jmq.jmsclient.UnifiedConnectionImpl.<init>(UnifiedConne ctionImpl.java:33)
at com.sun.messaging.jmq.jmsclient.QueueConnectionImpl.<init>(QueueConnectio nImpl.java:32)
at com.sun.messaging.ConnectionFactory.createQueueConnection(ConnectionFactory.jav a:72)
at com.sun.messaging.jmq.admin.jmsspi.JMSAdminImpl.connectToProvider(JMSAdminImpl. java:414)
at com.sun.enterprise.jms.JmsProviderLifecycle.onTermination(JmsProviderLifecycle. java:473)
... 7 more
|#]
[#|2006-04-11T17:08:18.688+0200|INFO|sun-appserver-pe8.1_02|javax.enterprise.sy stem.core|_ThreadID=11;|sending notification to server...server|#]
[2853 byte] By [
sitara] at [2007-11-26 6:24:04]

# 1
hi.
could you solve your problem?
i am now experiencing the same problem and don't know how to fix it...
i reinstalled creator and removed my personal settings in order to get a "fresh" installation... but it still doesn't work. anyone knows the solution to this?
-
[#|2006-05-01T03:40:53.337+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.tools.launcher|_ThreadID=10;|
/opt/sun/Creator2/java/bin/java
-client
-XX:PermSize=32m
-XX:MaxPermSize=128m
-XX:+CMSPermGenSweepingEnabled
-XX:+CMSClassUnloadingEnabled
-Xmx512m
-XX:NewRatio=2
-Dcom.sun.aas.defaultLogFile=/opt/sun/Creator2/SunAppServer8/domains/creator/logs/server.log
-Djava.endorsed.dirs=/opt/sun/Creator2/SunAppServer8/lib/endorsed
-Djava.security.policy=/opt/sun/Creator2/SunAppServer8/domains/creator/config/server.policy
-Djava.security.auth.login.config=/opt/sun/Creator2/SunAppServer8/domains/creator/config/login.conf
-Dsun.rmi.dgc.server.gcInterval=3600000
-Dsun.rmi.dgc.client.gcInterval=3600000
-Djavax.net.ssl.keyStore=/opt/sun/Creator2/SunAppServer8/domains/creator/config/keystore.jks
-Djavax.net.ssl.trustStore=/opt/sun/Creator2/SunAppServer8/domains/creator/config/cacerts.jks
-Djava.ext.dirs=/opt/sun/Creator2/java/jre/lib/ext:/opt/sun/Creator2/SunAppServer8/domains/creator/lib/ext
-Djdbc.drivers=com.pointbase.jdbc.jdbcUniversalDriver
-Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
-Dcom.sun.enterprise.taglisteners=jsf-impl.jar
-Djavax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl
-Dcom.sun.aas.configName=server-config
-Dorg.xml.sax.parser=org.xml.sax.helpers.XMLReaderAdapter
-Ddomain.name=creator
-Djmx.invoke.getters=true
-Djavax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl
-Dcom.sun.aas.promptForIdentity=true
-Dorg.xml.sax.driver=com.sun.org.apache.xerces.internal.parsers.SAXParser
-Dcom.sun.aas.instanceRoot=/opt/sun/Creator2/SunAppServer8/domains/creator
-Djavax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl
-Dcom.sun.aas.domainName=creator
-Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
-Dproduct.name=Sun-Java-System/Application-Server
-Dcom.sun.enterprise.overrideablejavaxpackages=javax.faces,javax.servlet.jsp.jstl,javax.xml.bind,javax.help
-Dcom.sun.aas.configRoot=/opt/sun/Creator2/SunAppServer8/config
-Djava.library.path=/opt/sun/Creator2/java/jre/lib/i386/client:/opt/sun/Creator2/java/jre/lib/i386/client:/opt/sun/Creator2/java/jre/lib/i386:/opt/sun/Creator2/java/jre/../lib/i386:/opt/sun/Creator2/SunAppServer8/lib:/usr/lib/lwp:/opt/sun/Creator2/SunAppServer8/lib:/usr/lib/lwp:/opt/sun/Creator2/java/jre/lib/i386/client:/opt/sun/Creator2/java/jre/lib/i386:/opt/sun/Creator2/java/jre/../lib/i386:/opt/sun/Creator2/SunAppServer8/lib:/opt/sun/Creator2/SunAppServer8/lib:/opt/sun/Creator2/SunAppServer8/lib:/opt/sun/Creator2/java/jre/lib/i386/client:/opt/sun/Creator2/java/jre/lib/i386:/opt/sun/Creator2/java/jre/../lib/i386:/root/istemp5587121052849/_bundledJRE_/lib/i386/client:/root/istemp5587121052849/_bundledJRE_/lib/i386:/root/istemp5587121052849/_bundledJRE_/../lib/i386
-Dcom.sun.aas.instanceName=server
-Dcom.sun.aas.processLauncher=SE
-cp
/opt/sun/Creator2/java/lib/tools.jar:/opt/sun/Creator2/SunAppServer8/lib/appserv-rt.jar:/opt/sun/Creator2/SunAppServer8/lib/appserv-rt_zh_CN.jar:/opt/sun/Creator2/SunAppServer8/lib/appserv-cmp_fr.jar:/opt/sun/Creator2/SunAppServer8/lib/commons-launcher_zh.jar:/opt/sun/Creator2/SunAppServer8/lib/appserv-assemblytool_es.jar:/opt/sun/Creator2/SunAppServer8/lib/appserv-assemblytool_fr.jar:/opt/sun/Creator2/SunAppServer8/lib/appserv-cmp_ja.jar:/opt/sun/Creator2/SunAppServer8/lib/driveradapter.jar:/opt/sun/Creator2/SunAppServer8/lib/appserv-cmp_ko.jar:/opt/sun/Creator2/SunAppServer8/lib/appserv-assemblytool_ja.jar:/opt/sun/Creator2/SunAppServer8/lib/jaxr-api.jar:/opt/sun/Creator2/SunAppServer8/lib/smspy.jar:/opt/sun/Creator2/SunAppServer8/lib/appserv-assemblytool_ko.jar:/opt/sun/Creator2/SunAppServer8/lib/saaj-api.jar:/opt/sun/Creator2/SunAppServer8/lib/activation.jar:/opt/sun/Creator2/SunAppServer8/lib/appserv-assemblytool_zh_CN.jar:/opt/sun/Creator2/SunAppServer8/lib/rmissl.jar:/opt/sun/Creator2/SunAppServer8/lib/dom.jar:/opt/sun/Creator2/SunAppServer8/lib/jax-qname.jar:/opt/sun/Creator2/SunAppServer8/lib/j2ee_es.jar:/opt/sun/Creator2/SunAppServer8/lib/commons-launcher_zh_CN.jar:/opt/sun/Creator2/SunAppServer8/lib/smsybase.jar:/opt/sun/Creator2/SunAppServer8/lib/j2ee_fr.jar:/opt/sun/Creator2/SunAppServer8/lib/j2ee-svc.jar:/opt/sun/Creator2/SunAppServer8/lib/j2ee_ja.jar:/opt/sun/Creator2/SunAppServer8/lib/appserv-cmp_zh.jar:/opt/sun/Creator2/SunAppServer8/lib/j2ee_ko.jar:/opt/sun/Creator2/SunAppServer8/lib/appserv-assemblytool_zh.jar:/opt/sun/Creator2/SunAppServer8/lib/deployhelp_zh_CN.jar:/opt/sun/Creator2/SunAppServer8/lib/appserv-cmp_zh_CN.jar:/opt/sun/Creator2/SunAppServer8/lib/mail.jar:/opt/sun/Creator2/SunAppServer8/lib/appserv-admin.jar:/opt/sun/Creator2/SunAppServer8/lib/appserv-cmp.jar:/opt/sun/Creator2/SunAppServer8/lib/deployhelp_es.jar:/opt/sun/Creator2/SunAppServer8/lib/appserv-jstl.jar:/opt/sun/Creator2/SunAppServer8/lib/deployhelp_fr.jar:/opt/sun/Creator2/SunAppServer8/lib/jaxr-impl.jar:/opt/sun/Creator2/SunAppServer8/lib/xercesImpl.jar:/opt/sun/Creator2/SunAppServer8/lib/deployhelp_ja.jar:/opt/sun/Creator2/SunAppServer8/lib/j2ee_zh.jar:/opt/sun/Creator2/SunAppServer8/lib/deployhelp_ko.jar:/opt/sun/Creator2/SunAppServer8/lib/smresource.jar:/opt/sun/Creator2/SunAppServer8/lib/xalan.jar:/opt/sun/Creator2/SunAppServer8/lib/appserv-upgrade.jar:/opt/sun/Creator2/SunAppServer8/lib/smsqlserver.jar:/opt/sun/Creator2/SunAppServer8/lib/smbase.jar:/opt/sun/Creator2/SunAppServer8/lib/jdic_0_9.jar:/opt/sun/Creator2/SunAppServer8/lib/smdb2.jar:/opt/sun/Creator2/SunAppServer8/lib/j2ee.jar:/opt/sun/Creator2/SunAppServer8/lib/commons-logging.jar:/opt/sun/Creator2/SunAppServer8/lib/smutil.jar:/opt/sun/Creator2/SunAppServer8/lib/deployhelp_zh.jar:/opt/sun/Creator2/SunAppServer8/lib/saaj-impl.jar:/opt/sun/Creator2/SunAppServer8/lib/appserv-rt_es.jar:/opt/sun/Creator2/SunAppServer8/lib/jaxrpc-impl.jar:/opt/sun/Creator2/SunAppServer8/lib/appserv-env.jar:/opt/sun/Creator2/SunAppServer8/lib/appserv-rt_fr.jar:/opt/sun/Creator2/SunAppServer8/lib/appserv-rt_ja.jar:/opt/sun/Creator2/SunAppServer8/lib/jmxremote.jar:/opt/sun/Creator2/SunAppServer8/lib/commons-launcher_es.jar:/opt/sun/Creator2/SunAppServer8/lib/commons-launcher_fr.jar:/opt/sun/Creator2/SunAppServer8/lib/appserv-rt_ko.jar:/opt/sun/Creator2/SunAppServer8/lib/smoracle.jar:/opt/sun/Creator2/SunAppServer8/lib/commons-launcher_ja.jar:/opt/sun/Creator2/SunAppServer8/lib/commons-launcher_ko.jar:/opt/sun/Creator2/SunAppServer8/lib/appserv-ext.jar:/opt/sun/Creator2/SunAppServer8/lib/relaxngDatatype.jar:/opt/sun/Creator2/SunAppServer8/lib/admin-cli.jar:/opt/sun/Creator2/SunAppServer8/lib/jaxrpc-api.jar:/opt/sun/Creator2/SunAppServer8/lib/jsf-api.jar:/opt/sun/Creator2/SunAppServer8/lib/j2ee_zh_CN.jar:/opt/sun/Creator2/SunAppServer8/lib/jmxremote_optional.jar:/opt/sun/Creator2/SunAppServer8/lib/PEtray.jar:/opt/sun/Creator2/SunAppServer8/lib/commons-launcher.jar:/opt/sun/Creator2/SunAppServer8/lib/jsf-impl.jar:/opt/sun/Creator2/SunAppServer8/lib/appserv-rt_zh.jar:/opt/sun/Creator2/SunAppServer8/lib/sminformix.jar:/opt/sun/Creator2/SunAppServer8/lib/xsdlib.jar:/opt/sun/Creator2/SunAppServer8/lib/appserv-cmp_es.jar:/opt/sun/Creator2/SunAppServer8/lib/install/applications/jmsra/imqjmsra.jar:/opt/sun/Creator2/SunAppServer8/imq/lib/jaxm-api.jar:/opt/sun/Creator2/SunAppServer8/imq/lib/fscontext.jar:/opt/sun/Creator2/SunAppServer8/lib/ant/lib/ant.jar:/opt/sun/Creator2/SunAppServer8/pointbase/lib/pbclient.jar:/opt/sun/Creator2/SunAppServer8/pointbase/lib/pbembedded.jar
com.sun.rave.tray.RavePEMain
start
display|#]
[#|2006-05-01T03:41:03.144+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.resource.jms|_ThreadID=10;|JMS5023: JMS service successfully started. Instance Name = imqbroker, Home = [/opt/sun/Creator2/SunAppServer8/imq/bin].|#]
[#|2006-05-01T03:41:03.146+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.core|_ThreadID=10;|CORE5098: AS Socket Service Initialization has been completed.|#]
[#|2006-05-01T03:41:04.425+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM0001:MBeanServer initialized successfully|#]
[#|2006-05-01T03:41:05.148+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.core.security|_ThreadID=10;|SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.|#]
[#|2006-05-01T03:41:06.289+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.container.web|_ThreadID=10;|Created virtual server server|#]
[#|2006-05-01T03:41:06.293+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.container.web|_ThreadID=10;|Created virtual server __asadmin|#]
[#|2006-05-01T03:41:07.489+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.resource.corba.S1AS-ORB.rpc.transport|_ThreadID=10;|"IOP00710299: (INTERNAL) Successfully created IIOP listener on the specified host/port: all interfaces/23700"|#]
[#|2006-05-01T03:41:07.491+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.resource.corba.S1AS-ORB.rpc.transport|_ThreadID=10;|"IOP00710299: (INTERNAL) Successfully created IIOP listener on the specified host/port: all interfaces/21060"|#]
[#|2006-05-01T03:41:07.497+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.resource.corba.S1AS-ORB.rpc.transport|_ThreadID=10;|"IOP00710299: (INTERNAL) Successfully created IIOP listener on the specified host/port: all interfaces/21061"|#]
[#|2006-05-01T03:41:08.813+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.core.transaction|_ThreadID=10;|JTS5014: Recoverable JTS instance, serverId = [23700]|#]
[#|2006-05-01T03:41:14.525+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM1079: Initialization of AMX MBeans successful|#]
[#|2006-05-01T03:41:15.757+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.tools.deployment|_ThreadID=10;|[AutoDeploy] Selecting file /opt/sun/Creator2/SunAppServer8/lib/install/applications/__ejb_container_timer_app.ear for autodeployment.|#]
[#|2006-05-01T03:41:16.616+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.tools.deployment|_ThreadID=10;|DPL5109: EJBC - START of EJBC for [__ejb_container_timer_app]|#]
[#|2006-05-01T03:41:28.104+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.tools.deployment|_ThreadID=10;|Processing beans ...|#]
[#|2006-05-01T03:41:28.149+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.tools.deployment|_ThreadID=10;|DPL5110: EJBC - END of EJBC for [__ejb_container_timer_app]|#]
[#|2006-05-01T03:41:28.312+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.tools.deployment|_ThreadID=10;|Total Deployment Time: 12344 msec, Total EJB Compiler Module Time: 11534 msec, Portion spent EJB Compiling: 93%
Breakdown of EJBC Module Time: Total Time for EJBC: 11534 msec, CMP Generation: 1048 msec (9%), Java Compilation: 10079 msec (87%), RMI Compilation: 0 msec (0%), JAX-RPC Generation: 10 msec (0%),
|#]
[#|2006-05-01T03:41:28.459+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.tools.deployment|_ThreadID=10;|deployed with moduleid = __ejb_container_timer_app|#]
[#|2006-05-01T03:41:28.591+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM1041:Sent the event to instance:[ApplicationDeployEvent -- reference-added __ejb_container_timer_app]|#]
[#|2006-05-01T03:41:28.695+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM1042:Status of dynamic reconfiguration event processing:[success]|#]
[#|2006-05-01T03:41:28.715+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM1041:Sent the event to instance:[ApplicationDeployEvent -- deploy __ejb_container_timer_app]|#]
[#|2006-05-01T03:41:28.972+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.container.ejb|_ThreadID=10;|Instantiated container for: ejbName: TimerBean; containerId: 75134067549929472|#]
[#|2006-05-01T03:41:29.507+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.container.ejb|_ThreadID=10;|EJB5109:EJB Timer Service started successfully for datasource [jdbc/__TimerPool]|#]
[#|2006-05-01T03:41:29.508+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.core.classloading|_ThreadID=10;|LDR5010: All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]
[#|2006-05-01T03:41:29.509+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM1042:Status of dynamic reconfiguration event processing:[success]|#]
[#|2006-05-01T03:41:29.510+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.tools.deployment|_ThreadID=10;|[AutoDeploy] Successfully autodeployed : /opt/sun/Creator2/SunAppServer8/lib/install/applications/__ejb_container_timer_app.ear.|#]
[#|2006-05-01T03:41:29.511+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.tools.deployment|_ThreadID=10;|[AutoDeploy] Selecting file /opt/sun/Creator2/SunAppServer8/lib/install/applications/MEjbApp.ear for autodeployment.|#]
[#|2006-05-01T03:41:29.955+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.tools.deployment|_ThreadID=10;|DPL5109: EJBC - START of EJBC for [MEjbApp]|#]
[#|2006-05-01T03:41:29.955+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.tools.deployment|_ThreadID=10;|Processing beans ...|#]
[#|2006-05-01T03:41:29.957+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.tools.deployment|_ThreadID=10;|DPL5110: EJBC - END of EJBC for [MEjbApp]|#]
[#|2006-05-01T03:41:29.998+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.tools.deployment|_ThreadID=10;|Total Deployment Time: 462 msec, Total EJB Compiler Module Time: 3 msec, Portion spent EJB Compiling: 0%
Breakdown of EJBC Module Time: Total Time for EJBC: 3 msec, CMP Generation: 0 msec (0%), Java Compilation: 0 msec (0%), RMI Compilation: 0 msec (0%), JAX-RPC Generation: 1 msec (33%),
|#]
[#|2006-05-01T03:41:30.083+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.tools.deployment|_ThreadID=10;|deployed with moduleid = MEjbApp|#]
[#|2006-05-01T03:41:30.144+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM1041:Sent the event to instance:[ApplicationDeployEvent -- reference-added MEjbApp]|#]
[#|2006-05-01T03:41:30.224+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM1042:Status of dynamic reconfiguration event processing:[success]|#]
[#|2006-05-01T03:41:30.244+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM1041:Sent the event to instance:[ApplicationDeployEvent -- deploy MEjbApp]|#]
[#|2006-05-01T03:41:30.343+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.container.ejb|_ThreadID=10;|Instantiated container for: ejbName: MEJBBean; containerId: 75134067668287488|#]
[#|2006-05-01T03:41:30.515+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.core.classloading|_ThreadID=10;|LDR5010: All ejb(s) of [MEjbApp] loaded successfully!|#]
[#|2006-05-01T03:41:30.516+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM1042:Status of dynamic reconfiguration event processing:[success]|#]
[#|2006-05-01T03:41:30.517+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.tools.deployment|_ThreadID=10;|[AutoDeploy] Successfully autodeployed : /opt/sun/Creator2/SunAppServer8/lib/install/applications/MEjbApp.ear.|#]
[#|2006-05-01T03:41:30.576+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.container.web|_ThreadID=10;|WEB0302: Starting Sun-Java-System/Application-Server.|#]
[#|2006-05-01T03:41:30.777+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [__default-admingui] in virtual server [__asadmin] at [/]|#]
[#|2006-05-01T03:41:31.104+0000|WARNING|sun-appserver-pe8.1_02|javax.enterprise.system.container.web|_ThreadID=10;|WEB0500: default-locale attribute of locale-charset-info element has been deprecated and is being ignored. Use default-charset attribute of parameter-encoding element instead|#]
[#|2006-05-01T03:41:31.257+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [adminapp] in virtual server [__asadmin] at [/web1]|#]
[#|2006-05-01T03:41:31.272+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [admingui] in virtual server [__asadmin] at [/asadmin]|#]
[#|2006-05-01T03:41:31.276+0000|WARNING|sun-appserver-pe8.1_02|javax.enterprise.system.container.web|_ThreadID=10;|WEB0500: default-locale attribute of locale-charset-info element has been deprecated and is being ignored. Use default-charset attribute of parameter-encoding element instead|#]
[#|2006-05-01T03:41:31.292+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [com_sun_web_ui] in virtual server [__asadmin] at [/com_sun_web_ui]|#]
[#|2006-05-01T03:41:31.427+0000|INFO|sun-appserver-pe8.1_02|org.apache.catalina.core.StandardEngine|_ThreadID=10;|Starting Servlet Engine: Sun-Java-System/Application-Server|#]
[#|2006-05-01T03:41:35.713+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.container.web|_ThreadID=10;|WEB0703: Initializing Sun-Java-System/Application-Server-PE HTTP/1.1 on 28080|#]
[#|2006-05-01T03:41:35.727+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.container.web|_ThreadID=10;|WEB0712: Starting Sun-Java-System/Application-Server-PE HTTP/1.1 on 28080|#]
[#|2006-05-01T03:41:35.833+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.container.web|_ThreadID=10;|WEB0703: Initializing Sun-Java-System/Application-Server-PE HTTP/1.1 on 21043|#]
[#|2006-05-01T03:41:35.840+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.container.web|_ThreadID=10;|WEB0712: Starting Sun-Java-System/Application-Server-PE HTTP/1.1 on 21043|#]
[#|2006-05-01T03:41:35.871+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.container.web|_ThreadID=10;|WEB0703: Initializing Sun-Java-System/Application-Server-PE HTTP/1.1 on 24848|#]
[#|2006-05-01T03:41:35.879+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.container.web|_ThreadID=10;|WEB0712: Starting Sun-Java-System/Application-Server-PE HTTP/1.1 on 24848|#]
[#|2006-05-01T03:41:39.100+0000|SEVERE|sun-appserver-pe8.1_02|javax.enterprise.system.core|_ThreadID=10;|Service com.sun.enterprise.admin.server.core.JmxConnectorLifecycle@3bf22 cannot be started! : com.sun.appserv.server.ServerLifecycleException: Cannot bind to URL [rmi://io:28686/management/rmi-jmx-connector]: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: Exception creating connection to: io; nested exception is:
java.net.NoRouteToHostException: No route to host]|#]
[#|2006-05-01T03:41:39.101+0000|SEVERE|sun-appserver-pe8.1_02|javax.enterprise.system.core|_ThreadID=10;|CORE5071: An error occured during initialization
com.sun.appserv.server.ServerLifecycleException: Cannot bind to URL [rmi://io:28686/management/rmi-jmx-connector]: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: Exception creating connection to: io; nested exception is:
java.net.NoRouteToHostException: No route to host]
at com.sun.enterprise.admin.server.core.JmxConnectorLifecycle.onStartup(JmxConnectorLifecycle.java:101)
at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:300)
at com.sun.enterprise.server.PEMain.run(PEMain.java:294)
at com.sun.enterprise.server.PEMain.main(PEMain.java:220)
at com.sun.rave.tray.RavePEMain.main(RavePEMain.java:37)
Caused by: java.io.IOException: Cannot bind to URL [rmi://io:28686/management/rmi-jmx-connector]: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: Exception creating connection to: io; nested exception is:
java.net.NoRouteToHostException: No route to host]
at javax.management.remote.rmi.RMIConnectorServer.newIOException(RMIConnectorServer.java:814)
at javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.java:431)
at com.sun.enterprise.admin.jmx.remote.server.JmxConnectorServerDriver.startConnectorServer(JmxConnectorServerDriver.java:173)
at com.sun.enterprise.admin.server.core.JmxConnectorLifecycle.onStartup(JmxConnectorLifecycle.java:93)
... 4 more
Caused by: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: Exception creating connection to: io; nested exception is:
java.net.NoRouteToHostException: No route to host]
at com.sun.jndi.rmi.registry.RegistryContext.bind(RegistryContext.java:122)
at com.sun.jndi.toolkit.url.GenericURLContext.bind(GenericURLContext.java:208)
at javax.naming.InitialContext.bind(InitialContext.java:359)
at javax.management.remote.rmi.RMIConnectorServer.bind(RMIConnectorServer.java:635)
at javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.java:427)
... 6 more
Caused by: java.rmi.ConnectIOException: Exception creating connection to: io; nested exception is:
java.net.NoRouteToHostException: No route to host
at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:587)
at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:185)
at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:171)
at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:306)
at sun.rmi.registry.RegistryImpl_Stub.bind(Unknown Source)
at com.sun.jndi.rmi.registry.RegistryContext.bind(RegistryContext.java:116)
... 10 more
Caused by: java.net.NoRouteToHostException: No route to host
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:525)
at com.sun.enterprise.server.ss.ASClientSocketImpl.connect(ASClientSocketImpl.java:175)
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 sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:22)
at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:128)
at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:569)
... 15 more
|#]
[#|2006-05-01T03:41:39.109+0000|SEVERE|sun-appserver-pe8.1_02|javax.enterprise.system.core|_ThreadID=10;|Server Startup failed. Exiting...|#]
[#|2006-05-01T03:41:39.110+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.core|_ThreadID=10;|Server shutdown in progress...|#]
[#|2006-05-01T03:41:39.110+0000|WARNING|sun-appserver-pe8.1_02|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)
at com.sun.rave.tray.RavePEMain.main(RavePEMain.java:37)
|#]
[#|2006-05-01T03:41:39.111+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.container.web|_ThreadID=10;|WEB0303: Stopping Sun-Java-System/Application-Server.|#]
[#|2006-05-01T03:41:39.121+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.container.web|_ThreadID=10;|WEB0713: Stopping Sun-Java-System/Application-Server-PE HTTP/1.1 on 28080|#]
[#|2006-05-01T03:41:39.125+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.container.web|_ThreadID=10;|WEB0713: Stopping Sun-Java-System/Application-Server-PE HTTP/1.1 on 21043|#]
[#|2006-05-01T03:41:39.129+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.container.web|_ThreadID=10;|WEB0713: Stopping Sun-Java-System/Application-Server-PE HTTP/1.1 on 24848|#]
[#|2006-05-01T03:41:39.386+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.core|_ThreadID=10;|CORE5051: Shutting down all J2EE applications ...|#]
[#|2006-05-01T03:41:39.388+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.container.ejb|_ThreadID=10;|EJB5122:EJB Timer Service shutdown at [2006/05/01 03:41:39]|#]
[#|2006-05-01T03:41:39.388+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.core|_ThreadID=10;|CORE 5060 : Stopping all J2EE Connector 1.5 Compliant resource adapters ...|#]
[#|2006-05-01T03:41:39.390+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.resource.resourceadapter|_ThreadID=10;|RAR7094: __xa shutdown successfully.|#]
[#|2006-05-01T03:41:39.390+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.core|_ThreadID=10;|CORE 5061 : Resource adapters Stop() Complete|#]
[#|2006-05-01T03:41:39.390+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.core|_ThreadID=10;|CORE5052: Application shutdown complete.|#]
[#|2006-05-01T03:41:39.393+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.resource.jms|_ThreadID=10;|JMS5025: JMS service shutting down.|#]
[#|2006-05-01T03:41:39.624+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.resource.jms|_ThreadID=10;|JMS5026: JMS service shutdown complete.|#]
[#|2006-05-01T03:41:39.624+0000|SEVERE|sun-appserver-pe8.1_02|javax.enterprise.system.core|_ThreadID=10;|Server stopped due to Server startup failure.|#]
[#|2006-05-01T03:41:39.639+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.core|_ThreadID=11;|sending notification to server...server|#]
[#|2006-05-01T03:41:39.639+0000|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.core|_ThreadID=11;|Server shutdown complete.|#]
npt at 2007-7-6 14:13:10 >
