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.

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.

  • 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

  • Security Error when starting the server - WPLS 7.0

    Security Error when starting the server - WPLS 7.0
    what may be the reason ...
    console :
    BUILD SUCCESSFUL
    Total time: 3 seconds
    Starting WebLogic Server...
    <May 30, 2005 4:22:15 PM IST> <Notice> <Management> <140005> <Loading configuration C:\cpDomain\.\config.xml>
    <May 30, 2005 4:22:18 PM IST> <Info> <Logging> <000000> <FileLogger Opened at C:\cpDomain\portalServer\weblogi
    c.portalServer.log>
    <May 30, 2005 4:22:21 PM IST> <Info> <Security> <090516> <The RoleMapper provider has preexisting LDAP data.>
    <May 30, 2005 4:22:21 PM IST> <Info> <Security> <090516> <The Authorizer provider has preexisting LDAP data.>
    <May 30, 2005 4:22:21 PM IST> <Info> <Security> <090143> <The weblogic keystore provider DefaultKeyStore in re
    alm cprealm cannot be used for private keys because its configured private key keystore file wlDefaultKeyStore
    .jks does not exist.>
    <May 30, 2005 4:22:21 PM IST> <Info> <Security> <090142> <The weblogic keystore provider DefaultKeyStore in re
    alm cprealm cannot be used for trusted (root) CAs because its trusted (root) CA keystore was not configured.>
    <May 30, 2005 4:22:21 PM IST> <Notice> <Security> <090082> <Security initializing using realm cprealm.>
    <May 30, 2005 4:22:21 PM IST> <Critical> <WebLogicServer> <000364> <Server failed during initialization. Excep
    tion:java.lang.SecurityException: Authentication for user weblogic denied
    java.lang.SecurityException: Authentication for user weblogic denied
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.doBootAuthorization(SecurityServiceMan
    agerDelegateImpl.java:411)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initialize(SecurityServiceManagerDeleg
    ateImpl.java:539)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:917)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:723)
    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)
    >
    <May 30, 2005 4:22:21 PM IST> <Emergency> <WebLogicServer> <000342> <Unable to initialize the server: Fatal in
    itialization exception
    Throwable: java.lang.SecurityException: Authentication for user weblogic denied
    java.lang.SecurityException: Authentication for user weblogic denied
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.doBootAuthorization(SecurityServiceMan
    agerDelegateImpl.java:411)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initialize(SecurityServiceManagerDeleg
    ateImpl.java:539)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:917)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:723)
    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:
    java.lang.SecurityException: Authentication for user weblogic denied
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.doBootAuthorization(SecurityServiceMan
    agerDelegateImpl.java:411)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initialize(SecurityServiceManagerDeleg
    ateImpl.java:539)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:917)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:723)
    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: java.lang.SecurityException: Authentication for user weblogic denied
    java.lang.SecurityException: Authentication for user weblogic denied
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.doBootAuthorization(SecurityServiceMan
    agerDelegateImpl.java:411)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initialize(SecurityServiceManagerDeleg
    ateImpl.java:539)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:917)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:723)
    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)
    C:\cpDomain\bin>
    Thanks
    Thanks & Regards,
    Siva VP,
    [email protected]

    Looks like you cannot connect to LDAP. Are you configured correctly?

  • 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 when starting the Integration Repository/Directory

    When starting the Integration Repository or Directory I get the following error message when the Java Web Start is launched:
    <i>JAR resources in JNLP file are not signed by same certificate</i>
    I am running on XI3.0 SP15
    Any idea?
    Thanks in advance.
    Kind regards,
    Dave Arends

    Solved this issue.
    Go to Administration - Java Web Start Administration.
    Click on 'Re-initialization and force signings' and start the Repository or Directory again.

  • Error when starting the Application Server

    Hi..
    I have a few problem..
    I want to start the App/Portal Server.
    /oracle/infs/bin
    1)lsnrctl start - ok
    2)sqlplus start -ok
    3)oidmon start -ok
    4)oidctl server=oidldapd instance=1 configset=1 start -ok
    /oracle/infs/dcm/bin
    5)dcmctl start -cl -ok
    6)dcmctl start -ct ohs -ok
    7)dcmctl start -ct oc4j -ok
    but when i do step no 8)
    dcmctl getstate -v
    i got these error..
    "See base exception for details.
    Base Exception:
    oracle.ias.repository.schema.SchemaException:Unable to retrieve the requested at
    tributes:javax.naming.NoPermissionException: [LDAP: error code 50 - Insufficient
    Access Rights]; remaining name 'orclReferenceName=iasdb.portal.upm.edu.my,cn=IA
    S Infrastructure Databases, cn=IAS, cn=Products, cn=OracleContext'
    See base exception for details.
    $"
    I tried to start the EM first in /oracle/infs/bin
    emctl start
    but, the EM didn't have any data (no cluster info, no infs info,no apps info, it is blank!!)
    Plz Help me...thanks..

    user536800,
    A search of this forum's archives for the word "xerces" returns 75 hits.
    Perhaps one (or more) of those postings will help you?
    The way to integrate Xerces into OC4J differs, depending on which OC4J version you are using.
    Forgive me, but I couldn't find details of the version you are using in your post.
    I also believe the way to do it would also depend on the version of Xerces you are using, the JDK version you are using and maybe even on the platform you are on.
    Again, forgive me, but I could find none of those details in your post.
    Good Luck,
    Avi.

  • CG02 Report from Template error when starting the display application

    System info: SAP GUI 720 (patch 10007878), ECC 6.0, SAP_APPL/EA-APPL 605, WWI 2.7 (patch 20000084)
    Hi, folks.
    I was able to execute CG02 'Report from Template' function. My local MS Word 2003 would open successfully to display the report as expected. Suddenly, I couldn't do that anymore. I'm now getting msg "An error occurred when starting the display application" (C$772). And I didn't change anything.
    Any clue to what has happened or why it is happening? In my Word, I have 'C:\Program Files\SAP\FrontEnd\SAPgui\wwi' set as the file location for User templates. What else should I check?
    Thanks in advance.

    Hi, Caroline.
    Thanks for pointing me (back) to it! (I've encountered a similar issue with the same param back in 2010...)
    I'm positive that the problem started after I tried to run the transaction code (of my custom report program that does the CG02 'Report from Template' function) from the web gui ('You Can Also' menu function). Somehow, the standard SAP fms within It changed the param ESWWI_INST value from 'EXISTFRONT' to 'WWISERVER'. So when I ran CG02 and the WWI server is not available yet, I received the error msg.

  • CG54--Report from Template error when starting the display application

    Hi,
              Currently I have MS 2013 installed on my workstatsion. But now whenever I try to open a template for any specification I get error "
    An error occurred when starting the display application--Message no. C$772"
    I have SAP Logon 730 Patch 11. Also in User profile I maintain EXISTFRONT for ESWWI_INST. But for some reason it keeps on getting reset as WWISERVER.
    Need help on the same.
    Regards,
    Rohan

    Dear Rohan
    your local WWI installation seems to be dusrupted. Check e.g.  EHS- Inconsistent WWI Report behaviour for different users
    and many similar threads. Check OSS Marketplace for Release of WWI in regards of WinWord 2013
    Dear Camila
    according to my knowlede: the local WWI insztallaiton is not a "generation server" one. The parameter symbol you have mentioned is dedicated for WWI server set upin GLM area only. Therefore your hint will not work (according to my knowledge). But there is some "but"...
    With SAP ERP EnhPack 3 you need not to install any more a local WWi but could use a WWI gen server farm. If you can use this option the WWI set up is very different. In this case may be your hint is correct.
    C.B.

  • Initialization Error when starting an OS9 app. Network name already in use.

    Just this morning when opening an application that I've been working with over a week, I got an Initialization Error stating that the computer's network name is already in use and startup cannot continue. I renamed the computer in both OS9 and OSX and restarted the computer. I get the same error message. Can anyone advise me on some tricks to try?

    Hi,
    Can you drop me an email as i am a sun employee and i will be able to check if the swup frontline team have received any support cases on this issue and then we can work with you directly to resolve the issue.
    Scott Wallace

  • 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)

  • Problem starting the Oracle Management Server service

    Hi
    I have configured the Oracle Management Server (since I need to use the Jobs functionality) in an Oracle 9i home installed in my desktop. Then I have tried to put the service to work; it always starts and stops at once; the message also states that some services are automatically shutted down when they are not in use...
    Also, I noticed that I cannot use the typical option when creating the repository for OMS because it does not accept the domain my computer is in (dgsaude.min-saude.pt) since it seems to be an invalid domain name...
    I am a little under pressure here...Please help

    Thank you very much; I will take a look at documentation; anyway, just a question I am in doubt about..the tasks I need to automate have to do with deleting the contents of some local tables, then run some SqlPlus queries to fill those tables again (I run them locally by using a database link to another database); final tables will be connected to an www site and refreshed. As I have understood, I can do this using DBMS_JOBS (for which, I think, I would need to learn some PL/SQL...) or configure the OMS to do it (which, as you said, can be a bit of a pickle in the start...). Given the situation, which one of these tools would you advise me to use?
    Thank You
    Andre

  • FindSystemUser/driver locator error when starting the default server

    Getting the error when trying to start the default server.
    "findSystemUser: System user is not available from Credential Store." and
    "oracle.sdpinternal.messaging.TransportException: Cannot lookup store in Driver Locator."
    I am also unable to access the SOA Console and have reinstalled / reconfigured SOA a few times but am still getting the same error.
    Can you please help resolve this issue?
    The following is the log that i see when i try to start the default server.
    [Starting DefaultServer using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    C:\oracle\jdevstudio1111\jdk\bin\javaw.exe -client -classpath C:\oracle\jdevstudio1111\j2ee\home\oc4j.jar;C:\oracle\jdevstudio1111\jdev\lib\jdev-oc4j-embedded.jar -Xmn64m -Xmx192m -Doracle.home=C:\oracle\jdevstudio1111 -Doracle.component.type=o.j2ee -Doracle.instance=C:\jdevinstance\system11.1.1.0.22.47.96 -Djava.net.preferIPv4Stack=true -Djava.protocol.handler.pkgs=oracle.mds.net.protocol|oracle.fabric.common.classloaderurl.handler -Doc4j.userThreads=true -Doracle.component.name=embedded-oc4j -XX:MaxPermSize=256m -Doracle.sysman.emRep.repositoryMode=repository_less -Doracle.oc4j.instancename=oc4j_em -Doracle.notification.filewatching.interval=10000 -DLOCATOR_PORT=23891 -Dhttp.proxyHost=www-proxy.us.oracle.com -Dhttp.proxyPort=80 -Dhttp.nonProxyHosts=localhost|127.0.0.1|kona|192.168.168.133 -Dhttps.proxyHost=www-proxy.us.oracle.com -Dhttps.proxyPort=80 -Dhttps.nonProxyHosts=localhost|127.0.0.1|kona|192.168.168.133 -Xverify:none -Ddisable.checkForUpdate=true -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false -Djava.security.policy=C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\config\java2.policy oracle.oc4j.loader.boot.BootStrap -config C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\config\server.xml
    [waiting for the server to complete its initialization...]
    Feb 19, 2008 2:46:07 PM oracle.j2ee.xml.XMLMessages warningException
    WARNING: Exception Encountered
    Feb 19, 2008 2:46:07 PM oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    WARNING: findSystemUser: System user is not available from Credential Store.
    08/02/19 14:46:10 WARNING: ApplicationServer.enableOC4JDocumentChangeNotifier Alternate DocumentChangeNotifier in use!
    08/02/19 14:46:10 JMS server will listen on port 9227.
    08/02/19 14:46:10 oracle.j2ee.jms.oc4j.JMSServer startup complete
    Feb 19, 2008 2:46:10 PM oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    WARNING: findSystemUser: System user is not available from Credential Store.
    Feb 19, 2008 2:46:11 PM oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    WARNING: findSystemUser: System user is not available from Credential Store.
    Feb 19, 2008 2:46:12 PM oracle.j2ee.util.AnnotatedLogger logWithThrowable
    WARNING: J2EE JCA-02013
    Feb 19, 2008 2:46:12 PM oracle.j2ee.util.AnnotatedLogger logWithThrowable
    WARNING: J2EE JCA-02013
    Feb 19, 2008 2:46:12 PM oracle.j2ee.util.AnnotatedLogger logWithThrowable
    WARNING: J2EE JCA-02013
    Feb 19, 2008 2:46:30 PM oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    WARNING: findSystemUser: System user is not available from Credential Store.
    Feb 19, 2008 2:46:30 PM oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    WARNING: findSystemUser: System user is not available from Credential Store.
    Feb 19, 2008 2:46:30 PM oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    WARNING: findSystemUser: System user is not available from Credential Store.
    Feb 19, 2008 2:46:30 PM oracle.j2ee.util.AnnotatedLogger logWithThrowable
    WARNING: J2EE JNDI-00002
    Feb 19, 2008 2:46:30 PM oracle.j2ee.util.AnnotatedLogger log
    WARNING: No javax.jms.ConnectionFactory found at null
    Feb 19, 2008 2:46:30 PM oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    WARNING: findSystemUser: System user is not available from Credential Store.
    Feb 19, 2008 2:46:30 PM oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    WARNING: findSystemUser: System user is not available from Credential Store.
    Feb 19, 2008 2:46:30 PM oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    WARNING: findSystemUser: System user is not available from Credential Store.
    Feb 19, 2008 2:46:32 PM oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    WARNING: findSystemUser: System user is not available from Credential Store.
    08/02/19 14:46:32 WARNING: ExecutorService.inform Unknown event state3 Ignored
    Feb 19, 2008 2:46:32 PM oracle.sdpinternal.messaging.DriverLocatorImpl acquireStore
    SEVERE: Store not found
    oracle.sdpinternal.messaging.TransportException: Cannot lookup store in Driver Locator.
         at oracle.sdpinternal.messaging.DriverLocatorImpl.getStore(DriverLocatorImpl.java:157)
         at oracle.sdpinternal.messaging.DriverLocatorImpl.acquireStore(DriverLocatorImpl.java:120)
         at oracle.sdpinternal.messaging.DriverLocatorImpl.<init>(DriverLocatorImpl.java:107)
         at oracle.sdpinternal.messaging.DriverLocatorImpl.getInstance(DriverLocatorImpl.java:134)
         at oracle.sdpinternal.messaging.DriverLocatorBean.ejbCreate(DriverLocatorBean.java:133)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:27)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:101)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:101)
         at com.evermind.server.ejb.interceptor.system.SetContextActionInterceptor.invoke(SetContextActionInterceptor.java:44)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:101)
         at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:58)
         at com.evermind.server.ejb.LifecycleManager.invokeLifecycleMethod(LifecycleManager.java:274)
         at com.evermind.server.ejb.LifecycleManager.invokeLifecycleMethod(LifecycleManager.java:264)
         at com.evermind.server.ejb.LifecycleManager.invokeLifecycleMethod(LifecycleManager.java:254)
         at com.evermind.server.ejb.LifecycleManager.postConstruct(LifecycleManager.java:115)
         at com.evermind.server.ejb.StatelessSessionBeanPool.createContextImpl(StatelessSessionBeanPool.java:41)
         at com.evermind.server.ejb.BeanPool.createContext(BeanPool.java:426)
         at com.evermind.server.ejb.BeanPool.allocateContext(BeanPool.java:253)
         at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:103)
         at com.evermind.server.ejb.SessionBeanDeployment.invokeTimer(SessionBeanDeployment.java:155)
         at com.evermind.server.ejb.EJBContainer.invokeTimer(EJBContainer.java:982)
         at oracle.ias.container.scheduler.TimerTask.runBeanTimer(TimerTask.java:106)
         at oracle.ias.container.scheduler.TimerTask.run(TimerTask.java:223)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: javax.ejb.AccessLocalException: anonymous is not allowed to call this EJB method, check your security settings (method-permission in ejb-jar.xml and security-role-mapping in orion-application.xml).
         at com.evermind.server.ejb.interceptor.system.SecurityRoleInterceptor.checkRuntimeSecurityRole(SecurityRoleInterceptor.java:64)
         at com.evermind.server.ejb.interceptor.system.SecurityRoleInterceptor.invoke(SecurityRoleInterceptor.java:46)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:101)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:101)
         at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:58)
         at com.evermind.server.ejb.AbstractEJBHome.OC4J_invokeMethod(AbstractEJBHome.java:190)
         at MessagingStore_LocalHomeProxy_5d6l513.create(Unknown Source)
         at oracle.sdpinternal.messaging.EngineLocator.getStore(EngineLocator.java:128)
         at oracle.sdpinternal.messaging.DriverLocatorImpl.getStore(DriverLocatorImpl.java:154)
         ... 30 more
    The following is the data from the C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\log\soa\diagonstic
    [2008-02-19T14:09:42.812-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00102] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\dms.war] Auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\dms.war...
    [2008-02-19T14:09:42.812-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00101] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\dms.war] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\dms] Unjarring archive C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\dms.war in directory C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\dms
    [2008-02-19T14:09:42.859-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00103] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\dms.war] Finished auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\dms.war
    [2008-02-19T14:09:42.906-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00102] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\connectors\OracleASjms\OracleASjms.rar] Auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\connectors\OracleASjms\OracleASjms.rar...
    [2008-02-19T14:09:42.906-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00101] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\connectors\OracleASjms\OracleASjms.rar] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\connectors\OracleASjms\OracleASjms] Unjarring archive C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\connectors\OracleASjms\OracleASjms.rar in directory C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\connectors\OracleASjms\OracleASjms
    [2008-02-19T14:09:42.937-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00103] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\connectors\OracleASjms\OracleASjms.rar] Finished auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\connectors\OracleASjms\OracleASjms.rar
    [2008-02-19T14:09:42.937-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00102] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\connectors\datasources\datasources.rar] Auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\connectors\datasources\datasources.rar...
    [2008-02-19T14:09:42.937-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00101] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\connectors\datasources\datasources.rar] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\connectors\datasources\datasources] Unjarring archive C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\connectors\datasources\datasources.rar in directory C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\connectors\datasources\datasources
    [2008-02-19T14:09:42.937-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00103] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\connectors\datasources\datasources.rar] Finished auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\connectors\datasources\datasources.rar
    [2008-02-19T14:09:42.968-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00102] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\datatags.ear] Auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\datatags.ear...
    [2008-02-19T14:09:42.968-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00101] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\datatags.ear] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\datatags] Unjarring archive C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\datatags.ear in directory C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\datatags
    [2008-02-19T14:09:43.250-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00103] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\datatags.ear] Finished auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\datatags.ear
    [2008-02-19T14:09:43.265-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00102] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\datatags\webapp.war] Auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\datatags\webapp.war...
    [2008-02-19T14:09:43.265-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00101] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\datatags\webapp.war] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\datatags\webapp] Unjarring archive C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\datatags\webapp.war in directory C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\datatags\webapp
    [2008-02-19T14:09:44.484-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00103] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\datatags\webapp.war] Finished auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\datatags\webapp.war
    [2008-02-19T14:09:44.484-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00102] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\javasso.ear] Auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\javasso.ear...
    [2008-02-19T14:09:44.484-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00101] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\javasso.ear] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\javasso] Unjarring archive C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\javasso.ear in directory C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\javasso
    [2008-02-19T14:09:44.500-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00103] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\javasso.ear] Finished auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\javasso.ear
    [2008-02-19T14:09:44.500-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00102] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\javasso\javasso-web.war] Auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\javasso\javasso-web.war...
    [2008-02-19T14:09:44.500-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00101] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\javasso\javasso-web.war] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\javasso\javasso-web] Unjarring archive C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\javasso\javasso-web.war in directory C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\javasso\javasso-web
    [2008-02-19T14:09:44.671-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00103] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\javasso\javasso-web.war] Finished auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\javasso\javasso-web.war
    [2008-02-19T14:09:44.671-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00102] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\javasso\javasso-web-basic.war] Auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\javasso\javasso-web-basic.war...
    [2008-02-19T14:09:44.703-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00101] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\javasso\javasso-web-basic.war] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\javasso\javasso-web-basic] Unjarring archive C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\javasso\javasso-web-basic.war in directory C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\javasso\javasso-web-basic
    [2008-02-19T14:09:44.734-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00103] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\javasso\javasso-web-basic.war] Finished auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\javasso\javasso-web-basic.war
    [2008-02-19T14:09:44.765-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00102] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\javasso\javasso-web-form.war] Auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\javasso\javasso-web-form.war...
    [2008-02-19T14:09:44.765-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00101] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\javasso\javasso-web-form.war] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\javasso\javasso-web-form] Unjarring archive C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\javasso\javasso-web-form.war in directory C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\javasso\javasso-web-form
    [2008-02-19T14:09:44.796-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00103] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\javasso\javasso-web-form.war] Finished auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\javasso\javasso-web-form.war
    [2008-02-19T14:09:44.796-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00102] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\javasso\javasso-web-digest.war] Auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\javasso\javasso-web-digest.war...
    [2008-02-19T14:09:44.796-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00101] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\javasso\javasso-web-digest.war] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\javasso\javasso-web-digest] Unjarring archive C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\javasso\javasso-web-digest.war in directory C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\javasso\javasso-web-digest
    [2008-02-19T14:09:44.828-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00103] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\javasso\javasso-web-digest.war] Finished auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\javasso\javasso-web-digest.war
    [2008-02-19T14:09:44.828-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00102] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\jmsrouter.ear] Auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\jmsrouter.ear...
    [2008-02-19T14:09:44.828-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00101] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\jmsrouter.ear] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\jmsrouter] Unjarring archive C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\jmsrouter.ear in directory C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\jmsrouter
    [2008-02-19T14:09:44.859-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00103] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\jmsrouter.ear] Finished auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\jmsrouter.ear
    [2008-02-19T14:09:44.859-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00102] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\jmsrouter\jmsrouter.war] Auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\jmsrouter\jmsrouter.war...
    [2008-02-19T14:09:44.859-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00101] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\jmsrouter\jmsrouter.war] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\jmsrouter\jmsrouter] Unjarring archive C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\jmsrouter\jmsrouter.war in directory C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\jmsrouter\jmsrouter
    [2008-02-19T14:09:44.906-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00103] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\jmsrouter\jmsrouter.war] Finished auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\jmsrouter\jmsrouter.war
    [2008-02-19T14:09:44.906-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00102] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\wsm-pm.ear] Auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\wsm-pm.ear...
    [2008-02-19T14:09:44.906-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00101] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\wsm-pm.ear] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\wsm-pm] Unjarring archive C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\wsm-pm.ear in directory C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\wsm-pm
    [2008-02-19T14:09:44.906-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00103] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\wsm-pm.ear] Finished auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\wsm-pm.ear
    [2008-02-19T14:09:44.906-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00102] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\wsm-pm\wsm-pmweb.war] Auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\wsm-pm\wsm-pmweb.war...
    [2008-02-19T14:09:44.921-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00101] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\wsm-pm\wsm-pmweb.war] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\wsm-pm\wsm-pmweb] Unjarring archive C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\wsm-pm\wsm-pmweb.war in directory C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\wsm-pm\wsm-pmweb
    [2008-02-19T14:09:44.921-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00103] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\wsm-pm\wsm-pmweb.war] Finished auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\wsm-pm\wsm-pmweb.war
    [2008-02-19T14:09:44.937-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00102] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\wsil-standalone.ear] Auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\wsil-standalone.ear...
    [2008-02-19T14:09:44.937-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00101] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\wsil-standalone.ear] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\wsil-standalone] Unjarring archive C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\wsil-standalone.ear in directory C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\wsil-standalone
    [2008-02-19T14:09:44.937-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00103] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\wsil-standalone.ear] Finished auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\wsil-standalone.ear
    [2008-02-19T14:09:44.937-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00102] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\wsil-standalone\wsil-standalone.war] Auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\wsil-standalone\wsil-standalone.war...
    [2008-02-19T14:09:44.953-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00101] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\wsil-standalone\wsil-standalone.war] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\wsil-standalone\wsil-standalone] Unjarring archive C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\wsil-standalone\wsil-standalone.war in directory C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\wsil-standalone\wsil-standalone
    [2008-02-19T14:09:44.953-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00103] [deployment] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\wsil-standalone\wsil-standalone.war] Finished auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\wsil-standalone\wsil-standalone.war
    [2008-02-19T14:09:45.343-08:00] [jps] [WARNING] [] [oc4j_integration] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] findSystemUser: System user is not available from Credential Store.
    [2008-02-19T14:09:54.671-08:00] [jps] [WARNING] [] [oc4j_integration] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: system] findSystemUser: System user is not available from Credential Store.
    [2008-02-19T14:09:56.296-08:00] [jps] [WARNING] [] [oc4j_integration] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: default] findSystemUser: System user is not available from Credential Store.
    [2008-02-19T14:10:01.968-08:00] [as] [NOTIFICATION] [] [jmx.framework.mapping.OpenTypeMappingEngine] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: default] Don't know how to map non-serializable type: interface javax.management.j2ee.statistics.Stats to Open MBean Type.
    [2008-02-19T14:10:03.218-08:00] [jps] [WARNING] [] [oc4j_integration] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: datatags] findSystemUser: System user is not available from Credential Store.
    [2008-02-19T14:10:03.312-08:00] [jps] [WARNING] [] [oc4j_integration] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: javasso] findSystemUser: System user is not available from Credential Store.
    [2008-02-19T14:10:03.406-08:00] [jps] [WARNING] [] [oc4j_integration] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: jmsrouter] findSystemUser: System user is not available from Credential Store.
    [2008-02-19T14:10:03.531-08:00] [j2ee] [WARNING] [] [jndi] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: jmsrouter] J2EE JNDI-00002
    [2008-02-19T14:10:03.531-08:00] [j2ee] [WARNING] [J2EE JNDI-00004] [jndi] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: jmsrouter] [arg: javax.jms.ConnectionFactory] [arg: null] No javax.jms.ConnectionFactory found at null
    [2008-02-19T14:10:03.578-08:00] [jps] [WARNING] [] [oc4j_integration] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: wsm-pm] findSystemUser: System user is not available from Credential Store.
    [2008-02-19T14:10:04.218-08:00] [jps] [WARNING] [] [oc4j_integration] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: WSIL-App] findSystemUser: System user is not available from Credential Store.
    [2008-02-19T14:10:07.046-08:00] [j2ee] [WARNING] [] [jms.router] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: jmsrouter] oracle.j2ee.jmsrouter.RouterException: JMS Destination, {0}, does not exist
    [2008-02-19T14:10:09.140-08:00] [j2ee] [NOTIFICATION] [J2EE OJR-00224] [runtime] [tid: 11] [ecid: 0000HWnjg6c000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: Oracle Containers for J2EE 11g (11.1.1.0.0) ] Oracle Containers for J2EE 11g (11.1.1.0.0) initialized.
    [2008-02-19T14:10:40.734-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnjuNU000000000000000030eAY5000000013,0] [APP: system] Connector Module Deployer for sdpmessagingadapter-jms STARTS.
    [2008-02-19T14:10:40.734-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnjuNU000000000000000030eAY5000000013,0] [APP: system] Copy the archive to C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\connectors\sdpmessagingadapter-jms\sdpmessagingadapter-jms.rar
    [2008-02-19T14:10:40.781-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00102] [deployment] [tid: 12] [ecid: 0000HWnjuNU000000000000000030eAY5000000013,0] [APP: system] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\connectors\sdpmessagingadapter-jms\sdpmessagingadapter-jms.rar] Auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\connectors\sdpmessagingadapter-jms\sdpmessagingadapter-jms.rar...
    [2008-02-19T14:10:40.781-08:00] [j2ee] [NOTIFICATION] [] [applications.default] [tid: 12] [ecid: 0000HWnjuNU000000000000000030eAY5000000013,0] [APP: system] Auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\connectors\sdpmessagingadapter-jms\sdpmessagingadapter-jms.rar...
    [2008-02-19T14:10:40.781-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnjuNU000000000000000030eAY5000000013,0] [APP: system] Unpacking sdpmessagingadapter-jms.rar
    [2008-02-19T14:10:40.781-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00101] [deployment] [tid: 12] [ecid: 0000HWnjuNU000000000000000030eAY5000000013,0] [APP: system] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\connectors\sdpmessagingadapter-jms\sdpmessagingadapter-jms.rar] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\connectors\sdpmessagingadapter-jms\sdpmessagingadapter-jms] Unjarring archive C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\connectors\sdpmessagingadapter-jms\sdpmessagingadapter-jms.rar in directory C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\connectors\sdpmessagingadapter-jms\sdpmessagingadapter-jms
    [2008-02-19T14:10:40.781-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnjuNU000000000000000030eAY5000000013,0] [APP: system] Done unpacking sdpmessagingadapter-jms.rar
    [2008-02-19T14:10:40.781-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00103] [deployment] [tid: 12] [ecid: 0000HWnjuNU000000000000000030eAY5000000013,0] [APP: system] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\connectors\sdpmessagingadapter-jms\sdpmessagingadapter-jms.rar] Finished auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\connectors\sdpmessagingadapter-jms\sdpmessagingadapter-jms.rar
    [2008-02-19T14:10:40.781-08:00] [j2ee] [NOTIFICATION] [] [applications.default] [tid: 12] [ecid: 0000HWnjuNU000000000000000030eAY5000000013,0] [APP: system] Auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\connectors\sdpmessagingadapter-jms\sdpmessagingadapter-jms.rar... done.
    [2008-02-19T14:10:40.828-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnjuNU000000000000000030eAY5000000013,0] [APP: system] Starting up resource adapter
    [2008-02-19T14:10:41.156-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnjuNU000000000000000030eAY5000000013,0] [APP: system] Connector Module Deployer for sdpmessagingadapter-jms COMPLETES. Operation time: 422 msecs
    [2008-02-19T14:10:46.218-08:00] [j2ee] [NOTIFICATION] [] [system] [tid: 13] [ecid: 0000HWnjvhA000000000000000030eAY500000001C,0] [APP: unknown] Server shutting down (by anonymous).
    [2008-02-19T14:11:02.390-08:00] [jps] [WARNING] [] [oc4j_integration] [tid: 11] [ecid: 0000HWnjzP0000000000000000030eAY5000000000,0:1] [APP: unknown] findSystemUser: System user is not available from Credential Store.
    [2008-02-19T14:11:08.906-08:00] [jps] [WARNING] [] [oc4j_integration] [tid: 11] [ecid: 0000HWnjzP0000000000000000030eAY5000000000,0:1] [APP: system] findSystemUser: System user is not available from Credential Store.
    [2008-02-19T14:11:10.468-08:00] [jps] [WARNING] [] [oc4j_integration] [tid: 11] [ecid: 0000HWnjzP0000000000000000030eAY5000000000,0:1] [APP: default] findSystemUser: System user is not available from Credential Store.
    [2008-02-19T14:11:16.671-08:00] [as] [NOTIFICATION] [] [jmx.framework.mapping.OpenTypeMappingEngine] [tid: 11] [ecid: 0000HWnjzP0000000000000000030eAY5000000000,0:1] [APP: default] Don't know how to map non-serializable type: interface javax.management.j2ee.statistics.Stats to Open MBean Type.
    [2008-02-19T14:11:17.843-08:00] [jps] [WARNING] [] [oc4j_integration] [tid: 11] [ecid: 0000HWnjzP0000000000000000030eAY5000000000,0:1] [APP: datatags] findSystemUser: System user is not available from Credential Store.
    [2008-02-19T14:11:17.906-08:00] [jps] [WARNING] [] [oc4j_integration] [tid: 11] [ecid: 0000HWnjzP0000000000000000030eAY5000000000,0:1] [APP: javasso] findSystemUser: System user is not available from Credential Store.
    [2008-02-19T14:11:18.156-08:00] [jps] [WARNING] [] [oc4j_integration] [tid: 11] [ecid: 0000HWnjzP0000000000000000030eAY5000000000,0:1] [APP: jmsrouter] findSystemUser: System user is not available from Credential Store.
    [2008-02-19T14:11:18.312-08:00] [j2ee] [WARNING] [] [jndi] [tid: 11] [ecid: 0000HWnjzP0000000000000000030eAY5000000000,0:1] [APP: jmsrouter] J2EE JNDI-00002
    [2008-02-19T14:11:18.312-08:00] [j2ee] [WARNING] [J2EE JNDI-00004] [jndi] [tid: 11] [ecid: 0000HWnjzP0000000000000000030eAY5000000000,0:1] [APP: jmsrouter] [arg: javax.jms.ConnectionFactory] [arg: null] No javax.jms.ConnectionFactory found at null
    [2008-02-19T14:11:18.359-08:00] [jps] [WARNING] [] [oc4j_integration] [tid: 11] [ecid: 0000HWnjzP0000000000000000030eAY5000000000,0:1] [APP: wsm-pm] findSystemUser: System user is not available from Credential Store.
    [2008-02-19T14:11:18.640-08:00] [jps] [WARNING] [] [oc4j_integration] [tid: 11] [ecid: 0000HWnjzP0000000000000000030eAY5000000000,0:1] [APP: WSIL-App] findSystemUser: System user is not available from Credential Store.
    [2008-02-19T14:11:20.796-08:00] [j2ee] [WARNING] [] [jms.router] [tid: 11] [ecid: 0000HWnjzP0000000000000000030eAY5000000000,0:1] [APP: jmsrouter] oracle.j2ee.jmsrouter.RouterException: JMS Destination, {0}, does not exist
    [2008-02-19T14:11:21.546-08:00] [j2ee] [NOTIFICATION] [J2EE OJR-00224] [runtime] [tid: 11] [ecid: 0000HWnjzP0000000000000000030eAY5000000000,0:1] [APP: unknown] [arg: Oracle Containers for J2EE 11g (11.1.1.0.0) ] Oracle Containers for J2EE 11g (11.1.1.0.0) initialized.
    [2008-02-19T14:11:25.703-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] Application Deployer for sdpmessagingserver STARTS.
    [2008-02-19T14:11:25.718-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] Copy the archive to C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingserver.ear
    [2008-02-19T14:11:29.515-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] Initialize C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingserver.ear begins...
    [2008-02-19T14:11:29.515-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00102] [deployment] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingserver.ear] Auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingserver.ear...
    [2008-02-19T14:11:29.515-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] Unpacking sdpmessagingserver.ear
    [2008-02-19T14:11:29.515-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00101] [deployment] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingserver.ear] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingserver] Unjarring archive C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingserver.ear in directory C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingserver
    [2008-02-19T14:11:30.078-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] Done unpacking sdpmessagingserver.ear
    [2008-02-19T14:11:30.078-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00103] [deployment] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingserver.ear] Finished auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingserver.ear
    [2008-02-19T14:11:30.078-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00102] [deployment] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingserver\mbeanlifecycle-web.war] Auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingserver\mbeanlifecycle-web.war...
    [2008-02-19T14:11:30.078-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] Unpacking mbeanlifecycle-web.war
    [2008-02-19T14:11:30.078-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00101] [deployment] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingserver\mbeanlifecycle-web.war] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingserver\mbeanlifecycle-web] Unjarring archive C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingserver\mbeanlifecycle-web.war in directory C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingserver\mbeanlifecycle-web
    [2008-02-19T14:11:30.109-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] Done unpacking mbeanlifecycle-web.war
    [2008-02-19T14:11:30.109-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00103] [deployment] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingserver\mbeanlifecycle-web.war] Finished auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingserver\mbeanlifecycle-web.war
    [2008-02-19T14:11:30.109-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00102] [deployment] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingserver\parlayx.war] Auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingserver\parlayx.war...
    [2008-02-19T14:11:30.109-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] Unpacking parlayx.war
    [2008-02-19T14:11:30.109-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00101] [deployment] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingserver\parlayx.war] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingserver\parlayx] Unjarring archive C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingserver\parlayx.war in directory C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingserver\parlayx
    [2008-02-19T14:11:30.156-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] Done unpacking parlayx.war
    [2008-02-19T14:11:30.156-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00103] [deployment] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingserver\parlayx.war] Finished auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingserver\parlayx.war
    [2008-02-19T14:11:30.156-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00102] [deployment] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingserver\userprefs-ws.war] Auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingserver\userprefs-ws.war...
    [2008-02-19T14:11:30.171-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] Unpacking userprefs-ws.war
    [2008-02-19T14:11:30.171-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00101] [deployment] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingserver\userprefs-ws.war] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingserver\userprefs-ws] Unjarring archive C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingserver\userprefs-ws.war in directory C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingserver\userprefs-ws
    [2008-02-19T14:11:30.203-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] Done unpacking userprefs-ws.war
    [2008-02-19T14:11:30.203-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00103] [deployment] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingserver\userprefs-ws.war] Finished auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingserver\userprefs-ws.war
    [2008-02-19T14:11:30.203-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00102] [deployment] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingserver\sdpmessaginguserprefs-ui-web.war] Auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingserver\sdpmessaginguserprefs-ui-web.war...
    [2008-02-19T14:11:30.203-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] Unpacking sdpmessaginguserprefs-ui-web.war
    [2008-02-19T14:11:30.203-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00101] [deployment] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingserver\sdpmessaginguserprefs-ui-web.war] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingserver\sdpmessaginguserprefs-ui-web] Unjarring archive C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingserver\sdpmessaginguserprefs-ui-web.war in directory C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingserver\sdpmessaginguserprefs-ui-web
    [2008-02-19T14:11:31.484-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] Done unpacking sdpmessaginguserprefs-ui-web.war
    [2008-02-19T14:11:31.484-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00103] [deployment] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingserver\sdpmessaginguserprefs-ui-web.war] Finished auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingserver\sdpmessaginguserprefs-ui-web.war
    [2008-02-19T14:11:31.656-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] Initialize C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingserver.ear ends...
    [2008-02-19T14:11:31.656-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] Starting application : sdpmessagingserver
    [2008-02-19T14:11:31.656-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: sdpmessagingserver] Initializing ClassLoader(s)
    [2008-02-19T14:11:31.718-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: sdpmessagingserver] Initializing EJB container
    [2008-02-19T14:11:31.765-08:00] [jps] [WARNING] [] [oc4j_integration] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: sdpmessagingserver] findSystemUser: System user is not available from Credential Store.
    [2008-02-19T14:11:31.765-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: sdpmessagingserver] Loading connector(s)
    [2008-02-19T14:11:31.828-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: sdpmessagingserver] Starting up resource adapters
    [2008-02-19T14:11:31.828-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: sdpmessagingserver] Processing EJB module: sdpmessagingengine.jar
    [2008-02-19T14:11:31.953-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: sdpmessagingserver] Processing EJB module: userprefs.jar
    [2008-02-19T14:11:32.000-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: sdpmessagingserver] Processing EJB module: sdpmessagingclient-ejb-ws.jar
    [2008-02-19T14:11:32.000-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: sdpmessagingserver] Processing EJB module: sdpmessaging-ws.jar
    [2008-02-19T14:11:32.062-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: sdpmessagingserver] Processing EJB module: sdpmessagingclient-ejb-parlayx.jar
    [2008-02-19T14:11:39.875-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: sdpmessagingserver] Compiling EJB generated code
    [2008-02-19T14:11:45.046-08:00] [as] [NOTIFICATION] [] [jmx.framework.mapping.OpenTypeMappingEngine] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: sdpmessagingserver] Don't know how to map non-serializable type: interface javax.management.j2ee.statistics.Stats to Open MBean Type.
    [2008-02-19T14:11:45.546-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: sdpmessagingserver] Committing ClassLoader(s)
    [2008-02-19T14:11:45.593-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] Initialize mbeanlifecycle-web begins...
    [2008-02-19T14:11:45.593-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] Initialize mbeanlifecycle-web ends...
    [2008-02-19T14:11:45.593-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] Initialize parlayx begins...
    [2008-02-19T14:11:45.625-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] Initialize parlayx ends...
    [2008-02-19T14:11:45.625-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] Initialize userprefs-ws begins...
    [2008-02-19T14:11:45.640-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] Initialize userprefs-ws ends...
    [2008-02-19T14:11:45.640-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] Initialize sdpmessaginguserprefs-ui-web begins...
    [2008-02-19T14:11:45.656-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] Initialize sdpmessaginguserprefs-ui-web ends...
    [2008-02-19T14:11:45.656-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] Initialize sdpmessaging-ws begins...
    [2008-02-19T14:11:45.656-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] Initialize sdpmessaging-ws ends...
    [2008-02-19T14:11:45.656-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] Started application : sdpmessagingserver
    [2008-02-19T14:11:45.671-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] Binding web application(s) to site default-web-site begins...
    [2008-02-19T14:11:45.671-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] Binding mbeanlifecycle-web web-module for application sdpmessagingserver to site default-web-site under context root /sdpmessaging/mbeanlifecycle
    [2008-02-19T14:11:48.093-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: sdpmessagingserver] Initializing Servlet: oracle.sdpinternal.messaging.management.dummy.DummyServlet for web application mbeanlifecycle-web
    [2008-02-19T14:11:48.234-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] Binding parlayx web-module for application sdpmessagingserver to site default-web-site under context root /sdpmessaging/parlayx
    [2008-02-19T14:11:57.984-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] Binding userprefs-ws web-module for application sdpmessagingserver to site default-web-site under context root /sdpmessaging/userprefs
    [2008-02-19T14:12:03.203-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] Binding sdpmessaginguserprefs-ui-web web-module for application sdpmessagingserver to site default-web-site under context root /sdpmessaging/userprefs-ui
    [2008-02-19T14:12:11.453-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: sdpmessagingserver] Initializing Servlet: javax.faces.webapp.FacesServlet for web application sdpmessaginguserprefs-ui-web
    [2008-02-19T14:12:11.453-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] Binding sdpmessaging-ws web-module for application sdpmessagingserver to site default-web-site under context root /sdpmessaging
    [2008-02-19T14:12:11.687-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: sdpmessagingserver] Initializing Servlet: oracle.j2ee.ws.server.JAXRPCServlet for web application sdpmessaging-ws
    [2008-02-19T14:12:12.062-08:00] [j2ee] [WARNING] [J2EE XML-00005] [xml] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: sdpmessagingserver] Exception Encountered
    [2008-02-19T14:12:12.078-08:00] [j2ee] [WARNING] [J2EE XML-00005] [xml] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: sdpmessagingserver] Exception Encountered
    [2008-02-19T14:12:12.296-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] Binding web application(s) to site default-web-site ends...
    [2008-02-19T14:12:12.296-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnk5Lb000000000000000030eAY5000000009,0:1] [APP: system] Application Deployer for sdpmessagingserver COMPLETES. Operation time: 46593 msecs
    [2008-02-19T14:12:15.265-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnkHSX000000000000000030eAY500000000y,0] [APP: system] Application Deployer for sdpmessagingdriver-email STARTS.
    [2008-02-19T14:12:15.281-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnkHSX000000000000000030eAY500000000y,0] [APP: system] Copy the archive to C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingdriver-email.ear
    [2008-02-19T14:12:15.390-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnkHSX000000000000000030eAY500000000y,0] [APP: system] Initialize C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingdriver-email.ear begins...
    [2008-02-19T14:12:15.390-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00102] [deployment] [tid: 12] [ecid: 0000HWnkHSX000000000000000030eAY500000000y,0] [APP: system] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingdriver-email.ear] Auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingdriver-email.ear...
    [2008-02-19T14:12:15.390-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnkHSX000000000000000030eAY500000000y,0] [APP: system] Unpacking sdpmessagingdriver-email.ear
    [2008-02-19T14:12:15.390-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00101] [deployment] [tid: 12] [ecid: 0000HWnkHSX000000000000000030eAY500000000y,0] [APP: system] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingdriver-email.ear] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingdriver-email] Unjarring archive C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingdriver-email.ear in directory C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingdriver-email
    [2008-02-19T14:12:15.421-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnkHSX000000000000000030eAY500000000y,0] [APP: system] Done unpacking sdpmessagingdriver-email.ear
    [2008-02-19T14:12:15.421-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00103] [deployment] [tid: 12] [ecid: 0000HWnkHSX000000000000000030eAY500000000y,0] [APP: system] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingdriver-email.ear] Finished auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingdriver-email.ear
    [2008-02-19T14:12:15.437-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00102] [deployment] [tid: 12] [ecid: 0000HWnkHSX000000000000000030eAY500000000y,0] [APP: system] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingdriver-email\email-adapter.rar] Auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingdriver-email\email-adapter.rar...
    [2008-02-19T14:12:15.437-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnkHSX000000000000000030eAY500000000y,0] [APP: system] Unpacking email-adapter.rar
    [2008-02-19T14:12:15.437-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00101] [deployment] [tid: 12] [ecid: 0000HWnkHSX000000000000000030eAY500000000y,0] [APP: system] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingdriver-email\email-adapter.rar] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingdriver-email\email-adapter] Unjarring archive C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingdriver-email\email-adapter.rar in directory C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingdriver-email\email-adapter
    [2008-02-19T14:12:15.437-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnkHSX000000000000000030eAY500000000y,0] [APP: system] Done unpacking email-adapter.rar
    [2008-02-19T14:12:15.437-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00103] [deployment] [tid: 12] [ecid: 0000HWnkHSX000000000000000030eAY500000000y,0] [APP: system] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingdriver-email\email-adapter.rar] Finished auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingdriver-email\email-adapter.rar
    [2008-02-19T14:12:15.437-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00102] [deployment] [tid: 12] [ecid: 0000HWnkHSX000000000000000030eAY500000000y,0] [APP: system] [arg: C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingdriver-email\email-mbeanlifecycle.war] Auto-unpacking C:\jdevinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\applications\sdpmessagingdriver-email\email-mbeanlifecycle.war...
    [2008-02-19T14:12:15.453-08:00] [oc4j] [NOTIFICATION] [] [admin.internal.Notifier] [tid: 12] [ecid: 0000HWnkHSX000000000000000030eAY500000000y,0] [APP: system] Unpacking email-mbeanlifecycle.war
    [2008-02-19T14:12:15.453-08:00] [j2ee] [NOTIFICATION] [J2EE DEP-00101] [deploym

    scanzano,
    I was wondering if you ever received and answer to this question, becuase I am faced with the same problem when I attempt a signon to the 'admin server' I receive the following message:
    type Status report
    message Invalid direct reference to form login page
    description The request sent by the client was syntactically incorrect (Invalid direct reference to form login page).
    This is displayed as an "HTTP Status 400 - Invalid direct reference to form login page!!??" It appears that this message has been around for a while so I'm wondering if this issue will ever get resolved??

  • Installation of JES5 on Solaris10 and error when starting the server

    Hi ..
    This is my first time that i tried to install JES5 on SOlaris10 system
    I finished the installation process and when i tried to start the domain1 i recieved an error in the log file and the server won't start.
    Here is the error message in the server log file :
    Thanks for the help
    [#|2007-12-17T12:28:13.977+0200|WARNING|sun-appserver-ee8.2|javax.enterprise.system.stream.err|_ThreadID=10;|netscape.ldap.LDAPException: failed to connect to server ldap://poolsun3.precise.com:389 (91); Cannot connect to the LDAP server
    Got LDAPServiceException code=-1
         at com.iplanet.services.ldap.DSConfigMgr.getConnection(DSConfigMgr.java:404)
         at com.iplanet.services.ldap.DSConfigMgr.getNewFailoverConnection(DSConfigMgr.java:358)
         at com.iplanet.services.ldap.DSConfigMgr.getNewConnection(DSConfigMgr.java:287)
         at com.iplanet.services.ldap.DSConfigMgr.getNewProxyConnection(DSConfigMgr.java:211)
         at com.iplanet.services.ldap.DSConfigMgr.getNewProxyConnection(DSConfigMgr.java:223)
         at com.iplanet.ums.DataLayer.initLdapPool(DataLayer.java:1270)
         at com.iplanet.ums.DataLayer.<init>(DataLayer.java:203)
         at com.iplanet.ums.DataLayer.getInstance(DataLayer.java:228)
         at com.iplanet.ums.DataLayer.getInstance(DataLayer.java:249)
         at com.sun.identity.sm.ldap.SMSLdapObject.initialize(SMSLdapObject.java:157)
         at com.sun.identity.sm.ldap.SMSLdapObject.<init>(SMSLdapObject.java:125)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
         at java.lang.Class.newInstance0(Class.java:350)
         at java.lang.Class.newInstance(Class.java:303)
         at com.sun.identity.sm.SMSEntry.<clinit>(SMSEntry.java:229)
         at com.sun.identity.sm.ServiceManager.<clinit>(ServiceManager.java:74)
         at com.sun.identity.authentication.internal.AuthContext.getOrganizationName(AuthContext.java:762)
         at com.sun.identity.authentication.internal.AuthContext.getSSOToken(AuthContext.java:792)
         at com.sun.identity.security.AdminTokenAction.getSSOToken(AdminTokenAction.java:271)
         at com.sun.identity.security.AdminTokenAction.run(AdminTokenAction.java:174)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.iplanet.am.util.AMClientDetector.getServiceSchemaManager(AMClientDetector.java:220)
         at com.iplanet.am.util.AMClientDetector.<clinit>(AMClientDetector.java:93)
         at com.sun.mobile.filter.AMLController.init(AMLController.java:79)
         at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:229)
         at org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(ApplicationFilterConfig.java:312)
         at org.apache.catalina.core.ApplicationFilterConfig.<init>(ApplicationFilterConfig.java:83)
         at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:3881)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4527)
         at com.sun.enterprise.web.WebModule.start(WebModule.java:241)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1086)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:847)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1086)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:483)
         at org.apache.catalina.startup.Embedded.start(Embedded.java:894)
         at com.sun.enterprise.web.WebContainer.start(WebContainer.java:741)
         at com.sun.enterprise.web.HttpServiceWebContainer.startInstance(HttpServiceWebContainer.java:935)
         at com.sun.enterprise.web.HttpServiceWebContainerLifecycle.onStartup(HttpServiceWebContainerLifecycle.java:50)
         at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:300)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:294)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:220)
    |#]
    [#|2007-12-17T12:28:32.183+0200|INFO|sun-appserver-ee8.2|javax.enterprise.resource.webservices.rpc.server.http|_ThreadID=10;|JAXRPCSERVLET12: JAX-RPC context listener initializing|#]
    [#|2007-12-17T12:28:32.721+0200|INFO|sun-appserver-ee8.2|javax.enterprise.resource.webservices.rpc.server.http|_ThreadID=10;|JAXRPCSERVLET14: JAX-RPC servlet initializing|#]
    [#|2007-12-17T12:28:40.048+0200|SEVERE|sun-appserver-ee8.2|javax.enterprise.system.container.web|_ThreadID=10;|WebModule[/amserver]StandardWrapper.Throwable
    java.lang.NullPointerException
         at com.sun.identity.authentication.UI.LoginLogoutMapping.initializeAuth(LoginLogoutMapping.java:89)
         at com.sun.identity.authentication.UI.LoginLogoutMapping.init(LoginLogoutMapping.java:74)
         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 org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
         at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
         at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:118)
         at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1093)
         at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:931)
         at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4183)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4535)
         at com.sun.enterprise.web.WebModule.start(WebModule.java:241)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1086)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:847)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1086)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:483)
         at org.apache.catalina.startup.Embedded.start(Embedded.java:894)
         at com.sun.enterprise.web.WebContainer.start(WebContainer.java:741)
         at com.sun.enterprise.web.HttpServiceWebContainer.startInstance(HttpServiceWebContainer.java:935)
         at com.sun.enterprise.web.HttpServiceWebContainerLifecycle.onStartup(HttpServiceWebContainerLifecycle.java:50)
         at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:300)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:294)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:220)
    |#]
    [#|2007-12-17T12:28:40.052+0200|SEVERE|sun-appserver-ee8.2|javax.enterprise.system.container.web|_ThreadID=10;|WebModule[/amserver]Servlet /amserver threw load() exception
    javax.servlet.ServletException: Servlet.init() for servlet LoginLogoutMapping threw exception
         at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1142)
         at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:931)
         at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4183)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4535)
         at com.sun.enterprise.web.WebModule.start(WebModule.java:241)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1086)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:847)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1086)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:483)
         at org.apache.catalina.startup.Embedded.start(Embedded.java:894)
         at com.sun.enterprise.web.WebContainer.start(WebContainer.java:741)
         at com.sun.enterprise.web.HttpServiceWebContainer.startInstance(HttpServiceWebContainer.java:935)
         at com.sun.enterprise.web.HttpServiceWebContainerLifecycle.onStartup(HttpServiceWebContainerLifecycle.java:50)
         at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:300)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:294)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:220)
    ----- Root Cause -----
    java.lang.NullPointerException
         at com.sun.identity.authentication.UI.LoginLogoutMapping.initializeAuth(LoginLogoutMapping.java:89)
         at com.sun.identity.authentication.UI.LoginLogoutMapping.init(LoginLogoutMapping.java:74)
         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 org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
         at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
         at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:118)
         at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1093)
         at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:931)
         at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4183)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4535)
         at com.sun.enterprise.web.WebModule.start(WebModule.java:241)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1086)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:847)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1086)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:483)
         at org.apache.catalina.startup.Embedded.start(Embedded.java:894)
         at com.sun.enterprise.web.WebContainer.start(WebContainer.java:741)
         at com.sun.enterprise.web.HttpServiceWebContainer.startInstance(HttpServiceWebContainer.java:935)
         at com.sun.enterprise.web.HttpServiceWebContainerLifecycle.onStartup(HttpServiceWebContainerLifecycle.java:50)
         at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:300)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:294)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:220)
    |#]
    [#|2007-12-17T12:28:44.594+0200|INFO|sun-appserver-ee8.2|javax.enterprise.system.container.web|_ThreadID=10;|WEB3040 : Initializing HttpService|#]
    [#|2007-12-17T12:28:44.639+0200|ALERT|sun-appserver-ee8.2|javax.enterprise.system.container.web|_ThreadID=10;|security (22532): CORE3192: Temporary directory /var/opt/SUNWappserver/domains/domain1/generated/tmp (specified by the TempDir magnus.conf directive) is accessible to others.  Please change TempDir or modify the permissions of the directory and restart the server.
    |#]
    [#|2007-12-17T12:28:44.640+0200|SEVERE|sun-appserver-ee8.2|javax.enterprise.system.container.web|_ThreadID=10;|WEB3004 : Received an exception while initializing the HTTP service
    com.sun.httpservice.spi.HttpServiceSPIException: exception thrown from native
         at com.sun.httpservice.spi.HttpService.httpservice_init(Native Method)
         at com.sun.httpservice.spi.HttpService.init(HttpService.java:234)
         at com.sun.enterprise.web.HttpServiceWebContainer.initHttpService(HttpServiceWebContainer.java:1102)
         at com.sun.enterprise.web.HttpServiceWebContainer.initAndRunHttpService(HttpServiceWebContainer.java:1057)
         at com.sun.enterprise.web.HttpServiceWebContainer.startInstance(HttpServiceWebContainer.java:936)
         at com.sun.enterprise.web.HttpServiceWebContainerLifecycle.onStartup(HttpServiceWebContainerLifecycle.java:50)
         at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:300)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:294)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:220)
    |#]
    [#|2007-12-17T12:28:44.643+0200|SEVERE|sun-appserver-ee8.2|javax.enterprise.system.core|_ThreadID=10;|CORE5071: An error occured during initialization
    java.lang.RuntimeException: java.lang.RuntimeException: com.sun.httpservice.spi.HttpServiceSPIException: exception thrown from native
         at com.sun.enterprise.web.HttpServiceWebContainer.initAndRunHttpService(HttpServiceWebContainer.java:1060)
         at com.sun.enterprise.web.HttpServiceWebContainer.startInstance(HttpServiceWebContainer.java:936)
         at com.sun.enterprise.web.HttpServiceWebContainerLifecycle.onStartup(HttpServiceWebContainerLifecycle.java:50)
         at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:300)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:294)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:220)
    Caused by: java.lang.RuntimeException: com.sun.httpservice.spi.HttpServiceSPIException: exception thrown from native
         at com.sun.enterprise.web.HttpServiceWebContainer.initHttpService(HttpServiceWebContainer.java:1108)
         at com.sun.enterprise.web.HttpServiceWebContainer.initAndRunHttpService(HttpServiceWebContainer.java:1057)
         ... 5 more
    Caused by: com.sun.httpservice.spi.HttpServiceSPIException: exception thrown from native
         at com.sun.httpservice.spi.HttpService.httpservice_init(Native Method)
         at com.sun.httpservice.spi.HttpService.init(HttpService.java:234)
         at com.sun.enterprise.web.HttpServiceWebContainer.initHttpService(HttpServiceWebContainer.java:1102)
         ... 6 more
    |#]
    [#|2007-12-17T12:28:44.645+0200|SEVERE|sun-appserver-ee8.2|javax.enterprise.system.core|_ThreadID=10;|Server Startup failed. Exiting...|#]
    [#|2007-12-17T12:28:44.645+0200|INFO|sun-appserver-ee8.2|javax.enterprise.system.core|_ThreadID=10;|Server shutdown in progress...|#]
    [#|2007-12-17T12:28:44.646+0200|INFO|sun-appserver-ee8.2|javax.enterprise.system.container.web|_ThreadID=10;|WEB3046 : Stopping HttpService|#]
    [#|2007-12-17T12:28:44.646+0200|WARNING|sun-appserver-ee8.2|javax.enterprise.system.container.web|_ThreadID=10;|WEB3048 : HttpService: Received exception while stoping HttpService
    com.sun.httpservice.spi.HttpServiceSPIException: Illegal state, cannot perform call
         at com.sun.httpservice.spi.HttpService.stop(HttpService.java:287)
         at com.sun.enterprise.web.HttpServiceWebContainer.stopHttpService(HttpServiceWebContainer.java:1151)
         at com.sun.enterprise.web.HttpServiceWebContainer.stopInstance(HttpServiceWebContainer.java:959)
         at com.sun.enterprise.web.HttpServiceWebContainerLifecycle.onShutdown(HttpServiceWebContainerLifecycle.java:62)
         at com.sun.enterprise.server.ApplicationServer.onShutdown(ApplicationServer.java:414)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:317)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:220)
    |#]
    [#|2007-12-17T12:28:44.651+0200|INFO|sun-appserver-ee8.2|javax.enterprise.system.stream.out|_ThreadID=10;|SHUTDOWN-about to gather shutdownCleanupCapables|#]

    Looks like you cannot connect to LDAP. Are you configured correctly?

Maybe you are looking for