Problem starting websphere server 6.0 with Eclipse.

Hi Frndz,
I'm trying to start WAS6 server from Eclipse IDE view but I get the exception DescriptorParseException with the XML file com/ibm/ws/management/descriptor/xml/JVM.xml. On the other hand, I can start without any problem my WAS6 server outside Eclipse.
I would really appreciate any help on this.
Thanks in advance.
************ Start Display Current Environment ************
Host Operating System is Windows XP, version 5.1
Java version = 1.5.0_05, Java Compiler = null, Java VM name = Java HotSpot(TM) Client VM
was.install.root = C:/IBM/WebSphere/AppServer
user.install.root = C:/IBM/WebSphere/AppServer/profiles/AppSrv01
Java Home = C:\Program Files\Java\jdk1.5.0_05\jre
ws.ext.dirs = C:/IBM/WebSphere/AppServer/java/lib;C:/IBM/WebSphere/AppServer/profiles/AppSrv01/classes;C:/IBM/WebSphere/AppServer/classes;C:/IBM/WebSphere/AppServer/lib;C:/IBM/WebSphere/AppServer/installedChannels;C:/IBM/WebSphere/AppServer/lib/ext;C:/IBM/WebSphere/AppServer/web/help;C:/IBM/WebSphere/AppServer/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime
Classpath = C:\IBM\WebSphere\AppServer\properties;C:\IBM\WebSphere\AppServer\lib\bootstrap.jar;C:\IBM\WebSphere\AppServer\lib\j2ee.jar;C:\IBM\WebSphere\AppServer\lib\lmproxy.jar;C:\IBM\WebSphere\AppServer\lib\urlprotocols.jar
Java Library path = C:/IBM/WebSphere/AppServer/java/bin;C:/IBM/WebSphere/AppServer/bin;C:/IBM/WebSphere/AppServer/java/bin;C:/IBM/WebSphere/AppServer/java/jre/bin
Current trace specification = *=info
************* End Display Current Environment *************
[4/3/08 17:01:59:093 GMT+05:30] 0000000a ManagerAdmin I TRAS0017I: The startup trace state is *=info.
[4/3/08 17:01:59:203 GMT+05:30] 0000000a MBeanDescript W ADMN0001W: The service is unable to parse the MBean descriptor file com/ibm/ws/management/descriptor/xml/mbeans.xml.
[4/3/08 17:01:59:265 GMT+05:30] 0000000a AdminInitiali A ADMN0015I: The administration service is initialized.
[4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R java.lang.NullPointerException
     at javax.management.MBeanNotificationInfo.equals(MBeanNotificationInfo.java:146)
     at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.addFeatures(MBeanDescriptorLoader.java:461)
     at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.loadParentTypes(MBeanDescriptorLoader.java:434)
     at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.endDocument(MBeanDescriptorLoader.java:217)
     at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endDocument(AbstractSAXParser.java:769)
     at com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator.endDocument(XMLDTDValidator.java:981)
     at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.endEntity(XMLDocumentScannerImpl.java:560)
     at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.endEntity(XMLEntityManager.java:1779)
     at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.load(XMLEntityScanner.java:1758)
     at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipSpaces(XMLEntityScanner.java:1274)
     at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$TrailingMiscDispatcher.dispatch(XMLDocumentScannerImpl.java:1247)
     at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:368)
     at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:834)
     at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
     at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148)
     at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1242)
     at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.loadDescriptor(MBeanDescriptorLoader.java:155)
     at com.ibm.ws.management.descriptor.MBeanDescriptorManager.loadDescriptorFile(MBeanDescriptorManager.java:319)
     at com.ibm.ws.management.descriptor.MBeanDescriptorManager.getDescriptor(MBeanDescriptorManager.java:133)
     at com.ibm.ws.management.MBeanFactoryImpl.activateMBean(MBeanFactoryImpl.java:375)
     at com.ibm.ws.management.MBeanFactoryImpl.activateMBean(MBeanFactoryImpl.java:348)
     at com.ibm.ws.management.component.AdminImpl.initialize(AdminImpl.java:350)
     at com.ibm.ws.runtime.component.ContainerImpl.initializeComponent(ContainerImpl.java:1161)
     at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:1015)
     at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:245)
     at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:157)
     at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:120)
     at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:378)
     at com.ibm.ws.runtime.WsServer.main(WsServer.java:50)
     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:585)
     at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:190)
[4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at javax.management.MBeanNotificationInfo.equals(MBeanNotificationInfo.java:146)
[4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.addFeatures(MBeanDescriptorLoader.java:461)
[4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.loadParentTypes(MBeanDescriptorLoader.java:434)
[4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.endDocument(MBeanDescriptorLoader.java:217)
[4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endDocument(AbstractSAXParser.java:769)
[4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator.endDocument(XMLDTDValidator.java:981)
[4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.endEntity(XMLDocumentScannerImpl.java:560)
[4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.endEntity(XMLEntityManager.java:1779)
[4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.load(XMLEntityScanner.java:1758)
[4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipSpaces(XMLEntityScanner.java:1274)
[4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$TrailingMiscDispatcher.dispatch(XMLDocumentScannerImpl.java:1247)
[4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:368)
[4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:834)
[4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
[4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148)
[4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1242)
[4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.loadDescriptor(MBeanDescriptorLoader.java:155)
[4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.management.descriptor.MBeanDescriptorManager.loadDescriptorFile(MBeanDescriptorManager.java:319)
[4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.management.descriptor.MBeanDescriptorManager.getDescriptor(MBeanDescriptorManager.java:133)
[4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.management.MBeanFactoryImpl.activateMBean(MBeanFactoryImpl.java:375)
[4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.management.MBeanFactoryImpl.activateMBean(MBeanFactoryImpl.java:348)
[4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.management.component.AdminImpl.initialize(AdminImpl.java:350)
[4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.runtime.component.ContainerImpl.initializeComponent(ContainerImpl.java:1161)
[4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:1015)
[4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:245)
[4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:157)
[4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:120)
[4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:378)
[4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.runtime.WsServer.main(WsServer.java:50)
[4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at java.lang.reflect.Method.invoke(Method.java:585)
[4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:190)
[4/3/08 17:01:59:328 GMT+05:30] 0000000a MBeanDescript W ADMN0001W: The service is unable to parse the MBean descriptor file com.ibm.websphere.management.exception.DescriptorParseException: ADMN0001W: The service is unable to parse the MBean descriptor file com/ibm/ws/management/descriptor/xml/JVM.xml.
     at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.loadDescriptor(MBeanDescriptorLoader.java:164)
     at com.ibm.ws.management.descriptor.MBeanDescriptorManager.loadDescriptorFile(MBeanDescriptorManager.java:319)
     at com.ibm.ws.management.descriptor.MBeanDescriptorManager.getDescriptor(MBeanDescriptorManager.java:133)
     at com.ibm.ws.management.MBeanFactoryImpl.activateMBean(MBeanFactoryImpl.java:375)
     at com.ibm.ws.management.MBeanFactoryImpl.activateMBean(MBeanFactoryImpl.java:348)
     at com.ibm.ws.management.component.AdminImpl.initialize(AdminImpl.java:350)
     at com.ibm.ws.runtime.component.ContainerImpl.initializeComponent(ContainerImpl.java:1161)
     at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:1015)
     at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:245)
     at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:157)
     at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:120)
     at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:378)
     at com.ibm.ws.runtime.WsServer.main(WsServer.java:50)
     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:585)
     at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:190)
Caused by: java.lang.NullPointerException
     at javax.management.MBeanNotificationInfo.equals(MBeanNotificationInfo.java:146)
     at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.addFeatures(MBeanDescriptorLoader.java:461)
     at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.loadParentTypes(MBeanDescriptorLoader.java:434)
     at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.endDocument(MBeanDescriptorLoader.java:217)
     at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endDocument(AbstractSAXParser.java:769)
     at com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator.endDocument(XMLDTDValidator.java:981)
     at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.endEntity(XMLDocumentScannerImpl.java:560)
     at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.endEntity(XMLEntityManager.java:1779)
     at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.load(XMLEntityScanner.java:1758)
     at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipSpaces(XMLEntityScanner.java:1274)
     at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$TrailingMiscDispatcher.dispatch(XMLDocumentScannerImpl.java:1247)
     at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:368)
     at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:834)
     at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
     at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148)
     at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1242)
     at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.loadDescriptor(MBeanDescriptorLoader.java:155)
     ... 17 more
[4/3/08 17:01:59:343 GMT+05:30] 0000000a SystemErr R com.ibm.ws.exception.ConfigurationError: Problem initializing AdminImpl:
     at com.ibm.ws.management.component.AdminImpl.initialize(AdminImpl.java:697)
     at com.ibm.ws.runtime.component.ContainerImpl.initializeComponent(ContainerImpl.java:1161)
     at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:1015)
     at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:245)
     at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:157)
     at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:120)
     at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:378)
     at com.ibm.ws.runtime.WsServer.main(WsServer.java:50)
     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:585)
     at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:190)
Caused by: com.ibm.ws.exception.ConfigurationWarning: Problem registering JVM MBean.
     at com.ibm.ws.management.component.AdminImpl.initialize(AdminImpl.java:361)
     ... 12 more
Caused by: com.ibm.websphere.management.exception.AdminException: ADMN0005E: The service is unable to activate MBean: type JVM, collaborator com.ibm.ws.management.component.JVMMBean@f38cf0, configuration ID JVM, descriptor null.
     at com.ibm.ws.management.MBeanFactoryImpl.activateMBean(MBeanFactoryImpl.java:600)
     at com.ibm.ws.management.MBeanFactoryImpl.activateMBean(MBeanFactoryImpl.java:348)
     at com.ibm.ws.management.component.AdminImpl.initialize(AdminImpl.java:350)
     ... 12 more
Caused by: com.ibm.websphere.management.exception.DescriptorParseException: ADMN0001W: The service is unable to parse the MBean descriptor file com/ibm/ws/management/descriptor/xml/JVM.xml.
     at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.loadDescriptor(MBeanDescriptorLoader.java:164)
     at com.ibm.ws.management.descriptor.MBeanDescriptorManager.loadDescriptorFile(MBeanDescriptorManager.java:319)
     at com.ibm.ws.management.descriptor.MBeanDescriptorManager.getDescriptor(MBeanDescriptorManager.java:133)
     at com.ibm.ws.management.MBeanFactoryImpl.activateMBean(MBeanFactoryImpl.java:375)
     ... 14 more
Caused by: java.lang.NullPointerException
     at javax.management.MBeanNotificationInfo.equals(MBeanNotificationInfo.java:146)
     at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.addFeatures(MBeanDescriptorLoader.java:461)
     at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.loadParentTypes(MBeanDescriptorLoader.java:434)
     at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.endDocument(MBeanDescriptorLoader.java:217)
     at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endDocument(AbstractSAXParser.java:769)
     at com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator.endDocument(XMLDTDValidator.java:981)
     at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.endEntity(XMLDocumentScannerImpl.java:560)
     at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.endEntity(XMLEntityManager.java:1779)
     at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.load(XMLEntityScanner.java:1758)
     at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipSpaces(XMLEntityScanner.java:1274)
     at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$TrailingMiscDispatcher.dispatch(XMLDocumentScannerImpl.java:1247)
     at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:368)
     at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:834)
     at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
     at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148)
     at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1242)
     at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.loadDescriptor(MBeanDescriptorLoader.java:155)
     ... 17 more
[4/3/08 17:01:59:343 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.management.component.AdminImpl.initialize(AdminImpl.java:697)
[4/3/08 17:01:59:343 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.runtime.component.ContainerImpl.initializeComponent(ContainerImpl.java:1161)
[4/3/08 17:01:59:343 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:1015)
[4/3/08 17:01:59:343 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:245)
[4/3/08 17:01:59:343 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:157)
[4/3/08 17:01:59:343 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:120)
[4/3/08 17:01:59:343 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:378)
[4/3/08 17:01:59:343 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.runtime.WsServer.main(WsServer.java:50)
[4/3/08 17:01:59:343 GMT+05:30] 0000000a SystemErr R      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[4/3/08 17:01:59:343 GMT+05:30] 0000000a SystemErr R      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[4/3/08 17:01:59:343 GMT+05:30] 0000000a SystemErr R      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[4/3/08 17:01:59:343 GMT+05:30] 0000000a SystemErr R      at java.lang.reflect.Method.invoke(Method.java:585)
[4/3/08 17:01:59:343 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:190)
[4/3/08 17:01:59:343 GMT+05:30] 0000000a SystemErr R Caused by: com.ibm.ws.exception.ConfigurationWarning: Problem registering JVM MBean.
[4/3/08 17:01:59:343 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.management.component.AdminImpl.initialize(AdminImpl.java:361)
[4/3/08 17:01:59:343 GMT+05:30] 0000000a SystemErr R      ... 12 more
[4/3/08 17:01:59:343 GMT+05:30] 0000000a SystemErr R Caused by: com.ibm.websphere.management.exception.AdminException: ADMN0005E: The service is unable to activate MBean: type JVM, collaborator com.ibm.ws.management.component.JVMMBean@f38cf0, configuration ID JVM, descriptor null.
[4/3/08 17:01:59:343 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.management.MBeanFactoryImpl.activateMBean(MBeanFactoryImpl.java:600)
[4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.management.MBeanFactoryImpl.activateMBean(MBeanFactoryImpl.java:348)
[4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.management.component.AdminImpl.initialize(AdminImpl.java:350)
[4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      ... 12 more
[4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R Caused by: com.ibm.websphere.management.exception.DescriptorParseException: ADMN0001W: The service is unable to parse the MBean descriptor file com/ibm/ws/management/descriptor/xml/JVM.xml.
[4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.loadDescriptor(MBeanDescriptorLoader.java:164)
[4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.management.descriptor.MBeanDescriptorManager.loadDescriptorFile(MBeanDescriptorManager.java:319)
[4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.management.descriptor.MBeanDescriptorManager.getDescriptor(MBeanDescriptorManager.java:133)
[4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.management.MBeanFactoryImpl.activateMBean(MBeanFactoryImpl.java:375)
[4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      ... 14 more
[4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R Caused by: java.lang.NullPointerException
[4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at javax.management.MBeanNotificationInfo.equals(MBeanNotificationInfo.java:146)
[4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.addFeatures(MBeanDescriptorLoader.java:461)
[4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.loadParentTypes(MBeanDescriptorLoader.java:434)
[4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.endDocument(MBeanDescriptorLoader.java:217)
[4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endDocument(AbstractSAXParser.java:769)
[4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator.endDocument(XMLDTDValidator.java:981)
[4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.endEntity(XMLDocumentScannerImpl.java:560)
[4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.endEntity(XMLEntityManager.java:1779)
[4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.load(XMLEntityScanner.java:1758)
[4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipSpaces(XMLEntityScanner.java:1274)
[4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$TrailingMiscDispatcher.dispatch(XMLDocumentScannerImpl.java:1247)
[4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:368)
[4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:834)
[4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
[4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148)
[4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1242)
[4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.loadDescriptor(MBeanDescriptorLoader.java:155)
[4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      ... 17 more
[4/3/08 17:01:59:359 GMT+05:30] 0000000a WsServerImpl E WSVR0009E: Error occurred during startup
META-INF/ws-server-components.xml
[4/3/08 17:01:59:390 GMT+05:30] 0000000a WsServerImpl E WSVR0009E: Error occurred during startup
com.ibm.ws.exception.ConfigurationError: com.ibm.ws.exception.ConfigurationError: Problem initializing AdminImpl:
     at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:166)
     at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:120)
     at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:378)
     at com.ibm.ws.runtime.WsServer.main(WsServer.java:50)
     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:585)
     at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:190)
Caused by: com.ibm.ws.exception.ConfigurationError: Problem initializing AdminImpl:
     at com.ibm.ws.management.component.AdminImpl.initialize(AdminImpl.java:697)
     at com.ibm.ws.runtime.component.ContainerImpl.initializeComponent(ContainerImpl.java:1161)
     at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:1015)
     at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:245)
     at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:157)
     ... 8 more
Caused by: com.ibm.ws.exception.ConfigurationWarning: Problem registering JVM MBean.
     at com.ibm.ws.management.component.AdminImpl.initialize(AdminImpl.java:361)
     ... 12 more
Caused by: com.ibm.websphere.management.exception.AdminException: ADMN0005E: The service is unable to activate MBean: type JVM, collaborator com.ibm.ws.management.component.JVMMBean@f38cf0, configuration ID JVM, descriptor null.
     at com.ibm.ws.management.MBeanFactoryImpl.activateMBean(MBeanFactoryImpl.java:600)
     at com.ibm.ws.management.MBeanFactoryImpl.activateMBean(MBeanFactoryImpl.java:348)
     at com.ibm.ws.management.component.AdminImpl.initialize(AdminImpl.java:350)
     ... 12 more
Caused by: com.ibm.websphere.management.exception.DescriptorParseException: ADMN0001W: The service is unable to parse the MBean descriptor file com/ibm/ws/management/descriptor/xml/JVM.xml.
     at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.loadDescriptor(MBeanDescriptorLoader.java:164)
     at com.ibm.ws.management.descriptor.MBeanDescriptorManager.loadDescriptorFile(MBeanDescriptorManager.java:319)
     at com.ibm.ws.management.descriptor.MBeanDescriptorManager.getDescriptor(MBeanDescriptorManager.java:133)
     at com.ibm.ws.management.MBeanFactoryImpl.activateMBean(MBeanFactoryImpl.java:375)
     ... 14 more
Caused by: java.lang.NullPointerException
     at javax.management.MBeanNotificationInfo.equals(MBeanNotificationInfo.java:146)
     at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.addFeatures(MBeanDescriptorLoader.java:461)
     at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.loadParentTypes(MBeanDescriptorLoader.java:434)
     at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.endDocument(MBeanDescriptorLoader.java:217)
     at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endDocument(AbstractSAXParser.java:769)
     at com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator.endDocument(XMLDTDValidator.java:981)
     at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.endEntity(XMLDocumentScannerImpl.java:560)
     at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.endEntity(XMLEntityManager.java:1779)
     at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.load(XMLEntityScanner.java:1758)
     at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipSpaces(XMLEntityScanner.java:1274)
     at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$TrailingMiscDispatcher.dispatch(XMLDocumentScannerImpl.java:1247)
     at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:368)
     at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:834)
     at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
     at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148)
     at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1242)
     at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.loadDescriptor(MBeanDescriptorLoader.java:155)
     ... 17 more
[4/3/08 17:01:59:421 GMT+05:30] 0000000a SystemErr R com.ibm.ws.exception.ConfigurationError: com.ibm.ws.exception.ConfigurationError: Problem initializing AdminImpl:
     at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:166)
     at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:120)
     at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:378)
     at com.ibm.ws.runtime.WsServer.main(WsServer.java:50)
     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(

Hi Frndz,
Problem got resolved. It is the issue with using sun jdk installed in my machine.
We need to use the jdk installed in websphere server.
Thanks.

Similar Messages

  • Problem-Starting InDesign Server for use with CORBA / Java and IOR file not generated

    I'm trying to start Indesign Server cs3 for use with Corba, as per the document the server should generate the start-up message like this..
    InDesignServer -iorfile c:\ior.txt -pluginpath Server\Corba
    [server] Writing IOR to ... and it should generate the IOR file
    but I'm getting the usual start-up message and the IOR file is not generated, I hope IOR file is required for Java component interaction with IDS, kindly help me to solve this.
    Thanks in advance.

    [From Susan Doan, who is having trouble posting to the forum today}:
    It looks like the example command line in the "Intro to InDesign Server" pdf is using curly quotes instead of straight quotes. If you copy the command from the pdf and paste it in your command shell, it won't work because of the curly quotes.
    You can run the command without the quotes as Rich has said, but, as will all command lines, if your path contains a space, you will need to put quotes (straight ones!) around the path.
    Thanks,
    Ole

  • Problems Starting Identity Server

    Greetings all,
    I'm attempting to get Identity Server installed and running under Web Server 6.0SP5.
    I've created and installed a war, set the waveset.home option on the JVM, I've imported the init.xml (MySQL DB) and ran through the Demo Org wizard. That all has gone fine until I restarted the web server to login (previoulsy showing the Import Exchange File page.)
    Now when the web server attempts to start up the servlet(s) I get this error:
    info: CORE3282: stdout: Constructing Startup Servlet...
    info: CORE3282: stdout: Initializing Startup Servlet...
    info: CORE3282: stdout: Defining system properties...
    info: CORE3282: stdout: StartupServlet: waveset.home already defined as /opt/SUNWwbsvr/https-spiega.web.pplsi.com/webapps/https-spiega.web.pplsi.com/idm/
    info: CORE3282: stdout: StartupServlet: Defining properties from web.xml
    info: CORE3282: stdout: Starting: Identity Server...
    warning: CORE3283: stderr: java.lang.NullPointerException
    warning: CORE3283: stderr: at org.mozilla.jss.crypto.PBEKeyGenParams.<init>(PBEKeyGenParams.java:67)
    warning: CORE3283: stderr: at org.mozilla.jss.provider.javax.crypto.JSSSecretKeyFactorySpi.makePBEKeyGenParams(JSSSecretKeyFactorySpi.java:106)
    warning: CORE3283: stderr: at org.mozilla.jss.provider.javax.crypto.JSSSecretKeyFactorySpi.engineGenerateSecret(JSSSecretKeyFactorySpi.java:147)
    warning: CORE3283: stderr: at javax.crypto.SecretKeyFactory.generateSecret(DashoA12275)
    warning: CORE3283: stderr: at com.waveset.util.CryptoUtil.generatePBEKey(CryptoUtil.java:196)
    warning: CORE3283: stderr: at com.waveset.util.Encryptor.generateKey(Encryptor.java:350)
    warning: CORE3283: stderr: at com.waveset.security.authn.ServerKeyStore.setKeyEncryptionKey(ServerKeyStore.java:393)
    warning: CORE3283: stderr: at com.waveset.security.authn.ServerKeyStore.startMeUp(ServerKeyStore.java:104)
    warning: CORE3283: stderr: at com.waveset.server.Server.init(Server.java:333)
    warning: CORE3283: stderr: at com.waveset.server.Server.start(Server.java:217)
    warning: CORE3283: stderr: at com.waveset.server.Server.getServer(Server.java:807)
    warning: CORE3283: stderr: at com.waveset.server.Server.getServer(Server.java:784)
    warning: CORE3283: stderr: at com.waveset.server.StartupServlet.startServer(StartupServlet.java:402)
    warning: CORE3283: stderr: at com.waveset.server.StartupServlet.init(StartupServlet.java:93)
    warning: CORE3283: stderr: at javax.servlet.GenericServlet.init(GenericServlet.java:256)
    warning: CORE3283: stderr: at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:921)
    warning: CORE3283: stderr: at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:813)
    warning: CORE3283: stderr: at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3478)
    warning: CORE3283: stderr: at org.apache.catalina.core.StandardContext.start(StandardContext.java:3760)
    warning: CORE3283: stderr: at com.iplanet.ias.web.WebModule.start(WebModule.java:251)
    warning: CORE3283: stderr: at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    warning: CORE3283: stderr: at org.apache.catalina.core.StandardHost.start(StandardHost.java:652)
    warning: CORE3283: stderr: at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    warning: CORE3283: stderr: at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:355)
    warning: CORE3283: stderr: at org.apache.catalina.startup.Embedded.start(Embedded.java:995)
    warning: CORE3283: stderr: at com.iplanet.ias.web.WebContainer.start(WebContainer.java:431)
    warning: CORE3283: stderr: at com.iplanet.ias.web.WebContainer.startInstance(WebContainer.java:500)
    warning: CORE3283: stderr: at com.iplanet.ias.server.J2EERunner.confPostInit(J2EERunner.java:161)
    info: CORE3282: stdout: Problem starting Identity server: com.waveset.util.WavesetException:
    info: CORE3282: stdout: ==> java.lang.NullPointerException:
    info: CORE3282: stdout: ...Finished starting Startup Servlet
    I've downloaded the laters jss4.jar from mozilla and placed it in the $WSHOME/WEB-INF/lib directory and added it to the front of the JVM's class path.
    Any further suggestions. I really appreciate any help.
    Thanks!
    Jeremy

    Jeremy,
    What is the version of IDM you are trying to install/run? Also, what is "Web Server 6.0SP5"? Is that the Sun Web server?
    You may want to check if the version of IDM you are trying to install is supported on the version of web server you are installing on.
    ~Suvesh

  • Problems starting WebLogic server in Jdeveloper 11.1.2.1.0

    I'm having an issue converting an application that was developed to run under OAS to use WebLogic Server. I downloaded Jdeveloper 11.1.2.1.0, configured the integrated server and the default domain, and then I try to start the server. The server starts but during the startup process I receive this exception:
    java.lang.NoSuchMethodError: org.w3c.dom.Element.getTextContent()Ljava/lang/String;
         at oracle.security.audit.config.XMLContext.getTextContent(XMLContext.java:136)
         at oracle.security.audit.config.Attribute.<init>(Attribute.java:194)
         at oracle.security.audit.config.CommonAttributes.<init>(CommonAttributes.java:63)
         at oracle.security.audit.config.EventDefinitionList.<init>(EventDefinitionList.java:122)
         at oracle.security.audit.config.AuditConfig.readGenericEvents(AuditConfig.java:612)
         at oracle.security.audit.config.AuditConfig.loadEvents(AuditConfig.java:1071)
         at oracle.security.audit.Auditor.<init>(Auditor.java:214)
    This then affects the deployment and execution of the web app. Does anyone have any advice or a cure for this problem? We have the org.w3c.dom.Element class in the xmlparserv2.jar file that we have external to Jdev but all those seem to be earlier than Java 1.5, because they don't have the getTextContent() method.
    Thanks,
    Sharon

    Which operating system you are running on?Windows 7
    Have you tired to move the user directory to a path without spaces?No spaces in any paths that I can see.
    Look for the system11.1.1.xxxx folder and remove or rename it. Jdev created the folder from scratch next time you start.Done that, multiple times (folder is system11.1.2.1.38.60.81). When we first started seeing this error, that was the advice that many people gave in various discussion groups. We were working in an older version of Jdeveloper at that time. So then I downloaded the latest Jdev installation from the Oracle download site, thinking that maybe the older version had an older JDK embedded. I've installed twice now, once with using the embedded Sun JDK of 1.6.0_24 and once using our own separately downloaded version of 1.6.0_24 and I get the error in either case.
    You are correct that it is probably an installation problem, but I have no idea what it could be.
    Sharon

  • Problems starting Managed Server on WL6.0 Solaris

    Hi,
    I installed a WL6.0 on Solaris 8. Everythings works fine.
    I careated a Domain and an additional Server wich is located at a
    different machine. As is start this managed server on the other machine
    it complains with the following error message:
    <Aug 30, 2001 12:41:18 PM CEST> <Info> <Security> <Getting boot password
    from user.>
    Enter password to boot WebLogic server:weblogic
    Starting WebLogic Server ....
    Connecting to http://sol23:7001...
    The WebLogic Server did not start up properly.
    Exception raised:
    weblogic.management.configuration.ConfigurationException: paros not
    found
    weblogic.management.configuration.ConfigurationException: paros not
    found
    at
    weblogic.management.Admin.getBootstrapLocalServer(Admin.java:927)
    at weblogic.management.Admin.initialize(Admin.java:287)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:317)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    In the access-Log of the Admin-Server the following line appears
    my IP - - [30/Aug/2001:12:41:13 +0200] "GET
    /wl_management_internal2/Bootstrap HTTP/1.0" 404 0
    So my question: Where does this "wl_management_internal2" Application
    come from?
    Do I have to install some special things when I start an Admin-Server?
    thanks
    Falko Zurell . Webmaster
    Pixelpark AG . http://www.pixelpark.com
    Rotherstrasse 8 . 10245 Berlin . Germany
    phone: + 49 30 5058 - 1963 . fax: -1600

    Hi Falko,
    This is not a problem. when you want to add a new managed server to the
    admin server, you need to use weblogic console to create that server in the
    admin server first, then start the managed server with that name to connect
    to the admin server. That is like you have to let the admin server know
    there is such a server, then let it join to the Admin server. you can do
    that by using the admin console, from left panel, click on Servers -->
    "Create a new server" and name it to be "paros", specify the port and IP.
    and hit "create". then start the managed server.
    Thanks
    Yu
    "Falko Zurell" <[email protected]> wrote in message
    news:[email protected]...
    Hi,
    I installed a WL6.0 on Solaris 8. Everythings works fine.
    I careated a Domain and an additional Server wich is located at a
    different machine. As is start this managed server on the other machine
    it complains with the following error message:
    <Aug 30, 2001 12:41:18 PM CEST> <Info> <Security> <Getting boot password
    from user.>
    Enter password to boot WebLogic server:weblogic
    Starting WebLogic Server ....
    Connecting to http://sol23:7001...
    The WebLogic Server did not start up properly.
    Exception raised:
    weblogic.management.configuration.ConfigurationException: paros not
    found
    weblogic.management.configuration.ConfigurationException: paros not
    found
    at
    weblogic.management.Admin.getBootstrapLocalServer(Admin.java:927)
    at weblogic.management.Admin.initialize(Admin.java:287)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:317)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    >
    In the access-Log of the Admin-Server the following line appears
    my IP - - [30/Aug/2001:12:41:13 +0200] "GET
    /wl_management_internal2/Bootstrap HTTP/1.0" 404 0
    So my question: Where does this "wl_management_internal2" Application
    come from?
    Do I have to install some special things when I start an Admin-Server?
    thanks
    Falko Zurell . Webmaster
    Pixelpark AG . http://www.pixelpark.com
    Rotherstrasse 8 . 10245 Berlin . Germany
    phone: + 49 30 5058 - 1963 . fax: -1600

  • Problem starting managed server in Cluster

    Hi,
    I'm using cluster with 2 managed server. other managed server2 is runing ok in the cluster now when I am starting managed server1 in a cluster this error is coming
    The WebLogic Server encountered a critical failure
    Reason: Assertion violated
    Exception in thread "main" java.lang.NoClassDefFoundError
    at weblogic.protocol.ServerIdentityManager.findServerIdentity(ServerIdentityManager.java:65)
    at weblogic.protocol.URLManager.findAdministrationURL(URLManager.java:170)
    at weblogic.server.ServerLifeCycleRuntime.getLifeCycleOperationsRemote(ServerLifeCycleRuntime.java:677)
    at weblogic.t3.srvr.ServerRuntime.sendStateToAdminServer(ServerRuntime.java:406)
    at weblogic.t3.srvr.ServerRuntime.updateRunState(ServerRuntime.java:392)
    at weblogic.t3.srvr.T3Srvr.setState(T3Srvr.java:172)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:373)
    at weblogic.Server.main(Server.java:67)
    Could you pl tell the reason of this error?
    Thanks in advance
    Hi,
    Can anybody help?
    Edited by: user10680571 on Dec 4, 2008 4:42 AM

    Thanks David.
    During starting this managed server in cluster when I do tail -f <log_file_name> I can see this error message. But this message I can't see in log however ending log details- Is this something related with CLASSPATH problem?
    <04-Dec-2008 10:11:18 o'clock GMT> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to t
    he end of the classpath:
    /software/bea/wls/920/weblogic92/platform/lib/p13n/p13n-schemas.jar:/software/bea/wls/920/weblogic92/platform/lib/p13n/p13n_c
    ommon.jar:/software/bea/wls/920/weblogic92/platform/lib/p13n/p13n_system.jar:/software/bea/wls/920/weblogic92/platform/lib/wl
    p/netuix_common.jar:/software/bea/wls/920/weblogic92/platform/lib/wlp/netuix_schemas.jar:/software/bea/wls/920/weblogic92/pla
    tform/lib/wlp/netuix_system.jar:/software/bea/wls/920/weblogic92/platform/lib/wlp/wsrp-common.jar>
    <04-Dec-2008 10:11:21 o'clock GMT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Serve
    r VM Version 1.5.0_07-b03 from Sun Microsystems Inc.>
    <04-Dec-2008 10:11:33 o'clock GMT> <Info> <Management> <BEA-141107> <Version: WebLogic Server 9.2 Fri Jun 23 20:47:26 EDT 20
    06 783464 >
    <04-Dec-2008 10:12:06 o'clock GMT> <Info> <WebLogicServer> <BEA-000215> <Loaded License : /software/bea/wls/920/license.bea>
    <04-Dec-2008 10:12:06 o'clock GMT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <04-Dec-2008 10:12:06 o'clock GMT> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <04-Dec-2008 12:12:26 o'clock GMT> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to t
    he end of the classpath:
    /software/bea/wls/920/weblogic92/platform/lib/p13n/p13n-schemas.jar:/software/bea/wls/920/weblogic92/platform/lib/p13n/p13n_c
    ommon.jar:/software/bea/wls/920/weblogic92/platform/lib/p13n/p13n_system.jar:/software/bea/wls/920/weblogic92/platform/lib/wl
    p/netuix_common.jar:/software/bea/wls/920/weblogic92/platform/lib/wlp/netuix_schemas.jar:/software/bea/wls/920/weblogic92/pla
    tform/lib/wlp/netuix_system.jar:/software/bea/wls/920/weblogic92/platform/lib/wlp/wsrp-common.jar>
    <04-Dec-2008 12:12:35 o'clock GMT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Serve
    r VM Version 1.5.0_07-b03 from Sun Microsystems Inc.>
    <04-Dec-2008 12:13:03 o'clock GMT> <Info> <Management> <BEA-141107> <Version: WebLogic Server 9.2 Fri Jun 23 20:47:26 EDT 20
    06 783464 >
    <04-Dec-2008 12:13:56 o'clock GMT> <Info> <WebLogicServer> <BEA-000215> <Loaded License : /software/bea/wls/920/license.bea>
    <04-Dec-2008 12:13:58 o'clock GMT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <04-Dec-2008 12:14:00 o'clock GMT> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <05-Dec-2008 06:21:55 o'clock GMT> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to t
    he end of the classpath:
    /software/bea/wls/920/weblogic92/platform/lib/p13n/p13n-schemas.jar:/software/bea/wls/920/weblogic92/platform/lib/p13n/p13n_c
    ommon.jar:/software/bea/wls/920/weblogic92/platform/lib/p13n/p13n_system.jar:/software/bea/wls/920/weblogic92/platform/lib/wl
    p/netuix_common.jar:/software/bea/wls/920/weblogic92/platform/lib/wlp/netuix_schemas.jar:/software/bea/wls/920/weblogic92/pla
    tform/lib/wlp/netuix_system.jar:/software/bea/wls/920/weblogic92/platform/lib/wlp/wsrp-common.jar>
    <05-Dec-2008 06:21:57 o'clock GMT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Serve
    r VM Version 1.5.0_07-b03 from Sun Microsystems Inc.>
    <05-Dec-2008 06:22:04 o'clock GMT> <Info> <Management> <BEA-141107> <Version: WebLogic Server 9.2 Fri Jun 23 20:47:26 EDT 20
    06 783464 >
    <05-Dec-2008 06:22:23 o'clock GMT> <Info> <WebLogicServer> <BEA-000215> <Loaded License : /software/bea/wls/920/license.bea>
    <05-Dec-2008 06:22:23 o'clock GMT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <05-Dec-2008 06:22:23 o'clock GMT> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    Thanks for your help.....

  • Problem starting weblogic server

    Can I use third party libraries with the evaluation copy of the weblogic
    server?
    I am having problems starting the weblogic server with third party
    libraries (i.e. oralce's sqlj's translator.zip, runtime.zip and
    classes2.zip). The following exception is thrown when the server is
    initialising:
    Can someone explain what is wrong please?
    Many thanks
    Gilbert Owusu
    15:17:10 GMT 2000:<I> <System Props> weblogic.system.home = C:\weblog
    ic
    Mon Jun 19 15:17:10 GMT 2000:<I> <WebLogicServer> Loaded License :
    C:/weblogic/l
    icense/WebLogicLicense.xml
    Mon Jun 19 15:17:10 GMT 2000:<I> <WebLogicServer> Server loading from
    weblogic.c
    lass.path. EJB redeployment enabled.
    java.lang.Exception: Problem with X509 certificate: fingerprint =
    5ebfaa56b17289
    3f050b19ae79d80547, not before = Fri Apr 28 22:03:47 GMT 2000, not after
    = Sun M
    ay 28 22:03:47 GMT 2000, holder = C=US SP=California L=San Francisco
    O=BEA WebLo
    gic CN=weblogic.beasys.com [email protected] , issuer = C=US
    SP=Califor
    nia L=San Francisco O=WebLogic OU=Security CN=Demo Certificate Authority
    Email=s
    [email protected] , key = modulus length=65 exponent length=3,
    java.lang.Exc
    eption: Certificate expired or not yet valid: fingerprint =
    5ebfaa56b172893f050b
    19ae79d80547, not before = Fri Apr 28 22:03:47 GMT 2000, not after = Sun
    May 28
    22:03:47 GMT 2000, holder = C=US SP=California L=San Francisco O=BEA
    WebLogic CN
    =weblogic.beasys.com [email protected] , issuer = C=US
    SP=California L=
    San Francisco O=WebLogic OU=Security CN=Demo Certificate Authority
    Email=securit
    [email protected] , key = modulus length=65 exponent length=3
    at
    weblogic.t3.srvr.SSLListenThread.insertIntoCAChain(SSLListenThread.ja
    va:206)
    at weblogic.t3.srvr.SSLListenThread.<init>(SSLListenThread.java,
    Compile
    d Code)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
    at java.lang.Thread.run(Thread.java:479)
    Mon Jun 19 15:17:16 GMT 2000:<E> <SSLListenThread> Security
    Configuration Proble
    m with SSL server certificate file (C:\weblogic\myserver\democert.pem),
    java.lan
    g.Exception: Problem with X509 certificate: fingerprint =
    5ebfaa56b172893f050b19
    ae79d80547, not before = Fri Apr 28 22:03:47 GMT 2000, not after = Sun
    May 28 22
    :03:47 GMT 2000, holder = C=US SP=California L=San Francisco O=BEA
    WebLogic CN=w
    eblogic.beasys.com [email protected] , issuer = C=US
    SP=California L=Sa
    n Francisco O=WebLogic OU=Security CN=Demo Certificate Authority
    Email=security@
    weblogic.com , key = modulus length=65 exponent length=3,
    java.lang.Exception:
    Certificate expired or not yet valid: fingerprint =
    5ebfaa56b172893f050b19ae79d8
    0547, not before = Fri Apr 28 22:03:47 GMT 2000, not after = Sun May 28
    22:03:47
    GMT 2000, holder = C=US SP=California L=San Francisco O=BEA WebLogic
    CN=weblogi
    c.beasys.com [email protected] , issuer = C=US SP=California
    L=San Fran
    cisco O=WebLogic OU=Security CN=Demo Certificate Authority
    Email=security@weblog
    ic.com , key = modulus length=65 exponent length=3
    Mon Jun 19 15:17:17 GMT 2000:<I> <Security> Not listening for SSL:
    java.io.IOExc
    eption: Security Configuration Problem with SSL server certificate file
    (C:\webl
    ogic\myserver\democert.pem), java.lang.Exception: Problem with X509
    certificate:
    fingerprint = 5ebfaa56b172893f050b19ae79d80547, not before = Fri Apr 28
    22:03:4
    7 GMT 2000, not after = Sun May 28 22:03:47 GMT 2000, holder = C=US
    SP=Californi
    a L=San Francisco O=BEA WebLogic CN=weblogic.beasys.com
    [email protected]
    om , issuer = C=US SP=California L=San Francisco O=WebLogic OU=Security
    CN=Demo
    Certificate Authority [email protected] , key = modulus
    length=65 exp
    onent length=3, java.lang.Exception: Certificate expired or not yet
    valid: finge
    rprint = 5ebfaa56b172893f050b19ae79d80547, not before = Fri Apr 28
    22:03:47 GMT
    2000, not after = Sun May 28 22:03:47 GMT 2000, holder = C=US
    SP=California L=Sa
    n Francisco O=BEA WebLogic CN=weblogic.beasys.com
    [email protected] , i
    ssuer = C=US SP=California L=San Francisco O=WebLogic OU=Security
    CN=Demo Certif
    icate Authority [email protected] , key = modulus length=65
    exponent
    length=3
    Mon Jun 19 15:17:19 GMT 2000:<I> <WebLogicServer> Invoking main-style
    startup we
    blogic.jdbc.common.internal.JdbcStartup
    weblogic.jdbc.common.internal.JdbcStartu
    p
    Mon Jun 19 15:17:19 GMT 2000:<I> <JMS> Beginning startup process
    Mon Jun 19 15:17:19 GMT 2000:<I> <JMS> Init JMS Security
    Mon Jun 19 15:17:20 GMT 2000:<I> <JMS> Initializing from
    weblogic.properties
    Mon Jun 19 15:17:20 GMT 2000:<I> <JMS> Startup process complete. JMS is
    active
    Mon Jun 19 15:17:20 GMT 2000:<I> <JMS> Bound SessionPoolManager as
    weblogic.jms.
    SessionPoolManager
    Mon Jun 19 15:17:20 GMT 2000:<I> <JMS> Bound ConnectionConsumerManager
    as weblog
    ic.jms.ConnectionConsumerManager
    Mon Jun 19 15:17:21 GMT 2000:<I> <WebLogicServer> Invoking main-style
    startup RM
    I Registry weblogic.rmi.internal.RegistryImpl
    Mon Jun 19 15:17:21 GMT 2000:<I> <RMI> Registry started
    Mon Jun 19 15:17:21 GMT 2000:<I> <EJB> Enterprise JavaBeans initializing
    The WebLogic Server did not start up properly.
    Exception raised: java.lang.reflect.InvocationTargetException
    java.lang.reflect.InvocationTargetException:
    java.lang.NoClassDefFoundError: sql
    j/runtime/ConnectionContext
    at java.lang.ClassLoader.resolveClass0(Native Method)
    at java.lang.ClassLoader.resolveClass(ClassLoader.java:545)
    at
    weblogic.utils.classloaders.GenericClassLoader.reallyLoadClass(Generi
    cClassLoader.java, Compiled Code)
    at
    weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
    Loader.java:172)
    at
    weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
    Loader.java:146)
    at
    weblogic.ejb.internal.EJBJarLoader.loadClass(EJBJarLoader.java:95)
    at
    weblogic.ejb.internal.EJBHomeImpl.loadClass(EJBHomeImpl.java:617)
    at weblogic.ejb.internal.EJBHomeImpl.setup(EJBHomeImpl.java:533)
    at
    weblogic.ejb.internal.EJBDeploymentImpl.setupBeanHome(EJBDeploymentIm
    pl.java:576)
    at
    weblogic.ejb.internal.EJBDeploymentImpl.deployBeans(EJBDeploymentImpl
    .java, Compiled Code)
    at
    weblogic.ejb.internal.EJBDeploymentImpl.deploy(EJBDeploymentImpl.java
    :335)
    at
    weblogic.ejb.internal.EJBJarDeployment.deploy(EJBJarDeployment.java:2
    31)
    at
    weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java, Comp
    iled Code)
    at
    weblogic.ejb.internal.EJBManagerImpl.deployNew(EJBManagerImpl.java:35
    2)
    at
    weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java:319)
    at
    weblogic.ejb.internal.EJBManagerImpl.deployBeans(EJBManagerImpl.java,
    Compiled Code)
    at
    weblogic.ejb.internal.EJBManagerImpl.<init>(EJBManagerImpl.java:242)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
    at java.lang.Thread.run(Thread.java:479)
    java.lang.NoClassDefFoundError: sqlj/runtime/ConnectionContext
    at java.lang.ClassLoader.resolveClass0(Native Method)
    at java.lang.ClassLoader.resolveClass(ClassLoader.java:545)
    at
    weblogic.utils.classloaders.GenericClassLoader.reallyLoadClass(Generi
    cClassLoader.java, Compiled Code)
    at
    weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
    Loader.java:172)
    at
    weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
    Loader.java:146)
    at
    weblogic.ejb.internal.EJBJarLoader.loadClass(EJBJarLoader.java:95)
    at
    weblogic.ejb.internal.EJBHomeImpl.loadClass(EJBHomeImpl.java:617)
    at weblogic.ejb.internal.EJBHomeImpl.setup(EJBHomeImpl.java:533)
    at
    weblogic.ejb.internal.EJBDeploymentImpl.setupBeanHome(EJBDeploymentIm
    pl.java:576)
    at
    weblogic.ejb.internal.EJBDeploymentImpl.deployBeans(EJBDeploymentImpl
    .java, Compiled Code)
    at
    weblogic.ejb.internal.EJBDeploymentImpl.deploy(EJBDeploymentImpl.java
    :335)
    at
    weblogic.ejb.internal.EJBJarDeployment.deploy(EJBJarDeployment.java:2
    31)
    at
    weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java, Comp
    iled Code)
    at
    weblogic.ejb.internal.EJBManagerImpl.deployNew(EJBManagerImpl.java:35
    2)
    at
    weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java:319)
    at
    weblogic.ejb.internal.EJBManagerImpl.deployBeans(EJBManagerImpl.java,
    Compiled Code)
    at
    weblogic.ejb.internal.EJBManagerImpl.<init>(EJBManagerImpl.java:242)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
    at java.lang.Thread.run(Thread.java:479)
    WebLogic Server terminated with an abnormal condition of 1
    Hit return to continue...>>>>>>>>>

    It appears that you have two different problems:
    1 -- you are using an expired certificate. You should download the
    latest version of the evaluation to get a new certificate.
    2 -- you should check out the documentation on using the
    Weblogic.class.path. That is where you should put all of your user
    classes including those that you get from Oracle.
    Thanks,
    Michael
    G Owusu wrote:
    >
    Can I use third party libraries with the evaluation copy of the weblogic
    server?
    I am having problems starting the weblogic server with third party
    libraries (i.e. oralce's sqlj's translator.zip, runtime.zip and
    classes2.zip). The following exception is thrown when the server is
    initialising:
    Can someone explain what is wrong please?
    Many thanks
    Gilbert Owusu
    15:17:10 GMT 2000:<I> <System Props> weblogic.system.home = C:\weblog
    ic
    Mon Jun 19 15:17:10 GMT 2000:<I> <WebLogicServer> Loaded License :
    C:/weblogic/l
    icense/WebLogicLicense.xml
    Mon Jun 19 15:17:10 GMT 2000:<I> <WebLogicServer> Server loading from
    weblogic.c
    lass.path. EJB redeployment enabled.
    java.lang.Exception: Problem with X509 certificate: fingerprint =
    5ebfaa56b17289
    3f050b19ae79d80547, not before = Fri Apr 28 22:03:47 GMT 2000, not after
    = Sun M
    ay 28 22:03:47 GMT 2000, holder = C=US SP=California L=San Francisco
    O=BEA WebLo
    gic CN=weblogic.beasys.com [email protected] , issuer = C=US
    SP=Califor
    nia L=San Francisco O=WebLogic OU=Security CN=Demo Certificate Authority
    Email=s
    [email protected] , key = modulus length=65 exponent length=3,
    java.lang.Exc
    eption: Certificate expired or not yet valid: fingerprint =
    5ebfaa56b172893f050b
    19ae79d80547, not before = Fri Apr 28 22:03:47 GMT 2000, not after = Sun
    May 28
    22:03:47 GMT 2000, holder = C=US SP=California L=San Francisco O=BEA
    WebLogic CN
    =weblogic.beasys.com [email protected] , issuer = C=US
    SP=California L=
    San Francisco O=WebLogic OU=Security CN=Demo Certificate Authority
    Email=securit
    [email protected] , key = modulus length=65 exponent length=3
    at
    weblogic.t3.srvr.SSLListenThread.insertIntoCAChain(SSLListenThread.ja
    va:206)
    at weblogic.t3.srvr.SSLListenThread.<init>(SSLListenThread.java,
    Compile
    d Code)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
    at java.lang.Thread.run(Thread.java:479)
    Mon Jun 19 15:17:16 GMT 2000:<E> <SSLListenThread> Security
    Configuration Proble
    m with SSL server certificate file (C:\weblogic\myserver\democert.pem),
    java.lan
    g.Exception: Problem with X509 certificate: fingerprint =
    5ebfaa56b172893f050b19
    ae79d80547, not before = Fri Apr 28 22:03:47 GMT 2000, not after = Sun
    May 28 22
    :03:47 GMT 2000, holder = C=US SP=California L=San Francisco O=BEA
    WebLogic CN=w
    eblogic.beasys.com [email protected] , issuer = C=US
    SP=California L=Sa
    n Francisco O=WebLogic OU=Security CN=Demo Certificate Authority
    Email=security@
    weblogic.com , key = modulus length=65 exponent length=3,
    java.lang.Exception:
    Certificate expired or not yet valid: fingerprint =
    5ebfaa56b172893f050b19ae79d8
    0547, not before = Fri Apr 28 22:03:47 GMT 2000, not after = Sun May 28
    22:03:47
    GMT 2000, holder = C=US SP=California L=San Francisco O=BEA WebLogic
    CN=weblogi
    c.beasys.com [email protected] , issuer = C=US SP=California
    L=San Fran
    cisco O=WebLogic OU=Security CN=Demo Certificate Authority
    Email=security@weblog
    ic.com , key = modulus length=65 exponent length=3
    Mon Jun 19 15:17:17 GMT 2000:<I> <Security> Not listening for SSL:
    java.io.IOExc
    eption: Security Configuration Problem with SSL server certificate file
    (C:\webl
    ogic\myserver\democert.pem), java.lang.Exception: Problem with X509
    certificate:
    fingerprint = 5ebfaa56b172893f050b19ae79d80547, not before = Fri Apr 28
    22:03:4
    7 GMT 2000, not after = Sun May 28 22:03:47 GMT 2000, holder = C=US
    SP=Californi
    a L=San Francisco O=BEA WebLogic CN=weblogic.beasys.com
    [email protected]
    om , issuer = C=US SP=California L=San Francisco O=WebLogic OU=Security
    CN=Demo
    Certificate Authority [email protected] , key = modulus
    length=65 exp
    onent length=3, java.lang.Exception: Certificate expired or not yet
    valid: finge
    rprint = 5ebfaa56b172893f050b19ae79d80547, not before = Fri Apr 28
    22:03:47 GMT
    2000, not after = Sun May 28 22:03:47 GMT 2000, holder = C=US
    SP=California L=Sa
    n Francisco O=BEA WebLogic CN=weblogic.beasys.com
    [email protected] , i
    ssuer = C=US SP=California L=San Francisco O=WebLogic OU=Security
    CN=Demo Certif
    icate Authority [email protected] , key = modulus length=65
    exponent
    length=3
    Mon Jun 19 15:17:19 GMT 2000:<I> <WebLogicServer> Invoking main-style
    startup we
    blogic.jdbc.common.internal.JdbcStartup
    weblogic.jdbc.common.internal.JdbcStartu
    p
    Mon Jun 19 15:17:19 GMT 2000:<I> <JMS> Beginning startup process
    Mon Jun 19 15:17:19 GMT 2000:<I> <JMS> Init JMS Security
    Mon Jun 19 15:17:20 GMT 2000:<I> <JMS> Initializing from
    weblogic.properties
    Mon Jun 19 15:17:20 GMT 2000:<I> <JMS> Startup process complete. JMS is
    active
    Mon Jun 19 15:17:20 GMT 2000:<I> <JMS> Bound SessionPoolManager as
    weblogic.jms.
    SessionPoolManager
    Mon Jun 19 15:17:20 GMT 2000:<I> <JMS> Bound ConnectionConsumerManager
    as weblog
    ic.jms.ConnectionConsumerManager
    Mon Jun 19 15:17:21 GMT 2000:<I> <WebLogicServer> Invoking main-style
    startup RM
    I Registry weblogic.rmi.internal.RegistryImpl
    Mon Jun 19 15:17:21 GMT 2000:<I> <RMI> Registry started
    Mon Jun 19 15:17:21 GMT 2000:<I> <EJB> Enterprise JavaBeans initializing
    The WebLogic Server did not start up properly.
    Exception raised: java.lang.reflect.InvocationTargetException
    java.lang.reflect.InvocationTargetException:
    java.lang.NoClassDefFoundError: sql
    j/runtime/ConnectionContext
    at java.lang.ClassLoader.resolveClass0(Native Method)
    at java.lang.ClassLoader.resolveClass(ClassLoader.java:545)
    at
    weblogic.utils.classloaders.GenericClassLoader.reallyLoadClass(Generi
    cClassLoader.java, Compiled Code)
    at
    weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
    Loader.java:172)
    at
    weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
    Loader.java:146)
    at
    weblogic.ejb.internal.EJBJarLoader.loadClass(EJBJarLoader.java:95)
    at
    weblogic.ejb.internal.EJBHomeImpl.loadClass(EJBHomeImpl.java:617)
    at weblogic.ejb.internal.EJBHomeImpl.setup(EJBHomeImpl.java:533)
    at
    weblogic.ejb.internal.EJBDeploymentImpl.setupBeanHome(EJBDeploymentIm
    pl.java:576)
    at
    weblogic.ejb.internal.EJBDeploymentImpl.deployBeans(EJBDeploymentImpl
    .java, Compiled Code)
    at
    weblogic.ejb.internal.EJBDeploymentImpl.deploy(EJBDeploymentImpl.java
    :335)
    at
    weblogic.ejb.internal.EJBJarDeployment.deploy(EJBJarDeployment.java:2
    31)
    at
    weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java, Comp
    iled Code)
    at
    weblogic.ejb.internal.EJBManagerImpl.deployNew(EJBManagerImpl.java:35
    2)
    at
    weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java:319)
    at
    weblogic.ejb.internal.EJBManagerImpl.deployBeans(EJBManagerImpl.java,
    Compiled Code)
    at
    weblogic.ejb.internal.EJBManagerImpl.<init>(EJBManagerImpl.java:242)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
    at java.lang.Thread.run(Thread.java:479)
    java.lang.NoClassDefFoundError: sqlj/runtime/ConnectionContext
    at java.lang.ClassLoader.resolveClass0(Native Method)
    at java.lang.ClassLoader.resolveClass(ClassLoader.java:545)
    at
    weblogic.utils.classloaders.GenericClassLoader.reallyLoadClass(Generi
    cClassLoader.java, Compiled Code)
    at
    weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
    Loader.java:172)
    at
    weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
    Loader.java:146)
    at
    weblogic.ejb.internal.EJBJarLoader.loadClass(EJBJarLoader.java:95)
    at
    weblogic.ejb.internal.EJBHomeImpl.loadClass(EJBHomeImpl.java:617)
    at weblogic.ejb.internal.EJBHomeImpl.setup(EJBHomeImpl.java:533)
    at
    weblogic.ejb.internal.EJBDeploymentImpl.setupBeanHome(EJBDeploymentIm
    pl.java:576)
    at
    weblogic.ejb.internal.EJBDeploymentImpl.deployBeans(EJBDeploymentImpl
    .java, Compiled Code)
    at
    weblogic.ejb.internal.EJBDeploymentImpl.deploy(EJBDeploymentImpl.java
    :335)
    at
    weblogic.ejb.internal.EJBJarDeployment.deploy(EJBJarDeployment.java:2
    31)
    at
    weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java, Comp
    iled Code)
    at
    weblogic.ejb.internal.EJBManagerImpl.deployNew(EJBManagerImpl.java:35
    2)
    at
    weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java:319)
    at
    weblogic.ejb.internal.EJBManagerImpl.deployBeans(EJBManagerImpl.java,
    Compiled Code)
    at
    weblogic.ejb.internal.EJBManagerImpl.<init>(EJBManagerImpl.java:242)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
    at java.lang.Thread.run(Thread.java:479)
    WebLogic Server terminated with an abnormal condition of 1
    Hit return to continue...>>>>>>>>>

  • Problem starting managed server using Node Manager/WL 7

    I have just configured Node Manager for the first time to start a managed server,
    following the documentation 'Managing Server Availability with Node Manager'. However
    when I attempt to start the managed server from the Administration Console I always
    get the following exception:
    <Jul 10, 2002 1:59:29 PM EDT> <Info> <[email protected]:5555> <Starting
    Server webdevDomain::apps ...>
    <Jul 10, 2002 1:59:29 PM EDT> <Info> <[email protected]:5555> <BaseProcessControl:
    saving process id of Weblogic Managed server 'apps', pid: 15094>
    Starting WebLogic Server...
    Connecting to http://198.242.140.49:17043...
    <Jul 10, 2002 1:59:32 PM EDT> <Critical> <WebLogicServer> <000364> <Server failed
    during initialization. Exception:weblogic.management.configuration.ConfigurationException:
    Exception encountered connecting to http://198.242.140.49:17043/wl_management_internal2/Bootstrap
    - with nested exception:
    [java.io.StreamCorruptedException: InputStream does not contain a serialized object]
    java.io.StreamCorruptedException: InputStream does not contain a serialized object
         at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:844)
         at java.io.ObjectInputStream.<init>(ObjectInputStream.java:163)
         at weblogic.management.ManagedServerAdmin.bootstrapLocalServer(ManagedServerAdmin.java:212)
         at weblogic.management.ManagedServerAdmin.initialize(ManagedServerAdmin.java:122)
         at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:665)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:588)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:276)
         at weblogic.Server.main(Server.java:31)
    But I am able to start the managed server using the startApps.sh script with no problems.
    I am running WL 7 on Solaris 2.8. All processes are running on the same host.
    Any help is appreciated!
    John

    Re-installing WL Server 7.0.0.1 resolved this problem.
    - John

  • Problems starting managed server via nodemanager

    Hello,
    I have a WebLogic 6.1 SP2 installation on two Solaris 8 maschines.
    One hosts the admin server and the seconds hosts a managed server.
    I installed the nodemanager on both maschines. They seems to run
    normally.
    I configured the "Remot Start" for the managed server as mentioned in
    the manual. I didn't specified any values in that panel because the
    nodemanager uses the same environment as the WLS so these values should
    fit the managed WLS too.
    But as I try to start the managed server I got the following error
    message:
    Starting WebLogic Server ....
    Child exited
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.NoClassDefFoundError: java/lang/reflect/InvocationHandler
    at weblogic.management.Admin.initialize(Admin.java:279)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:362)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    So I specified some basic values on the "Remote Start" panel:
    BEA_HOME: /www/apps/bea/
    ROOT_DIR: /www/apps/bea/wlserver6.1
    CLASSPATH:
    /www/apps/bea/wlserver6.1/lib/weblogic_sp.jar:/www/apps/bea/wlserver6.1/lib/weblogic.jar
    No I got this message:
    Starting WebLogic Server ....
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.NoClassDefFoundError: java/lang/reflect/InvocationHandler
    at weblogic.management.Admin.initialize(Admin.java:279)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:362)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    Child exited
    What did I wrong?
    Has anybody experiences on this problem?
    Thanks !
    Falko Zurell - Webmaster
    Pixelpark AG
    Germany

    nodemanager must be using the old jvm (1.2.2 or whatever comes by
    default with 2.8). set up the environment or modify
    startNodeManager.sh so that it uses java 1.3.1 that ships with WLS6.1
    o.
    Falko Zurell <[email protected]> wrote in message news:<[email protected]>...
    Hello,
    I have a WebLogic 6.1 SP2 installation on two Solaris 8 maschines.
    One hosts the admin server and the seconds hosts a managed server.
    I installed the nodemanager on both maschines. They seems to run
    normally.
    I configured the "Remot Start" for the managed server as mentioned in
    the manual. I didn't specified any values in that panel because the
    nodemanager uses the same environment as the WLS so these values should
    fit the managed WLS too.
    But as I try to start the managed server I got the following error
    message:
    Starting WebLogic Server ....
    Child exited
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.NoClassDefFoundError: java/lang/reflect/InvocationHandler
    at weblogic.management.Admin.initialize(Admin.java:279)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:362)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    So I specified some basic values on the "Remote Start" panel:
    BEA_HOME: /www/apps/bea/
    ROOT_DIR: /www/apps/bea/wlserver6.1
    CLASSPATH:
    /www/apps/bea/wlserver6.1/lib/weblogic_sp.jar:/www/apps/bea/wlserver6.1/lib/weblogic.jar
    No I got this message:
    Starting WebLogic Server ....
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.NoClassDefFoundError: java/lang/reflect/InvocationHandler
    at weblogic.management.Admin.initialize(Admin.java:279)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:362)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    Child exited
    What did I wrong?
    Has anybody experiences on this problem?
    Thanks !

  • Problem starting WLS server  in Oracle VM Viirtualbox

    Hi,
    I am new to Oracle SOASuite.I am trying my hands on with Oracle VM Viirtualbox to which I have imported theoracle soa suite/bpm appliances and I am successful with it.The problem arises when I try to start the WLS server.It failed to start and gave the following exception in logs:
    <Failed to initialize the application 'soademoDatabase' due to error weblogic.application.ModuleException: .
    weblogic.application.ModuleException:
         at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:327)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:518)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
         Truncated. see log file for complete stacktrace
    Caused By: weblogic.common.ResourceException: Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
         at weblogic.jdbc.common.internal.XAConnectionEnvFactory.makeConnection(XAConnectionEnvFactory.java:500)
         at weblogic.jdbc.common.internal.XAConnectionEnvFactory.createResource(XAConnectionEnvFactory.java:177)
         at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1310)
         at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1227)
         at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:250)
         Truncated. see log file for complete stacktrace
    >
    <Jul 2, 2012 4:49:20 AM PDT> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'wlsbjmsrpDataSource' due to error weblogic.application.ModuleException: .
    weblogic.application.ModuleException:
         at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:327)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:518)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
         Truncated. see log file for complete stacktrace
    Caused By: weblogic.common.ResourceException: weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
         at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:283)
         at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1310)
         at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1227)
         at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:250)
         at weblogic.jdbc.common.internal.ConnectionPool.doStart(ConnectionPool.java:1330)
         Truncated. see log file for complete stacktrace
    Please help me debug the issue.
    Edited by: DivyaHabin on Jul 2, 2012 10:04 PM

    Thanks for the reply Eric.
    Initially I didn't start db server before starting Admin server.But now as per your reply, I started db and then started the server.It got started.So does that mean I should start the Oracle Database first and then start server?
    The exception are still there in log.
    Exception1:<Failed to initialize the application 'soademoDatabase' due to error weblogic.application.ModuleException: .
    Exception2: <Failed to initialize the application 'wlsbjmsrpDataSource' due to error weblogic.application.ModuleException: .
    Edited by: DivyaHabin on Jul 3, 2012 1:18 AM

  • Problem starting maneged server FAILED_NOT_RESTARTABLE

    I've got problems restarting the managed server from the admin console ('Control'-Tab)
    even when i create a new server on admin console, i always get the same erro. The message in the log file is :
    <01/08/2008 17:16:37> <Info> <NodeManager> <Starting WebLogic server with command line: C:\bea\JROCKI~1\jre\bin\java -Dweblogic.Name=ManegedServer -Djava.security.policy=C:\bea\WLSERV~1.0\server\lib\weblogic.policy -Dweblogic.management.server=http://10.0.0.2:7001 -Djava.library.path=C:\bea\WLSERV~1.0\server\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\bea\WLSERV~1.0\server\native\win\32;C:\bea\WLSERV~1.0\server\bin;C:\bea\JROCKI~1\jre\bin;C:\bea\JROCKI~1\bin;C:\bea\WLSERV~1.0\server\native\win\32\oci920_8;C:\PROGRA~1\CA\SHARED~1\Etpki\lib;C:\Borland\CaliberRMServer\Bin;C:\Borland\CaliberRMServer\Versant\7_0_1\NT\Bin;C:\Borland\CaliberRMServer\Lib;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Borland\StarTeam SDK 2006\Lib;C:\Program Files\Borland\StarTeam SDK 2006\Bin;C:\Program Files\Borland\StarTeam SDK 9.3\Lib;C:\Program Files\Borland\StarTeam SDK 9.3\Bin;C:\java\lib\starteam_SDK-8.0;c:\Program Files\Borland\StarTeam Server 2006;C:\Program Files\Java\jdk1.6.0_02;C:\Program Files\Borland\StarTeam SDK 10.0\Lib;C:\Program Files\Borland\StarTeam SDK 10.0\Bin;C:\Program Files\Borland\CaliberRM SDK 2008\lib;C:\Program Files\Borland\Borland Search\apache-tomcat-5.5.23\bin;C:\PROGRA~1\CA\SHARED~1\SCANEN~1;C:\Program Files\Microsoft SQL Server 2000 Driver for JDBC\SQLServer JTA\sqljdbc.dll;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\ -Djava.class.path=.;C:\bea\patch_wlw1001\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea\patch_wls1001\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea\JROCKI~1\lib\tools.jar;C:\bea\WLSERV~1.0\server\lib\weblogic_sp.jar;C:\bea\WLSERV~1.0\server\lib\weblogic.jar;C:\bea\modules\features\weblogic.server.modules_10.0.1.0.jar;C:\bea\modules\features\com.bea.cie.common-plugin.launch_2.1.2.0.jar;C:\bea\WLSERV~1.0\server\lib\webservices.jar;C:\bea\modules\ORGAPA~1.5/lib/ant-all.jar;C:\bea\modules\NETSFA~1.0/lib/ant-contrib.jar -Dweblogic.system.BootIdentityFile=C:\bea\user_projects\domains\msg-domain\servers\ManegedServer\data\nodemanager\boot.properties -Dweblogic.nodemanager.ServiceEnabled=true -Dweblogic.security.SSL.ignoreHostnameVerification=false -Dweblogic.ReverseDNSAllowed=false weblogic.Server >
    <01/08/2008 17:16:37> <Info> <NodeManager> <Working directory is "C:\bea\user_projects\domains\msg-domain">
    <01/08/2008 17:16:37> <Info> <NodeManager> <Server output log file is "C:\bea\user_projects\domains\msg-domain\servers\ManegedServer\logs\ManegedServer.out">
    Usage: java [-options] class [args...]
    (to execute a class)
    or java [-options] -jar jarfile [args...]
    (to execute a jar file)
    where options include:
    -jrockit     to select the "jrockit" VM
    -client     to select the "client" VM
    -server     to select the "server" VM [synonym for the "jrockit" VM]
    The default VM is jrockit.
    -cp <class search path of directories and zip/jar files>
    -classpath <class search path of directories and zip/jar files>
    A ; separated list of directories, JAR archives,
    and ZIP archives to search for class files.
    -D<name>=<value>
    set a system property
    -verbose[:class|gc|jni]
    enable verbose output
    -version print product version and exit
    -version:<value>
    require the specified version to run
    -showversion print product version and continue
    -jre-restrict-search | -jre-no-restrict-search
    include/exclude user private JREs in the version search
    -? -help print this help message
    -X print help on non-standard options
    -ea[:<packagename>...|:<classname>]
    -enableassertions[:<packagename>...|:<classname>]
    enable assertions
    -da[:<packagename>...|:<classname>]
    -disableassertions[:<packagename>...|:<classname>]
    disable assertions
    -esa | -enablesystemassertions
    enable system assertions
    -dsa | -disablesystemassertions
    disable system assertions
    -agentlib:<libname>[=<options>]
    load native agent library <libname>, e.g. -agentlib:hprof
    see also, -agentlib:jdwp=help and -agentlib:hprof=help
    -agentpath:<pathname>[=<options>]
    load native agent library by full pathname
    -javaagent:<jarpath>[=<options>]
    load Java programming language agent, see java.lang.instrument
    <01/08/2008 17:16:39> <Debug> <NodeManager> <Waiting for the process to die: 960>
    <01/08/2008 17:16:39> <Info> <NodeManager> <Server failed during startup so will not be restarted>
    <01/08/2008 17:16:39> <Debug> <NodeManager> <runMonitor returned, setting finished=true and notifying waiters>

    I'm having a similar issue here. If I start the nodemanager as a windows service and then try to start the AdminServer, I get the java usage message in the AdminServer.out file. I've not changed any settings after creating the domain.
    Here's the nodemanager.properties file...
    #Fri Aug 22 14:41:52 MDT 2008
    DomainsFile=C\:\\bea\\WLSERV~1.3\\common\\NODEMA~1\\nodemanager.domains
    LogLimit=0
    PropertiesVersion=10.3
    javaHome=C\:\\bea\\JROCKI~2
    AuthenticationEnabled=true
    NodeManagerHome=C\:\\bea\\WLSERV~1.3\\common\\NODEMA~1
    JavaHome=C\:\\bea\\JROCKI~2\\jre
    LogLevel=INFO
    DomainsFileEnabled=true
    StartScriptName=startWebLogic.cmd
    ListenAddress=
    NativeVersionEnabled=true
    ListenPort=5556
    LogToStderr=true
    SecureListener=true
    LogCount=1
    StopScriptEnabled=false
    QuitEnabled=false
    LogAppend=true
    StateCheckInterval=500
    CrashRecoveryEnabled=false
    StartScriptEnabled=false
    LogFile=C\:\\bea\\WLSERV~1.3\\common\\NODEMA~1\\nodemanager.log
    LogFormatter=weblogic.nodemanager.server.LogFormatter
    ListenBacklog=50
    Here's the output in the nodemanager.log. You will see that the start up parameters do not contain anything that is Sun specific.
    <Sep 16, 2008 11:04:35 AM> <Info> <interlace_domain> <AdminServer> <Starting WebLogic server with command line: C:\bea\JROCKI~2\jre\bin\java -Dweblogic.Name=AdminServer -Djava.security.policy=C:\bea\WLSERV~1.3\server\lib\weblogic.policy -Djava.library.path=C:\bea\WLSERV~1.3\server\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\bea\WLSERV~1.3\server\native\win\32;C:\bea\WLSERV~1.3\server\bin;C:\bea\JROCKI~2\jre\bin;C:\bea\JROCKI~2\bin;C:\bea\WLSERV~1.3\server\native\win\32\oci920_8;C:\oracle\product\11.1.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Perforce\;C:\Program Files\NTRU Cryptosystems\NTRU TCG Software Stack\bin\;C:\Program Files\Wave Systems Corp\Gemalto\Access Client\v5\;C:\Program Files\Gemplus\GemSafe Libraries\BIN;c:\devtools\bin;C:\Program Files\JProbe Suite 4.0.2\bin;C:\Program Files\Executive Software\Diskeeper\;C:\Program Files\QuickTime\QTSystem\ -Djava.class.path=.;C:\bea\patch_wls103\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea\patch_cie660\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea\JROCKI~2\lib\tools.jar;C:\bea\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\bea\WLSERV~1.\server\lib\weblogic.jar;C:\bea\modules\features\weblogic.server.modules_10.3.0.0.jar;C:\bea\WLSERV~1.3\server\lib\webservices.jar;C:\bea\modules\ORGAPA~1.5/lib/ant-all.jar;C:\bea\modules\NETSFA~1.0_1/lib/ant-contrib.jar -Dweblogic.system.BootIdentityFile=C:\bea\user_projects\domains\interlace_domain\servers\AdminServer\security\boot.properties -Dweblogic.nodemanager.ServiceEnabled=true weblogic.Server >
    <Sep 16, 2008 11:04:35 AM> <Info> <interlace_domain> <AdminServer> <Working directory is "C:\bea\user_projects\domains\interlace_domain">
    <Sep 16, 2008 11:04:35 AM> <Info> <interlace_domain> <AdminServer> <Server output log file is "C:\bea\user_projects\domains\interlace_domain\servers\AdminServer\logs\AdminServer.out">
    If I start the node manager using startNodeManager.cmd, I can start the adminserver, but I see a different output:
    <Sep 16, 2008 11:13:26 AM> <Info> <interlace_domain> <AdminServer> <Starting WebLogic server with command line: C:\bea\JROCKI~2\jre\bin\java -Dweblogic.Name=AdminServer -Djava.security.policy=C:\bea\WLSERV~1.3\server\lib\weblogic.policy -Djava.library.path=C:\bea\JROCKI~2\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\bea\patch_wls1030\profiles\default\native;C:\bea\patch_cie660\profiles\default\native;C:\bea\WLSERV~1.3\server\native\win\32;C:\bea\WLSERV~1.3\server\bin;C:\bea\modules\ORGAPA~1.5\bin;C:\bea\JROCKI~2\jre\bin;C:\bea\JROCKI~2\bin;C:\oracle\product\11.1.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Progra
    m Files\Perforce\;C:\Program Files\NTRU Cryptosystems\NTRU TCG Software Stack\bin\;C:\Program Files\Wave Systems Corp\Gemalto\Access Client\v5\;C:\Program Files\Gemplus\GemSafe Libraries\BIN;c:\devtools\bin;C:\Program Files\JProbe Suite 4.0.2\bin;C:\Program Files\Executive Software\Diskeeper\;C:\Program Files\QuickTime\QTSystem\;C:\bea\WLSERV~1.3\server\native\win\32\oci920_8 -Djava.class.path=.;C:\bea\patch_wls1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea\patch_cie660\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea\JROCKI~2\lib\tools.jar;C:\bea\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\bea\WLSERV~1.3\server\lib\weblogic.jar;C:\bea\modules\features\weblogic.server.modules_10.3.0.0.jar;C:\bea\WLSERV~1.3\server\lib\webservices.jar;C:\bea\modules\ORGAPA~1.5/lib/ant-all.jar;C:\bea\modules\NETSFA~1.0_1/lib/ant-contrib.jar;.;C:\Program Files\Java\jre6\lib\ext\QTJava.zip -Dweblogic.system.BootIdentityFile=C:\bea\user_projects\domains\interlace_domain\servers\AdminServer\security\boot.proper
    ties -Dweblogic.nodemanager.ServiceEnabled=true weblogic.Server >
    <Sep 16, 2008 11:13:26 AM> <Info> <interlace_domain> <AdminServer> <Working directory is "C:\bea\user_projects\domains\interlace_domain">
    <Sep 16, 2008 11:13:26 AM> <Info> <interlace_domain> <AdminServer> <Server output log file is "C:\bea\user_projects\domains\interlace_domain\servers\AdminServer\logs\AdminServer.out">
    If you notice, the java.library.path that is generated is much different in both cases. Not sure if this is the issue. The classpath appears to be the same for the most part.
    Any ideas?

  • Problems Starting Weblogic  Server for Tutorials (Fresh install)...

    Hi guys, need a little help here.
    I'm trying to startup Weblogic Server for Java Control Tutorial application and I get all sorts of errors, mostly seeming to deal with JMS/JNDI network stuff. Here's the error dump I get:
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    java version "1.4.2_05"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-b04)
    Java HotSpot(TM) Client VM (build 1.4.2_05-b04, mixed mode)
    Starting WLS with line:
    C:\bea\JDK142~1\bin\java -client -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket
    ,address=8453,server=y,suspend=n -Djava.compiler=NONE -Xms256m -Xmx256m -XX:Com
    pileThreshold=8000 -XX:PermSize=32m -XX:MaxPermSize=128m -Xverify:none -ea -da
    :com.bea... -da:javelin... -da:weblogic... -Dplatform.home=C:\bea\WEBLOG~1 -Dwls
    .home=C:\bea\WEBLOG~1\server -Dwli.home=C:\bea\WEBLOG~1\integration -Dlog4j.con
    figuration=file:C:\bea\WEBLOG~1\common\lib\workshopLogCfg.xml -Dweblogic.managem
    ent.discover=true -Dweblogic.ProductionModeEnabled= -Dweblogic.security.SSL.ign
    oreHostnameVerify=false -Dwlw.iterativeDev=true -Dwlw.testConsole=true -Dwlw.log
    ErrorsToConsole=true -Dweblogic.Name=cgServer -Djava.security.policy=C:\bea\WEBL
    OG~1\server\lib\weblogic.policy weblogic.Server
    <Oct 30, 2005 2:33:31 PM PST> <Info> <WebLogicServer> <BEA-000377> <Starting Web
    Logic Server with Java HotSpot(TM) Client VM Version 1.4.2_05-b04 from Sun Micro
    systems Inc.>
    <Oct 30, 2005 2:33:31 PM PST> <Info> <Configuration Management> <BEA-150016> <Th
    is server is being started as the administration server.>
    <Oct 30, 2005 2:33:31 PM PST> <Info> <Management> <BEA-141107> <Version: WebLogi
    c Server 8.1 SP4 Mon Nov 29 16:21:29 PST 2004 471647
    WebLogic XMLX Module 8.1 SP4 Mon Nov 29 16:21:29 PST 2004 471647
    WebLogic Server 8.1 SP4 Mon Nov 29 16:21:29 PST 2004 471647
    WebLogic Server 8.1 SP4 Mon Nov 29 16:21:29 PST 2004 471647
    WebLogic Integration 8.1 SP4 Tue Nov 30 10:34:16 PST 2004 471877>
    <Oct 30, 2005 2:33:32 PM PST> <Notice> <Management> <BEA-140005> <Loading domain
    configuration from configuration repository at C:\bea\WEBLOG~1\samples\domains\
    workshop\.\config.xml.>
    <Oct 30, 2005 2:33:33 PM PST> <Notice> <Log Management> <BEA-170019> <The server
    log file C:\bea\weblogic81\samples\domains\workshop\cgServer\cgServer.log is op
    ened. All server side log events will be written to this file.>
    <Oct 30, 2005 2:33:34 PM PST> <Notice> <Security> <BEA-090082> <Security initial
    izing using security realm myrealm.>
    <Oct 30, 2005 2:33:34 PM PST> <Notice> <WebLogicServer> <BEA-000327> <Starting W
    ebLogic Admin Server "cgServer" for domain "workshop">
    <Oct 30, 2005 2:33:38 PM PST> <Warning> <JDBC> <BEA-001129> <Received exception
    while creating connection for pool "cgJMSPool-nonXA": SQL-server rejected establ
    ishment of SQL-connection. Pointbase Server may not be running on localhost at p
    ort 9093.>
    <Oct 30, 2005 2:33:40 PM PST> <Warning> <JDBC> <BEA-001129> <Received exception
    while creating connection for pool "cgJMSPool-nonXA": SQL-server rejected establ
    ishment of SQL-connection. Pointbase Server may not be running on localhost at p
    ort 9093.>
    <Oct 30, 2005 2:33:42 PM PST> <Warning> <JDBC> <BEA-001129> <Received exception
    while creating connection for pool "cgJMSPool-nonXA": SQL-server rejected establ
    ishment of SQL-connection. Pointbase Server may not be running on localhost at p
    ort 9093.>
    <Oct 30, 2005 2:33:44 PM PST> <Warning> <JDBC> <BEA-001129> <Received exception
    while creating connection for pool "cgJMSPool-nonXA": SQL-server rejected establ
    ishment of SQL-connection. Pointbase Server may not be running on localhost at p
    ort 9093.>
    <Oct 30, 2005 2:33:46 PM PST> <Warning> <JDBC> <BEA-001129> <Received exception
    while creating connection for pool "cgJMSPool-nonXA": SQL-server rejected establ
    ishment of SQL-connection. Pointbase Server may not be running on localhost at p
    ort 9093.>
    <Oct 30, 2005 2:33:47 PM PST> <Error> <JDBC> <BEA-001150> <Connection Pool "cgJM
    SPool-nonXA" deployment failed with the following error: 0:Could not create pool
    connection. The DBMS driver exception was: SQL-server rejected establishment of
    SQL-connection. Pointbase Server may not be running on localhost at port 9093..
    >
    <Oct 30, 2005 2:33:48 PM PST> <Warning> <JDBC> <BEA-001129> <Received exception
    while creating connection for pool "cgPool": SQL-server rejected establishment o
    f SQL-connection. Pointbase Server may not be running on localhost at port 9093.
    >
    <Oct 30, 2005 2:33:50 PM PST> <Warning> <JDBC> <BEA-001129> <Received exception
    while creating connection for pool "cgPool": SQL-server rejected establishment o
    f SQL-connection. Pointbase Server may not be running on localhost at port 9093.
    >
    <Oct 30, 2005 2:33:52 PM PST> <Warning> <JDBC> <BEA-001129> <Received exception
    while creating connection for pool "cgPool": SQL-server rejected establishment o
    f SQL-connection. Pointbase Server may not be running on localhost at port 9093.
    >
    <Oct 30, 2005 2:33:54 PM PST> <Warning> <JDBC> <BEA-001129> <Received exception
    while creating connection for pool "cgPool": SQL-server rejected establishment o
    f SQL-connection. Pointbase Server may not be running on localhost at port 9093.
    >
    <Oct 30, 2005 2:33:56 PM PST> <Warning> <JDBC> <BEA-001129> <Received exception
    while creating connection for pool "cgPool": SQL-server rejected establishment o
    f SQL-connection. Pointbase Server may not be running on localhost at port 9093.
    >
    <Oct 30, 2005 2:33:57 PM PST> <Error> <JDBC> <BEA-001150> <Connection Pool "cgPo
    ol" deployment failed with the following error: 0:Could not create pool connecti
    on. The DBMS driver exception was: SQL-server rejected establishment of SQL-conn
    ection. Pointbase Server may not be running on localhost at port 9093..>
    <Oct 30, 2005 2:33:57 PM PST> <Error> <JDBC> <BEA-001151> <Data Source "cgDataSo
    urce" deployment failed with the following error: DataSource(cgDataSource;cgSamp
    leDataSource) can't be created with non-existent Pool (connection or multi) (cgP
    ool).>
    <Oct 30, 2005 2:33:57 PM PST> <Error> <JDBC> <BEA-001151> <Data Source "cgDataSo
    urce-nonXA" deployment failed with the following error: DataSource(cgDataSource-
    nonXA;weblogic.jdbc.jts.ebusinessPool) can't be created with non-existent Pool (
    connection or multi) (cgJMSPool-nonXA).>
    <Oct 30, 2005 2:33:57 PM PST> <Alert> <JMS> <BEA-040052> <JMSServer "cgJMSServer
    " store failed to open java.io.IOException: JMS JDBC store, connection pool = <c
    gJMSPool-nonXA>, prefix = <weblogic>: connection pool does not exist.
    java.io.IOException: JMS JDBC store, connection pool = <cgJMSPool-nonXA>, prefix
    = <weblogic>: connection pool does not exist
    at weblogic.jms.store.JDBCIOStream.throwIOException(JDBCIOStream.java:48
    8)
    at weblogic.jms.store.JDBCIOStream.checkPool(JDBCIOStream.java:1599)
    at weblogic.jms.store.JDBCIOStream.open(JDBCIOStream.java:548)
    at weblogic.jms.store.JMSStore.open(JMSStore.java:224)
    at weblogic.jms.backend.BEStore.open(BEStore.java:262)
    at weblogic.jms.backend.BEStore.start(BEStore.java:151)
    at weblogic.jms.backend.BackEnd.openStores(BackEnd.java:1171)
    at weblogic.jms.backend.BackEnd.resume(BackEnd.java:1290)
    at weblogic.jms.JMSService.addJMSServer(JMSService.java:2260)
    at weblogic.jms.JMSService.addDeployment(JMSService.java:2031)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
    oymentTarget.java:337)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Dep
    loymentTarget.java:597)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeploy
    ments(DeploymentTarget.java:575)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(
    DeploymentTarget.java:241)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:754)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:733)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:509)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    60)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    28)
    at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(Rem
    oteMBeanServerImpl.java:988)
    at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBean
    ServerImpl.java:946)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:954)
    at weblogic.management.internal.MBeanProxy.invokeForCachingStub(MBeanPro
    xy.java:481)
    at weblogic.management.configuration.ServerMBean_Stub.updateDeployments(
    ServerMBean_Stub.java:7691)
    at weblogic.management.deploy.slave.SlaveDeployer.updateServerDeployment
    s(SlaveDeployer.java:1304)
    at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.j
    ava:347)
    at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resum
    e(DeploymentManagerServerLifeCycleImpl.java:229)
    at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)
    at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:966)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)
    at weblogic.Server.main(Server.java:32)
    >
    <Oct 30, 2005 2:33:57 PM PST> <Error> <JMS> <BEA-040123> <Failed to start JMS Se
    rver "cgJMSServer" due to weblogic.jms.common.JMSException: JMS can not open sto
    re cgJMSStore.
    weblogic.jms.common.JMSException: JMS can not open store cgJMSStore
    at weblogic.jms.backend.BEStore.start(BEStore.java:163)
    at weblogic.jms.backend.BackEnd.openStores(BackEnd.java:1171)
    at weblogic.jms.backend.BackEnd.resume(BackEnd.java:1290)
    at weblogic.jms.JMSService.addJMSServer(JMSService.java:2260)
    at weblogic.jms.JMSService.addDeployment(JMSService.java:2031)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
    oymentTarget.java:337)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Dep
    loymentTarget.java:597)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeploy
    ments(DeploymentTarget.java:575)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(
    DeploymentTarget.java:241)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:754)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:733)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:509)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    60)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    28)
    at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(Rem
    oteMBeanServerImpl.java:988)
    at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBean
    ServerImpl.java:946)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:954)
    at weblogic.management.internal.MBeanProxy.invokeForCachingStub(MBeanPro
    xy.java:481)
    at weblogic.management.configuration.ServerMBean_Stub.updateDeployments(
    ServerMBean_Stub.java:7691)
    at weblogic.management.deploy.slave.SlaveDeployer.updateServerDeployment
    s(SlaveDeployer.java:1304)
    at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.j
    ava:347)
    at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resum
    e(DeploymentManagerServerLifeCycleImpl.java:229)
    at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)
    at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:966)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)
    at weblogic.Server.main(Server.java:32)
    Caused by: java.io.IOException: JMS JDBC store, connection pool = <cgJMSPool-non
    XA>, prefix = <weblogic>: connection pool does not exist
    at weblogic.jms.store.JDBCIOStream.throwIOException(JDBCIOStream.java:48
    8)
    at weblogic.jms.store.JDBCIOStream.checkPool(JDBCIOStream.java:1599)
    at weblogic.jms.store.JDBCIOStream.open(JDBCIOStream.java:548)
    at weblogic.jms.store.JMSStore.open(JMSStore.java:224)
    at weblogic.jms.backend.BEStore.open(BEStore.java:262)
    at weblogic.jms.backend.BEStore.start(BEStore.java:151)
    ... 29 more
    >
    <Oct 30, 2005 2:33:57 PM PST> <Warning> <EJB> <BEA-010061> <The Message-Driven E
    JB: CreditScoreTutorial is unable to connect to the JMS destination: tutorial.cr
    edit.request.topic. The Error was:
    [EJB:011010]The JMS destination with the JNDI name: tutorial.credit.request.topi
    c could not be found. Please ensure that the JNDI name in the weblogic-ejb-jar.x
    ml is correct, and the JMS destination has been deployed.>
    <Oct 30, 2005 2:33:58 PM PST> <Warning> <EJB> <BEA-010061> <The Message-Driven E
    JB: KNEX.bean.QueueTransport is unable to connect to the JMS destination: jws.qu
    eue. The Error was:
    [EJB:011010]The JMS destination with the JNDI name: jws.queue could not be found
    . Please ensure that the JNDI name in the weblogic-ejb-jar.xml is correct, and t
    he JMS destination has been deployed.>
    <Oct 30, 2005 2:33:58 PM PST> <Notice> <Security> <BEA-090170> <Loading the priv
    ate key stored under the alias DemoIdentity from the jks keystore file C:\bea\we
    blogic81\server\lib\DemoIdentity.jks.>
    <Oct 30, 2005 2:33:58 PM PST> <Notice> <Security> <BEA-090171> <Loading the iden
    tity certificate stored under the alias DemoIdentity from the jks keystore file
    C:\bea\weblogic81\server\lib\DemoIdentity.jks.>
    <Oct 30, 2005 2:33:58 PM PST> <Notice> <Security> <BEA-090169> <Loading trusted
    certificates from the jks keystore file C:\bea\weblogic81\server\lib\DemoTrust.j
    ks.>
    <Oct 30, 2005 2:33:58 PM PST> <Notice> <Security> <BEA-090169> <Loading trusted
    certificates from the jks keystore file C:\bea\JDK142~1\jre\lib\security\cacerts
    .>
    <Oct 30, 2005 2:33:58 PM PST> <Notice> <WebLogicServer> <BEA-000331> <Started We
    bLogic Admin Server "cgServer" for domain "workshop" running in Development Mode
    >
    <Oct 30, 2005 2:33:58 PM PST> <Notice> <WebLogicServer> <BEA-000360> <Server sta
    rted in RUNNING mode>
    <Oct 30, 2005 2:33:58 PM PST> <Warning> <WebLogicServer> <BEA-000372> <HostName:
    0.0.0.0, maps to multiple IP addresses:192.168.0.1,70.34.104.139>
    <Oct 30, 2005 2:33:58 PM PST> <Warning> <WebLogicServer> <BEA-000372> <HostName:
    0.0.0.0, maps to multiple IP addresses:192.168.0.1,70.34.104.139>
    <Oct 30, 2005 2:33:58 PM PST> <Notice> <WebLogicServer> <BEA-000355> <Thread "Li
    stenThread.Default" listening on port 7001, ip address *.*>
    <Oct 30, 2005 2:33:58 PM PST> <Notice> <WebLogicServer> <BEA-000355> <Thread "SS
    LListenThread.Default" listening on port 7002, ip address *.*>
    <Oct 30, 2005 2:34:07 PM PST> <Warning> <EJB> <BEA-010096> <The Message-Driven E
    JB: CreditScoreTutorial is unable to connect to the JMS destination: tutorial.cr
    edit.request.topic. Connection failed after 2 attempts. The MDB will attempt to
    reconnect every 10 seconds. This log message will repeat every 600 seconds until
    the condition clears.>
    <Oct 30, 2005 2:34:07 PM PST> <Warning> <EJB> <BEA-010061> <The Message-Driven E
    JB: CreditScoreTutorial is unable to connect to the JMS destination: tutorial.cr
    edit.request.topic. The Error was:
    [EJB:011010]The JMS destination with the JNDI name: tutorial.credit.request.topi
    c could not be found. Please ensure that the JNDI name in the weblogic-ejb-jar.x
    ml is correct, and the JMS destination has been deployed.>
    <Oct 30, 2005 2:34:08 PM PST> <Warning> <EJB> <BEA-010096> <The Message-Driven E
    JB: KNEX.bean.QueueTransport is unable to connect to the JMS destination: jws.qu
    eue. Connection failed after 2 attempts. The MDB will attempt to reconnect every
    10 seconds. This log message will repeat every 600 seconds until the condition
    clears.>
    <Oct 30, 2005 2:34:08 PM PST> <Warning> <EJB> <BEA-010061> <The Message-Driven E
    JB: KNEX.bean.QueueTransport is unable to connect to the JMS destination: jws.qu
    eue. The Error was:
    [EJB:011010]The JMS destination with the JNDI name: jws.queue could not be found
    . Please ensure that the JNDI name in the weblogic-ejb-jar.xml is correct, and t
    he JMS destination has been deployed.>
    <Oct 30, 2005 2:44:08 PM PST> <Warning> <EJB> <BEA-010096> <The Message-Driven E
    JB: KNEX.bean.QueueTransport is unable to connect to the JMS destination: jws.qu
    eue. Connection failed after 62 attempts. The MDB will attempt to reconnect ever
    y 10 seconds. This log message will repeat every 600 seconds until the condition
    clears.>
    <Oct 30, 2005 2:44:08 PM PST> <Warning> <EJB> <BEA-010061> <The Message-Driven E
    JB: KNEX.bean.QueueTransport is unable to connect to the JMS destination: jws.qu
    eue. The Error was:
    [EJB:011010]The JMS destination with the JNDI name: jws.queue could not be found
    . Please ensure that the JNDI name in the weblogic-ejb-jar.xml is correct, and t
    he JMS destination has been deployed.>
    <Oct 30, 2005 2:44:17 PM PST> <Warning> <EJB> <BEA-010096> <The Message-Driven E
    JB: CreditScoreTutorial is unable to connect to the JMS destination: tutorial.cr
    edit.request.topic. Connection failed after 63 attempts. The MDB will attempt to
    reconnect every 10 seconds. This log message will repeat every 600 seconds unti
    l the condition clears.>
    <Oct 30, 2005 2:44:17 PM PST> <Warning> <EJB> <BEA-010061> <The Message-Driven E
    JB: CreditScoreTutorial is unable to connect to the JMS destination: tutorial.cr
    edit.request.topic. The Error was:
    [EJB:011010]The JMS destination with the JNDI name: tutorial.credit.request.topi
    c could not be found. Please ensure that the JNDI name in the weblogic-ejb-jar.x
    ml is correct, and the JMS destination has been deployed.>
    <Oct 30, 2005 2:54:08 PM PST> <Warning> <EJB> <BEA-010096> <The Message-Driven E
    JB: KNEX.bean.QueueTransport is unable to connect to the JMS destination: jws.qu
    eue. Connection failed after 122 attempts. The MDB will attempt to reconnect eve
    ry 10 seconds. This log message will repeat every 600 seconds until the conditio
    n clears.>
    <Oct 30, 2005 2:54:08 PM PST> <Warning> <EJB> <BEA-010061> <The Message-Driven E
    JB: KNEX.bean.QueueTransport is unable to connect to the JMS destination: jws.qu
    eue. The Error was:
    [EJB:011010]The JMS destination with the JNDI name: jws.queue could not be found
    . Please ensure that the JNDI name in the weblogic-ejb-jar.xml is correct, and t
    he JMS destination has been deployed.>
    <Oct 30, 2005 2:54:17 PM PST> <Warning> <EJB> <BEA-010096> <The Message-Driven E
    JB: CreditScoreTutorial is unable to connect to the JMS destination: tutorial.cr
    edit.request.topic. Connection failed after 123 attempts. The MDB will attempt t
    o reconnect every 10 seconds. This log message will repeat every 600 seconds unt
    il the condition clears.>
    <Oct 30, 2005 2:54:17 PM PST> <Warning> <EJB> <BEA-010061> <The Message-Driven E
    JB: CreditScoreTutorial is unable to connect to the JMS destination: tutorial.cr
    edit.request.topic. The Error was:
    [EJB:011010]The JMS destination with the JNDI name: tutorial.credit.request.topi
    c could not be found. Please ensure that the JNDI name in the weblogic-ejb-jar.x
    ml is correct, and the JMS destination has been deployed.>
    THANK YOU for any help you can provide!

    These are errors/warning because of incorrect connection pool settings.Either the database parameters were not configured correctly or there were some issues with the configuration itself.
    Your server did start up correctly though.
    "<Server started in RUNNING mode>"

  • Problems getting Web server to connect with LDAP server.

    Have 4.1.8 iplanet Web and 4.13 LDAP running on Win2000 sp2. Both are working fine separately, i.e. 'have good anonymous LDAP://URL responses, and 'have working application CGI responses from web server. 'Have previously had same setup running on another server. However, with this install on win2000 cannot get Global settings LDAP feature to work ~ getting " An error occured while contacting th LDAP server. A connection to the the directory server could not be opened. Have checked DNS settings, etc. All seems to be in order. Any suggetions?

    Hi,
    What edition of Win 2K are you using (Pro/Server/Ad Server). The problem could be your DNS settings only.Ensure which machine is your DNS Server is running,is it on NT? if so change it to win 2K server.
    Delete your LDAP machines A record from DNS server and add it again. This will solve your problem.
    Refer the URL :
    http://knowledgebase.iplanet.com/ikb/kb/articles/5135.html

  • Problem starting managed server (WL6.1sp2)

    I'm trying to staret a managed server, but keep getting errors fetching the
    configuration from the admin server?
    Right after the first error message, it says"> This condition generally
    results when the managed and admin servers are using the same listen address
    and port.>"
    However, this is not the case here. Any ideas?
    The managed server and the admin server uses the same password,
    "adminpassword" (yes, this is an internal development system :-)
    Here's the error message:
    C:\bea\wlserver6.1>"C:\bea\jdk131\bin\java" -hotspot -ms64m -mx64m -classpat
    h
    ".;.\lib\weblogic_sp.jar;.\lib\weblogic.jar" -Dweblogic.Domain=wavetech -Dbe
    a.home=C:\bea -Dweblogic.management.password=adminpassword -Dweblogic.Produc
    tionModeEnabled=false -Dweblogic.Name=cbfilter -Dweblogic.management.server=
    http://192.168.10.31:6001/ -Djava.security.policy=C:\bea\wlserver6.1/lib/web
    logic.policy weblogic.Server
    Starting WebLogic Server ....
    Connecting to http://192.168.10.31:6001/...
    <08-03-2002 14:22:49 CET> <Emergency> <Configuration Management> <Errors
    detected attempting to connect to admin server at http://192.168.10.31:6001/
    during initialization of managed server ( 192.168.10.85:80 ). The reported
    error was: < weblogic.security.acl.DefaultUserInfoImpl
    Start server side stack trace:
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    at
    weblogic.kernel.BootServicesImpl.authenticate(BootServicesImpl.java:189)
    at weblogic.kernel.BootServicesImpl.invoke(BootServicesImpl.java:145)
    at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:620)
    at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:581)
    at
    weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.jav
    a:164)
    at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:640)
    at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:454)
    at
    weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:643)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End server side stack trace
    > This condition generally results when the managed and admin servers are
    using the same listen address and port.>
    <08-03-2002 14:22:49 CET> <Emergency> <Server> <Unable to initialize the
    server: 'Fatal initialization exception
    Throwable: weblogic.management.configuration.ConfigurationException:
    weblogic.security.acl.DefaultUserInfoImpl
    Start server side stack trace:
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    at
    weblogic.kernel.BootServicesImpl.authenticate(BootServicesImpl.java:189)
    at weblogic.kernel.BootServicesImpl.invoke(BootServicesImpl.java:145)
    at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:620)
    at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:581)
    at
    weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.jav
    a:164)
    at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:640)
    at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:454)
    at
    weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:643)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End server side stack trace
    - with nested exception:
    [java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    Start server side stack trace:
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
          at
    weblogic.kernel.BootServicesImpl.authenticate(BootServicesImpl.java:189)
          at weblogic.kernel.BootServicesImpl.invoke(BootServicesImpl.java:145)
          at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:620)
          at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:581)
          at
    weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.jav
    a:164)
          at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:640)
          at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:454)
          at
    weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:643)
          at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
          at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
          at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End  server side stack trace
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    Start server side stack trace:
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    at
    weblogic.kernel.BootServicesImpl.authenticate(BootServicesImpl.java:189)
    at weblogic.kernel.BootServicesImpl.invoke(BootServicesImpl.java:145)
    at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:620)
    at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:581)
    at
    weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.jav
    a:164)
    at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:640)
    at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:454)
    at
    weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:643)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End server side stack trace
    <<no stack trace available>>
    --------------- nested within: ------------------
    weblogic.management.configuration.ConfigurationException:
    weblogic.security.acl.DefaultUserInfoImpl
    Start server side stack trace:
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    at
    weblogic.kernel.BootServicesImpl.authenticate(BootServicesImpl.java:189)
    at weblogic.kernel.BootServicesImpl.invoke(BootServicesImpl.java:145)
    at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:620)
    at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:581)
    at
    weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.jav
    a:164)
    at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:640)
    at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:454)
    at
    weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:643)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End server side stack trace
    - with nested exception:
    [java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    Start server side stack trace:
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
          at
    weblogic.kernel.BootServicesImpl.authenticate(BootServicesImpl.java:189)
          at weblogic.kernel.BootServicesImpl.invoke(BootServicesImpl.java:145)
          at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:620)
          at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:581)
          at
    weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.jav
    a:164)
          at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:640)
          at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:454)
          at
    weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:643)
          at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
          at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
          at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End  server side stack trace
    at weblogic.management.Admin.initializeRemoteAdminHome(Admin.java:988)
    at weblogic.management.Admin.start(Admin.java:363)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:375)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    '>
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    Start server side stack trace:
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    at
    weblogic.kernel.BootServicesImpl.authenticate(BootServicesImpl.java:189)
    at weblogic.kernel.BootServicesImpl.invoke(BootServicesImpl.java:145)
    at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:620)
    at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:581)
    at
    weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.jav
    a:164)
    at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:640)
    at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:454)
    at
    weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:643)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End server side stack trace
    <<no stack trace available>>
    --------------- nested within: ------------------
    weblogic.management.configuration.ConfigurationException:
    weblogic.security.acl.DefaultUserInfoImpl
    Start server side stack trace:
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    at
    weblogic.kernel.BootServicesImpl.authenticate(BootServicesImpl.java:189)
    at weblogic.kernel.BootServicesImpl.invoke(BootServicesImpl.java:145)
    at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:620)
    at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:581)
    at
    weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.jav
    a:164)
    at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:640)
    at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:454)
    at
    weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:643)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End server side stack trace
    - with nested exception:
    [java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    Start server side stack trace:
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
          at
    weblogic.kernel.BootServicesImpl.authenticate(BootServicesImpl.java:189)
          at weblogic.kernel.BootServicesImpl.invoke(BootServicesImpl.java:145)
          at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:620)
          at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:581)
          at
    weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.jav
    a:164)
          at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:640)
          at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:454)
          at
    weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:643)
          at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
          at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
          at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End  server side stack trace
    at weblogic.management.Admin.initializeRemoteAdminHome(Admin.java:988)
    at weblogic.management.Admin.start(Admin.java:363)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:375)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    C:\bea\wlserver6.1>cd config\wavetech
    C:\bea\wlserver6.1\config\wavetech>ENDLOCAL

    I'm trying to staret a managed server, but keep getting errors fetching the
    configuration from the admin server?
    Right after the first error message, it says"> This condition generally
    results when the managed and admin servers are using the same listen address
    and port.>"
    However, this is not the case here. Any ideas?
    The managed server and the admin server uses the same password,
    "adminpassword" (yes, this is an internal development system :-)
    Here's the error message:
    C:\bea\wlserver6.1>"C:\bea\jdk131\bin\java" -hotspot -ms64m -mx64m -classpat
    h
    ".;.\lib\weblogic_sp.jar;.\lib\weblogic.jar" -Dweblogic.Domain=wavetech -Dbe
    a.home=C:\bea -Dweblogic.management.password=adminpassword -Dweblogic.Produc
    tionModeEnabled=false -Dweblogic.Name=cbfilter -Dweblogic.management.server=
    http://192.168.10.31:6001/ -Djava.security.policy=C:\bea\wlserver6.1/lib/web
    logic.policy weblogic.Server
    Starting WebLogic Server ....
    Connecting to http://192.168.10.31:6001/...
    <08-03-2002 14:22:49 CET> <Emergency> <Configuration Management> <Errors
    detected attempting to connect to admin server at http://192.168.10.31:6001/
    during initialization of managed server ( 192.168.10.85:80 ). The reported
    error was: < weblogic.security.acl.DefaultUserInfoImpl
    Start server side stack trace:
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    at
    weblogic.kernel.BootServicesImpl.authenticate(BootServicesImpl.java:189)
    at weblogic.kernel.BootServicesImpl.invoke(BootServicesImpl.java:145)
    at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:620)
    at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:581)
    at
    weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.jav
    a:164)
    at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:640)
    at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:454)
    at
    weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:643)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End server side stack trace
    > This condition generally results when the managed and admin servers are
    using the same listen address and port.>
    <08-03-2002 14:22:49 CET> <Emergency> <Server> <Unable to initialize the
    server: 'Fatal initialization exception
    Throwable: weblogic.management.configuration.ConfigurationException:
    weblogic.security.acl.DefaultUserInfoImpl
    Start server side stack trace:
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    at
    weblogic.kernel.BootServicesImpl.authenticate(BootServicesImpl.java:189)
    at weblogic.kernel.BootServicesImpl.invoke(BootServicesImpl.java:145)
    at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:620)
    at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:581)
    at
    weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.jav
    a:164)
    at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:640)
    at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:454)
    at
    weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:643)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End server side stack trace
    - with nested exception:
    [java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    Start server side stack trace:
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
          at
    weblogic.kernel.BootServicesImpl.authenticate(BootServicesImpl.java:189)
          at weblogic.kernel.BootServicesImpl.invoke(BootServicesImpl.java:145)
          at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:620)
          at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:581)
          at
    weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.jav
    a:164)
          at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:640)
          at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:454)
          at
    weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:643)
          at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
          at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
          at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End  server side stack trace
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    Start server side stack trace:
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    at
    weblogic.kernel.BootServicesImpl.authenticate(BootServicesImpl.java:189)
    at weblogic.kernel.BootServicesImpl.invoke(BootServicesImpl.java:145)
    at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:620)
    at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:581)
    at
    weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.jav
    a:164)
    at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:640)
    at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:454)
    at
    weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:643)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End server side stack trace
    <<no stack trace available>>
    --------------- nested within: ------------------
    weblogic.management.configuration.ConfigurationException:
    weblogic.security.acl.DefaultUserInfoImpl
    Start server side stack trace:
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    at
    weblogic.kernel.BootServicesImpl.authenticate(BootServicesImpl.java:189)
    at weblogic.kernel.BootServicesImpl.invoke(BootServicesImpl.java:145)
    at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:620)
    at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:581)
    at
    weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.jav
    a:164)
    at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:640)
    at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:454)
    at
    weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:643)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End server side stack trace
    - with nested exception:
    [java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    Start server side stack trace:
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
          at
    weblogic.kernel.BootServicesImpl.authenticate(BootServicesImpl.java:189)
          at weblogic.kernel.BootServicesImpl.invoke(BootServicesImpl.java:145)
          at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:620)
          at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:581)
          at
    weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.jav
    a:164)
          at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:640)
          at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:454)
          at
    weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:643)
          at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
          at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
          at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End  server side stack trace
    at weblogic.management.Admin.initializeRemoteAdminHome(Admin.java:988)
    at weblogic.management.Admin.start(Admin.java:363)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:375)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    '>
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    Start server side stack trace:
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    at
    weblogic.kernel.BootServicesImpl.authenticate(BootServicesImpl.java:189)
    at weblogic.kernel.BootServicesImpl.invoke(BootServicesImpl.java:145)
    at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:620)
    at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:581)
    at
    weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.jav
    a:164)
    at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:640)
    at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:454)
    at
    weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:643)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End server side stack trace
    <<no stack trace available>>
    --------------- nested within: ------------------
    weblogic.management.configuration.ConfigurationException:
    weblogic.security.acl.DefaultUserInfoImpl
    Start server side stack trace:
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    at
    weblogic.kernel.BootServicesImpl.authenticate(BootServicesImpl.java:189)
    at weblogic.kernel.BootServicesImpl.invoke(BootServicesImpl.java:145)
    at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:620)
    at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:581)
    at
    weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.jav
    a:164)
    at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:640)
    at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:454)
    at
    weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:643)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End server side stack trace
    - with nested exception:
    [java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    Start server side stack trace:
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
          at
    weblogic.kernel.BootServicesImpl.authenticate(BootServicesImpl.java:189)
          at weblogic.kernel.BootServicesImpl.invoke(BootServicesImpl.java:145)
          at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:620)
          at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:581)
          at
    weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.jav
    a:164)
          at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:640)
          at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:454)
          at
    weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:643)
          at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
          at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
          at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End  server side stack trace
    at weblogic.management.Admin.initializeRemoteAdminHome(Admin.java:988)
    at weblogic.management.Admin.start(Admin.java:363)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:375)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    C:\bea\wlserver6.1>cd config\wavetech
    C:\bea\wlserver6.1\config\wavetech>ENDLOCAL

  • Problem starting Admin server console

    hi guys,
    i have problem starting my console server. The error msg is
    " cannot connect to admin server http://simple.cwmgroup.org:390. The URL is not correct or server is not running."
    i had earlier used :
    /usr/sbin/ directoryserver start command to start directory server and
    /usr/sbin/mpsadmserver start to start the admin server and finally tried
    usr/sbin/mpsadmserver startconsole and it seems not to be working (but used to).
    And i 'm very sure the url is correct and the server is also running b/c i v been using the comand successfully b/4.
    guys what can i do to get it working? can anyone hlp?

    If you want to check your DS5.2 configuration, using command line.
    # ./saveconfig
    saving configuration ...
    ldiffile: /var/Sun/mps/slapd-ldap1/confbak/2005_07_29_003704.ldif
    [29/Jul/2005:00:37:07 -0400] - export NetscapeRoot: Processed 100 entries (100%).
    # grep Port /var/Sun/mps/slapd-ldap1/confbak/2005_07_29_003704.ldif
    nsServerPort: 389
    nsSecureServerPort: 636
    nsServerPort: 390
    (The 2nd nsServerPort is admin port at 390)
    Gary

Maybe you are looking for

  • Error in SMTP server configuration 11gR2

    Hi Expertes, I have done the below steps for configurting the notification. 1. Created an IT resource of type mail server. 2. Provided the SMTP server name in the IT Resource. 3. Modified the system configuration and set the XL.MailServer as the newl

  • Leopard, iPhone, calendars  not syncing

    I get this error message on both my desktop and my laptop: "iTunes could not sync calendars to the iPhone "iPhone" because an error occurred while merging data." As of right now only my iPhone has my current calendars, so I can't overwrite the iPhone

  • Can't purchase Mountain Lion - security questions

    i can't purchase Mountain Lion because i'm given three mandatory security questions, when i only defined ONE (plus date of birth) in my Profiles Security Settings - which was done automatically upon creation of profile, one question, not three. i've

  • Default account assignment in cost element creation

    hi, in the cost element creation transaction (KA01) I need the default account assignment to be the WBS element. but in the transaction only cost center and order is showing as dafault account assignment, how can I include the WBS as cost object? Tha

  • IPod touch gen 2 software update

    Hi. I have an iPod touch generation 2. Can I get iOS 5 or an least late enough to get a few game apps for my son? Thank you