Error While Starting the Weblogic Managed server- BEA-160001

Hi,
While starting the managed server (10.3.4) below exception occurs. Help me on why the error occurs.
<Error> <J2EE> <BEA-160001> <Error deploying Internal Application: weblogic.application.ModuleException: [HTTP:101216]Servlet: "CoordinatorPortTypeServlethttp" failed to preload on startup in Web application: "wls-wsat.war".
java.lang.ExceptionInInitializerError
     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
     at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
Caused by: java.lang.IllegalArgumentException: com.sun.xml.messaging.saaj.soap.LocalStrings != com.sun.xml.internal.messaging.saaj.soap.LocalStrings
     at java.util.logging.Logger.getLogger(Logger.java:314)
     at com.sun.xml.internal.messaging.saaj.soap.SAAJMetaFactoryImpl.<clinit>(SAAJMetaFactoryImpl.java:41)
.

Hi,
There are two workaround for this issue.
1) Without disabling wls-wsat application:
Here are the steps:
Add jar saaj-impl-1.3.jar to weblogic classpath
Start weblogic using java options:
-Djavax.xml.soap.MessageFactory=com.sun.xml.messaging.saaj.soap.MessageFactoryImpl
-Djavax.xml.soap.SOAPFactory=com.sun.xml.messaging.saaj.soap.SOAPFactoryImpl
-Djavax.xml.soap.MetaFactory=com.sun.xml.messaging.saaj.soap.SAAJMetaFactoryImpl
2) If wls-wsat is not required:
This is the setting to disable wls-wsat:
-Dweblogic.wsee.wstx.wsat.deployed=false
It is mentioned here in the doc
http://docs.oracle.com/cd/E21764_01/web.1111/e13734/cluster.htm
Regards,
Kal

Similar Messages

  • Error while starting the OIM managed server in oracle VM

    Hi ,
    I am getting the following error , while starting the OIM managed server in Oracle VM.
    <Jun 14, 2012 4:45:38 AM EDT> <Error> <org.quartz.impl.jdbcjobstore.JobStoreCMT> <BEA-000000> <MisfireHandler: Error handling misfires: Unexpected runtime exception: null
    org.quartz.JobPersistenceException: Unexpected runtime exception: null [See nested exception: java.lang.NullPointerException]
    at org.quartz.impl.jdbcjobstore.JobStoreSupport.doRecoverMisfires(JobStoreSupport.java:3042)
    at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.manage(JobStoreSupport.java:3789)
    at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.run(JobStoreSupport.java:3809)
    Caused By: java.lang.NullPointerException
    at org.quartz.SimpleTrigger.computeNumTimesFiredBetween(SimpleTrigger.java:800)
    at org.quartz.SimpleTrigger.updateAfterMisfire(SimpleTrigger.java:514)
    at org.quartz.impl.jdbcjobstore.JobStoreSupport.doUpdateOfMisfiredTrigger(JobStoreSupport.java:944)
    at org.quartz.impl.jdbcjobstore.JobStoreSupport.recoverMisfiredJobs(JobStoreSupport.java:898)
    at org.quartz.impl.jdbcjobstore.JobStoreSupport.doRecoverMisfires(JobStoreSupport.java:3029)
    at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.manage(JobStoreSupport.java:3789)
    at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.run(JobStoreSupport.java:3809)
    >
    How to resolve this issue.Any one please suggest me , i am in a big trouble ...
    Thanks in advance ..
    -Deena.

    Hi P.k,
    The table QRTZ92_TRIGGERS is there in the database.But while trying to run this command (UPDATE QRTZ92_TRIGGERS set NEXT_FIRE_TIME=1 where NEXT_FIRE_TIME < 0)in database i am getting the table or view does not exist.
    What is GTC resource?
    OIM version - 11.1.1.5.0.
    -Deena.

  • Problem while starting the weblogic managed server

    Hi,
    I am facing the following error while starting the managed weblogic server :
    weblogic.diagnostics.lifecycle.DiagnosticComponentLifecycleException: weblogic.store.PersistentStoreException:
    java.io.IOException: [Store:280021]There was an error while opening the file store file "WLS_DIAGNOSTICS000000.DAT"
    at weblogic.diagnostics.lifecycle.ArchiveLifecycleImpl.initialize(ArchiveLifecycleImpl.java:66)
    at weblogic.diagnostics.lifecycle.DiagnosticFoundationService.start(DiagnosticFoundationService.java:107)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: weblogic.store.PersistentStoreException: java.io.IOException: [Store:280021]There was an error while opening the
    file store file "WLS_DIAGNOSTICS000000.DAT"
    at weblogic.store.io.file.Heap.open(Heap.java:185)
    at weblogic.store.io.file.FileStoreIO.open(FileStoreIO.java:88)
    at weblogic.store.internal.PersistentStoreImpl.recoverStoreConnections(PersistentStoreImpl.java:332)
    at weblogic.store.internal.PersistentStoreImpl.open(PersistentStoreImpl.java:323)
    at weblogic.store.xa.PersistentStoreManagerXA.createFileStore(PersistentStoreManagerXA.java:104)
    at weblogic.store.xa.PersistentStoreManagerXA.createFileStore(PersistentStoreManagerXA.java:177)
    at weblogic.diagnostics.archive.DiagnosticStoreRepository.getStore(DiagnosticStoreRepository.java:85)
    at weblogic.diagnostics.lifecycle.ArchiveLifecycleImpl.initialize(ArchiveLifecycleImpl.java:64)
    ... 4 more
    Caused by: java.io.IOException: [Store:280021]There was an error while opening the file store file
    "WLS_DIAGNOSTICS000000.DAT"
    at weblogic.store.io.file.StoreDir.throwIOException(StoreDir.java:214)
    at weblogic.store.io.file.StoreDir.open(StoreDir.java:104)
    at weblogic.store.io.file.Heap.open(Heap.java:183)
    ... 11 more
    Caused by: java.io.IOException: Error from fcntl() for file locking, Resource temporarily unavailable, errno=11
    at weblogic.store.io.file.direct.DirectIONative.open(Native Method)
    at weblogic.store.io.file.direct.DirectFileChannel.<init>(DirectFileChannel.java:52)
    at weblogic.store.io.file.direct.DirectIOManager.open(DirectIOManager.java:139)
    at weblogic.store.io.file.StoreFile.openInternal(StoreFile.java:118)
    at weblogic.store.io.file.StoreFile.open(StoreFile.java:148)
    at weblogic.store.io.file.StoreDir.open(StoreDir.java:96)
    ... 12 more
    >
    The WebLogic Server encountered a critical failure
    Reason: Assertion violated
    Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class
    weblogic.protocol.ServerIdentityManager$Initializer
    at weblogic.protocol.ServerIdentityManager.findServerIdentity(ServerIdentityManager.java:64)
    at weblogic.protocol.URLManager.findAdministrationURL(URLManager.java:172)
    at weblogic.server.ServerLifeCycleRuntime.getLifeCycleOperationsRemote(ServerLifeCycleRuntime.java:801)
    at weblogic.t3.srvr.ServerRuntime.sendStateToAdminServer(ServerRuntime.java:423)
    at weblogic.t3.srvr.ServerRuntime.updateRunState(ServerRuntime.java:409)
    at weblogic.t3.srvr.T3Srvr.setState(T3Srvr.java:187)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:458)
    at weblogic.Server.main(Server.java:67)
    Kindly suggest some solution for this.
    Best Regards,
    Varun

    Hi,
    I killed the processes hunged up and now m facing the following error while starting the managed weblogic:
    <Oct 12, 2012 3:01:53 AM PDT> <Error> <Security> <BEA-090870> <The realm "myrealm" failed to be loaded: weblogic.security.service.SecurityServiceException: java.lang.NoClassDefFoundError: com/thortech/util/logging/Logger.
    weblogic.security.service.SecurityServiceException: java.lang.NoClassDefFoundError: com/thortech/util/logging/Logger
    at weblogic.security.service.CSSWLSDelegateImpl.initializeServiceEngine(CSSWLSDelegateImpl.java:342)
    at weblogic.security.service.CSSWLSDelegateImpl.initialize(CSSWLSDelegateImpl.java:221)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.InitializeServiceEngine(CommonSecurityServiceManagerDelegateImpl.java:1783)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(CommonSecurityServiceManagerDelegateImpl.java:442)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadRealm(CommonSecurityServiceManagerDelegateImpl.java:840)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.NoClassDefFoundError: com/thortech/util/logging/Logger
    at com.thortech.xl.security.wl.XellerateAuthenticationProviderImpl.<clinit>(XellerateAuthenticationProviderImpl.java:73)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:247)
    at com.bea.common.security.internal.legacy.service.SecurityProviderImpl.init(SecurityProviderImpl.java:51)
    at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:363)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: com.thortech.util.logging.Logger
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    Truncated. see log file for complete stacktrace
    >
    <Oct 12, 2012 3:01:53 AM PDT> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Oct 12, 2012 3:01:53 AM PDT> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.security.service.SecurityServiceRuntimeException: [Security:090399]Security Services Unavailable
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:916)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1050)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:875)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

  • Error while starting the weblogic admin server for OSB

    Hi all,
    Please help.
    My admin server startup is breaking for weblogic 11g for the following cause :
    Caused By: oracle.mds.exception.MDSExceptionList: MDS-01329: unable to load elem
    ent "persistence-config"
    MDS-01370: MetadataStore configuration for metadata-store-usage "OWSM_TargetRepo
    s" is invalid.
    ORA-06550: line 1, column 12:
    PLS-00201: identifier 'MDS_INTERNAL_SHREDDED.GETREPOSITORYVERSION' must be decla
    red
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    at oracle.mds.config.PConfig.loadFromBean(PConfig.java:684)
    at oracle.mds.config.PConfig.<init>(PConfig.java:499)
    at oracle.mds.config.MDSConfig.loadFromBean(MDSConfig.java:707)
    at oracle.mds.config.MDSConfig.loadFromElement(MDSConfig.java:764)
    at oracle.mds.config.MDSConfig.<init>(MDSConfig.java:420)
    Truncated. see log file for complete stacktrace
    *>*
    *<Dec 15, 2011 12:51:22 PM GMT+05:30> <Error> <Deployer> <BEA-149231> <Unable to*
    set the activation state to true for the application 'wsm-pm'.
    *weblogic.application.ModuleException: [HTTP:101216]Servlet: "PolicyManagerValida*
    *tor" failed to preload on startup in Web application: "/wsm-pm".*
    oracle.adf.share.ADFShareException: MDSConfigurationException encountered in par
    seADFConfiguration
    at oracle.adf.share.config.ADFMDSConfig.parseADFConfiguration(ADFMDSConf
    ig.java:178)
    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 oracle.adf.share.config.ADFConfigImpl.getResultFromComponent(ADFConfi
    gImpl.java:472)
    at oracle.adf.share.config.ADFConfigImpl.getConfigObject(ADFConfigImpl.j
    ava:543)
    at oracle.adf.share.config.ADFConfigImpl.getConfigObject(ADFConfigImpl.j
    ava:521)
    at oracle.adf.share.config.ADFConfigImpl.getMDSInstance(ADFConfigImpl.ja
    va:586)
    at oracle.adf.share.config.ADFConfigImpl.getMDSInstance(ADFConfigImpl.ja
    va:581)
    at oracle.adf.share.config.ADFContextMDSConfigHelperImpl.getMDSInstance(
    ADFContextMDSConfigHelperImpl.java:274)
    at oracle.adf.share.ADFContext.getMDSInstanceAsObject(ADFContext.java:16
    *19)*
    at oracle.wsm.repository.mds.MDSInstanceFactory.getMDSInstance(MDSInstan
    ceFactory.java:95)
    at oracle.wsm.policymanager.bean.AbstractBean.getRepository(AbstractBean
    *.java:298)*
    at oracle.wsm.policymanager.bean.AbstractBean.createSession(AbstractBean
    *.java:198)*
    at oracle.wsm.policymanager.bean.UpgradeManagerBean.seedWSMPolicyReposit
    ory(UpgradeManagerBean.java:506)
    at oracle.wsm.policymanager.web.PolicyManagerValidator.init(PolicyManage
    rValidator.java:111)
    at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(St
    ubSecurityHelper.java:283)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
    *120)*
    at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecuri
    tyHelper.java:64)
    at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubL
    ifecycleHelper.java:58)
    at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHel
    per.java:48)
    at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubI
    mpl.java:539)
    at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppS
    Thanks...

    I had a few packages and types in Invalid state.
    I compiled the same.
    But even then the same problem persists.
    Please help if any idea of any other change that may be needed..
    Thanks in advance

  • Gettin error while starting the weblogic portal server

    Hi ,
    This is Kalyan. I had installed weblogic portal 10.3 in my system.After installing i had tried for the sample portal web application. I had selected the portal web project-->given the project name and selected the necessary things .I had create sample portal when iam trying to run this portal on the server it showing me the error.
    Error(s) found in module 'ProData'. Publish was cancelled. See "Problems" view for details.
    A WebLogic Portal web application project should be added as a J2EE module to a WebLogic Portal EAR project for proper deployment at ProData
    The associated EAR "ProDataEAR" is not a Portal Application Services EAR at ProData
    A Portal Application Services web application should be associated with a Portal Application Services EAR for proper deployment at ProData
    Here ProData is the my project name can anybody tell me the solution i will be grate ful to them
    Thanks & Regards

    Hi Kalyan
    1. First you need to create the portal ear project by selecting the portal project facets. Then create the portal web project with portal facets and make sure it is added to first create portal ear project. By default it will show in the list. Then portal data sync project is optional. Since this is your first time you can skip for now. Later on you can add data sync project also to the same portal ear. Once you have this, then you can deploy the portal ear project on the portal domain. Remember that you need to create the portal domain with portal facets.
    Delete the project you already created and start from fresh. If you already created any portlets or pageflows or jsps etc, copy those files as backup. Once you create portal ear and web projects, copy them into your new application.
    Here is the link for details: http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/quickstart/newproject.html
    HTH
    Ravi Jegga

  • JVM Initialization Error when Starting the Second Managed Server

    Hi,
    I am getting the below error when starting the 2nd Managed server on Solaris X86 machine.
    starting weblogic with Java version:
    java version "1.5.0_17"
    Java(TM) Platform, Standard Edition for Business (build 1.5.0_17-b04)
    Java HotSpot(TM) Client VM (build 1.5.0_17-b04, mixed mode, sharing)
    Starting WLS with line:
    /usr/jdk/instances/jdk1.5.0/bin/java -client -Xms256m -Xmx512m -XX:CompileThre shold=8000 -XX:PermSize=48m -XX:MaxPermSize=128m -Xverify:none -da -Dplatform .home=/beafiler/weblogic10g/bea/wlserver_10.0 -Dwls.home=/beafiler/weblogic10g/b ea/wlserver_10.0/server -Dweblogic.home=/beafiler/weblogic10g/bea/wlserver_10.0/ server -Dwli.home= -Dweblogic.management.discover=false -Dweblogic.management.s erver=http://test_admin:7001 -Dwlw.iterativeDev=false -Dwlw.testConsole=false - Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/beafiler/weblogic10g/bea/patch_wss 110/profiles/default/sysext_manifest_classpath:/beafiler/weblogic10g/bea/patch_w lw1021/profiles/default/sysext_manifest_classpath:/beafiler/weblogic10g/bea/patc h_wls1002/profiles/default/sysext_manifest_classpath:/beafiler/weblogic10g/bea/p atch_cie640/profiles/default/sysext_manifest_classpath -Dweblogic.security.provi ders.authentication.LDAPDelegatePoolSize=50 -Dweblogic.Name=wls_test2 -Djava.sec urity.policy=/beafiler/weblogic10g/bea/wlserver_10.0/server/lib/weblogic.policy weblogic.Server
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Can any one please help me troubleshoot this?
    Edited by: user4877326 on Jul 13, 2010 1:33 PM

    Hi P.k,
    The table QRTZ92_TRIGGERS is there in the database.But while trying to run this command (UPDATE QRTZ92_TRIGGERS set NEXT_FIRE_TIME=1 where NEXT_FIRE_TIME < 0)in database i am getting the table or view does not exist.
    What is GTC resource?
    OIM version - 11.1.1.5.0.
    -Deena.

  • Error while starting the shared service server

    Hi john,
    I am getting the following error while starting the shared service server.
    *25 Jul 2009 10:26:39 - org.apache.slide.common.Domain - ERROR - Unable to migrate hub groups to css*
    So shared service console is not starting.
    Please tell me the solution for it.
    Thanks
    Edited by: user11358816 on Jul 24, 2009 10:06 PM
    Edited by: user11358816 on Jul 24, 2009 10:09 PM

    Hi John,
    Yes,It was working earlier.
    When I have added NTLM authentication for FDM I am getting that error,but instead of that if
    I am adding the authentication provider as LDAP(CSS) I am not getting that error.
    So finally i have added only one authentication provider and that is LDAP(CSS).
    I fallowed ur document for integrating the FDM application with planning application.(http://john-goodwin.blogspot.com/2008/07/planning-v11-drill-back.html )
    For the global logon information I have given admin and password , which I have given while adding the LDAP authentication (CSS).
    I am getting machine profile missing error when i clicked on the dimension and the target dimension test box contain connection failed.
    Can u suggest me where am I wrong?
    Thanks
    Edited by: user11358816 on Jul 26, 2009 9:42 PM

  • Error while starting the Oracle BI Server

    Hi ,
    I am getting the services.msc error while starting the Oracle BI Server as -
    Error handling the control request.
    Please help me out ..
    Thanks and Regards ,

    It is actually Windows services error that I am facing ....
    while starting the BI server after making any changes to NQS config file ..
    Could not start the Oracle BI Server service on Local Computer
    Error 1064: An exception occured in the service when handling the control request
    Message was edited by:
    user460211
    Message was edited by:
    user460211

  • Error while starting the weblogic server

    hi all
    i got the below error while trying to start the weblogic server on windows machine (win2k3-sp1). please suggest me the best way to overcome from this problem.
    thanks in anticipation.
    "FATAL ERROR: Exception from System.loadLibrary(smjavaagentapi) java.lang.Unsatis
    fiedLinkError: no smjavaagentapi in java.library.path
    FATAL ERROR: Exception from AgentAPI.initialize() java.lang.UnsatisfiedLinkError
    : initialize
    <Aug 22, 2006 6:23:51 PM GMT+05:30> <Critical> <WebLogicServer> <BEA-000386> <Se
    rver subsystem failed. Reason: java.lang.UnsatisfiedLinkError: javaagent_api_get
    Config"

    Copy http_client.jar file from $ORACLE_HOME/oui/jlib to $DOMAIN_HOME/lib. Also check whether the classpath has been set for this jar file under $DOMAIN_HOME/bin/setDomainEnv.sh
    https://forums.oracle.com/forums/thread.jspa?messageID=10200685

  • Errors While Stating the Weblogic Admin Server

    We are getting the following errors in many Jsps while accessing the content in BEA Weblogic Portal 8.5 SP5 in the Unix Environemnt. However we are not getting the error in the Windows Environemnt. These Errors are Poping up while starting the server and the Jsps are failed to complie.
    Do we need to change or replace the content.tld if so which location in which we could down load. or is there any other issue. Do we need to configure any paramenters?. Any help is highly appriciated.
    Error in using tag library uri='content.tld' prefix='cm': There is no setter method for property 'searchPaths', for Tag class 'com.bea.content.manager.servlets.jsp.taglib.SearchTag'>
    Thanks in Advance.
    Shan

    I had a few packages and types in Invalid state.
    I compiled the same.
    But even then the same problem persists.
    Please help if any idea of any other change that may be needed..
    Thanks in advance

  • Error While Startting the Web Logic Server

    Hello All,
    I am getting below error while start up the weblogic server.
    Can you help me to resolve this error.
    at org.springframework.beans.factory.support.AbstractAutowireCapableBean
    Factory$1.run(AbstractAutowireCapableBeanFactory.java:409)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBean
    Factory.createBean(AbstractAutowireCapableBeanFactory.java:380)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.RuntimeException:
    ORABPEL START-UP ERROR!!!!!!!!
    OraBPEL run-time system failed to start due to exception:
    Cannot look up jdbc data source.
    The process domain is unable to look up the TX data source "jdbc/SOALocalTxDataS
    ource".
    The J2EE container was not configured properly; a data source with the expected
    name has not been created or has been removed.
    Verify that the machine hosting the data source is physically connected to the n
    etwork. In addition, verify that the connection pool properties, as defined in t
    he application server startup properties, are valid.
    Thanks in Advance !
    Regards,
    Niranjan.

    for instance, go to your domain home, cd config/jdbc , and grep for "jdbc/SOALocalTxDataSource" in the existing xml files
    maybe for some reasons this DataSource was not created, or is not targeted/deployed, or the corresponding DB is not up and running, or there is some connectivity problem.... grep your log file for SOALocalTxDataSource, probably there is some error reporting that this DataSource could not be created because the DB is down....
    http://docs.oracle.com/cd/E14571_01/integration.1111/e10226/soainfra_config.htm

  • Getting error while starting the Weblogic server.

    Please find the error while i m trying to boot the weblogic:
    Dec 9, 2009 12:55:15 PM CST> <Notice> <Stdout> <000000> <Jolt Session Pool cannot provide a connection to the appsever. Thi
    s appears to be because there is no available application server domain.>
    <Dec 9, 2009 12:55:15 PM CST> <Notice> <Stdout> <000000> <JoltSessionPool: bea.jolt.SessionException: Cannot connect to any /
    /tdas2066:11750.
    Reason:NwHdlr: Cannot open socket>
    <Dec 9, 2009 12:55:15 PM CST> <Notice> <Stdout> <000000> <Jolt Session Pool cannot provide a connection to the appsever. Thi
    s appears to be because there is no available application server domain.>
    <Dec 9, 2009 12:55:15 PM CST> <Notice> <Stdout> <000000> <JoltSessionPool: bea.jolt.SessionException: Cannot connect to any /
    /tdas2066:11750.
    Reason:NwHdlr: Cannot open socket>
    <Dec 9, 2009 12:55:15 PM CST> <Notice> <Stdout> <000000> <Jolt Session Pool cannot provide a connection to the appsever. Thi
    s appears to be because there is no available application server domain.>
    <Dec 9, 2009 12:55:15 PM CST> <Notice> <Stdout> <000000> <JoltSessionPool: bea.jolt.SessionException: Cannot connect to any /
    /tdas2066:11750.
    Reason:NwHdlr: Cannot open socket>
    <Dec 9, 2009 12:55:15 PM CST> <Notice> <Stdout> <000000> <Jolt Session Pool cannot provide a connection to the appsever. Thi
    s appears to be because there is no available application server domain.>
    <Dec 9, 2009 12:55:15 PM CST> <Notice> <Stdout> <000000> <JoltSessionPool: bea.jolt.SessionException: Cannot connect to any /
    /tdas2066:11750.
    Reason:NwHdlr: Cannot open socket>
    <Dec 9, 2009 12:55:15 PM CST> <Notice> <Stdout> <000000> <Jolt Session Pool cannot provide a connection to the appsever. Thi
    s appears to be because there is no available application server domain.>
    <Dec 9, 2009 12:55:15 PM CST> <Notice> <Stdout> <000000> <JoltSessionPool: bea.jolt.SessionException: Cannot connect to any /
    /tdas2066:11750.
    Reason:NwHdlr: Cannot open socket>
    <Dec 9, 2009 12:55:15 PM CST> <Notice> <Stdout> <000000> <Jolt Session Pool cannot provide a connection to the appsever. Thi
    s appears to be because there is no available application server domain.>
    <Dec 9, 2009 12:55:15 PM CST> <Notice> <Stdout> <000000> <JoltSessionPool: bea.jolt.SessionException: Cannot connect to any /
    /tdas2066:11750.
    Reason:NwHdlr: Cannot open socket>
    <Dec 9, 2009 12:55:15 PM CST> <Notice> <Stdout> <000000> <Jolt Session Pool cannot provide a connection to the appsever. Thi
    s appears to be because there is no available application server domain.>
    <Dec 9, 2009 1:04:18 PM CST> <Notice> <Stdout> <000000> <SchedulerTransfer, authentication success>
    Java home=/test1/2bl/bea/wl92/jdk150_12
    Java command line=java -server -Xms256m -Xmx256m -XX:MaxPermSize=128m -Dtoplink.xml.platform=oracle.toplink.platform.xml.jaxp
    .JAXPPlatform -Dweblogic.Chunksize=65536 -Djava.util.logging.config.file=/test1/2bl/psoft/fn89tst2/webserv/fn89tst2/applicati
    ons/peoplesoft/logging.properties -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Dweblogic.Nam
    e=PIA -Dps_vault=/test1/2bl/psoft/fn89tst2/webserv/fn89tst2/psvault -Djavax.net.ssl.trustStore=/test1/2bl/psoft/fn89tst2/webs
    erv/fn89tst2/keystore/pskey -Dweblogic.ProductionModeEnabled=true -Djava.security.policy=/test1/2bl/bea/wl92/weblogic92/serve
    r/lib/weblogic.policy -Dssl.debug=false -Dps_home=/test1/2bl/psoft/fn89tst2 weblogic.Server
    Java options=-server -Xms256m -Xmx256m -XX:MaxPermSize=128m -Dtoplink.xml.platform=oracle.toplink.platform.xml.jaxp.JAXPPlatf
    orm -Dweblogic.Chunksize=65536
    <Dec 9, 2009 9:45:19 PM CST> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end
    of the classpath:
    /test1/2bl/bea/wl92/weblogic92/platform/lib/p13n/p13n-schemas.jar:/test1/2bl/bea/wl92/weblogic92/platform/lib/p13n/p13n_commo
    n.jar:/test1/2bl/bea/wl92/weblogic92/platform/lib/p13n/p13n_system.jar:/test1/2bl/bea/wl92/weblogic92/platform/lib/wlp/netuix
    common.jar:/test1/2bl/bea/wl92/weblogic92/platform/lib/wlp/netuixschemas.jar:/test1/2bl/bea/wl92/weblogic92/platform/lib/wl
    p/netuix_system.jar:/test1/2bl/bea/wl92/weblogic92/platform/lib/wlp/wsrp-common.jar:/test1/2bl/psoft/fn89tst2/webserv/fn89tst
    2/lib/endorsed/xalan.jar:/test1/2bl/psoft/fn89tst2/webserv/fn89tst2/lib/pluto-1.0.1.jar:/test1/2bl/psoft/fn89tst2/webserv/fn8
    9tst2/lib/portlet-api-1.0.jar:/test1/2bl/psoft/fn89tst2/webserv/fn89tst2/lib/ps_patch.jar>
    <Dec 9, 2009 9:45:20 PM CST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Server VM V
    ersion 1.5.0_12-b04 from Sun Microsystems Inc.>
    <Dec 9, 2009 9:45:23 PM CST> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.management.ManagementException: Unable to obtain lock on /test1/2bl/psoft/fn89tst2/webserv/fn89tst2/servers/PIA/tmp/
    PIA.lok. Server may already be running
    at weblogic.management.internal.ServerLocks.getServerLock(ServerLocks.java:159)
    at weblogic.management.internal.ServerLocks.getServerLock(ServerLocks.java:58)
    at weblogic.management.internal.DomainDirectoryService.start(DomainDirectoryService.java:75)
    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)
    >
    <Dec 9, 2009 9:45:23 PM CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Dec 9, 2009 9:45:23 PM CST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself do
    wn>
    <Dec 9, 2009 9:45:23 PM CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    Also I am able to login into App designer. and the server name and JSL is mentioned in the Configuration file.And this is the first time i am facing the problem
    Edited by: user5838027 on Dec 9, 2009 9:01 PM

    Most of the time this error is coming from a wrong psservername parameter definition in configuration.properties of your Webserver. Be sure you can ping the servername or IP address defined, and the port is the Jolt port of the AppServer domain.
    Please, show us what's the value. And also your PTools, Weblogic, Tuxedo version and OS used.
    Nicolas.

  • CompatibilityRealm error while starting the weblogic server.

    Hi,
    This is the error I am getting when I try to bring up the weblogic portal. The version is weblogic 7.0 SP7
    Can anyone pls suggest here?
    Starting WebLogic Server...
    <Mar 28, 2006 3:31:05 PM CST> <Notice> <Management> <140005> <Loading configurat
    ion /apps/slfc/bea7/portalDomain/./config.xml>
    Failed to initialize default security realm: CompatibilityRealm
    <Mar 28, 2006 3:31:10 PM CST> <Critical> <WebLogicServer> <000364> <Server failed during initialization. Exception:weblogic.security.service.SecurityServiceRuntimeException: Failed to initialize default security realm CompatibilityRealm for unknown reasons
    weblogic.security.service.SecurityServiceRuntimeException: Failed to initialize default security realm CompatibilityRealm for unknown reasons
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealms(SecurityServiceManagerDelegateImpl.java:761)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initialize(SecurityServiceManagerDelegateImpl.java:530)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:922)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:719)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:593)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:281)
    at weblogic.Server.main(Server.java:32)
    >
    <Mar 28, 2006 3:31:10 PM CST> <Emergency> <WebLogicServer> <000342> <Unable to initialize the server: Fatal initialization exception
    Throwable: weblogic.security.service.SecurityServiceRuntimeException: Failed to initialize default security realm CompatibilityRealm for unknown reasons
    weblogic.security.service.SecurityServiceRuntimeException: Failed to initialize default security realm CompatibilityRealm for unknown reasons
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealms(SecurityServiceManagerDelegateImpl.java:761)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initialize(SecurityServiceManagerDelegateImpl.java:530)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:922)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:719)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:593)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:281)
    at weblogic.Server.main(Server.java:32)
    >
    The WebLogic Server did not start up properly.
    Exception raised:
    weblogic.security.service.SecurityServiceRuntimeException: Failed to initialize default security realm CompatibilityRealm for unknown reasons
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealms(SecurityServiceManagerDelegateImpl.java:761)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initialize(SecurityServiceManagerDelegateImpl.java:530)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:922)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:719)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:593)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:281)
    at weblogic.Server.main(Server.java:32)
    Reason: Fatal initialization exception
    Throwable: weblogic.security.service.SecurityServiceRuntimeException: Failed to initialize default security realm CompatibilityRealm for unknown reasons
    weblogic.security.service.SecurityServiceRuntimeException: Failed to initialize default security realm CompatibilityRealm for unknown reasons
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealms(SecurityServiceManagerDelegateImpl.java:761)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initialize(SecurityServiceManagerDelegateImpl.java:530)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:922)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:719)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:593)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:281)
    at weblogic.Server.main(Server.java:32)
    Thanx
    Nitin

    Copy http_client.jar file from $ORACLE_HOME/oui/jlib to $DOMAIN_HOME/lib. Also check whether the classpath has been set for this jar file under $DOMAIN_HOME/bin/setDomainEnv.sh
    https://forums.oracle.com/forums/thread.jspa?messageID=10200685

  • Error while starting the Weblogic Server in SOA Suite

    Hi All,
    I installed SOA Suite 11.1.1.4.0 (weblogic server and SOA managaed server) couple of days back.The same machine has two more weblogic servers which contain different applications.(Means there total three Weblogic admin servers and one SOA manage server).
    I used to start all the servers successfully .I also used to start SOA server successfully .
    But today when I am trying to start Weblogic Admin server(SOA related),I am getting below error:
    Error Log:
    ***C:\Oracle\Middleware\user_projects\domains\mdm_soadomain\bin>startWebLogic***
    ***The system cannot find the path specified.***
    -------------------------- --------------------------- some error log content here -------------------------------------
    ***ib\DemoTrust.jks -Dem.oracle.home=C:\Oracle\Middleware\oracle_common -Djava.awt.headless=true -Dums.oracle.home=C:\Oracle\Middleware\Oracle_SOA1 -Dweblogic.management.discover=true -Dwlw.iterativeDev***
    ***= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= weblogic.Server***
    ***Exception in thread "main" java.lang.NoClassDefFoundError: weblogic/Server***
    ***Caused by: java.lang.ClassNotFoundException: weblogic.Server***
    ***at java.net.URLClassLoader$1.run(URLClassLoader.java:202)***
    ***at java.security.AccessController.doPrivileged(Native Method)***
    ***at java.net.URLClassLoader.findClass(URLClassLoader.java:190)***
    ***at java.lang.ClassLoader.loadClass(ClassLoader.java:306)***
    ***at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)***
    ***at java.lang.ClassLoader.loadClass(ClassLoader.java:247)***
    ***Could not find the main class: weblogic.Server. Program will exit.***
    ***C:\Oracle\Middleware\user_projects\domains\mdm_soadomain\bin>***
    I saw setDomainEnv.cmd file and all other files.I did not change anything recently.But I am nit getting any idea why that exception is coming.
    PLease give me guidance for this.
    Thanks in advance
    Edited by: 899283 on Jun 7, 2013 5:06 AM

    Hi,
    Is the message "The system cannot find the path specified." reported as a direct response on the "C:\Oracle\Middleware\user_projects\domains\mdm_soadomain\bin>startWebLogic" command, by Windows? Or do you see that this command really is executing but is the message reported later in the logs? Is it also reported on the command window output?
    From your questioning I take it that the command initially really is executing and that the path not found message is reported later in the process. In that case it you should debug the start process. My method in these cases is adding recognizable echo statements in the weblogic start scripts. Firstly to see how far the process comes, which statements are executed. Basically to narrow down at what specific statement/command the scripts fails.
    Secondly to echo the specific environment variables used. These things don't happen "magically" somehow, somewhere, something is changed. Although you might not find out when it was and who was responsible.
    What might help is to know that the startWeblogic script is calling the setDomainEnv script in the same folder and also does a call to a weblogic settings script in the weblogic binaries folder from the weblogic home. (I don't know the scripts name by heart and I haven't have a VM started with a WLS env right now.
    Then after these two scripts and doing some Environment variable checking to build up the arguments (java vendor, memory-args, etc.) for the java-process, it in the end calls the java-process from the choosen JVM-home. So it might be interesting to look up the place where it actually calls java. And right before that put echo's to display the JAVA_HOME and the complete java-command that it plans to execute. It might be that you installed another JVM/JDK, maybe you updated the default JVM on windows? And that it just can't find the correct JVM.
    In setDomainEnv you can set up the paths to the different JVM's. Using the JAVA_VENDOR environment variable you can switch between them.
    For instance, if you want to use JRockit, look voor the BEA_JAVA_HOME. The variable for Sun Hotspot should be around there as well. Validate those.
    Hope this helps.
    Regards,
    Martien

  • Getting error while starting the weblogic sewrver

    starting weblogic with Java version:
    java version "1.6.0_29"
    Java(TM) SE Runtime Environment (build 1.6.0_29-b11)
    Java HotSpot(TM) Client VM (build 20.4-b02, mixed mode)
    Starting WLS with line:
    /u03/disc/Oracle/Middleware/jdk160_29/bin/java -client -Xms512m -Xmx1024m -XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=AdminServer -Djava.security.policy=/u03/disc/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.policy -Xverify:none -da -Dplatform.home=/u03/disc/Oracle/Middleware/wlserver_10.3 -Dwls.home=/u03/disc/Oracle/Middleware/wlserver_10.3/server -Dweblogic.home=/u03/disc/Oracle/Middleware/wlserver_10.3/server -Dcommon.components.home=/u03/disc/Oracle/Middleware/oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=/u03/disc/Oracle/Middleware/user_projects/domains/dev_domain -Djrockit.optfile=/u03/disc/Oracle/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrocket_optfile.txt -Doracle.server.config.dir=/u03/disc/Oracle/Middleware/user_projects/domains/dev_domain/config/fmwconfig/servers/AdminServer -Doracle.domain.config.dir=/u03/disc/Oracle/Middleware/user_projects/domains/dev_domain/config/fmwconfig -Digf.arisidbeans.carmlloc=/u03/disc/Oracle/Middleware/user_projects/domains/dev_domain/config/fmwconfig/carml -Digf.arisidstack.home=/u03/disc/Oracle/Middleware/user_projects/domains/dev_domain/config/fmwconfig/arisidprovider -Doracle.security.jps.config=/u03/disc/Oracle/Middleware/user_projects/domains/dev_domain/config/fmwconfig/jps-config.xml -Doracle.deployed.app.dir=/u03/disc/Oracle/Middleware/user_projects/domains/dev_domain/servers/AdminServer/tmp/_WL_user -Doracle.deployed.app.ext=/- -Dweblogic.alternateTypesDirectory=/u03/disc/Oracle/Middleware/oracle_common/modules/oracle.ossoiap_11.1.1,/u03/disc/Oracle/Middleware/oracle_common/modules/oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol|oracle.fabric.common.classloaderurl.handler|oracle.fabric.common.uddiurl.handler|oracle.bpm.io.fs.protocol -Dweblogic.jdbc.remoteEnabled=false -Doracle.core.ojdl.logging.usercontextprovider=oracle.core.ojdl.logging.impl.UserContextImpl -Doracle.security.jps.policy.migration.validate.principal=false -Dportlet.oracle.home=/u03/disc/Oracle/Middleware/oracle_common -Dwc.oracle.home=/u03/disc/Oracle/Middleware/as_1 -da:org.apache.xmlbeans... -Dbpm.enabled=true -Dsoa.archives.dir=/u03/disc/Oracle/Middleware/Oracle_SOA1/soa -Dsoa.oracle.home=/u03/disc/Oracle/Middleware/Oracle_SOA1 -Dsoa.instance.home=/u03/disc/Oracle/Middleware/user_projects/domains/dev_domain -Dtangosol.coherence.clusteraddress=227.7.7.9 -Dtangosol.coherence.clusterport=9778 -Dtangosol.coherence.log=jdk -Djavax.xml.soap.MessageFactory=oracle.j2ee.ws.saaj.soap.MessageFactoryImpl -Dweblogic.transaction.blocking.commit=true -Dweblogic.transaction.blocking.rollback=true -Djavax.net.ssl.trustStore=/u03/disc/Oracle/Middleware/wlserver_10.3/server/lib/DemoTrust.jks -Dem.oracle.home=/u03/disc/Oracle/Middleware/oracle_common -Djava.awt.headless=true -Dbam.oracle.home=/u03/disc/Oracle/Middleware/Oracle_SOA1 -Dums.oracle.home=/u03/disc/Oracle/Middleware/Oracle_SOA1 -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/u03/disc/Oracle/Middleware/patch_wls1036/profiles/default/sysext_manifest_classpath:/u03/disc/Oracle/Middleware/patch_oepe180/profiles/default/sysext_manifest_classpath:/u03/disc/Oracle/Middleware/patch_ocp371/profiles/default/sysext_manifest_classpath:/u03/disc/Oracle/Middleware/patch_adfr1111/profiles/default/sysext_manifest_classpath weblogic.Server
    <Oct 21, 2012 7:42:24 AM IST> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Oct 21, 2012 7:42:24 AM IST> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Oct 21, 2012 7:42:24 AM IST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 20.4-b02 from Sun Microsystems Inc.>
    <Oct 21, 2012 7:42:25 AM IST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.6.0 Tue Nov 15 08:52:36 PST 2011 1441050 >
    <Oct 21, 2012 7:42:27 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Oct 21, 2012 7:42:27 AM IST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Oct 21, 2012 7:42:27 AM IST> <Notice> <LoggingService> <BEA-320400> <The log file /u03/disc/Oracle/Middleware/user_projects/domains/dev_domain/servers/AdminServer/logs/AdminServer.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Oct 21, 2012 7:42:27 AM IST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to /u03/disc/Oracle/Middleware/user_projects/domains/dev_domain/servers/AdminServer/logs/AdminServer.log00001. Log messages will continue to be logged in /u03/disc/Oracle/Middleware/user_projects/domains/dev_domain/servers/AdminServer/logs/AdminServer.log.>
    <Oct 21, 2012 7:42:27 AM IST> <Notice> <Log Management> <BEA-170019> <The server log file /u03/disc/Oracle/Middleware/user_projects/domains/dev_domain/servers/AdminServer/logs/AdminServer.log is opened. All server side log events will be written to this file.>
    <Oct 21, 2012 7:42:33 AM IST> <Error> <Security> <BEA-090870> <The realm "myrealm" failed to be loaded: weblogic.security.service.SecurityServiceException: com.bea.common.engine.ServiceInitializationException: <openjpa-1.1.1-SNAPSHOT-r422266:1172209 fatal store error> org.apache.openjpa.util.StoreException: com.edb.Driver.
    weblogic.security.service.SecurityServiceException: com.bea.common.engine.ServiceInitializationException: <openjpa-1.1.1-SNAPSHOT-r422266:1172209 fatal store error> org.apache.openjpa.util.StoreException: com.edb.Driver
    at weblogic.security.service.CSSWLSDelegateImpl.initializeServiceEngine(CSSWLSDelegateImpl.java:341)
    at weblogic.security.service.CSSWLSDelegateImpl.initialize(CSSWLSDelegateImpl.java:220)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.InitializeServiceEngine(CommonSecurityServiceManagerDelegateImpl.java:1789)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(CommonSecurityServiceManagerDelegateImpl.java:443)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadRealm(CommonSecurityServiceManagerDelegateImpl.java:841)
    Truncated. see log file for complete stacktrace
    Caused By: com.bea.common.engine.ServiceInitializationException: <openjpa-1.1.1-SNAPSHOT-r422266:1172209 fatal store error> org.apache.openjpa.util.StoreException: com.edb.Driver
    at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:365)
    at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:315)
    at com.bea.common.engine.internal.ServiceEngineImpl.lookupService(ServiceEngineImpl.java:257)
    at com.bea.common.engine.internal.ServicesImpl.getService(ServicesImpl.java:72)
    at weblogic.security.service.internal.WLSIdentityServiceImpl.initialize(WLSIdentityServiceImpl.java:46)
    Truncated. see log file for complete stacktrace
    Caused By: <openjpa-1.1.1-SNAPSHOT-r422266:1172209 fatal store error> org.apache.openjpa.util.StoreException: com.edb.Driver
    at org.apache.openjpa.jdbc.schema.DataSourceFactory.newDataSource(DataSourceFactory.java:123)
    at org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl.createConnectionFactory(JDBCConfigurationImpl.java:776)
    at org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl.getDBDictionaryInstance(JDBCConfigurationImpl.java:553)
    at org.apache.openjpa.jdbc.meta.MappingRepository.endConfiguration(MappingRepository.java:1250)
    at org.apache.openjpa.lib.conf.Configurations.configureInstance(Configurations.java:505)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: com.edb.Driver
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    Truncated. see log file for complete stacktrace
    >
    <Oct 21, 2012 7:42:33 AM IST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Oct 21, 2012 7:42:33 AM IST> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.security.service.SecurityServiceRuntimeException: [Security:090399]Security Services Unavailable
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:917)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1054)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    >
    <Oct 21, 2012 7:42:33 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Oct 21, 2012 7:42:33 AM IST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <Oct 21, 2012 7:42:33 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    the above error im getting while starting web logic server
    plz help me anyone im installing 11g fusion midddleware

    Most of the time this error is coming from a wrong psservername parameter definition in configuration.properties of your Webserver. Be sure you can ping the servername or IP address defined, and the port is the Jolt port of the AppServer domain.
    Please, show us what's the value. And also your PTools, Weblogic, Tuxedo version and OS used.
    Nicolas.

Maybe you are looking for

  • Can we find the number of rows in table from the dump file

    Hi All, Can we find the number of rows in table from the dump file with out importing the table in to the database? Please let me know ,if any option is there. Thanks, Kumar.

  • Heading for repeating frame (horizontal) to appear just once - How?

    Hi I have 3 queries that represent 3 different levels. Each level is displayed one above the other. Example Level 3: <field3 from query3> Level 2: <field2 from query2> Level 1: <field1 from query1> In the output The level labes are displayed as many

  • How to insert  WorkBench Request to a domain using a function Module...

    Dear ALL,                     I am creating a program where I have created a domain using a Function Module and assigned the same domain to a package using a Function Module. Now I want to assign the domain to a WorkBench Request...Can anyone tell me

  • Not all RAW files recognised by Aperture 3

    I am running the lastest update of Aperture 3 with the most recent RAW compatibility pack. (Can't remember what number but I updated last night). I have a Leica D-Lux-5. I import RAW photos using the card slot on my iMac i5 running Snow Leopard. The

  • AME CC MPEG-2 DVD Encode Problems

    Having an issue with MPEG-2 DVD exports using CBR instead of VBR.  I've always used CBR before with no problems at all.  Now, when I export with CBR (actual bitrate doesn't matter), I get this weird pulsing artifacting in the video.  It doesn't do it