Weblogic 9.2 Admin Server isnt getting start

This is the log:
starting weblogic with Java version:
java version "1.5.0_07"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03)
Java HotSpot(TM) Server VM (build 1.5.0_07-b03, mixed mode)
Starting WLS with line:
/usr/jdk/instances/jdk1.5.0/bin/java -server -Xms256m -Xmx512m -XX:MaxPermSize=128m -da -Dplatform.home=/var/jawed/SunWeb9.2/bea/weblogic92 -Dwls.home=/var/jawed/SunWeb9.2/bea/weblogic92/server -Dwli.home=/var/jawed/SunWeb9.2/bea/weblogic92/integration -Dweblogic.management.discover=true -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/var/jawed/SunWeb9.2/bea/patch_weblogic921/profiles/default/sysext_manifest_classpath -Dweblogic.Name=weblogic -Djava.security.policy=/var/jawed/SunWeb9.2/bea/weblogic92/server/lib/weblogic.policy weblogic.Server
<Apr 20, 2007 7:31:28 PM CDT> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
/var/jawed/SunWeb9.2/bea/weblogic92/platform/lib/p13n/p13n-schemas.jar:/var/jawed/SunWeb9.2/bea/weblogic92/platform/lib/p13n/p13n_common.jar:/var/jawed/SunWeb9.2/bea/weblogic92/platform/lib/p13n/p13n_system.jar:/var/jawed/SunWeb9.2/bea/weblogic92/platform/lib/wlp/commerce_system.jar:/var/jawed/SunWeb9.2/bea/weblogic92/platform/lib/wlp/content_system.jar:/var/jawed/SunWeb9.2/bea/weblogic92/platform/lib/wlp/groupspace_system.jar:/var/jawed/SunWeb9.2/bea/weblogic92/platform/lib/wlp/netuix_common.jar:/var/jawed/SunWeb9.2/bea/weblogic92/platform/lib/wlp/netuix_schemas.jar:/var/jawed/SunWeb9.2/bea/weblogic92/platform/lib/wlp/netuix_system-full.jar:/var/jawed/SunWeb9.2/bea/weblogic92/platform/lib/wlp/netuix_system.jar:/var/jawed/SunWeb9.2/bea/weblogic92/platform/lib/wlp/nf-jspcmods.jar:/var/jawed/SunWeb9.2/bea/weblogic92/platform/lib/wlp/nf-system.jar:/var/jawed/SunWeb9.2/bea/weblogic92/platform/lib/wlp/wlp-schemas.jar:/var/jawed/SunWeb9.2/bea/weblogic92/platform/lib/wlp/wps_system.jar:/var/jawed/SunWeb9.2/bea/weblogic92/platform/lib/wlp/wsrp-client.jar:/var/jawed/SunWeb9.2/bea/weblogic92/platform/lib/wlp/wsrp-common.jar>
<Apr 20, 2007 7:31:28 PM CDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Server VM Version 1.5.0_07-b03 from Sun Microsystems Inc.>
<Apr 20, 2007 7:31:30 PM CDT> <Info> <Management> <BEA-141107> <Version: WebLogic Server 9.2 MP1 Sun Jan 7 00:56:31 EST 2007 883308 >
<Apr 20, 2007 7:31:32 PM CDT> <Warning> <Management> <BEA-141230> <Could Not locate descriptor file for System Resource : dataSource.>
<Apr 20, 2007 7:31:33 PM CDT> <Info> <WebLogicServer> <BEA-000215> <Loaded License : /var/jawed/SunWeb9.2/bea/license.bea>
<Apr 20, 2007 7:31:33 PM CDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
<Apr 20, 2007 7:31:33 PM CDT> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
<Apr 20, 2007 7:31:33 PM CDT> <Notice> <Log Management> <BEA-170019> <The server log file /var/jawed/SunWeb9.2/domains/domains/servers/weblogic/logs/weblogic.log is opened. All server side log events will be written to this file.>
<Apr 20, 2007 7:31:34 PM CDT> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: java.lang.AssertionError: java.lang.reflect.InvocationTargetException
java.lang.AssertionError: java.lang.reflect.InvocationTargetException
at weblogic.descriptor.internal.AbstractDescriptorBean$SecurityService._invokeServiceMethod(AbstractDescriptorBean.java:1011)
at weblogic.descriptor.internal.AbstractDescriptorBean$SecurityService.decrypt(AbstractDescriptorBean.java:1039)
at weblogic.descriptor.internal.AbstractDescriptorBean$SecurityService.access$200(AbstractDescriptorBean.java:963)
at weblogic.descriptor.internal.AbstractDescriptorBean._decrypt(AbstractDescriptorBean.java:960)
at weblogic.management.configuration.EmbeddedLDAPMBeanImpl.getCredential(EmbeddedLDAPMBeanImpl.java:104)
Truncated. see log file for complete stacktrace
java.lang.reflect.InvocationTargetException
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 weblogic.descriptor.internal.AbstractDescriptorBean$SecurityService._invokeServiceMethod(AbstractDescriptorBean.java:1009)
Truncated. see log file for complete stacktrace
weblogic.security.internal.encryption.EncryptionServiceException: com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte.
at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptBytes(JSafeEncryptionServiceImpl.java:78)
at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptString(JSafeEncryptionServiceImpl.java:94)
at weblogic.security.internal.encryption.ClearOrEncryptedService.decrypt(ClearOrEncryptedService.java:87)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
Truncated. see log file for complete stacktrace
com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte.
at com.rsa.jsafe.JA_PKCS5Padding.a(Unknown Source)
at com.rsa.jsafe.JG_BlockCipher.decryptFinal(Unknown Source)
at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptBytes(JSafeEncryptionServiceImpl.java:68)
at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptString(JSafeEncryptionServiceImpl.java:94)
at weblogic.security.internal.encryption.ClearOrEncryptedService.decrypt(ClearOrEncryptedService.java:87)
Truncated. see log file for complete stacktrace
>
<Apr 20, 2007 7:31:34 PM CDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
<Apr 20, 2007 7:31:34 PM CDT> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
<Apr 20, 2007 7:31:34 PM CDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
I am working on Solaris platform. suggetions are highly wel-come.

[email protected] <> wrote:
This is the log:
starting weblogic with Java version:
java version "1.5.0_07"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03)
Java HotSpot(TM) Server VM (build 1.5.0_07-b03, mixed mode)
Starting WLS with line:
/usr/jdk/instances/jdk1.5.0/bin/java -server -Xms256m -Xmx512m
-XX:MaxPermSize=128m -da
-Dplatform.home=/var/jawed/SunWeb9.2/bea/weblogic92
-Dwls.home=/var/jawed/SunWeb9.2/bea/weblogic92/server
-Dwli.home=/var/jawed/SunWeb9.2/bea/weblogic92/integration
-Dweblogic.management.discover=true -Dwlw.iterativeDev=false
-Dwlw.testConsole=false -Dwlw.logErrorsToConsole=
-Dweblogic.ext.dirs=/var/jawed/SunWeb9.2/bea/patch_weblogic921/profiles/default/sysext_manifest_classpath
-Dweblogic.Name=weblogic
-Djava.security.policy=/var/jawed/SunWeb9.2/bea/weblogic92/server/lib/weblogic.policy
weblogic.Server <Apr 20, 2007 7:31:28 PM CDT> <Notice> <WebLogicServer>
<BEA-000395> <Following extensions directory contents added to the end of
the classpath:
/var/jawed/SunWeb9.2/bea/weblogic92/platform/lib/p13n/p13n-schemas.jar:/var/jawed/SunWeb9.2/bea/weblogic92/platform/lib/p13n/p13n_common.jar:/var/jawed/SunWeb9.2/bea/weblogic92/platform/lib/p13n/p13n_system.jar:/var/jawed/SunWeb9.2/bea/weblogic92/platform/lib/wlp/commerce_system.jar:/var/jawed/SunWeb9.2/bea/weblogic92/platform/lib/wlp/content_system.jar:/var/jawed/SunWeb9.2/bea/weblogic92/platform/lib/wlp/groupspace_system.jar:/var/jawed/SunWeb9.2/bea/weblogic92/platform/lib/wlp/netuix_common.jar:/var/jawed/SunWeb9.2/bea/weblogic92/platform/lib/wlp/netuix_schemas.jar:/var/jawed/SunWeb9.2/bea/weblogic92/platform/lib/wlp/netuix_system-full.jar:/var/jawed/SunWeb9.2/bea/weblogic92/platform/lib/wlp/netuix_system.jar:/var/jawed/SunWeb9.2/bea/weblogic92/platform/lib/wlp/nf-jspcmods.jar:/var/jawed/SunWeb9.2/bea/weblogic92/platform/lib/wlp/nf-system.jar:/var/jawed/SunWeb9.2/bea/weblogic92/platform/lib/wlp/wlp-schemas.jar:/var/jawed/SunWeb9.2/bea/weblogic92/platform/lib/wlp/wps_system.jar:/var/jawed/SunWeb9.2/bea/weblogic92/platform/lib/wlp/wsrp-client.jar:/var/jawed/SunWeb9.2/bea/weblogic92/platform/lib/wlp/wsrp-common.jar>
<Apr 20, 2007 7:31:28 PM CDT> <Info> <WebLogicServer> <BEA-000377>
<Starting WebLogic Server with Java HotSpot(TM) Server VM Version
1.5.0_07-b03 from Sun Microsystems Inc.>
<Apr 20, 2007 7:31:30 PM CDT> <Info> <Management> <BEA-141107> <Version:
WebLogic Server 9.2 MP1 Sun Jan 7 00:56:31 EST 2007 883308 > <Apr 20,
2007 7:31:32 PM CDT> <Warning> <Management> <BEA-141230> <Could Not locate
descriptor file for System Resource : dataSource.> <Apr 20, 2007 7:31:33
PM CDT> <Info> <WebLogicServer> <BEA-000215> <Loaded License :
/var/jawed/SunWeb9.2/bea/license.bea> <Apr 20, 2007 7:31:33 PM CDT>
<Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
<Apr 20, 2007 7:31:33 PM CDT> <Info> <WorkManager> <BEA-002900>
<Initializing self-tuning thread pool> <Apr 20, 2007 7:31:33 PM CDT>
<Notice> <Log Management> <BEA-170019> <The server log file
/var/jawed/SunWeb9.2/domains/domains/servers/weblogic/logs/weblogic.log is
opened. All server side log events will be written to this file.> <Apr 20,
2007 7:31:34 PM CDT> <Critical> <WebLogicServer> <BEA-000386> <Server
subsystem failed. Reason: java.lang.AssertionError:
java.lang.reflect.InvocationTargetException java.lang.AssertionError:
java.lang.reflect.InvocationTargetException
at
weblogic.descriptor.internal.AbstractDescriptorBean$SecurityService._invokeServiceMethod(AbstractDescriptorBean.java:1011)
at
weblogic.descriptor.internal.AbstractDescriptorBean$SecurityService.decrypt(AbstractDescriptorBean.java:1039)
at
weblogic.descriptor.internal.AbstractDescriptorBean$SecurityService.access$20
(AbstractDescriptorBean.java:963)
at
weblogic.descriptor.internal.AbstractDescriptorBean._decrypt(AbstractDescriptorBean.java:960)
at
weblogic.management.configuration.EmbeddedLDAPMBeanImpl.getCredential(EmbeddedLDAPMBeanImpl.java:104)
Truncated. see log file for complete stacktrace
java.lang.reflect.InvocationTargetException
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
weblogic.descriptor.internal.AbstractDescriptorBean$SecurityService._invokeServiceMethod(AbstractDescriptorBean.java:1009)
Truncated. see log file for complete stacktrace
weblogic.security.internal.encryption.EncryptionServiceException:
com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid
pad byte.
at
weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptBytes(JSafeEncryptionServiceImpl.java:78)
at
weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptString(JSafeEncryptionServiceImpl.java:94)
at
weblogic.security.internal.encryption.ClearOrEncryptedService.decrypt(ClearOrEncryptedService.java:87)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
Truncated. see log file for complete stacktrace
com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid
pad byte.
at com.rsa.jsafe.JA_PKCS5Padding.a(Unknown Source)
at com.rsa.jsafe.JG_BlockCipher.decryptFinal(Unknown Source)
at
weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptBytes(JSafeEncryptionServiceImpl.java:68)
at
weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptString(JSafeEncryptionServiceImpl.java:94)
at
weblogic.security.internal.encryption.ClearOrEncryptedService.decrypt(ClearOrEncryptedService.java:87)
Truncated. see log file for complete stacktrace
>
<Apr 20, 2007 7:31:34 PM CDT> <Notice> <WebLogicServer> <BEA-000365>
<Server state changed to FAILED> <Apr 20, 2007 7:31:34 PM CDT> <Error>
<WebLogicServer> <BEA-000383> <A critical service failed. The server will
shut itself down> <Apr 20, 2007 7:31:34 PM CDT> <Notice> <WebLogicServer>
<BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
I am working on Solaris platform. suggetions are highly wel-come.This happens most of the time if a password entry isn't correct anymore
(copied from another location???).
Do you have a boot.properties? If so, can you remove that?
B
Schelstraete Bart
[email protected]
http://www.schelstraete.org
http://www.linkedin.com/in/bschelst

Similar Messages

  • WebLogic Admin server fails to start after reboot

    Hi Gurus,
    Weblogic Admin server won't start up after a server reboot. Note that weblogic was gracefully shutdown before the restart.
    Also note that the following files were accidentally deleted after the reboot (but I don't think that should cause an issue..):
    /opt/shared/apps/hyperion/Oracle/Middleware/user_projects/domains/EPMSystem/servers/AdminServer/data/store/default/_WLS_ADMINSERVER000000.DAT
    /opt/shared/apps/hyperion/Oracle/Middleware/user_projects/domains/EPMSystem/servers/AdminServer/data/store/diagnostics/WLS_DIAGNOSTICS000000.DAT
    Looking at the AdminServer.log:
    *####<Oct 11, 2012 11:27:53 AM EDT> <Critical> <WebLogicServer> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969273846> <BEA-000386> <Server subsystem failed. Reason: java.lang.AssertionError: weblogic.management.provider.EditFailedException:*
    java.lang.AssertionError: weblogic.management.provider.EditFailedException:
         at weblogic.management.mbeanservers.domainruntime.internal.DomainRuntimeServiceMBeanImpl$SINGLETON.<init>(DomainRuntimeServiceMBeanImpl.java:79)
         at weblogic.management.mbeanservers.domainruntime.internal.DomainRuntimeServiceMBeanImpl$SINGLETON.getInstance(DomainRuntimeServiceMBeanImpl.java:68)
         at weblogic.management.mbeanservers.domainruntime.internal.DomainRuntimeServiceMBeanImpl.getDomainConfiguration(DomainRuntimeServiceMBeanImpl.java:132)
         at weblogic.management.deploy.internal.DeploymentManagerImpl.initAppDeploymentRuntimes(DeploymentManagerImpl.java:239)
         at weblogic.management.deploy.internal.DeploymentManagerImpl.<init>(DeploymentManagerImpl.java:83)
         at weblogic.management.deploy.internal.DeploymentServerService.initializeDeploymentManager(DeploymentServerService.java:256)
         at weblogic.management.deploy.internal.DeploymentServerService.startAdminServerDeploymentService(DeploymentServerService.java:233)
         at weblogic.management.deploy.internal.DeploymentServerService.init(DeploymentServerService.java:155)
         at weblogic.management.deploy.internal.DeploymentPreStandbyServerService.start(DeploymentPreStandbyServerService.java:27)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused By: weblogic.management.provider.EditFailedException:
         at weblogic.management.provider.internal.EditAccessImpl.ensureBeanTreeLoaded(EditAccessImpl.java:1754)
         at weblogic.management.provider.internal.EditAccessImpl.getCurrentDomainBean(EditAccessImpl.java:241)
         at weblogic.management.mbeanservers.domainruntime.internal.DomainRuntimeServiceMBeanImpl$SINGLETON.<init>(DomainRuntimeServiceMBeanImpl.java:76)
         at weblogic.management.mbeanservers.domainruntime.internal.DomainRuntimeServiceMBeanImpl$SINGLETON.getInstance(DomainRuntimeServiceMBeanImpl.java:68)
         at weblogic.management.mbeanservers.domainruntime.internal.DomainRuntimeServiceMBeanImpl.getDomainConfiguration(DomainRuntimeServiceMBeanImpl.java:132)
         at weblogic.management.deploy.internal.DeploymentManagerImpl.initAppDeploymentRuntimes(DeploymentManagerImpl.java:239)
         at weblogic.management.deploy.internal.DeploymentManagerImpl.<init>(DeploymentManagerImpl.java:83)
         at weblogic.management.deploy.internal.DeploymentServerService.initializeDeploymentManager(DeploymentServerService.java:256)
         at weblogic.management.deploy.internal.DeploymentServerService.startAdminServerDeploymentService(DeploymentServerService.java:233)
         at weblogic.management.deploy.internal.DeploymentServerService.init(DeploymentServerService.java:155)
         at weblogic.management.deploy.internal.DeploymentPreStandbyServerService.start(DeploymentPreStandbyServerService.java:27)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused By: org.xml.sax.SAXParseException: Premature end of file.
         at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:195)
         at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:174)
         at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:388)
         at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1414)
         at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:1059)
         at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:648)
         at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:140)
         at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:511)
         at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:808)
         at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:737)
         at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:119)
         at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:235)
         at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:284)
         at weblogic.xml.jaxp.RegistryDocumentBuilder.parse(RegistryDocumentBuilder.java:163)
         at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:124)
         at weblogic.management.provider.internal.ConfigReader.convert(ConfigReader.java:106)
         at weblogic.management.provider.internal.ConfigReader.<init>(ConfigReader.java:70)
         at weblogic.management.provider.internal.ConfigReader.<init>(ConfigReader.java:64)
         at weblogic.management.provider.internal.EditAccessImpl.loadBeanTree(EditAccessImpl.java:1917)
         at weblogic.management.provider.internal.EditAccessImpl.loadBeanTreeFromPending(EditAccessImpl.java:1807)
         at weblogic.management.provider.internal.EditAccessImpl.ensureBeanTreeLoaded(EditAccessImpl.java:1740)
         at weblogic.management.provider.internal.EditAccessImpl.getCurrentDomainBean(EditAccessImpl.java:241)
         at weblogic.management.mbeanservers.domainruntime.internal.DomainRuntimeServiceMBeanImpl$SINGLETON.<init>(DomainRuntimeServiceMBeanImpl.java:76)
         at weblogic.management.mbeanservers.domainruntime.internal.DomainRuntimeServiceMBeanImpl$SINGLETON.getInstance(DomainRuntimeServiceMBeanImpl.java:68)
         at weblogic.management.mbeanservers.domainruntime.internal.DomainRuntimeServiceMBeanImpl.getDomainConfiguration(DomainRuntimeServiceMBeanImpl.java:132)
         at weblogic.management.deploy.internal.DeploymentManagerImpl.initAppDeploymentRuntimes(DeploymentManagerImpl.java:239)
         at weblogic.management.deploy.internal.DeploymentManagerImpl.<init>(DeploymentManagerImpl.java:81)
         at weblogic.management.deploy.internal.DeploymentServerService.initializeDeploymentManager(DeploymentServerService.java:256)
         at weblogic.management.deploy.internal.DeploymentServerService.startAdminServerDeploymentService(DeploymentServerService.java:232)
         at weblogic.management.deploy.internal.DeploymentServerService.init(DeploymentServerService.java:154)
         at weblogic.management.deploy.internal.DeploymentPreStandbyServerService.start(DeploymentPreStandbyServerService.java:26)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    ####<Oct 11, 2012 11:27:54 AM EDT> <Notice> <WebLogicServer> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274051> <BEA-000365> <Server state changed to FAILED>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Error> <WebLogicServer> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274053> <BEA-000383> <A critical service failed. The server will shut itself down>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Notice> <WebLogicServer> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274069> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Info> <JMX> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274138> <BEA-149513> <JMX Connector Server stopped at service:jmx:iiop://3.56.11.196:7001/jndi/weblogic.management.mbeanservers.domainruntime .>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Info> <JMX> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274140> <BEA-149513> <JMX Connector Server stopped at service:jmx:iiop://3.56.11.196:7001/jndi/weblogic.management.mbeanservers.edit .>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Info> <JMX> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274141> <BEA-149513> <JMX Connector Server stopped at service:jmx:iiop://3.56.11.196:7001/jndi/weblogic.management.mbeanservers.runtime .>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Info> <WebService> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274146> <BEA-220028> <Web Service reliable agents are suspended.>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Info> <WebService> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274153> <BEA-220029> <Web Service reliable agents are shut down.>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Info> <MessagingBridge> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274318> <BEA-200001> <The messaging bridge service has successfully shut down.>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Info> <JMS> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274426> <BEA-040308> <JMS service is suspending.>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Info> <JMS> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274506> <BEA-040107> <Undeployed 8 default connection factories.>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Info> <JMS> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274510> <BEA-040015> <JMS shutdown is complete.>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Info> <JDBC> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274530> <BEA-001144> <Force Suspending the JDBC service.>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Info> <JDBC> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274536> <BEA-001146> <Force suspend of the JDBC service completed.>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Info> <JDBC> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274538> <BEA-001147> <Shutting down the JDBC service.>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Info> <JDBC> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274552> <BEA-001149> <Shutdown of the JDBC service completed.>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Info> <WebLogicServer> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274694> <BEA-000236> <Stopping execute threads.>
    Kindly guide me with this. Thanks!
    Edited by: Kent Pawar. on Oct 11, 2012 8:51 AM

    Issue is :
    Caused By: weblogic.management.provider.EditFailedException:
    One probable reason can be some change made to the config.xml file . If you have previous backup for the config.xml file then try to replace the config.xml file and restart the server .
    Another reason for this exception may be that there were some changes made to configuration through the Admin Console which were not activated completely and Admin Server was restarted . under this scenario weblogic will create a /pendig dir and have a config.xml file created there with the un-activated changes .
    some workaround you can try to restore the Admin Server :
    Under domain dir ,
    \pending directory -- take backup and delete the dir .
    Under Admin Server Dir :
    data\store --- take backup and delete the dir .
    thanks,
    Sandeep

  • Coldfusion 9, Admin server won't start anymore...

    We have installed yesterday updates for Windows 2008 R2, but know Adobe Admin server doesn’t start anymore.
    The Macromedia JRun CFusion Server service could not be started.  Check the server "cfusion" log files for more information.
    What to do know?
    We running Coldfusion 9.
    In the logs I see the following:
    Starting Macromedia JRun 4.0 (Build 108795), admin server
    11/02 01:44:51 info JRun Naming Service listening on *:2910
    11/02 01:44:53 info No JDBC data sources have been configured for this server (see jrun-resources.xml)
    11/02 01:44:53 info JRun Web Server listening on *:8000
    11/02 01:44:53 info Deploying enterprise application "JRun Management Console" from: file:/C:/JRun4/servers/admin/jmc-app.ear
    11/02 01:44:53 info Deploying web application "JRun Management Console" from: file:/C:/JRun4/servers/admin/jmc-app.ear
    11/02 01:44:54 user JSPServlet: init
    11/02 01:44:55 info Deploying enterprise application "JRun 4.0 Internal J2EE Components" from: file:/C:/JRun4/lib/jrun-comp.ear
    11/02 01:44:55 info Deploying EJB "JRunSQLInvoker" from: file:/C:/JRun4/lib/jrun-comp.ear
    Server admin ready (startup time: 8 seconds)
    Error: Exception thrown by the agent : java.rmi.server.ExportException: Listen failed on port: 8701; nested exception is:
                    java.net.SocketException: Unrecognized Windows Sockets error: 0: JVM_Bind
    Error: Exception thrown by the agent : java.rmi.server.ExportException: Listen failed on port: 8701; nested exception is:
                    java.net.SocketException: Unrecognized Windows Sockets error: 0: JVM_Bind
    Error: Exception thrown by the agent : java.rmi.server.ExportException: Listen failed on port: 8701; nested exception is:
                    java.net.SocketException: Unrecognized Windows Sockets error: 0: JVM_Bind
    Error: Exception thrown by the agent : java.rmi.server.ExportException: Listen failed on port: 8701; nested exception is:
                    java.net.SocketException: Unrecognized Windows Sockets error: 0: JVM_Bind
    Error: Exception thrown by the agent : java.rmi.server.ExportException: Listen failed on port: 8701; nested exception is:
                    java.net.SocketException: Unrecognized Windows Sockets error: 0: JVM_Bind
    Error: Exception thrown by the agent : java.rmi.server.ExportException: Listen failed on port: 8701; nested exception is:
                    java.net.SocketException: Unrecognized Windows Sockets error: 0: JVM_Bind

    It looks like there was a problem during initial deployment, in the log you posted it indicates a resource failed to get created by the XACML authorization provider, it would seem you are out disk space:
    ou=Policies,ou=XACMLAuthorization,ou=myrealm,dc=prismaDomain' MODIFY to Transaction Log: No space left on device>
    ####<Jan 9, 2008 11:10:44 AM WIT> <Error> <Security> <arspapp2> <prismaAdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1199851844413> <BEA-090064> <The DeployableAuthorizer "myrealm_weblogic.security.providers.xacml.authorization.XACMLAuthorizationProviderImpl" returned an error: weblogic.security.spi.ResourceCreationException: [Security:090310]Failed to create resource.>
    Jeff

  • Directory Admin server fail to start

    Hello,
    When trying to start the directory admin server I get this error:
    SunONE-WebServer-Enterprise/6.0SP3 B05/14/2003 17:58
    failure: server initialization failed (Interrupted system call)The admin error logs this:
    [08/Aug/2005:13:55:42] info (28523): successful server startup
    [08/Aug/2005:13:55:42] info (28523): SunONE-WebServer-Enterprise/6.0SP3 B05/14/2003 17:58
    [08/Aug/2005:13:55:45] info (28523): Access Host filter is: *.something.com.au
    [08/Aug/2005:13:55:45] info (28523): Access Address filter is: *
    [08/Aug/2005:13:55:46] failure (28550): Invalid configuration: Could not determine base pathname of the fileI searched google and this forum but came up nothing. Any ideas?

    Check file/dir permissions.
    or
    Uninstall and re-install DS5.2.
    Gary

  • Creating Weblogic domain with Admin Server and managed servers on different

    I am trying to create Weblogic domain where Admin Server and managed servers on different machines. However I am unable to find any steps which would allow me to do so. The config.sh script always creates an Admin Server. Please help.

    Whilst the method that Lawrence gives can result in a domain that is perfectly functional, it is a method that can result in errors as you are having to enter the same information twice. Also you will create two admin servers, as the second domain creation will have the console added to it on the renamed admin server and this will give issues.
    The best method to create a domain spamming multiple physical machines, is to create the domain with all the components on the first machine. This means planning the domain and making sure all components are added once; so having the information about the domain written out is wise. Ensure that the WLS software is installed in the same path on each machine before starting.
    Then copy the domain that you have created from one machine to the other, keeping the same paths. You can simply copy (I've used this method multiple times without issue) but the supported way would be to use the WLST PACK and UNPACK methods. These create and extract domains from templates. Some more information on these is given here -> http://docs.oracle.com/cd/E13179_01/common/docs100/pack/intro.html#wp1069056

  • Weblogic server not getting started.(undefined mbean reference.)

    Hi ,
    I am using Weblogic server 7.0 in solaris and i have deployed web applications to the managed servers.
    When i am restarting my admin server , i am getting the following error:
    <May 22, 2009 12:08:23 PM IST> <Critical> <WebLogicServer> <000364> <Server failed during initialization. Exception:weblogic.management.configuration.ConfigurationException: undefined mbean reference: iciciprulife:Name=DefaultWebApp,Server=adminserver,Type=WebAppComponent
    weblogic.management.configuration.ConfigurationException: undefined mbean reference: iciciprulife:Name=DefaultWebApp,Server=adminserver,Type=WebAppComponent
    at weblogic.management.internal.xml.ConfigurationParser$ConfigurationHandler.resolveMBeanAttributes(ConfigurationParser.java:809)
    at weblogic.management.internal.xml.ConfigurationParser$ConfigurationHandler.endDocument(ConfigurationParser.java:337)
    at weblogic.apache.xerces.parsers.SAXParser.endDocument(SAXParser.java:1235)
    at weblogic.apache.xerces.validators.common.XMLValidator.callEndDocument(XMLValidator.java:1159)
    at weblogic.apache.xerces.framework.XMLDocumentScanner$EndOfInputDispatcher.dispatch(XMLDocumentScanner.java:1531)
    at weblogic.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentScanner.java:399)
    at weblogic.apache.xerces.framework.XMLParser.parse(XMLParser.java:1138)
    at weblogic.management.internal.xml.ConfigurationParser.parse(ConfigurationParser.java:227)
    at weblogic.management.internal.xml.XmlFileRepository.createOrLoadDomain(XmlFileRepository.java:483)
    at weblogic.management.internal.xml.XmlFileRepository.bootStrapAndLoadActiveDomain(XmlFileRepository.java:354)
    at weblogic.management.AdminServer.configureFromRepository(AdminServer.java:217)
    at weblogic.management.AdminServer.configureFromRepository(AdminServer.java:202)
    at weblogic.management.AdminServer.configure(AdminServer.java:196)
    at weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:111)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:664)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    >
    The WebLogic Server did not start up properly.
    Exception raised:
    weblogic.management.configuration.ConfigurationException: undefined mbean reference: iciciprulife:Name=DefaultWebApp,Server=adminserver,Type=WebAppComponent
    at weblogic.management.internal.xml.ConfigurationParser$ConfigurationHandler.resolveMBeanAttributes(ConfigurationParser.java:809)
    at weblogic.management.internal.xml.ConfigurationParser$ConfigurationHandler.endDocument(ConfigurationParser.java:337)
    at weblogic.apache.xerces.parsers.SAXParser.endDocument(SAXParser.java:1235)
    at weblogic.apache.xerces.validators.common.XMLValidator.callEndDocument(XMLValidator.java:1159)
    at weblogic.apache.xerces.framework.XMLDocumentScanner$EndOfInputDispatcher.dispatch(XMLDocumentScanner.java:1531)
    at weblogic.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentScanner.java:399)
    at weblogic.apache.xerces.framework.XMLParser.parse(XMLParser.java:1138)
    at weblogic.management.internal.xml.ConfigurationParser.parse(ConfigurationParser.java:227)
    at weblogic.management.internal.xml.XmlFileRepository.createOrLoadDomain(XmlFileRepository.java:483)
    at weblogic.management.internal.xml.XmlFileRepository.bootStrapAndLoadActiveDomain(XmlFileRepository.java:354)
    at weblogic.management.AdminServer.configureFromRepository(AdminServer.java:217)
    at weblogic.management.AdminServer.configureFromRepository(AdminServer.java:202)
    at weblogic.management.AdminServer.configure(AdminServer.java:196)
    at weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:111)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:664)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    Reason: Fatal initialization exception
    Throwable: weblogic.management.configuration.ConfigurationException: undefined mbean reference: iciciprulife:Name=DefaultWebApp,Server=adminserver,Type=WebAppComponent
    weblogic.management.configuration.ConfigurationException: undefined mbean reference: iciciprulife:Name=DefaultWebApp,Server=adminserver,Type=WebAppComponent
    at weblogic.management.internal.xml.ConfigurationParser$ConfigurationHandler.resolveMBeanAttributes(ConfigurationParser.java:809)
    at weblogic.management.internal.xml.ConfigurationParser$ConfigurationHandler.endDocument(ConfigurationParser.java:337)
    at weblogic.apache.xerces.parsers.SAXParser.endDocument(SAXParser.java:1235)
    at weblogic.apache.xerces.validators.common.XMLValidator.callEndDocument(XMLValidator.java:1159)
    at weblogic.apache.xerces.framework.XMLDocumentScanner$EndOfInputDispatcher.dispatch(XMLDocumentScanner.java:1531)
    at weblogic.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentScanner.java:399)
    at weblogic.apache.xerces.framework.XMLParser.parse(XMLParser.java:1138)
    at weblogic.management.internal.xml.ConfigurationParser.parse(ConfigurationParser.java:227)
    at weblogic.management.internal.xml.XmlFileRepository.createOrLoadDomain(XmlFileRepository.java:483)
    at weblogic.management.internal.xml.XmlFileRepository.bootStrapAndLoadActiveDomain(XmlFileRepository.java:354)
    at weblogic.management.AdminServer.configureFromRepository(AdminServer.java:217)
    at weblogic.management.AdminServer.configureFromRepository(AdminServer.java:202)
    at weblogic.management.AdminServer.configure(AdminServer.java:196)
    at weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:111)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:664)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    + set +x
    Canany one please help me to rectify the above problem.
    Thanks in advance.
    Krikar

    Hi take a backup of config.xml file first and then replace it with config.xml.booted. This is the config file which ran successfully last time.
    Note : I am assuming this is not production server. If it is then I would suggest you to open a SR with support.
    Edited by: mchellap on May 22, 2009 3:43 PM

  • Weblogic./SOA server not getting started-BPEL Exception @ startup

    Hi All,
    Environment:
    Weblogic /SOA 11.1.1.4 is installed on my Windows machine with 3GB RAM.
    I installed the development mode and i have not configured my node manager.I just used to start the admin server and it automatically starts the managed SOA server.May be this is a new feature with 11g.
    The server was running fine till last week and i was doing my SOA practice as per 'SOA Getting Started ' book.But today morning when i restarted my system and started the server,i am gettign the below error:
    at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:4281)
    at com.collaxa.cube.engine.CubeEngine.createAndInvoke(CubeEngine.java:67
    9)
    at com.collaxa.cube.engine.delivery.DeliveryService.handleInvoke(Deliver
    yService.java:654)
    at com.collaxa.cube.engine.ejb.impl.CubeDeliveryBean.handleInvoke(CubeDe
    liveryBean.java:293)
    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:597)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJo
    inpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMetho
    dInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMetho
    dInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at com.bea.core.repackaged.springframework.jee.intercept.MethodInvocatio
    nInvocationContext.proceed(MethodInvocationInvocationContext.java:104)
    at oracle.security.jps.ee.ejb.JpsAbsInterceptor$1.run(JpsAbsInterceptor.
    java:94)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:31
    3)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUt
    il.java:413)
    at oracle.security.jps.ee.ejb.JpsAbsInterceptor.runJaasMode(JpsAbsInterc
    eptor.java:81)
    at oracle.security.jps.ee.ejb.JpsAbsInterceptor.intercept(JpsAbsIntercep
    tor.java:112)
    at oracle.security.jps.ee.ejb.JpsInterceptor.intercept(JpsInterceptor.ja
    va:105)
    at sun.reflect.GeneratedMethodAccessor839.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJo
    inpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.jee.intercept.JeeInterceptorI
    nterceptor.invoke(JeeInterceptorInterceptor.java:69)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMetho
    dInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntrodu
    ctionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntrodu
    ctionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMetho
    dInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisit
    orImpl.visit(MethodInvocationVisitorImpl.java:37)
    at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.c
    allback(EnvironmentInterceptorCallbackImpl.java:54)
    at com.bea.core.repackaged.springframework.jee.spi.EnvironmentIntercepto
    r.invoke(EnvironmentInterceptor.java:50)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMetho
    dInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocat
    ionInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMetho
    dInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntrodu
    ctionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntrodu
    ctionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMetho
    dInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopPr
    oxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy281.handleInvoke(Unknown Source)
    at com.collaxa.cube.engine.ejb.impl.bpel.BPELDeliveryBean_5k948i_ICubeDe
    liveryLocalBeanImpl.__WL_invoke(Unknown Source)
    at weblogic.ejb.container.internal.SessionLocalMethodInvoker.invoke(Sess
    ionLocalMethodInvoker.java:39)
    at com.collaxa.cube.engine.ejb.impl.bpel.BPELDeliveryBean_5k948i_ICubeDe
    liveryLocalBeanImpl.handleInvoke(Unknown Source)
    at com.collaxa.cube.engine.dispatch.message.invoke.InvokeInstanceMessage
    Handler.handle(InvokeInstanceMessageHandler.java:35)
    at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(Dispatc
    hHelper.java:140)
    at com.collaxa.cube.engine.dispatch.BaseDispatchTask.process(BaseDispatc
    hTask.java:88)
    at com.collaxa.cube.engine.dispatch.BaseDispatchTask.run(BaseDispatchTas
    k.java:64)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExec
    utor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
    .java:908)
    at java.lang.Thread.run(Thread.java:619)
    >
    <Apr 27, 2011 12:04:34 PM AST> <Error> <oracle.soa.bpel.engine.dispatch> <BEA-00
    0000> <Failed to handle dispatch message ... exception ORABPEL-05002
    Message handle error.
    error while attempting to process the message "com.collaxa.cube.engine.dispatch.
    message.invoke.InvokeInstanceMessage"; the reported exception is: Fault not hand
    led.
    failure to handle a fault thrown from a scope, by any blocks in the scope chain.
    This exception occurred because the fault thrown in the BPEL flow was not handle
    d by any fault handlers and reached the top-level scope.
    A top-level fault handler should be added to the flow to handle faults not caugh
    t from within the flow.
    This error contained an exception thrown by the message handler.
    Check the exception trace in the log (with logging level set to debug mode).
    ORABPEL-05002
    Message handle error.
    error while attempting to process the message "com.collaxa.cube.engine.dispatch.
    message.invoke.InvokeInstanceMessage"; the reported exception is: Fault not hand
    led.
    failure to handle a fault thrown from a scope, by any blocks in the scope chain.
    This exception occurred because the fault thrown in the BPEL flow was not handle
    d by any fault handlers and reached the top-level scope.
    A top-level fault handler should be added to the flow to handle faults not caugh
    t from within the flow.
    This error contained an exception thrown by the message handler.
    Check the exception trace in the log (with logging level set to debug mode).
    at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(Dispatc
    hHelper.java:207)
    at com.collaxa.cube.engine.dispatch.BaseDispatchTask.process(BaseDispatc
    hTask.java:88)
    at com.collaxa.cube.engine.dispatch.BaseDispatchTask.run(BaseDispatchTas
    k.java:64)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExec
    utor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
    .java:908)
    at java.lang.Thread.run(Thread.java:619)
    Before this error,I am able to see'STARTING' message from admin server but after sometime i get the below error.I waiting for 30 minutes and tried to access the console but no use.
    I beleive ,this error is coming from one of the bpel components before i restarted my machine.is there any way to undeploy all my instaled SOA composite projects offline.Because,i am not able to start the server and i get this error at the server start up itslef.
    Thank you for your time and kind help !!
    Regards,
    Karthik B
    Edited by: Karthik Balakrishnan on Apr 29, 2011 1:42 PM

    Generally this error should not stop server. Carefully check the server startup log and see if there are other errors as well. Post them here. You may consider mailing your server startup log to my id.
    Regards,
    Anuj

  • Starting weblogic cluster and admin server on Win 2000 platform

    Hi! Here's my problem scenario:
    I'm running my WLS 8.1 application as WLS cluster on Win 2000 platform. I have
    3 replicated WLS servers in my cluster and of course one WLS server as admin server
    (4 WLS servers all together). I'm starting my WLS application using Win services
    which behind a scene call win 2000 comand interpreter batch-file to start the
    servers. Currently I have 4 different win 2000 services each calling different
    batch-files to start a WLS server (4 all together). Here's my question:
    Is there any way to start my cluster (3 managed WLS servers) and WLS admin server
    from single win 2000 command file (using single win 2000 service). Using win 2000
    AT-command interpreter command I can start executables and command(s) and command-files
    at background at specific date and time, but I want to start my WLS application
    on every win 2000 platform boot, is there any way to achieve this ???
    Best Regards!
    Jami

    hi,
    Thanks for stepping up!
    But I wasn't using any clustering or loadbalancing.
    Just a simple Admin server, Managed server set up.
    256 Meg, Pentium box running Win 2000 premium edition.
    I tried tweeking around the heap size too.... coz' the operations were slogging
    like anything...
    Bal
    "Raja Mukherjee" <[email protected]> wrote:
    It seems like network issue....do you have Windows Clustering/Load Balancing
    service turned on by any chance? I would also use netmon to see the traffic
    between the ips....
    ..raja
    "Bala" <[email protected]> wrote in message
    news:3b3a6c00$[email protected]..
    hi,
    I am looking at a strange behaviour with WLS6.0SP1 installed on WINDOWS2000 Premium.
    I brought up the Admin server and a Managed server. After a while theAdmin Server
    is compeletely
    losing the control of the managed server (for no reason).
    when I tried monitoring the managed server from the console, I couldnot
    access
    the manager server
    and the status down (red ball). I tried restarting the Admin Server
    in the discover mode - NO LUCK.
    But when I restart the Managed server and go to the Web Based Admin
    Console and refresh, it worked. But I dont think we should be doingthat
    in a
    production environment.
    Did anybody come across such a problem before ???
    Is this a problem with Win 2000 ???
    coz' it never happened with NT workstation
    thanks in advance

  • WebLogic 9.2 Managed Server Is not starting

    I have WebLogic 9.2 Application Server installed on Solaris Box and have deployed some ear and war files.
    If I try to start the managed server its getting the following exception leading to FORCE_SHUTDOWN of the server.
    Please help me if any one know the solution for this.
    The Exception is
    <Jan 5, 2009 4:46:12 AM CST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Server VM Ve
    rsion 1.5.0_10-b03 from Sun Microsystems Inc.>
    java.io.IOException: Error while downloading files from admin server. Undelying error is : null
    at weblogic.deploy.service.datatransferhandlers.HttpDataTransferHandler.getDataAsStream(HttpDataTransferHandler.java:7
    1)
    at weblogic.deploy.service.datatransferhandlers.DataHandlerManager$RemoteDataTransferHandler.getDataAsStream(DataHandl
    erManager.java:153)
    at weblogic.deploy.internal.targetserver.datamanagement.ConfigDataUpdate.doDownload(ConfigDataUpdate.java:75)
    at weblogic.deploy.internal.targetserver.datamanagement.DataUpdate.download(DataUpdate.java:56)
    at weblogic.deploy.internal.targetserver.datamanagement.Data.prepareDataUpdate(Data.java:98)
    at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.downloadFiles(RuntimeAccessDeploymentR
    eceiverService.java:892)
    at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.updateFiles(RuntimeAccessDeploymentRec
    eiverService.java:851)
    at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.handleRegistrationResponse(RuntimeAcce
    ssDeploymentReceiverService.java:706)
    at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.registerHandler(RuntimeAccessDeploymen
    tReceiverService.java:677)
    at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.start(RuntimeAccessDeploymentReceiverS
    ervice.java:169)
    at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:374)
    at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:125)
    at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:630)
    at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:402)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)
    at weblogic.Server.main(Server.java:67)
    <Jan 5, 2009 4:46:19 AM CST> <Error> <Management> <BEA-141196> <The managed server could not update the configuration files du
    ring the registration with the deployment service. The update failed due to an exception:
    weblogic.management.DeploymentException: Exception occured while downloading files
    at weblogic.deploy.internal.targetserver.datamanagement.ConfigDataUpdate.doDownload(ConfigDataUpdate.java:83)
    at weblogic.deploy.internal.targetserver.datamanagement.DataUpdate.download(DataUpdate.java:56)
    at weblogic.deploy.internal.targetserver.datamanagement.Data.prepareDataUpdate(Data.java:98)
    at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.downloadFiles(RuntimeAccessDeploymentR
    eceiverService.java:892)
    at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.updateFiles(RuntimeAccessDeploymentRec
    eiverService.java:851)
    at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.handleRegistrationResponse(RuntimeAcce
    ssDeploymentReceiverService.java:706)
    at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.registerHandler(RuntimeAccessDeploymen
    tReceiverService.java:677)
    at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.start(RuntimeAccessDeploymentReceiverS
    ervice.java:169)
    at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:374)
    at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:125)
    at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:630)
    at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:402)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)
    at weblogic.Server.main(Server.java:67)
    java.io.IOException: Error while downloading files from admin server. Undelying error is : null
    at weblogic.deploy.service.datatransferhandlers.HttpDataTransferHandler.getDataAsStream(HttpDataTransferHandler.java:7
    1)
    at weblogic.deploy.service.datatransferhandlers.DataHandlerManager$RemoteDataTransferHandler.getDataAsStream(DataHandl
    erManager.java:153)
    at weblogic.deploy.internal.targetserver.datamanagement.ConfigDataUpdate.doDownload(ConfigDataUpdate.java:75)
    at weblogic.deploy.internal.targetserver.datamanagement.DataUpdate.download(DataUpdate.java:56)
    at weblogic.deploy.internal.targetserver.datamanagement.Data.prepareDataUpdate(Data.java:98)
    at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.downloadFiles(RuntimeAccessDeploymentR
    eceiverService.java:892)
    at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.updateFiles(RuntimeAccessDeploymentRec
    eiverService.java:851)
    at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.handleRegistrationResponse(RuntimeAcce
    ssDeploymentReceiverService.java:706)
    at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.registerHandler(RuntimeAccessDeploymen
    tReceiverService.java:677)
    at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.start(RuntimeAccessDeploymentReceiverS
    ervice.java:169)
    Thanks
    Shailesh
    Edited by: user6488619 on Jan 5, 2009 6:48 PM

    I'd say it's time to file a support case. Go to [https://support.bea.com] for this. You'll have to register if you haven't before. Note that this portal is going away at the end of this month.

  • When the Weblogic 6.1 Admin Server crashes.

    Hi there!
    I'm using weblogic server 6.1 sp1 on windows 2000. I have one
    adminserver en a two managed servers. The two managed server are a
    cluster.
    My question is :
    Can i rebuild the admin server on an other machine when the machine
    where the admin server is running on has crashed and i can't start up
    the machine.
    If that is possible please tell me how?
    Kind regards,
    Ido Dijkstra
    (J2ee Develloper)

    Mark Hansen <[email protected]> wrote:
    I've installed WebLogic 6.1 (sp/3) on a Windows/2000 machine, and am
    trying to
    set up the administration server to run as a system service.
    I've played with the arguments to the installNtService.cmd script that
    came with WebLogic,
    but can't get the service to run. When I attempt to start the service,
    I get the following error:
    Server installed as NT Service with incorrect password for user system.
    Unable to initialize the server: 'Fatal initialization exception
    Throwable: java.lang.SecurityException: Authentication for user system
    denied; contact your administrator to correct NT Service attributes
    Note that I was able to install the Node Manager as a system service,
    and it starts up fine.
    Can anyone please tell me what I'm doing wrong?I found that adding the "-password <password>" to the
    beasvc.exe command in the "installNtService.cmd" script
    resolved the problem.
    Note that when I looked at the arguments for the beasvc.exe
    program, the -password argument was not listed ;-(
    >
    Thanks,

  • Admin Server can't  start after relocating page file.

    Hi all,
    I've recently installed a new hard disk on my pc at work and thought it was a good idea to put the page file there (don't use the same disk for pf and os).
    However, probably after that (I hadn't fired up my server just before the hard disk installation) WebLogic can't start up. I'm getting:
    Starting WLS with line:
    S:\bea\JDK160~1\bin\java -client   -Xms256m -Xmx1024m -XX:CompileThreshold=8000 -XX:PermSize=128m  -XX:MaxPermSize=512m  -Xverify:none  -da
    -Dplatform.home=S:\bea\WLSERV~1.3 -Dwls.home=S:\bea\WLSERV~1.3\server -Dweblogic.home=S:\bea\WLSERV~1.3\server  
    -Dweblogic.management.discover=true  -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole=
    -Dweblogic.ext.dirs=S:\bea\patch_wls1030\profiles\default\sysext_manifest_classpath;S:\bea\patch_cie660\profiles\default\sysext_manifest_classpath
    -Djava.security.auth.login.config=P:/myproject/setup/jaas/jaas.config -Dweblogic.Name=AdminServer
    -Djava.security.policy=S:\bea\WLSERV~1.3\server\lib\weblogic.policy   weblogic.Server
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Could not create the Java virtual machine.OS: Windows XP SP3 32-bit
    WebLogic Version: 10.3
    Has this happened to anyone else? How do I resolve this?

    Hi,
    The manually created WorkManager overwrites the built in WorkManager from WLS, but this new one isn't targeted to the AdminServer. When the AdminServer tries to access the 'default' WorkManager, which isn't targeted to it, the DeploymentException error appears.
    Solution
    Comment the default WorkManager and target the WebLogic WorkManager to the Admin Server.
    Regards,
    Kal

  • Admin Server service doesnt start

    Hi,I have installed weblogic 8.1.3.When I try to start admin server service it is giving "Error 1067 : The process terminated unexpectedly"
    Please reply

    i dont see any errors logs for this..
    The dialogue box says (visuap studio just in time debugger)
    when i try to start admin server service...
    "An unhandled win32 exception occurred in java.exe(<process id>)just in time debugging.this exception failed with the following error: No installed s\debugger has just-in-time debugging enabled.In visual studio,just in time debugging can be enabled from Tools/Options/Debugging/Just-In-Time."
    I have installed weblogic in June 1st week(MS visual studio was not installed on the box then) with no issues.everything was fine then,but a couple of days ago I was doing some domain configuration changes.then i had to restart admin server and thus found out this issue.
    So Iam wondering if I need to work with the person who had installed MS visual studio?
    Or anyone had similar issue and what u had to do to resolve this?please help me find the fix..Thanks

  • Domain1 Admin Server Won't Start

    I'm using Sun ONE Application Server 7.0.0_03 on a Win 2000 server.
    The app server was running just perfectly until today, when I added the 2000 server to our windows 2003 domain.
    I did the following:
    Changed the windows name of the server.
    Added the server to our windows 2003 domain.
    When I attempted to restart the app server after rebooting the machine, the administrative server on domain 1 failed to start, but my two server instances in domain1 (server1, and server2) start right up.
    The error message I receive on the console when trying to start is:
    "Could not start the instance: domain1:admin-server
    server failed to start: abnormal subprocess termination
    Instance domain1:server1 started
    Could not start one or more instances in the domain : domain1
    Instance domain2:admin-server already started
    Instance domain2:Server2 started
    Domain domain2 Started.
    Could not start one or more domains
    Press any key to continue . . ."
    When I try and start the service through the windows service console I get:
    "Could not start the Sun App Server 7 Admin Server (domain1:admin-server) service on Local Computer. The service did not return an error. This could be an internal Windows error or an internal service error. I f the problem persists, contact your system administrator."
    The windows application log reports:
    "CORE0103: Error starting: Initialization Failed."
    Any ideas as to what the problem might be would be greatly appreciated.
    Please let me know if you need any additional information.
    Regards,
    Josh

    Hi,
    try by setting the classpath or first uninstall and install freshly.ok.this may solves your pblm I think so .try out.
    regards,
    Satya

  • Server not getting started!!!

    Hi All,
    We have written a server which acts as a service in Microsoft Windows 2000 in java. For that we also wrote a monitor which keeps connecting to server and tries to restart the service through net stat startserver command if the server stops. This entire process works fine on Windows XP but the monitor is not getting started on Windows 2000. It attempts to execute a Batch FIle with some parameters to start the monitor. Is there any bug in windows 2000 and with java which is not letting my monitor to start ? Anyone please advice me......

    Did you try looking with the event viewer if there's a message that says why your service wasn't started?
    Under what account are you starting the service? Does that account have access to the files and directories that the service needs? It might be a problem of access rights.
    Problems like this are almost always the user's fault and not a bug in the operating system, but people always start with assuming that they're doing everything right so that it must be a bug....

  • J2EE server not getting started.....NO Activeuserstore is set...

    Hi,
    I have installed NW2004s.After patch installtion, when I tried to start my server, the Java Instance(server0) is not getting started.I saw postings in SDN but i couldnt find any helpful answers,now again posting it because i think  anyone of u might have solved it.Could u please tell me what is the solution, as I have to finish it before EOD and I ve to run my scenarios..I have a demo tomorrow.Waiting for ur reply.
    It is saying "No Activeuserstore is set"...
    Replies will be highly "appreciated".
    Expecting replies,
    Manikandan Rajendran
    Message was edited by: manikandan rajendran

    Hi Manikandan,
    I'm not sure waht the problem is but check this.
    http://help.sap.com/saphelp_nw04/helpdata/en/57/ef429d748ba84f83d9a6800c8cf252/frameset.htm
    Hope this help!
    Juan
    PS: don't forget to reward if helpful

Maybe you are looking for