- This topic has 16 replies, 3 voices, and was last updated 17 years, 10 months ago by
Riyad Kalla.
-
AuthorPosts
-
jeffreychangMemberHi,
I am using S1AJ EE 8.2. I am able to start the App Server perfectly fine via commandline; however, when starting it on Eclipse I get the error below. I read other posts and have made sure that I configured my servername correctly. Please advise.
[#|2007-07-30T11:33:53.718-0400|SEVERE|sun-appserver-ee8.2|javax.enterprise.resource.corba|_ThreadID=10;|IOP5002: Exception occurred in init of IIOPSSLSocketFactory
java.lang.IllegalStateException: IOP5079: Alias name s1as does not identify a key entry.
at com.sun.enterprise.iiop.IIOPSSLSocketFactory.init(IIOPSSLSocketFactory.java:232)
at com.sun.enterprise.iiop.IIOPSSLSocketFactory.<init>(IIOPSSLSocketFactory.java:123)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at java.lang.Class.newInstance0(Class.java:350)
at java.lang.Class.newInstance(Class.java:303)
at com.sun.corba.ee.impl.orb.ParserTable$5.operate(ParserTable.java:658)
at com.sun.corba.ee.impl.orb.NormalParserAction.apply(NormalParserAction.java:22)
at com.sun.corba.ee.spi.orb.PropertyParser.parse(PropertyParser.java:52)
at com.sun.corba.ee.spi.orb.ParserImplBase.init(ParserImplBase.java:55)
at com.sun.corba.ee.impl.orb.ORBDataParserImpl.<init>(ORBDataParserImpl.java:407)
at com.sun.corba.ee.impl.orb.ORBImpl.postInit(ORBImpl.java:517)
at com.sun.corba.ee.impl.orb.ORBImpl.set_parameters(ORBImpl.java:607)
at org.omg.CORBA.ORB.init(ORB.java:337)
at com.sun.enterprise.util.ORBManager.createORB(ORBManager.java:378)
at com.sun.enterprise.util.ORBManager.init(ORBManager.java:227)
at com.sun.enterprise.server.J2EEServer.createORB(J2EEServer.java:317)
at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:170)
at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:602)
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)
|#][#|2007-07-30T11:33:54.234-0400|WARNING|sun-appserver-ee8.2|javax.enterprise.resource.corba.ee._CORBA_.orb.lifecycle|_ThreadID=10;|”IOP02410214: (DATA_CONVERSION) com.sun.enterprise.iiop.IIOPSSLSocketFactory is not a valid custom socket factory”
org.omg.CORBA.DATA_CONVERSION: vmcid: SUN minor code: 214 completed: No
at com.sun.corba.ee.impl.logging.ORBUtilSystemException.badCustomSocketFactory(ORBUtilSystemException.java:3233)
at com.sun.corba.ee.impl.logging.ORBUtilSystemException.badCustomSocketFactory(ORBUtilSystemException.java:3252)
at com.sun.corba.ee.impl.orb.ParserTable$5.operate(ParserTable.java:666)
at com.sun.corba.ee.impl.orb.NormalParserAction.apply(NormalParserAction.java:22)
at com.sun.corba.ee.spi.orb.PropertyParser.parse(PropertyParser.java:52)
at com.sun.corba.ee.spi.orb.ParserImplBase.init(ParserImplBase.java:55)
at com.sun.corba.ee.impl.orb.ORBDataParserImpl.<init>(ORBDataParserImpl.java:407)
at com.sun.corba.ee.impl.orb.ORBImpl.postInit(ORBImpl.java:517)
at com.sun.corba.ee.impl.orb.ORBImpl.set_parameters(ORBImpl.java:607)
at org.omg.CORBA.ORB.init(ORB.java:337)
at com.sun.enterprise.util.ORBManager.createORB(ORBManager.java:378)
at com.sun.enterprise.util.ORBManager.init(ORBManager.java:227)
at com.sun.enterprise.server.J2EEServer.createORB(J2EEServer.java:317)
at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:170)
at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:602)
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.IllegalStateException: java.lang.IllegalStateException: IOP5079: Alias name s1as does not identify a key entry.
at com.sun.enterprise.iiop.IIOPSSLSocketFactory.<init>(IIOPSSLSocketFactory.java:164)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at java.lang.Class.newInstance0(Class.java:350)
at java.lang.Class.newInstance(Class.java:303)
at com.sun.corba.ee.impl.orb.ParserTable$5.operate(ParserTable.java:658)
… 15 more
|#][#|2007-07-30T11:33:54.250-0400|SEVERE|sun-appserver-ee8.2|javax.enterprise.system.util|_ThreadID=10;|UTIL6009:Unexcpected Exception in createORB.
org.omg.CORBA.DATA_CONVERSION: vmcid: SUN minor code: 214 completed: No
at com.sun.corba.ee.impl.logging.ORBUtilSystemException.badCustomSocketFactory(ORBUtilSystemException.java:3233)
at com.sun.corba.ee.impl.logging.ORBUtilSystemException.badCustomSocketFactory(ORBUtilSystemException.java:3252)
at com.sun.corba.ee.impl.orb.ParserTable$5.operate(ParserTable.java:666)
at com.sun.corba.ee.impl.orb.NormalParserAction.apply(NormalParserAction.java:22)
at com.sun.corba.ee.spi.orb.PropertyParser.parse(PropertyParser.java:52)
at com.sun.corba.ee.spi.orb.ParserImplBase.init(ParserImplBase.java:55)
at com.sun.corba.ee.impl.orb.ORBDataParserImpl.<init>(ORBDataParserImpl.java:407)
at com.sun.corba.ee.impl.orb.ORBImpl.postInit(ORBImpl.java:517)
at com.sun.corba.ee.impl.orb.ORBImpl.set_parameters(ORBImpl.java:607)
at org.omg.CORBA.ORB.init(ORB.java:337)
at com.sun.enterprise.util.ORBManager.createORB(ORBManager.java:378)
at com.sun.enterprise.util.ORBManager.init(ORBManager.java:227)
at com.sun.enterprise.server.J2EEServer.createORB(J2EEServer.java:317)
at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:170)
at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:602)
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.IllegalStateException: java.lang.IllegalStateException: IOP5079: Alias name s1as does not identify a key entry.
at com.sun.enterprise.iiop.IIOPSSLSocketFactory.<init>(IIOPSSLSocketFactory.java:164)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at java.lang.Class.newInstance0(Class.java:350)
at java.lang.Class.newInstance(Class.java:303)
at com.sun.corba.ee.impl.orb.ParserTable$5.operate(ParserTable.java:658)
… 15 more
|#][#|2007-07-30T11:33:54.250-0400|SEVERE|sun-appserver-ee8.2|javax.enterprise.system.core|_ThreadID=10;|CORE5081: Exception while creating ORB: [java.lang.NullPointerException]|#]
[#|2007-07-30T11:33:54.250-0400|SEVERE|sun-appserver-ee8.2|javax.enterprise.system.core|_ThreadID=10;|CORE5082: Exception running j2ee services: [java.lang.RuntimeException: Unable to create ORB]|#]
[#|2007-07-30T11:33:54.250-0400|SEVERE|sun-appserver-ee8.2|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:300)
at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:602)
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:186)
… 4 more
|#][#|2007-07-30T11:33:54.265-0400|SEVERE|sun-appserver-ee8.2|javax.enterprise.system.core|_ThreadID=10;|CORE5092: J2EE server reported following error: [Unable to create ORB] |#]
[#|2007-07-30T11:33:54.265-0400|SEVERE|sun-appserver-ee8.2|javax.enterprise.system.core|_ThreadID=10;|CORE5093: Error executing J2EE server |#]
[#|2007-07-30T11:33:54.265-0400|SEVERE|sun-appserver-ee8.2|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:611)
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:300)
at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:602)
… 3 more
Caused by: java.lang.RuntimeException: Unable to create ORB
at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:186)
… 4 more
|#][#|2007-07-30T11:33:54.265-0400|SEVERE|sun-appserver-ee8.2|javax.enterprise.system.core|_ThreadID=10;|Server Startup failed. Exiting…|#]
[#|2007-07-30T11:33:54.265-0400|INFO|sun-appserver-ee8.2|javax.enterprise.system.core|_ThreadID=10;|Server shutdown in progress…|#]
[#|2007-07-30T11:33:54.265-0400|INFO|sun-appserver-ee8.2|javax.enterprise.system.container.web|_ThreadID=10;|WEB0303: Stopping Sun-Java-System/Application-Server.|#]
[#|2007-07-30T11:33:54.281-0400|WARNING|sun-appserver-ee8.2|javax.enterprise.system.core|_ThreadID=10;|CORE5061: Exception :
com.sun.appserv.server.ServerLifecycleException: WEB0106: An error occurred while stopping the web container
at com.sun.enterprise.web.PEWebContainer.stopInstance(PEWebContainer.java:547)
at com.sun.enterprise.web.PEWebContainerLifecycle.onShutdown(PEWebContainerLifecycle.java:65)
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: LifecycleException: WEB0103: This web container has not yet been started
at com.sun.enterprise.web.WebContainer.stop(WebContainer.java:780)
at com.sun.enterprise.web.PEWebContainer.stopInstance(PEWebContainer.java:539)
… 4 more
|#][#|2007-07-30T11:33:54.281-0400|INFO|sun-appserver-ee8.2|javax.enterprise.system.core|_ThreadID=10;|CORE5051: Shutting down all J2EE applications …|#]
[#|2007-07-30T11:33:54.281-0400|INFO|sun-appserver-ee8.2|javax.enterprise.system.core|_ThreadID=10;|CORE 5060 : Stopping all J2EE Connector 1.5 Compliant resource adapters …|#]
[#|2007-07-30T11:33:54.297-0400|INFO|sun-appserver-ee8.2|javax.enterprise.system.core|_ThreadID=10;|CORE 5061 : Resource adapters Stop() Complete|#]
[#|2007-07-30T11:33:54.297-0400|INFO|sun-appserver-ee8.2|javax.enterprise.system.core|_ThreadID=10;|CORE5052: Application shutdown complete.|#]
[#|2007-07-30T11:33:54.437-0400|INFO|sun-appserver-ee8.2|javax.enterprise.resource.jms|_ThreadID=10;|JMS5023: JMS service successfully started. Instance Name = imqbroker, Home = [D:\Sun\AppServer\imq\bin].|#]
[#|2007-07-30T11:33:54.484-0400|WARNING|sun-appserver-ee8.2|javax.enterprise.system.tools.admin|_ThreadID=10;|core.tmp_folder_deletion_failed|#]
[#|2007-07-30T11:33:54.484-0400|WARNING|sun-appserver-ee8.2|javax.enterprise.system.core|_ThreadID=10;|CORE5061: Exception :
com.sun.appserv.server.ServerLifecycleException
at com.sun.enterprise.admin.server.core.JmxConnectorLifecycle.onTermination(JmxConnectorLifecycle.java:142)
at com.sun.enterprise.server.ApplicationServer.onTermination(ApplicationServer.java:454)
at com.sun.enterprise.server.PEMain.run(PEMain.java:322)
at com.sun.enterprise.server.PEMain.main(PEMain.java:220)
|#][#|2007-07-30T11:33:54.484-0400|INFO|sun-appserver-ee8.2|javax.enterprise.resource.jms|_ThreadID=10;|JMS5025: JMS service shutting down.|#]
[#|2007-07-30T11:33:54.672-0400|INFO|sun-appserver-ee8.2|javax.enterprise.resource.jms|_ThreadID=10;|JMS5026: JMS service shutdown complete.|#]
[#|2007-07-30T11:33:54.672-0400|SEVERE|sun-appserver-ee8.2|javax.enterprise.system.core|_ThreadID=10;|Server stopped due to Server startup failure.|#]
Loyal WaterMemberWhat connector are you using to setup the server in MyEclipse ?
jeffreychangMemberHi,
How do I check what connector I am using?
Loyal WaterMemberGo to Windows, Preferences > MyEclipse > Application Server > Sun Java System Application Server. Which one have you setup ?
How are you setting up your server with MyEclipse ?
jeffreychangMemberHi,
I am using the “Sun Java System Application Server Edition 8.x”.
As mentioned above, I am using S1AS 8.2 EE.
Thanks.
Loyal WaterMemberWhat version of MyEclipse are you using. Can you go through the posting guidelines thread at the top of the forum and post all the information here for me.
jeffreychangMemberPlease see below:
*** Date:
Tuesday, July 31, 2007 10:34:46 AM EDT** System properties:
OS=Windows2000
OS version=5.0
Java version=1.4.2_11*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 5.1.1 GA
Build id: 20070302-5.1.1-GA*** Eclipse details:
Eclipse SDKVersion: 3.2.2
Build id: M20070212-1330Eclipse Platform
Version: 3.2.2.r322_v20070119-RQghndJN8IM0MsK
Build id: M20070212-1330Eclipse RCP
Version: 3.2.2.r322_v20070104-8pcviKVqd8J7C1U
Build id: M20070212-1330Eclipse Java Development Tools
Version: 3.2.2.r322_v20070104-R4CR0Znkvtfjv9-
Build id: M20070212-1330Eclipse Plug-in Development Environment
Version: 3.2.1.r321_v20060823-6vYLLdQ3Nk8DrFG
Build id: M20070212-1330Eclipse Project SDK
Version: 3.2.2.r322_v20070104-dCGKm0Ln38lm-8s
Build id: M20070212-1330Eclipse Graphical Editing Framework
Version: 3.2.2.v20070208
Build id: 20070208-1315Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
D:\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
b00_84
-vm
C:\WINNT\system32\javaw.exe
Riyad KallaMemberJeffry,
Can you take a screenshot or tell me all the fields you have filled in for the connector configuration?
jeffreychangMemberNot a problem. Please see screenshot below:
” alt=””>
Riyad KallaMemberEverything looks fine… it’s possible that the 8.x connector is actually not compatible with the 8.2 release of Sun App Server.
Is upgrading to Sun App Server 9.0 an option for you?
jeffreychangMemberHi,
Unfortunately, upgrading to 9.0 is not an option for us 🙁 Our client uses 8.2 EE.
Would this problem be fixed in future releases of MyEclipse? I guess our only option for the mean time is to start the App Server via commandline and debug using the remote debugger option.
Riyad KallaMemberJeffrey,
I will do some testing internally and file the issue ot see if we can get it resolved for the 6.1 release (6.0 is already in final testing so it cannot make that window unfortunately). Sorry about the hickup.
jeffreychangMemberThank you guys for the response. Please do let us know if 6.1 will fix this problem or not.
Riyad KallaMemberJeffrey,
I just downloaded Sun App Server 8.2 from Sun’s site to test out what the problem with… and it actually started up just fine[#|2007-07-31T16:29:17.328-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM0047:The Platform MBeanServer is not available. Platform MBeans will not be available for browsing while using standard JMX Console.|#]
[#|2007-07-31T16:29:17.546-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM0001:MBeanServer initialized successfully|#]
[#|2007-07-31T16:29:17.671-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.core.security|_ThreadID=10;|SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.|#]
[#|2007-07-31T16:29:19.562-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|Created virtual server server|#]
[#|2007-07-31T16:29:19.578-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|Created virtual server __asadmin|#]
[#|2007-07-31T16:29:20.718-0700|INFO|sun-appserver-pe8.2|javax.enterprise.resource.corba.ee.S1AS-ORB.rpc.transport|_ThreadID=10;|”IOP00710299: (INTERNAL) Successfully created IIOP listener on the specified host/port: all interfaces/3700″|#]
[#|2007-07-31T16:29:20.734-0700|INFO|sun-appserver-pe8.2|javax.enterprise.resource.corba.ee.S1AS-ORB.rpc.transport|_ThreadID=10;|”IOP00710299: (INTERNAL) Successfully created IIOP listener on the specified host/port: all interfaces/3820″|#]
[#|2007-07-31T16:29:20.734-0700|INFO|sun-appserver-pe8.2|javax.enterprise.resource.corba.ee.S1AS-ORB.rpc.transport|_ThreadID=10;|”IOP00710299: (INTERNAL) Successfully created IIOP listener on the specified host/port: all interfaces/3920″|#]
[#|2007-07-31T16:29:21.453-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.core.transaction|_ThreadID=10;|JTS5014: Recoverable JTS instance, serverId = [3700]|#]
[#|2007-07-31T16:29:25.718-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM1079: Initialization of AMX MBeans successful|#]
[#|2007-07-31T16:29:26.250-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.deployment|_ThreadID=10;|[AutoDeploy] Selecting file C:\Java\Application Servers\sun-app-server-8.2\lib\install\applications\MEjbApp.ear for autodeployment.|#]
[#|2007-07-31T16:29:27.250-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.deployment|_ThreadID=10;|DPL5109: EJBC – START of EJBC for [MEjbApp]|#]
[#|2007-07-31T16:29:27.265-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.deployment|_ThreadID=10;|Processing beans …|#]
[#|2007-07-31T16:29:27.296-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.deployment|_ThreadID=10;|DPL5110: EJBC – END of EJBC for [MEjbApp]|#]
[#|2007-07-31T16:29:27.656-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.deployment|_ThreadID=10;|Total Deployment Time: 1110 msec, Total EJB Compiler Module Time: 46 msec, Portion spent EJB Compiling: 4%
Breakdown of EJBC Module Time: Total Time for EJBC: 46 msec, CMP Generation: 0 msec (0%), Java Compilation: 0 msec (0%), RMI Compilation: 0 msec (0%), JAX-RPC Generation: 31 msec (67%),
|#][#|2007-07-31T16:29:27.984-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.deployment|_ThreadID=10;|deployed with moduleid = MEjbApp|#]
[#|2007-07-31T16:29:28.187-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM1041:Sent the event to instance:[ApplicationDeployEvent — reference-added MEjbApp]|#]
[#|2007-07-31T16:29:28.281-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM1042:Status of dynamic reconfiguration event processing:[success]|#]
[#|2007-07-31T16:29:28.312-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM1041:Sent the event to instance:[ApplicationDeployEvent — deploy MEjbApp]|#]
[#|2007-07-31T16:29:28.515-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.ejb|_ThreadID=10;|Instantiated container for: ejbName: MEJBBean; containerId: 77720752443359232|#]
[#|2007-07-31T16:29:28.640-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.core.classloading|_ThreadID=10;|LDR5010: All ejb(s) of [MEjbApp] loaded successfully!|#]
[#|2007-07-31T16:29:28.640-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM1042:Status of dynamic reconfiguration event processing:[success]|#]
[#|2007-07-31T16:29:28.640-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.deployment|_ThreadID=10;|[AutoDeploy] Successfully autodeployed : C:\Java\Application Servers\sun-app-server-8.2\lib\install\applications\MEjbApp.ear.|#]
[#|2007-07-31T16:29:28.640-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.deployment|_ThreadID=10;|[AutoDeploy] Selecting file C:\Java\Application Servers\sun-app-server-8.2\lib\install\applications\__ejb_container_timer_app.ear for autodeployment.|#]
[#|2007-07-31T16:29:28.890-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.deployment|_ThreadID=10;|DPL5109: EJBC – START of EJBC for [__ejb_container_timer_app]|#]
[#|2007-07-31T16:29:31.640-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.deployment|_ThreadID=10;|Processing beans …|#]
[#|2007-07-31T16:29:31.640-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.deployment|_ThreadID=10;|DPL5110: EJBC – END of EJBC for [__ejb_container_timer_app]|#]
[#|2007-07-31T16:29:31.734-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.deployment|_ThreadID=10;|Total Deployment Time: 3063 msec, Total EJB Compiler Module Time: 2750 msec, Portion spent EJB Compiling: 89%
Breakdown of EJBC Module Time: Total Time for EJBC: 2750 msec, CMP Generation: 890 msec (32%), Java Compilation: 1750 msec (63%), RMI Compilation: 0 msec (0%), JAX-RPC Generation: 0 msec (0%),
|#][#|2007-07-31T16:29:31.781-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.deployment|_ThreadID=10;|deployed with moduleid = __ejb_container_timer_app|#]
[#|2007-07-31T16:29:31.859-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM1041:Sent the event to instance:[ApplicationDeployEvent — reference-added __ejb_container_timer_app]|#]
[#|2007-07-31T16:29:31.937-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM1042:Status of dynamic reconfiguration event processing:[success]|#]
[#|2007-07-31T16:29:31.953-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM1041:Sent the event to instance:[ApplicationDeployEvent — deploy __ejb_container_timer_app]|#]
[#|2007-07-31T16:29:32.109-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.ejb|_ThreadID=10;|Instantiated container for: ejbName: TimerBean; containerId: 77720752726999040|#]
[#|2007-07-31T16:29:32.546-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.ejb|_ThreadID=10;|EJB5109:EJB Timer Service started successfully for datasource [jdbc/__TimerPool]|#]
[#|2007-07-31T16:29:32.546-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.core.classloading|_ThreadID=10;|LDR5010: All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]
[#|2007-07-31T16:29:32.562-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM1042:Status of dynamic reconfiguration event processing:[success]|#]
[#|2007-07-31T16:29:32.562-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.deployment|_ThreadID=10;|[AutoDeploy] Successfully autodeployed : C:\Java\Application Servers\sun-app-server-8.2\lib\install\applications\__ejb_container_timer_app.ear.|#]
[#|2007-07-31T16:29:32.578-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|WEB0302: Starting Sun-Java-System/Application-Server.|#]
[#|2007-07-31T16:29:32.656-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [__default-admingui] in virtual server [__asadmin] at [/]|#]
[#|2007-07-31T16:29:32.750-0700|WARNING|sun-appserver-pe8.2|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|#]
[#|2007-07-31T16:29:32.875-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [adminapp] in virtual server [__asadmin] at [/web1]|#]
[#|2007-07-31T16:29:32.906-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [admingui] in virtual server [__asadmin] at [/asadmin]|#]
[#|2007-07-31T16:29:32.906-0700|WARNING|sun-appserver-pe8.2|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|#]
[#|2007-07-31T16:29:32.921-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [com_sun_web_ui] in virtual server [__asadmin] at [/com_sun_web_ui]|#]
[#|2007-07-31T16:29:33.125-0700|INFO|sun-appserver-pe8.2|org.apache.catalina.core.StandardEngine|_ThreadID=10;|Starting Servlet Engine: Sun-Java-System/Application-Server|#]
[#|2007-07-31T16:29:35.046-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|Initializing Grizzly Non-Blocking Mode|#]
[#|2007-07-31T16:29:35.046-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|WEB0703: Initializing Sun-Java-System/Application-Server-PE HTTP/1.1 on 8080|#]
[#|2007-07-31T16:29:35.078-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|WEB0712: Starting Sun-Java-System/Application-Server-PE HTTP/1.1 on 8080|#]
[#|2007-07-31T16:29:35.234-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|Initializing Grizzly Blocking Mode|#]
[#|2007-07-31T16:29:35.234-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|WEB0703: Initializing Sun-Java-System/Application-Server-PE HTTP/1.1 on 8181|#]
[#|2007-07-31T16:29:35.250-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|WEB0712: Starting Sun-Java-System/Application-Server-PE HTTP/1.1 on 8181|#]
[#|2007-07-31T16:29:35.328-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|Initializing Grizzly Non-Blocking Mode|#]
[#|2007-07-31T16:29:35.328-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|WEB0703: Initializing Sun-Java-System/Application-Server-PE HTTP/1.1 on 4848|#]
[#|2007-07-31T16:29:35.343-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|WEB0712: Starting Sun-Java-System/Application-Server-PE HTTP/1.1 on 4848|#]
[#|2007-07-31T16:29:35.593-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM1504: Here is the JMXServiceURL for the Standard JMXConnectorServer: [service:jmx:rmi:///jndi/rmi://Riyad-Laptop.gateway.2wire.net:8686/jmxrmi]. This is where the remote administrative clients should connect using the standard JMX connectors|#]
[#|2007-07-31T16:29:35.593-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM1506: Status of Standard JMX Connector: Active = [true]|#]
[#|2007-07-31T16:29:35.703-0700|INFO|sun-appserver-pe8.2|javax.enterprise.resource.jms|_ThreadID=10;|JMS5023: JMS service successfully started. Instance Name = imqbroker, Home = [C:\Java\Application Servers\sun-app-server-8.2\imq\bin].|#]
[#|2007-07-31T16:29:35.734-0700|INFO|sun-appserver-pe8.2|javax.enterprise.system.core|_ThreadID=10;|Application server startup complete.|#]
Riyad KallaMemberAttached is my config
NOTE: I used JDK 1.4.2_12 to launch it… that might be the difference?
Attachments:
You must be logged in to view attached files. -
AuthorPosts