How to start the Message Server?

Hi,
I wish to start the J2EE engine and for the same it is mandatory to start the Message Server first.
In order to start the message server, I run the following command:
<i><b>D:\usr\sap\J2E\SYS\exe\uc\NTI386>msg_server start
msg_server=>sapparam(1c): No Profile used.
msg_server=>sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
[Thr 7972] Wed Jul 25 23:39:18 2007
[Thr 7972] *** ERROR => MsSetWorkDir: chdir D:\usr\sap
D00\work [msntserv.c   170]
[Thr 7972] *** ERROR => MsSPrvInit: MsSetWorkDir [msntserv.c   87]
[Thr 7972] *** ERROR => mainU: MsSPrvInit [msxxserv.c   1634]</b></i>
I gave my best time to search for Profile configuration details. But I could not do that.
<b>Can  somebody tell me how to start the Message Server?</b>
regards,
Anand

Hi Anand,
Will be good to know what OS are you using...
If you're tryng to start an instance use <prompt>: startsap pf=<profile of the system you want to start>
If you logon as <sid>adm just type startsap
If for some reason you need to start only the message server try  <prompt>: msg_server start pf=<profile of the system you want to start>
Regards
Juan
Please reward with points if helpful

Similar Messages

  • How to start the oc4j server

    I install oracle 9ias 9.0.3,but i don't know how to start the oc4j server.
    thanks for any help?

    hi
    Refer "Starting and Stopping OC4J" from
    http://otn.oracle.com/tech/java/oc4j/doc_library/902/A95880_01/html/toc.htm
    hope this helps.
    shrini

  • How to start the admin server on another WLS machine?

    Hi,
              I have a weblogic cluster with 2 weblogic machines: machineA and machineB.
              The cluster contains 4 managed servers (2 on each WLS machine)
              The admin server runs on machineA (standalone).
              I have a file backup of the domain directory on machineA.
              Suppose machineA crashes.
              How can I start the admin server on machineB?
              Kind regards,
              Pieter

    Thanks for your reply,
              I know how to (re)start the admin server on machineA. But in this case I want to start the admin server on machineB.
              The documentation says:
              Restarting an Administration Server on Another Machine
              If a machine crash prevents you from restarting the Administration Server on the same machine, you can recover management of the running Managed Servers as follows:
              Install the WebLogic Server software on the new administration machine (if this has not already been done).
              Make your application files available to the new Administration Server by copying them from backups or by using a shared disk. Your application files should be available in the same relative location on the new file system as on the file system of the original Administration Server.
              Make your configuration and security data available to the new administration machine by copying them from backups or by using a shared disk. For more information, refer to Directory and File Backups for Failure Recovery.
              Restart the Administration Server on the new machine.
              Simply starting the admin server on the other machine does not work because it tries to start the admin server on the ip address of the old machine.
              Edited by [email protected] at 05/10/2007 7:47 AM

  • How to determine the Message Server ipaddress and Port Num

    Hi All,
    I installed SAPR/3 4.7EE on windows with Local Installtion on windows and the SystemNumber is 00.
    I am developing one SAP Load Balancing System Object in the Netweaver Portals,at the time of creating it is asking the values of Message Server IP addess and the Port number.
    Can i give the same ipaddress of SAP R/3 server as Message Server Ip or its different? If it is different, How can we determine the Message Server IP addess and the Port number?
    Regds
    Phanikumar

    Hi Pahani,
    Message server ip is nothing but your server IP if it is stand alone and port is 3600.
    if you want to check the info got to tcode SMMS>GOTO tab select PARAMETERS>display.it will show the info.
    cheers
    Shyam.

  • How to start the osb server

    Hi please help me on this

    Hi Vijay,
              Before starting the OSB Server i need small clarification,
    While OSB Domain Creation what option ur selected i.e. either OSB Developer or Just OSB,
    If ur Selected OSB Developer then,
    goto Your Installation Directory Like Oracle-->Middleware-->User_Projects-->Applcations(Domains)-->Double Click on Ur Domain Name-->Double Click on StartWebLogic.cmd
    If ur Selected only OSB then,u need to follow the below 2 steps
    1) goto Your Installation Directory Like Oracle-->Middleware-->User_Projects-->Applcations(Domains)-->Double Click on Ur Domain Name-->Double Click on StartWebLogic.cmd
    2) copy the Path like Oracle/Middleware/User_Projects/Applcations(Domains)/Servers,
    open cmd and paste here, after that,
    Oracle/Middleware/User_Projects/Applcations(Domains)/Servers/StartManagedWeblogic.cmd osb_server1&.
    Hope it will help you.....
    Regards,
    Kiran

  • How to start the temp server

    Hi experts
    Whether it is possible to copy the data of all disk in SAP server to another standby server with different hardware configuration ( without installing SAP only copying data from one server to another server retaining the IP id and hostname same) i want to activate in the stanby server whee we coied the SAP datas. what is the procedure do as it is??
    bala

    hi ruchit
    i will describe the full text here. the sap server the os is crashed. with the vendor we got the standby server and installed the OS and partitioned the disk in to three logical partition. now we have copied the data from crashed server to their respective disks. now i want to start / initiate the server which data has been dumped from the old one. at present we want recover the SAP by some sort of settings / registries so to avoid the New SAP installation time.Here i need that how to enable all the services from this dump and make the SAP work. where we have maintained the Hostname and IP address is the same. could u tell me the steps involved in it.
    bala

  • [solved] how to start the rabbitmq-server with systemctl

    I got the rabbitmq package from https://aur.archlinux.org/packages/rabbitmq/. Upon installing with 'pacman -U', I got the message
    ==> WARNING:
    ==> This systemd unit executes rabbitmq as rabbitmq user. This is *DIFFERENT*
    ==> from the legacy sysvinit scripts included in the package that
    ==> default on using the "root" user. DO NOT MIX usage of this systemd unit
    ==> with rc.d initscripts, or permission problems may arise.
    ==> To fix those, use the following command (as root):
    chown -R rabbitmq.rabbitmq /var/lib/rabbitmq
    ==> DO NOT DELETE anything manually, that may make your rabbitmq install
    ==> unusable, until deletion of everything under /var/lib/rabbitmq
    I did the 'chown' thing as advised, but I'm not sure if there is something more I should be doing (or not doing).
    I can start the server with
    sudo rabbitmq-server
    and then in another terminal I can do
    sudo /usr/sbin/rabbitmqctl status
    and the output seems to show everything working.
    The trouble starts if instead of directly running rabbit-server, I do
    sudo systemctl enable rabbitmq
    sudo systemctl start rabbitmq
    It seems to start fine and then I get (when I do systemctl status rabbitmq)
    rabbitmq.service - RabbitMQ Messaging Server
    Loaded: loaded (/usr/lib/systemd/system/rabbitmq.service; enabled; vendor preset: disabled)
    Active: failed (Result: exit-code) since Mon 2014-12-29 02:03:25 GMT; 4s ago
    Process: 25657 ExecStop=/usr/bin/rabbitmqctl stop (code=exited, status=2)
    Process: 25549 ExecStart=/usr/bin/rabbitmq-server (code=exited, status=1/FAILURE)
    Main PID: 25549 (code=exited, status=1/FAILURE)
    Dec 29 02:03:25 brunnhilde rabbitmq[25657]: * epmd reports: node 'rabbit' not running at all
    Dec 29 02:03:25 brunnhilde rabbitmq[25657]: no other nodes on brunnhilde
    Dec 29 02:03:25 brunnhilde rabbitmq[25657]: * suggestion: start the node
    Dec 29 02:03:25 brunnhilde rabbitmq[25657]: current node details:
    Dec 29 02:03:25 brunnhilde rabbitmq[25657]: - node name: 'rabbitmqctl-25657@brunnhilde'
    Dec 29 02:03:25 brunnhilde rabbitmq[25657]: - home dir: /var/lib/rabbitmq
    Dec 29 02:03:25 brunnhilde rabbitmq[25657]: - cookie hash: 59JWXfWlAKuxru4vaTbvBQ==
    Dec 29 02:03:25 brunnhilde systemd[1]: rabbitmq.service: control process exited, code=exited status=2
    Dec 29 02:03:25 brunnhilde systemd[1]: Unit rabbitmq.service entered failed state.
    Dec 29 02:03:25 brunnhilde systemd[1]: rabbitmq.service failed.
    I presume this failure has something to do with the systemd warning that I got when installing, but I am not really sure what to do.
    Has anyone got rabbitmq server working using systemctl?
    Last edited by mjandrews (2014-12-29 20:25:13)

    I seem to have fixed it now.
    I changed  /etc/rabbitmq/rabbitmq-env.conf from
    NODENAME=rabbit
    NODE_IP_ADDRESS=0.0.0.0
    NODE_PORT=5672
    LOG_BASE=/var/log/rabbitmq
    MNESIA_BASE=/var/lib/rabbitmq/mnesia
    to
    NODENAME=rabbit
    NODE_IP_ADDRESS=127.0.0.1
    NODE_PORT=5672
    HOME=/var/lib/rabbitmq
    LOG_BASE=/var/log/rabbitmq
    MNESIA_BASE=/var/lib/rabbitmq/mnesia
    and that seems to have done the trick.

  • How to start the file server for Agile PLM

    when i try to add one attachment for an Item, i got the following error message:
    The preferred file server http://agileserver:8080/Filemgr/AttachmentServlet for user : xxx is down
    how to startup the file mgr?

    Hi is this looks like a question for Agile A9.
    For Agile A9 or Primavera questions, you can use Oracle Support, Support Communities, Yahoo Groups for Agile API or WRAU.
    This forum is for Agile PLM for Process, which is part of the same Agile family but a different product.
    Thanks.

  • How to start the X server from console

    In solaris 10 once we logged in cosole session is there any possibility to go to CDE or Java Mode
    Without Log out.
    Regds
    Suseendran .A
    919213540324

    Hello.
    Yes, this is possible (perhaps root access is needed).
    However it is rather difficult...
    I would try to write an own xinit script...
    Martin

  • How to start the server. Urgent.

    I mistakenly deleted the icon from the Start menu, to start the SAP IDES server in my laptop. How to start the server from any other path.
    I installed it in E drive (2003 server). Database path is F drive.

    Hi,
    Check the following path
    E:\Program Files\SAP\FrontEnd\SapGui
    Here the actual Logon Pad file would be stored with name "SAPLOGON" or "SAPLGPAD".
    Create another shortcut for above file on your desktop.
    Best regards,
    Prashant

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

  • Could not start the portal server after installing Portal Source Code

    Hi all, I try to install the portal source code and compile portal source code on the development computer. It does not work. I use Visual Studio 2002. Now I can not start the portal server. I got the error. I delete source code from webapp\portal folder. I still get the following error.
    948 03-14 11:16:20 Error UI Infrastructure 3328 3340 com.plumtree.uiinfrastructure.activityspace.Interpreter.HandleRequest() Unable to load request data._System.NullReferenceException_ at com.plumtree.uiinfrastructure.application.RequestData.LoadQSSettings() at com.plumtree.uiinfrastructure.activityspace.Interpreter.HandleRequest(IXPRequest request, IXPResponse response, ISessionManager session, IApplication application)949 03-14 11:16:20 Error UI Infrastructure 3328 3340 com.plumtree.uiinfrastructure.activityspace.Interpreter.HandleError() Server error._System.NullReferenceException_ at com.plumtree.uiinfrastructure.application.RequestData.LoadQSSettings() at com.plumtree.uiinfrastructure.activityspace.Interpreter.HandleRequest(IXPRequest request, IXPResponse response, ISessionManager session, IApplication application)950 03-14 11:16:20 Info UI Infrastructure 3328 3340 com.plumtree.uiinfrastructure.activityspace.Interpreter.DisplayServerErrorPage() Server error, redirecting to error page.951 03-14 11:16:20 Error UI Infrastructure 3328 3340 com.plumtree.uiinfrastructure.activityspace.Interpreter.HandleError() Error displaying error page._com.plumtree.openfoundation.util.XPException_ at System.Environment.GetStackTrace(Exception e) at System.Environment.GetStackTrace(Exception e) at System.Environment.get_StackTrace() at com.plumtree.openfoundation.util.XPException..ctor(String message) at com.plumtree.portaluiinfrastructure.login.PTPersonalSettingsHelper.GetPersonalSettingValue(String sSettingName, ISessionManager sessionManager, IApplication application, IPTSession ptSession) at com.plumtree.portaluiinfrastructure.login.PTPersonalSettingsHelper.GetPersonalSettingValue(String sSettingName, AActivitySpace asSpace) at com.plumtree.portalpages.common.uiparts.NavigationModel.Init(AActivitySpace parent) at com.plumtree.uiinfrastructure.activityspace.AActivitySpace.RegisterModel(String modelName, String storageName) at com.plumtree.uiinfrastructure.activityspace.AActivitySpace.RegisterModel(String modelName) at com.plumtree.portalpages.common.uiparts.PlumtreeAS.Init() at com.plumtree.portalpages.common.error.ErrorAS.Init() at com.plumtree.uiinfrastructure.activityspace.Interpreter.CreateSpace(RequestData tempData) at com.plumtree.uiinfrastructure.activityspace.Interpreter.DisplayServerErrorPage(RequestData tempData) at com.plumtree.uiinfrastructure.activityspace.Interpreter.HandleError(Exception e, Boolean bDisplayErrorInComments, RequestData tempData) at com.plumtree.uiinfrastructure.activityspace.Interpreter.HandleRequest(IXPRequest request, IXPResponse response, ISessionManager session, IApplication application) at com.plumtree.uiinfrastructure.activityspace.Interpreter.DoService(IXPRequest request, IXPResponse response, ISessionManager session, IApplication application) at com.plumtree.uiinfrastructure.web.XPPage.Service(HttpRequest httpRequest, HttpResponse httpResponse, HttpSessionState httpSession, HttpApplicationState httpApplication) at com.plumtree.portaluiinfrastructure.activityspace.PlumHandler.ProcessRequest(HttpContext context) at System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) at System.Web.HttpApplication.ResumeSteps(Exception error) at System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) at System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) at System.Web.HttpRuntime.ProcessRequest(HttpWorkerRequest wr) at System.Web.Hosting.ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType)
    I don't know how to fix this problem. Should I reinstall portal server? Thank you for your help! Jan

    Hi all, I try to install the portal source code and compile portal source code on the development computer. It does not work. I use Visual Studio 2002. Now I can not start the portal server. I got the error. I delete source code from webapp\portal folder. I still get the following error.
    948 03-14 11:16:20 Error UI Infrastructure 3328 3340 com.plumtree.uiinfrastructure.activityspace.Interpreter.HandleRequest() Unable to load request data._System.NullReferenceException_ at com.plumtree.uiinfrastructure.application.RequestData.LoadQSSettings() at com.plumtree.uiinfrastructure.activityspace.Interpreter.HandleRequest(IXPRequest request, IXPResponse response, ISessionManager session, IApplication application)949 03-14 11:16:20 Error UI Infrastructure 3328 3340 com.plumtree.uiinfrastructure.activityspace.Interpreter.HandleError() Server error._System.NullReferenceException_ at com.plumtree.uiinfrastructure.application.RequestData.LoadQSSettings() at com.plumtree.uiinfrastructure.activityspace.Interpreter.HandleRequest(IXPRequest request, IXPResponse response, ISessionManager session, IApplication application)950 03-14 11:16:20 Info UI Infrastructure 3328 3340 com.plumtree.uiinfrastructure.activityspace.Interpreter.DisplayServerErrorPage() Server error, redirecting to error page.951 03-14 11:16:20 Error UI Infrastructure 3328 3340 com.plumtree.uiinfrastructure.activityspace.Interpreter.HandleError() Error displaying error page._com.plumtree.openfoundation.util.XPException_ at System.Environment.GetStackTrace(Exception e) at System.Environment.GetStackTrace(Exception e) at System.Environment.get_StackTrace() at com.plumtree.openfoundation.util.XPException..ctor(String message) at com.plumtree.portaluiinfrastructure.login.PTPersonalSettingsHelper.GetPersonalSettingValue(String sSettingName, ISessionManager sessionManager, IApplication application, IPTSession ptSession) at com.plumtree.portaluiinfrastructure.login.PTPersonalSettingsHelper.GetPersonalSettingValue(String sSettingName, AActivitySpace asSpace) at com.plumtree.portalpages.common.uiparts.NavigationModel.Init(AActivitySpace parent) at com.plumtree.uiinfrastructure.activityspace.AActivitySpace.RegisterModel(String modelName, String storageName) at com.plumtree.uiinfrastructure.activityspace.AActivitySpace.RegisterModel(String modelName) at com.plumtree.portalpages.common.uiparts.PlumtreeAS.Init() at com.plumtree.portalpages.common.error.ErrorAS.Init() at com.plumtree.uiinfrastructure.activityspace.Interpreter.CreateSpace(RequestData tempData) at com.plumtree.uiinfrastructure.activityspace.Interpreter.DisplayServerErrorPage(RequestData tempData) at com.plumtree.uiinfrastructure.activityspace.Interpreter.HandleError(Exception e, Boolean bDisplayErrorInComments, RequestData tempData) at com.plumtree.uiinfrastructure.activityspace.Interpreter.HandleRequest(IXPRequest request, IXPResponse response, ISessionManager session, IApplication application) at com.plumtree.uiinfrastructure.activityspace.Interpreter.DoService(IXPRequest request, IXPResponse response, ISessionManager session, IApplication application) at com.plumtree.uiinfrastructure.web.XPPage.Service(HttpRequest httpRequest, HttpResponse httpResponse, HttpSessionState httpSession, HttpApplicationState httpApplication) at com.plumtree.portaluiinfrastructure.activityspace.PlumHandler.ProcessRequest(HttpContext context) at System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) at System.Web.HttpApplication.ResumeSteps(Exception error) at System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) at System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) at System.Web.HttpRuntime.ProcessRequest(HttpWorkerRequest wr) at System.Web.Hosting.ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType)
    I don't know how to fix this problem. Should I reinstall portal server? Thank you for your help! Jan

  • I fail to start the sap server with error:Operating system call recv failed

    I fail to start the sap server in SAP R3 Management Console and the message in the syslog was :
    R/3 Basis System: Operating system call           recv failed (error no. 10053)
    Is there any one could tell me how to resolve the problem or give me some advice?I will appreciate him/her very much.Thank you.

    trc file: "dev_disp", trc level: 1, release: "620"
    Sun May 07 13:14:30 2000
    kernel runs with dp version 3(ext=1) (@(#) DPLIB-INT-VERSION-3)
    length of sys_adm_ext is 304 bytes
    systemid   560 (PC with Windows NT)
    relno      6200
    patchlevel 0
    patchno    674
    intno      20020600
    pid        3628
    ***LOG Q00=> DpSapEnvInit, DPStart (00 3628) [dpxxdisp.c   978]
         shared lib "dw_xml.dll" version 674 successfully loaded
         shared lib "dw_xtc.dll" version 674 successfully loaded
         shared lib "dw_stl.dll" version 674 successfully loaded
    Sun May 07 13:14:32 2000
    WARNING => DpNetCheck: NiAddrToHostCanon() took 2 seconds
    Sun May 07 13:14:37 2000
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 5 seconds
    ***LOG GZZ=> 2 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  3212]
    MtxInit: -2 0 0
    DpShMCreate: sizeof(wp_adm)          12784     (752)
    DpShMCreate: sizeof(tm_adm)          1690816     (8412)
    DpShMCreate: sizeof(wp_ca_adm)     18000     (60)
    DpShMCreate: sizeof(appc_ca_adm)     6000     (60)
    DpShMCreate: sizeof(comm_adm)     192000     (384)
    DpShMCreate: sizeof(wall_adm)     (22440/34344/56/100)
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 001E0040, size: 1977824)
    DpShMCreate: allocated sys_adm at 001E0040
    DpShMCreate: allocated wp_adm at 001E0560
    DpShMCreate: allocated tm_adm_list at 001E3750
    DpShMCreate: allocated tm_adm at 001E3778
    DpShMCreate: allocated wp_ca_adm at 00380438
    DpShMCreate: allocated appc_ca_adm at 00384A88
    DpShMCreate: allocated comm_adm_list at 003861F8
    DpShMCreate: allocated comm_adm at 00386210
    DpShMCreate: allocated ca_info at 003B5010
    DpShMCreate: allocated wall_adm at 003B5018
    MBUF state OFF
    Sun May 07 13:14:38 2000
    EmInit: MmSetImplementation( 2 ).
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 1024 kByte.
    Using implementation std
    <EsNT> Memory Reset enabled as NT default
    <EsNT> EsIUnamFileMapInit: Initialize the memory 2458 MB
    <ES> 2457 blocks reserved for free list.
    ES initialized.
    ***LOG Q0K=> DpMsAttach, mscon ( db01) [dpxxdisp.c   9115]
    CCMS: Initalizing shared memory of size 20000000 for monitoring segment.
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpMsgAdmin: Set release to 6200, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   941]
    DpMsgAdmin: Set patchno for this platform to 674
    Release check o.K.
    Sun May 07 13:15:18 2000
    ERROR => W2 (pid 4776) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W2
    Sun May 07 13:15:38 2000
    ERROR => W5 (pid 4548) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W5
    ERROR => W8 (pid 4592) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W8
    ERROR => W9 (pid 4584) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W9
    ERROR => W12 (pid 4676) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W12
    ERROR => W13 (pid 4272) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W13
    my types changed after wp death/restart 0xbf --> 0xb7
    Sun May 07 13:15:58 2000
    ERROR => W4 (pid 4888) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W4
    ERROR => W6 (pid 4788) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W6
    ERROR => W15 (pid 4596) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W15
    Sun May 07 13:16:18 2000
    ERROR => W1 (pid 4892) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W1
    ERROR => W3 (pid 4904) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W3
    ERROR => W7 (pid 4000) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W7
    ERROR => W10 (pid 4864) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W10
    my types changed after wp death/restart 0xb7 --> 0xb5
    Sun May 07 13:16:38 2000
    ERROR => W0 (pid 4900) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W0
    ERROR => W11 (pid 4500) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W11
    ERROR => W14 (pid 4636) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W14
    ERROR => W16 (pid 3532) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W16
    my types changed after wp death/restart 0xb5 --> 0x80
    DP_FATAL_ERROR => DpEnvCheck: no more work processes
    DISPATCHER EMERGENCY SHUTDOWN ***
    DpModState: change server state from STARTING to SHUTDOWN
    Sun May 07 13:16:42 2000
    ***LOG Q0M=> DpMsDetach, ms_detach () [dpxxdisp.c   9341]
    MBUF state OFF
    MBUF component DOWN
    ***LOG Q05=> DpHalt, DPStop ( 3628) [dpxxdisp.c   7883]

  • Problem whle starting the SOA server.

    Hi,
    I have Installed Oracle SOA suite in a server. I have created a domain and with in that domain, there is Admin server, Soa server and BAM server. They were working fine. But when I tried to re-start them recently , the Admin server was showing the warning
    <Mar 3, 2010 10:42:58 PM PST> <Warning> <JDBC> <BEA-001129> <Received exception while creating connection for pool "mds-SpacesDS": ORA-28001: the password has expired>
    but still I am able to access teh web logic console of the admin server.
    When I try to start the SOA server it gives the message
    Internal Exception: weblogic.jdbc.extensions.ConnectionDeadSQLException: weblogic.common.resourcepool.ResourceDeadException: 0:weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: ORA-28001: the password has expired
    The same is the case with the BAM server also . The console of BAM server is showing the message
    Internal Exception: weblogic.jdbc.extensions.ConnectionDeadSQLException: weblogic.common.resourcepool.ResourceDeadException: 0:weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: ORA-28001: the password has expired.
    I have used SYSTEM user credentials while installaing the SOA-SUITE. I have changed and re-set the password for that user. But That did not help.
    can any one please let me know how this issue can be resolved. Please contact me if any more info is needed.
    Thanks in advance for your time,
    Raj Kumar

    Hi Raj,
    Have you created any connection pool with name "mds-SpacesDS"?
    ORA-28001: the password has expiredAbove error shows that account of username, used in the DataSource of connection pool "mds-SpacesDS", has expired and password should be changed. After changing the pasword of DB user, mention the same in your Data-Source as well. Update the DBAdapter to refresh the connection pool.
    Regards,
    Anuj

  • How to Configure the Weblogic Server 6.0 Beta version with Solaris 8

    Hello,
    I have problem in starting the weblogic server 6.0 beta version.
    It is occupying hell of space and running very slow. When I try
    to deploy the bean it is throwing exception like timeout.
    Plese do suggest me what to do. and how to configure properly.
    Thank you,

    That typically happens when you have your database connections configured
    incorrectly. WebLogic is timing out on accessing the database.
    Michael Girdley
    BEA Systems Inc
    "Laxmikanth" <[email protected]> wrote in message
    news:3a35523c$[email protected]..
    >
    Hello,
    I have problem in starting the weblogic server 6.0 beta version.
    It is occupying hell of space and running very slow. When I try
    to deploy the bean it is throwing exception like timeout.
    Plese do suggest me what to do. and how to configure properly.
    Thank you,

Maybe you are looking for

  • Best Buy Just Lost a Long Time Customer

    I am sharing this with the community and Best Buy to showcase the epitome of poor customer service as it relates to a "one-size-fits-all" policy, to warn others, and to tell Best Buy that they've lost a good customer. On Black Friday, I purchased a n

  • Is there a way to only import video?

    Is there a way to only import video? In the import window, I can see a list of files from my SD cards. But they only everything, like photos or even system files sometimes. Is there a way to tell final cut pro to only list or show video files? Or pre

  • Free finish goods for certain level of sales order amount.

    Hi Gurus, I want to add some free finish goods if the sales order amount is greather than a certain amount for OR sales order type For example : if the sales order net amount is greather than 1000 - I want to automaticaly add a FG - 347234FG . Is it

  • How do you reverse the polarity of a track in GB?

    I use GarageBand to mix multi-channel audio (while listening to a stereo mix) then export it to A.Pack or SurCode for the final 5.1 mix to disc. I have a less than one year old Pioneer 7.1 receiver and 5 polk audio speakers from my attempted home the

  • Can i change tabIndex order in run time

    iam giving tabindex order. some swf file loading runtime than can i change tabIndex order. if possible how