Error when lookup JNDI

Hi all,
I'm using Netbeans 5, Hibernate 3.2 cr2 and Jboss 4.0.3SP1, mysql 5
When I try to run the project from netbeans 5, I got the following error. Anything not right that cause the error?
08:05:53,246 INFO [STDOUT] 1111
08:05:53,246 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception
java.lang.ClassCastException: org.jboss.resource.adapter.jdbc.WrapperDataSource
So far from what I find out, it looks like the error happens at sessions = (SessionFactory)ctx.lookup(jndiName) line, because I don't see the output of "2222". Below is the function of getSessionFactory() that resides in my HibernateUtil.java
    public static SessionFactory getSessionFactory() {
        SessionFactory sessions = null;
        try {
            Context ctx = new InitialContext();
            String jndiName = "java:jdbc/cis";
                        System.out.println("1111");
            sessions = (SessionFactory)ctx.lookup(jndiName);
                        System.out.println("2222");
                } catch (NamingException ex) {
            throw new InfrastructureException(ex);
        return sessions;
Below is my mysql-ds.xml in Jboss
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id: mysql-ds.xml,v 1.3.2.1 2004/12/01 11:46:00 schrouf Exp $ -->
<!--  Datasource config for MySQL using 3.0.9 available from:
http://www.mysql.com/downloads/api-jdbc-stable.html
-->
<datasources>
  <local-tx-datasource>
    <jndi-name>jdbc/cis</jndi-name>
    <connection-url>jdbc:mysql://localhost:3309/test</connection-url>
    <driver-class>com.mysql.jdbc.Driver</driver-class>
    <user-name>root</user-name>
    <password>password</password>
    <exception-sorter-class-name>org.jboss.resource.adapter.jdbc.vendor.MySQLExceptionSorter</exception-sorter-class-name>
    <!-- sql to call when connection is created
    <new-connection-sql>select count(*) from t_department</new-connection-sql>
      -->
    <!-- sql to call on an existing pooled connection when it is obtained from pool
    <check-valid-connection-sql>select count(*) from t_department</check-valid-connection-sql>
      -->
    <!-- corresponding type-mapping in the standardjbosscmp-jdbc.xml (optional) -->
    <metadata>
       <type-mapping>mySQL</type-mapping>
    </metadata>
  </local-tx-datasource>
</datasources>Really appreciate some help.
Thank you.
Regards,
Jap

I can't tell you what is exactly wrong, but I can tell you how to figure out what's going on. The good thing is that your ctx.lookup is returnng something. The bad part is that you are not casting it to the right object type (i.e. it appears that the object returned by ctx.lookup is not of type SessionFactory. In you descriptor, it lookups like the object java:jdbc/cis is a DataSource, however, you haven't specified the data source class. Usually, when you create a datasource, you specify the class as java.sql.DataSource. Figure out where you can specify that in the configuration. I'm pretty sure that's the type returned by your context.lookup, so you could swap out SessionFactory for DataSource.
A clever way to solve this problem is to realise that ctx.lookup is returning an object. If you do
Object obj = ctx.lookup(jndiName);
System.out.println(obj.toString());You can figure out two things: 1) the object exists in jndi, 2) you may be able to determne the class type of the object from what printed out.

Similar Messages

  • JNDI error when modifying schema

    While modifying some objectclasses on IPlanet LDAP using JNDI I get the following error:
    [ERROR] [LDAP: error code 1 - The objectclass is malformed. Missing opening "(" around allowed attributes]
    Note that this happens on certain object classes and not in others but I can not determine a pattern. I also get the same error when removing certain objectclasses (it works ok with others).
    I'm using the code given as an example in the Java tutorial to modify the schema.
    Any input would be apreciated.
    Regards.
    -- Paul

    Pls pass either of following two properties to the environment parameter of InitialDirContext:
    New property name: com.sun.jndi.ldap.netscape.schemaBugs=true
    Old property name: com.sun.naming.netscape.schemaBugs=true
    They are used by Sun's JNDI LDAP driver to work with Netscape LDAP server.

  • JNDI Error when Oracle BPM Process invokes an EJB Service Adapter

    Hi All,
    I am trying to invoke an EJB Service from my Oralce BPM process/workflow. I have provided the JNDI name in EJB service adapter in Jdeverloper also. Even though I have configured the JNDI in weblogic server properly, i am getting some JNDI invocation error (FabricInvocationException) as below.
    Can somebody help me on this.
    Non Recoverable System Fault :
    *<bpelFault><faultType>0</faultType><remoteFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="summary"><summary>oracle.fabric.common.FabricInvocationException: Exception creating jndi context for ejb invocation:</summary></part><part name="detail"><detail>Unable to resolve 'XXXXXXInterfaceRemote'. Resolved ''</detail></part><part name="code"><code>null</code></part></remoteFault></bpelFault>*
    Edited by: 920456 on Apr 2, 2013 2:09 AM

    Hi All,
    Still i am facing the above stated challenge, i am getting a JNDI error when i am trying to call it from Oracle BPM process.
    can somebody tell me Does Oracle SOA Suite - EJB Adapter version 3.0 has any runtime bugs ? etc.
    Bcoz in the below link it is given something like EJB Version 2 Are Not Supported During Runtime. So, i want to check whether any bugs.
    [Oracle SOA EJB Adapter Version bugs|http://www.oracle.com/technetwork/middleware/docs/aiasoarelnotesps5-1455925.html#intadapt]
    Regards,
    Satya

  • Error when starting Java(TM) ME Platform SDK 3.0

    hey guys, I get this error when starting Java(TM) ME Platform SDK 3.0. When I installed it it installed 'successfully' and then I double clicked the file on the desktop (I'm using Windows Vista 32bit Home premium) and it gave me the following error when saying 'Starting Modules':-------------------------------------------------------------------------------
    Log Session: Sunday, February 13, 2011 1:52:25 PM GMT
    System Info:   Product Version         = Java(TM) ME Platform SDK 3.0
      Operating System        = Windows Vista version 6.0 running on x86
      Java; VM; Vendor        = 1.6.0_23; Java HotSpot(TM) Client VM 19.0-b09; Sun Microsystems Inc.
      Runtime                 = Java(TM) SE Runtime Environment 1.6.0_23-b05
      Java Home               = C:\Program Files\Java\jdk1.6.0_23\jre
      System Locale; Encoding = en_GB (cdctoolbar); Cp1252
      Home Directory          = C:\Users\Molten Ice
      Current Directory       = C:\Program Files\Java\Java_ME_platform_SDK_3.0\bin
      User Directory          = C:\Users\Molten Ice\javame-sdk\toolbar\3.0
      Installation            = C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\javamesdk1
                                C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\ide10
                                C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\java2
                                C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\mobility8
                                C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\profiler2
                                C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\platform9
      Boot & Ext. Classpath   = C:\Program Files\Java\jdk1.6.0_23\jre\lib\resources.jar;C:\Program Files\Java\jdk1.6.0_23\jre\lib\rt.jar;C:\Program Files\Java\jdk1.6.0_23\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.6.0_23\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.6.0_23\jre\lib\jce.jar;C:\Program Files\Java\jdk1.6.0_23\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.6.0_23\jre\lib\modules\jdk.boot.jar;C:\Program Files\Java\jdk1.6.0_23\jre\classes;C:\Program Files\Java\jdk1.6.0_23\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.6.0_23\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.6.0_23\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.6.0_23\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.6.0_23\jre\lib\ext\sunpkcs11.jar
      Application Classpath   = C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\platform9\lib\boot.jar;C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\platform9\lib\org-openide-modules.jar;C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\platform9\lib\org-openide-util.jar;C:\Program Files\Java\jdk1.6.0_23\lib\dt.jar;C:\Program Files\Java\jdk1.6.0_23\lib\tools.jar
      Startup Classpath       = C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\platform9\core\core.jar;C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\platform9\core\org-openide-filesystems.jar;C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\javamesdk1\core\locale\core_cdctoolbar.jar
    WARNING [org.netbeans.core.projects.cache]: Inefficient to include an empty layer in a module: jar:file:/C:/Program%20Files/Java/Java_ME_platform_SDK_3.0/toolbar/javamesdk1/modules/org-netbeans-modules-javame-common.jar!/org/netbeans/modules/javame/common/resources/layer.xml
    WARNING [org.netbeans.core.projects.cache]: Inefficient to include an empty layer in a module: jar:file:/C:/Program%20Files/Java/Java_ME_platform_SDK_3.0/toolbar/javamesdk1/modules/org-netbeans-modules-e2e.jar!/org/netbeans/modules/e2e/layer.xml
    WARNING [org.openide.filesystems.Ordering]: Not all children in Services/MIMEResolver/ marked with the position attribute: [org-netbeans-modules-javame-netmon-data-NetMonDataResolver.xml], but some are: [org-netbeans-modules-java-mime-resolver.xml, org-apache-tools-ant-module-mime-resolver.xml, org-netbeans-modules-editor-settings-storage-mime-resolver.xml, org-netbeans-modules-url-mime-resolver.xml, org-netbeans-modules-pdf-mime-resolver.xml, org-netbeans-modules-jar-mime-resolver.xml, org-netbeans-modules-editor-codetemplates-mime-resolver.xml]
    WARNING [org.openide.filesystems.Ordering]: Not all children in Services/MIMEResolver/ marked with the position attribute: [org-netbeans-modules-javame-netmon-data-NetMonDataResolver.xml], but some are: [org-netbeans-modules-java-mime-resolver.xml, org-apache-tools-ant-module-mime-resolver.xml, org-netbeans-modules-editor-settings-storage-mime-resolver.xml, org-netbeans-modules-url-mime-resolver.xml, org-netbeans-modules-pdf-mime-resolver.xml, org-netbeans-modules-jar-mime-resolver.xml, org-netbeans-modules-editor-codetemplates-mime-resolver.xml]
    [      0]   INFO - ootstrap.PropertyEditorManager - Registering custom property editors
    [    117]   INFO - bootstrap.ObjectGraphProcessor - Consolidating dependencies...
    [    217]   INFO - bootstrap.ObjectGraphProcessor - Consolidated dependencies...
    [    317]   INFO - bootstrap.ObjectGraphProcessor - Calculating order...
    [    417]   INFO - bootstrap.ObjectGraphProcessor - Calculated order
    [    523]   INFO - un.jme.toolkit.bootstrap.Batch - Initializing objects...
    [    627]   INFO - un.jme.toolkit.bootstrap.Batch - Applying I18N
    [    732]   INFO - un.jme.toolkit.bootstrap.Batch - Initialized objects
    [    832]   INFO - un.jme.toolkit.bootstrap.Batch - Calling create() methods...
    [    932]   INFO - un.jme.toolkit.bootstrap.Batch - Calling start() methods...
    [   1032]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [   2166]   WARN - mpl.ObjectServerConnectionImpl - Remote object server is not running at service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [   2268]   INFO - l.process.GenericProcessRunner - Starting process: C:\Program Files\Java\Java_ME_platform_SDK_3.0/bin/device-manager.exe
    [   3384]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [   5476]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [   7576]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [   9677]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  11777]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  13877]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  15977]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  18077]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  20177]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  22277]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  23379]  ERROR - un.jme.toolkit.bootstrap.Batch - Problem calling start() on DeviceManagerConnection
    java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sun.jme.toolkit.bootstrap.Batch.invoke(Unknown Source)
         at com.sun.jme.toolkit.bootstrap.Batch.tryInvoke(Unknown Source)
         at com.sun.jme.toolkit.bootstrap.Batch.startObjects(Unknown Source)
         at org.netbeans.modules.javame.common.container.Module.start(Module.java:21)
         at org.netbeans.modules.javame.common.container.ContainerSupport.startModule(ContainerSupport.java:67)
         at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.getDeviceManagerConnection(DevicemanagerHelper.java:41)
         at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.ensureConnected(DevicemanagerHelper.java:48)
         at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.getDeviceManager(DevicemanagerHelper.java:84)
         at org.netbeans.modules.javame.platform.jme_sdk.autoinstaller.AutoInstaller.ensureDMStarted(AutoInstaller.java:292)
         at org.netbeans.modules.javame.platform.jme_sdk.autoinstaller.AutoInstaller.restored(AutoInstaller.java:63)
         at org.netbeans.core.startup.NbInstaller.loadCode(NbInstaller.java:421)
         at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:342)
         at org.netbeans.ModuleManager.enable(ModuleManager.java:906)
         at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:428)
         at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:364)
         at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:276)
         at org.netbeans.core.startup.Main.getModuleSystem(Main.java:165)
         at org.netbeans.core.startup.Main.start(Main.java:312)
         at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:110)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is:
         java.net.ConnectException: Connection refused: connect]
         at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:338)
         at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:248)
         at com.sun.jme.toolkit.remoting.client.rmiimpl.ObjectServerConnectionImpl.connect(Unknown Source)
         at com.sun.jme.toolkit.remoting.client.rmiimpl.ObjectServerConnectionImpl.start(Unknown Source)
         ... 24 more
    Caused by: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is:
         java.net.ConnectException: Connection refused: connect]
         at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:101)
         at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:185)
         at javax.naming.InitialContext.lookup(InitialContext.java:392)
         at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1886)
         at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1856)
         at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:257)
         ... 27 more
    Caused by: java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is:
         java.net.ConnectException: Connection refused: connect
         at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:601)
         at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:198)
         at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184)
         at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:322)
         at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
         at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:97)
         ... 32 more
    Caused by: java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
         at java.net.Socket.connect(Socket.java:529)
         at java.net.Socket.connect(Socket.java:478)
         at java.net.Socket.<init>(Socket.java:375)
         at java.net.Socket.<init>(Socket.java:189)
         at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:22)
         at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:128)
         at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:595)
         ... 37 more
    SEVERE [org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper]: Cannot connect to device manager
    java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
         at java.net.Socket.connect(Socket.java:529)
         at java.net.Socket.connect(Socket.java:478)
         at java.net.Socket.<init>(Socket.java:375)
         at java.net.Socket.<init>(Socket.java:189)
         at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:22)
         at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:128)
         at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:595)
    Caused: java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is:
         java.net.ConnectException: Connection refused: connect
         at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:601)
         at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:198)
         at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184)
         at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:322)
         at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
         at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:97)
    Caused: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is:
         java.net.ConnectException: Connection refused: connect]
         at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:101)
         at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:185)
         at javax.naming.InitialContext.lookup(InitialContext.java:392)
         at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1886)
         at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1856)
         at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:257)
    Caused: java.io.IOException: Failed to retrieve RMIServer stub
         at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:338)
         at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:248)
         at com.sun.jme.toolkit.remoting.client.rmiimpl.ObjectServerConnectionImpl.connect(Unknown Source)
         at com.sun.jme.toolkit.remoting.client.rmiimpl.ObjectServerConnectionImpl.start(Unknown Source)
    Caused: java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sun.jme.toolkit.bootstrap.Batch.invoke(Unknown Source)
         at com.sun.jme.toolkit.bootstrap.Batch.tryInvoke(Unknown Source)
         at com.sun.jme.toolkit.bootstrap.Batch.startObjects(Unknown Source)
         at org.netbeans.modules.javame.common.container.Module.start(Module.java:21)
         at org.netbeans.modules.javame.common.container.ContainerSupport.startModule(ContainerSupport.java:67)
         at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.getDeviceManagerConnection(DevicemanagerHelper.java:41)
         at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.ensureConnected(DevicemanagerHelper.java:48)
    [catch] at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.getDeviceManager(DevicemanagerHelper.java:84)
         at org.netbeans.modules.javame.platform.jme_sdk.autoinstaller.AutoInstaller.ensureDMStarted(AutoInstaller.java:292)
         at org.netbeans.modules.javame.platform.jme_sdk.autoinstaller.AutoInstaller.restored(AutoInstaller.java:63)
         at org.netbeans.core.startup.NbInstaller.loadCode(NbInstaller.java:421)
         at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:342)
         at org.netbeans.ModuleManager.enable(ModuleManager.java:906)
         at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:428)
         at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:364)
         at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:276)
         at org.netbeans.core.startup.Main.getModuleSystem(Main.java:165)
         at org.netbeans.core.startup.Main.start(Main.java:312)
         at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:110)
         at java.lang.Thread.run(Thread.java:662)
    [  23598]   INFO - bootstrap.ObjectGraphProcessor - Consolidating dependencies...
    [  23698]   INFO - bootstrap.ObjectGraphProcessor - Consolidated dependencies...
    [  23798]   INFO - bootstrap.ObjectGraphProcessor - Calculating order...
    [  23898]   INFO - bootstrap.ObjectGraphProcessor - Calculated order
    [  23998]   INFO - un.jme.toolkit.bootstrap.Batch - Initializing objects...
    [  24098]   INFO - un.jme.toolkit.bootstrap.Batch - Applying I18N
    [  24198]   INFO - un.jme.toolkit.bootstrap.Batch - Initialized objects
    [  24298]   INFO - un.jme.toolkit.bootstrap.Batch - Calling create() methods...
    [  24398]   INFO - un.jme.toolkit.bootstrap.Batch - Calling start() methods...
    [  24498]   INFO - un.jme.toolkit.bootstrap.Batch - Objects started
    [  24600]   INFO - bootstrap.ObjectGraphProcessor - Consolidating dependencies...
    [  24700]   INFO - bootstrap.ObjectGraphProcessor - Consolidated dependencies...
    [  24800]   INFO - bootstrap.ObjectGraphProcessor - Calculating order...
    [  24900]   INFO - bootstrap.ObjectGraphProcessor - Calculated order
    [  25000]   INFO - un.jme.toolkit.bootstrap.Batch - Initializing objects...
    [  25100]   INFO - un.jme.toolkit.bootstrap.Batch - Applying I18N
    [  25202]   INFO - un.jme.toolkit.bootstrap.Batch - Initialized objects
    [  25302]   INFO - un.jme.toolkit.bootstrap.Batch - Calling create() methods...
    [  25402]   INFO - un.jme.toolkit.bootstrap.Batch - Calling start() methods...
    [  25502]   INFO - un.jme.toolkit.bootstrap.Batch - Objects started
    [  25602]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  26699]   WARN - mpl.ObjectServerConnectionImpl - Remote object server is not running at service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  26799]   INFO - l.process.GenericProcessRunner - Starting process: C:\Program Files\Java\Java_ME_platform_SDK_3.0/bin/device-manager.exe
    [  27914]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  30005]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  32106]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  34206]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  36306]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  38406]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  40506]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  42607]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  44706]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  46806]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    SEVERE [org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper]: Cannot connect to device manager
    java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
         at java.net.Socket.connect(Socket.java:529)
         at java.net.Socket.connect(Socket.java:478)
         at java.net.Socket.<init>(Socket.java:375)
         at java.net.Socket.<init>(Socket.java:189)
         at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:22)
         at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:128)
         at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:595)
    Caused: java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is:
         java.net.ConnectException: Connection refused: connect
         at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:601)
         at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:198)
         at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184)
         at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:322)
         at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
         at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:97)
    Caused: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is:
         java.net.ConnectException: Connection refused: connect]
         at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:101)
         at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:185)
         at javax.naming.InitialContext.lookup(InitialContext.java:392)
         at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1886)
         at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1856)
         at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:257)
    Caused: java.io.IOException: Failed to retrieve RMIServer stub
         at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:338)
         at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:248)
         at com.sun.jme.toolkit.remoting.client.rmiimpl.ObjectServerConnectionImpl.connect(Unknown Source)
         at com.sun.jme.toolkit.remoting.client.rmiimpl.ObjectServerConnectionImpl.start(Unknown Source)
         at com.sun.jme.toolkit.remoting.client.rmiimpl.ObjectServerConnectionImpl.lookupMBean(Unknown Source)
         at com.sun.jme.toolkit.remoting.client.rmiimpl.ObjectServerConnectionImpl.findObject(Unknown Source)
    [catch] at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.openConnection(DevicemanagerHelper.java:53)
         at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.getDeviceManager(DevicemanagerHelper.java:86)
         at org.netbeans.modules.javame.platform.jme_sdk.autoinstaller.AutoInstaller.ensureDMStarted(AutoInstaller.java:292)
         at org.netbeans.modules.javame.platform.jme_sdk.autoinstaller.AutoInstaller.restored(AutoInstaller.java:63)
         at org.netbeans.core.startup.NbInstaller.loadCode(NbInstaller.java:421)
         at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:342)
         at org.netbeans.ModuleManager.enable(ModuleManager.java:906)
         at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:428)
         at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:364)
         at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:276)
         at org.netbeans.core.startup.Main.getModuleSystem(Main.java:165)
         at org.netbeans.core.startup.Main.start(Main.java:312)
         at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:110)
         at java.lang.Thread.run(Thread.java:662)
    [  48018]   INFO - bootstrap.ObjectGraphProcessor - Consolidating dependencies...
    [  48118]   INFO - bootstrap.ObjectGraphProcessor - Consolidated dependencies...
    [  48218]   INFO - bootstrap.ObjectGraphProcessor - Calculating order...
    [  48318]   INFO - bootstrap.ObjectGraphProcessor - Calculated order
    [  48418]   INFO - un.jme.toolkit.bootstrap.Batch - Initializing objects...
    [  48518]   INFO - un.jme.toolkit.bootstrap.Batch - Applying I18N
    [  48618]   INFO - un.jme.toolkit.bootstrap.Batch - Initialized objects
    [  48718]   INFO - un.jme.toolkit.bootstrap.Batch - Calling create() methods...
    [  48818]   INFO - un.jme.toolkit.bootstrap.Batch - Calling start() methods...
    [  48918]   INFO - un.jme.toolkit.bootstrap.Batch - Objects started
    [  49018]   INFO - bootstrap.ObjectGraphPI did install Nokia's SDK with NetBeans and this works perfectly.
    I went through with everything recommended here: http://blogs.sun.com/javamesdk/entry/first_aid_when_emulator_doesn
    But nothing worked.
    Any help appreciated!
    Thanks.

    Note: This thread was originally posted in the [Sun Java Wireless Toolkit|http://forums.sun.com/forum.jspa?forumID=82] forum, but moved to this forum for closer topic alignment.

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

  • Dns error when trying to start ssgd 4.4

    Hi,
    I get the following error when trying to start a fresh install of SSGD 4.4 on sun solaris 10 sparc machine
    bash-3.00# /opt/tarantella/bin/tarantella start
    Starting Secure Global Desktop server (version 4.40.917). Please wait...
    2008/05/12 18:34:43.082 (pid 27580) server/common/fatalerror #1210597482966
    Sun Secure Global Desktop Software (4.4) FATAL ERROR:
    The configured DNS name of the server (unknown) couldn't be
    resolved in DNS.
    The server can't start.
    Check your DNS configuration.
    I tried changing the servername in the httpd.conf file but still get the above errors. What could be the possibel reasons for this error.
    Thanks,

    Hi,
    I changed the peerdns name to "penguin.everett.nl"
    Cbash-3.00# /opt/tarantella/bin/tarantella status
    Array members (1):
    - penguin.everett.nl (primary): NOT ACCEPTING CONNECTIONS.
    bash-3.00#
    However, when I now start the tarantella I get the following error :
    bash-3.00# /opt/tarantella/bin/tarantella stop
    Secure Global Desktop services are not currently running.
    bash-3.00# /opt/tarantella/bin/tarantella start
    Starting Secure Global Desktop server (version 4.40.917). Please wait...
    javax.naming.NameNotFoundException: asad.properties [Root exception is java.io.FileNotFoundException: /opt/tarantella/var/serverconfig/global/beans/asad.properties]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at com.sco.jndi.toolkit.provider.SimpleContinuation.getSimpleException(SimpleContinuation.java:62)
    at com.sco.jndi.toolkit.provider.SimpleContinuation.getSimpleException(SimpleContinuation.java:82)
    at com.sco.jndi.toolkit.provider.ToolkitContext.namingException(ToolkitContext.java:386)
    at com.sco.jndi.toolkit.provider.ToolkitContext.namingException(ToolkitContext.java:401)
    at com.sco.jndi.toolkit.provider.ToolkitContext.nameNotFound(ToolkitContext.java:436)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: java.io.FileNotFoundException: /opt/tarantella/var/serverconfig/global/beans/asad.properties
    at com.sco.jndi.provider.file.FileCacheObject.<init>(FileCacheObject.java:62)
    at com.sco.jndi.provider.file.FileCacheObject.<init>(FileCacheObject.java:39)
    at com.sco.jndi.provider.file.FileCache.lookup(FileCache.java:83)
    at com.sco.jndi.provider.file.FileCache.lookup(FileCache.java:68)
    at com.sco.jndi.provider.file.FileContext.child(FileContext.java:612)
    at com.sco.jndi.provider.file.FileContext.f_lookupLink(FileContext.java:889)
    ... 12 more
    java.io.IOException: Failed to load all Beans : javax.naming.NameNotFoundException: asad.properties [Root exception is java.io.FileNotFoundException: /opt/tarantella/var/serverconfig/global/beans/asad.properties]
    at com.sco.tta.server.server.JServer.<init>(JServer.java:327)
    at TTAServer.run(TTAServer.java:391)
    at java.lang.Thread.run(Thread.java:619)
    bash-3.00# /opt/tarantella/bin/tarantella status
    Array members (1):
    - penguin.everett.nl (primary): NOT ACCEPTING CONNECTIONS.
    bash-3.00#

  • Error when ESR starts - Cannot activate endpoint for message-driven bean

    Hi, as already posted on ERROR WHEN START ESR: Cannot activate endpoint for message-driven bean
    after an upgrade to PI 7.1 SP11, we got the following error when trying to start ESR, other applications work well:
    Application cannot be started!
    Details: com.sap.engine.services.deploy.container.DeploymentException: Cannot activate endpoint for message-driven bean sap.com/com.sap.xi.repositoryxml|com.sap.xpi.ibrep.server.jarxml|WorkspaceSyncMessageReciverMDB
         at com.sap.engine.services.ejb3.container.ContainerInterfaceImpl$Actions.perform(ContainerInterfaceImpl.java:893)
         at com.sap.engine.services.ejb3.container.ContainerInterfaceImpl.prepareStart(ContainerInterfaceImpl.java:425)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepareCommon(StartTransaction.java:219)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepare(StartTransaction.java:179)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:419)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesImpl(ParallelAdapter.java:498)
         at com.sap.engine.services.deploy.server.application.StartTransaction.makeAllPhasesImpl(StartTransaction.java:554)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.runInTheSameThread(ParallelAdapter.java:251)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesAndWait(ParallelAdapter.java:392)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3422)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3408)
         at com.sap.engine.services.deploy.server.DeployCommunicatorImpl.startApplicationAndWait(DeployCommunicatorImpl.java:749)
         at com.sap.engine.services.servlets_jsp.server.deploy.impl.ApplicationManager.start(ApplicationManager.java:180)
         at com.sap.engine.services.servlets_jsp.server.deploy.impl.ApplicationManager.analyseAppStatusMode(ApplicationManager.java:288)
         at com.sap.engine.services.servlets_jsp.server.DeployContext.startLazyApplication(DeployContext.java:334)
         at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:103)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:67)
         at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
         at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:295)
         at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.run(Processor.java:222)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:152)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:250)
    Caused by: com.sap.engine.services.ejb3.container.ActionException: Cannot activate endpoint for message-driven bean sap.com/com.sap.xi.repositoryxml|com.sap.xpi.ibrep.server.jarxml|WorkspaceSyncMessageReciverMDB
         at com.sap.engine.services.ejb3.runtime.impl.Actions_MDBEndpointActivation.perform(Actions_MDBEndpointActivation.java:103)
         at com.sap.engine.services.ejb3.container.CompositeAction.perform(CompositeAction.java:81)
         at com.sap.engine.services.ejb3.container.ApplicationStarter.perform(ApplicationStarter.java:59)
         at com.sap.engine.services.ejb3.container.ContainerInterfaceImpl$Actions.perform(ContainerInterfaceImpl.java:887)
         ... 34 more
    Caused by: javax.resource.NotSupportedException: javax.resource.spi.UnavailableException: Could not activate endpoint for the configured number of attempts
         at com.sap.jms.resourceadapter.ResourceAdapterImpl.endpointActivation(ResourceAdapterImpl.java:113)
         at com.sap.engine.services.connector.jca15.EndpointActivationImpl.activateEndpoint(EndpointActivationImpl.java:451)
         at com.sap.engine.services.connector.jca15.EndpointActivationImpl.findResourceAdapterByName(EndpointActivationImpl.java:154)
         at com.sap.engine.services.connector.jca15.EndpointActivationImpl.findAdapter(EndpointActivationImpl.java:85)
         at com.sap.engine.services.connector.jca15.EndpointActivationImpl.activateEndpoint(EndpointActivationImpl.java:58)
         at com.sap.engine.services.ejb3.runtime.impl.Actions_MDBEndpointActivation.perform(Actions_MDBEndpointActivation.java:95)
         ... 37 more
    Caused by: javax.resource.spi.UnavailableException: Could not activate endpoint for the configured number of attempts
         at com.sap.jms.resourceadapter.RaActivation.activate(RaActivation.java:161)
         at com.sap.jms.resourceadapter.ResourceAdapterImpl.endpointActivation(ResourceAdapterImpl.java:101)
         ... 42 more
    Caused by: javax.resource.spi.UnavailableException: The destination jms/queue/xi/repository/SWCVSync cannot be looked up. Last attempt performed : jms_vendor_queues_global/jms/queue/xi/repository/SWCVSync
         at com.sap.jms.resourceadapter.RaActivation.setupDestination(RaActivation.java:369)
         at com.sap.jms.resourceadapter.RaActivation.activate(RaActivation.java:128)
         ... 43 more
    Caused by: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of SWCVSync.
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.lookup(ServerContextImpl.java:584)
         at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:343)
         at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:637)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at com.sap.jms.resourceadapter.RaActivation.setupDestination(RaActivation.java:367)
         ... 44 more
    Thanks.

    Guys,
    I have deployed the below components and after this repository could not be started which gives the below error.
    1000.7.11.10.18.20130529165100
    SAP AG
    sap.com
    SAP_XIAF
    1000.7.11.10.11.20130529165100
    SAP AG
    sap.com
    SAP_XIESR
    1000.7.11.10.15.20130529165100
    SAP AG
    sap.com
    SAP_XITOOL
    We have the same issue. Still the Restart did not solve ths issue.
    Can anybody help? We are not able to start the XI Repository.
    Our PI components are as below
    com.sap.engine.services.ejb3.runtime.impl.refmatcher.EJBResolvingException: Cannot start applicationsap.com/com.sap.xi.repository; nested exception is: java.rmi.RemoteException: [ERROR
    CODE DPL.DS.6125] Error occurred while starting application locally and wait.; nested exception is:
            com.sap.engine.services.deploy.container.DeploymentException: Cannot activate endpoint for message-driven bean sap.com/com.sap.xi.repository*xml|com.sap.xpi.ibrep.server.jar*xm
    l|CacheRefreshMDB^M
            at com.sap.engine.services.ejb3.runtime.impl.DefaultContainerRepository.startApp(DefaultContainerRepository.java:315)^M
            at com.sap.engine.services.ejb3.runtime.impl.DefaultContainerRepository.getEnterpriseBeanContainer(DefaultContainerRepository.java:106)^M
            at com.sap.engine.services.ejb3.runtime.impl.DefaultRemoteObjectFactory.resolveReference(DefaultRemoteObjectFactory.java:55)^M
    1000.7.11.10.6.20121015232500
    SAP AG
    sap.com
    MESSAGING
    Regards
    Omkar

  • Error during lookup of remote ejb CaseService - Oracle ACM 12C Standalone

    StandAlone Setup:
    CD %ORACLE_HOME%\soa\common\bin
    set QS_TEMPLATES=%ORACLE_HOME%\soa\common\templates\wls\oracle.soa_template_12.1.3.jar, %ORACLE_HOME%\osb\common\templates\wls\oracle.osb_template_12.1.3.jar
    qs_config.cmd
    Then ran config.cmd from WLS and extended BPM domain, then was able to see composer app in deployment.
    AdminServer Args:
    set USER_MEM_ARGS=-Xms512m -Xmx3096m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=1024m
    Error
    ====
    Error during ejb lookup from bpm services client.
    Error during lookup of remote ejb CaseService .
    Contact Oracle support if exception can not be fixed.
            at oracle.bpm.client.impl.casemgmt.CaseManagementServiceRemoteClient.get
    CaseService(CaseManagementServiceRemoteClient.java:86)
            at oracle.bpm.casemgmt.customactivity.notification.NotificationCallbackU
    til.getCaseService(NotificationCallbackUtil.java:158)
            at oracle.bpm.casemgmt.customactivity.notification.NotificationCallbackU
    til.isActivityRegistered(NotificationCallbackUtil.java:167)
            at oracle.bpm.casemgmt.customactivity.notification.NotificationCallbackU
    til.registerEmailActivity(NotificationCallbackUtil.java:83)
            at oracle.bpm.casemgmt.fabric.CaseManagementServiceEngine.stateChanged(C
    aseManagementServiceEngine.java:1340)
            at oracle.integration.platform.blocks.mesh.FabricLifecycle.notifyListene
    rs(FabricLifecycle.java:54)
            at oracle.integration.platform.blocks.mesh.FabricLifecycle.setState(Fabr
    icLifecycle.java:41)
            at oracle.integration.platform.blocks.mesh.MeshImpl.postDeployInit(MeshI
    mpl.java:204)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:57)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:43)
            at java.lang.reflect.Method.invoke(Method.java:606)
            at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflecti
    on(AopUtils.java:318)
            at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJo
    inpoint(ReflectiveMethodInvocation.java:183)
            at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
    ReflectiveMethodInvocation.java:150)
            at oracle.integration.platform.metrics.PhaseEventAspect.invoke(PhaseEven
    tAspect.java:71)
            at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
    ReflectiveMethodInvocation.java:172)
            at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynami
    cAopProxy.java:202)
            at com.sun.proxy.$Proxy324.postDeployInit(Unknown Source)
            at oracle.integration.platform.kernel.FabricKernelInitializerServlet$1.r
    un(FabricKernelInitializerServlet.java:1008)
            at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run
    (WorkManagerExecutor.java:184)
            at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManag
    er.java:184)
            at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    Caused By: javax.naming.NameNotFoundException: While trying to lookup 'ejb.bpm.c
    ase.CaseService' didn't find subcontext 'bpm'. Resolved 'ejb'; remaining name 'b
    pm/case/CaseService'
            at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(Basic
    NamingNode.java:1180)
            at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.jav
    a:265)
            at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.j
    ava:187)
            at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:21
    0)
            at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:22
    4)
            at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.j
    ava:253)
            at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:426)
            at javax.naming.InitialContext.lookup(InitialContext.java:411)
            at oracle.bpm.client.impl.casemgmt.CaseManagementServiceRemoteClient.get
    CaseService(CaseManagementServiceRemoteClient.java:80)
            at oracle.bpm.casemgmt.customactivity.notification.NotificationCallbackU
    til.getCaseService(NotificationCallbackUtil.java:158)
            at oracle.bpm.casemgmt.customactivity.notification.NotificationCallbackU
    til.isActivityRegistered(NotificationCallbackUtil.java:167)
            at oracle.bpm.casemgmt.customactivity.notification.NotificationCallbackU
    til.registerEmailActivity(NotificationCallbackUtil.java:83)
            at oracle.bpm.casemgmt.fabric.CaseManagementServiceEngine.stateChanged(C
    aseManagementServiceEngine.java:1340)
            at oracle.integration.platform.blocks.mesh.FabricLifecycle.notifyListene
    rs(FabricLifecycle.java:54)
            at oracle.integration.platform.blocks.mesh.FabricLifecycle.setState(Fabr
    icLifecycle.java:41)
            at oracle.integration.platform.blocks.mesh.MeshImpl.postDeployInit(MeshI
    mpl.java:204)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:57)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:43)
            at java.lang.reflect.Method.invoke(Method.java:606)
            at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflecti
    on(AopUtils.java:318)
            at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJo
    inpoint(ReflectiveMethodInvocation.java:183)
            at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
    ReflectiveMethodInvocation.java:150)
            at oracle.integration.platform.metrics.PhaseEventAspect.invoke(PhaseEven
    tAspect.java:71)
            at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
    ReflectiveMethodInvocation.java:172)
            at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynami
    cAopProxy.java:202)
            at com.sun.proxy.$Proxy324.postDeployInit(Unknown Source)
            at oracle.integration.platform.kernel.FabricKernelInitializerServlet$1.r
    un(FabricKernelInitializerServlet.java:1008)
            at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run
    (WorkManagerExecutor.java:184)
            at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManag
    er.java:184)
            at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    >
    Please help. The problem does not occur with Integrated WLS. I think the config scripts are correctly running from JDev.

    Hi,
    It's not easy to tell what's wrong with your example.
    Maybe you could send me a zip and I'll check when I have some time.
    By the way, you're asking a question about the lookup of an EJB3, I wrote an article that covers that topic.
    It should give you some interesting input.
    http://m-button.blogspot.com/2008/07/reminder-on-how-to-use-ejb3-with.html
    Regards.

  • Error in lookup

    Hi,
    I am getting this error when I am trying to lookup an EJB after looking up a
    previous EJB which seems to work. Also, if I only look up this EJB it works.
    Any ideas?
    javax.naming.NamingException: Unhandled error in lookup. Root exception is
    java.rmi.RemoteException: CORBA INTERNAL 0 Maybe; nested exception is:
    org.omg.CORBA.INTERNAL: Bad UserException:
    IDL:omg.org/CosNaming/NamingContext/InvalidName:1.0 minor code: 0
    completed: Maybe
    org.omg.CORBA.INTERNAL: Bad UserException:
    IDL:omg.org/CosNaming/NamingContext/InvalidName:1.0 minor code: 0
    completed: Maybe
    at weblogic.iiop.ReplyMessage.getThrowable(ReplyMessage.java:283)
    at
    weblogic.iiop.InboundResponseImpl.getThrowable(InboundResponseImpl.java:76)
    at
    weblogic.iiop.OutboundRequestImpl.sendReceive(OutboundRequestImpl.java:46)
    at
    weblogic.iiop.IIOPRemoteRef.invokeInternal(IIOPRemoteRef.java:125)
    at weblogic.iiop.IIOPRemoteRef.invoke(IIOPRemoteRef.java:87)
    at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
    at $Proxy95.resolve(Unknown Source)
    at
    weblogic.jndi.cosnaming.IIOPInitialContext.lookup(IIOPInitialContext.java:10
    7)
    at javax.naming.InitialContext.lookup(InitialContext.java:350)
    at
    com.phiware.core.entities.AbstractDataFactoryBean.ejbCreate(AbstractDataFact
    oryBean.java:76)
    at
    com.phiware.core.entities.DimensionDOFactoryBean_hdpd2x_Impl.ejbCreate(Dimen
    sionDOFactoryBean_hdpd2x_Impl.java:112)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.ejb20.pool.StatelessSessionPool.createBean(StatelessSessionPool.jav
    a:153)
    at
    weblogic.ejb20.pool.StatelessSessionPool.getBean(StatelessSessionPool.java:1
    17)
    at
    weblogic.ejb20.manager.StatelessManager.preInvoke(StatelessManager.java:156)
    at
    weblogic.ejb20.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:117)
    at
    weblogic.ejb20.internal.StatelessEJBObject.preInvoke(StatelessEJBObject.java
    :63)
    at
    com.phiware.core.entities.DimensionDOFactoryBean_hdpd2x_EOImpl.create(Dimens
    ionDOFactoryBean_hdpd2x_EOImpl.java:113)
    at
    com.phiware.core.entities.DimensionDOFactoryBean_hdpd2x_EOImpl_WLSkel.invoke
    (Unknown Source)
    at
    weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:298)
    at
    weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java
    :93)
    at
    weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:267)
    at
    weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:2
    2)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

    Hi,
    I am getting this error when I am trying to lookup an EJB after looking up a
    previous EJB which seems to work. Also, if I only look up this EJB it works.
    Any ideas?
    javax.naming.NamingException: Unhandled error in lookup. Root exception is
    java.rmi.RemoteException: CORBA INTERNAL 0 Maybe; nested exception is:
    org.omg.CORBA.INTERNAL: Bad UserException:
    IDL:omg.org/CosNaming/NamingContext/InvalidName:1.0 minor code: 0
    completed: Maybe
    org.omg.CORBA.INTERNAL: Bad UserException:
    IDL:omg.org/CosNaming/NamingContext/InvalidName:1.0 minor code: 0
    completed: Maybe
    at weblogic.iiop.ReplyMessage.getThrowable(ReplyMessage.java:283)
    at
    weblogic.iiop.InboundResponseImpl.getThrowable(InboundResponseImpl.java:76)
    at
    weblogic.iiop.OutboundRequestImpl.sendReceive(OutboundRequestImpl.java:46)
    at
    weblogic.iiop.IIOPRemoteRef.invokeInternal(IIOPRemoteRef.java:125)
    at weblogic.iiop.IIOPRemoteRef.invoke(IIOPRemoteRef.java:87)
    at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
    at $Proxy95.resolve(Unknown Source)
    at
    weblogic.jndi.cosnaming.IIOPInitialContext.lookup(IIOPInitialContext.java:10
    7)
    at javax.naming.InitialContext.lookup(InitialContext.java:350)
    at
    com.phiware.core.entities.AbstractDataFactoryBean.ejbCreate(AbstractDataFact
    oryBean.java:76)
    at
    com.phiware.core.entities.DimensionDOFactoryBean_hdpd2x_Impl.ejbCreate(Dimen
    sionDOFactoryBean_hdpd2x_Impl.java:112)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.ejb20.pool.StatelessSessionPool.createBean(StatelessSessionPool.jav
    a:153)
    at
    weblogic.ejb20.pool.StatelessSessionPool.getBean(StatelessSessionPool.java:1
    17)
    at
    weblogic.ejb20.manager.StatelessManager.preInvoke(StatelessManager.java:156)
    at
    weblogic.ejb20.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:117)
    at
    weblogic.ejb20.internal.StatelessEJBObject.preInvoke(StatelessEJBObject.java
    :63)
    at
    com.phiware.core.entities.DimensionDOFactoryBean_hdpd2x_EOImpl.create(Dimens
    ionDOFactoryBean_hdpd2x_EOImpl.java:113)
    at
    com.phiware.core.entities.DimensionDOFactoryBean_hdpd2x_EOImpl_WLSkel.invoke
    (Unknown Source)
    at
    weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:298)
    at
    weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java
    :93)
    at
    weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:267)
    at
    weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:2
    2)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

  • Corba error when accessing EJB on OAS 4.0.8

    When trying to access an EJB the Context lookup fails with the following error:
    org.omg.CORBA.COMM_FAILURE:
    at oracle.oas.orb.CORBA.Request._invoke(Compiled Code)
    at oracle.oas.orb.CORBA.Delegate._invoke(Compiled Code)
    at org.omg.CORBA.portable.ObjectImpl._invoke(Compiled Code)
    at oracle.oas.orb.CORBA.Delegate.is_a(Compiled Code)
    at org.omg.CORBA.portable.ObjectImpl._is_a(Compiled Code)
    at oracle.oas.jndi.oas.BeanInitialContext.resolve(Compiled Code)
    at oracle.oas.jndi.oas.BeanContext.lookup(Compiled Code)
    at oracle.oas.jndi.oas.BeanInitialContext.lookup(Compiled Code)
    at oracle.oas.jndi.oas.WrapperContext.lookup(Compiled Code)
    at oracle.oas.jndi.oas.BeanContext.lookup(Compiled Code)
    at javax.naming.InitialContext.lookup(Compiled Code)
    at Demo.main(Compiled Code)
    I get this error when trying to use an EJB from a client computer. The EJB works when accessing it from the same computer where OAS is running. Any ideas?

    HI, I have the same problem that you had, maybe you have solve it now. If so, can you tell me how to manage through this situation.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by jtanner1:
    When trying to access an EJB the Context lookup fails with the following error:
    org.omg.CORBA.COMM_FAILURE:
    at oracle.oas.orb.CORBA.Request._invoke(Compiled Code)
    at oracle.oas.orb.CORBA.Delegate._invoke(Compiled Code)
    at org.omg.CORBA.portable.ObjectImpl._invoke(Compiled Code)
    at oracle.oas.orb.CORBA.Delegate.is_a(Compiled Code)
    at org.omg.CORBA.portable.ObjectImpl._is_a(Compiled Code)
    at oracle.oas.jndi.oas.BeanInitialContext.resolve(Compiled Code)
    at oracle.oas.jndi.oas.BeanContext.lookup(Compiled Code)
    at oracle.oas.jndi.oas.BeanInitialContext.lookup(Compiled Code)
    at oracle.oas.jndi.oas.WrapperContext.lookup(Compiled Code)
    at oracle.oas.jndi.oas.BeanContext.lookup(Compiled Code)
    at javax.naming.InitialContext.lookup(Compiled Code)
    at Demo.main(Compiled Code)
    I get this error when trying to use an EJB from a client computer. The EJB works when accessing it from the same computer where OAS is running. Any ideas? <HR></BLOCKQUOTE>
    null

  • Adobe Media Encoder (Error compiling movie) Unknown error when writing to Isilon OneFS 6.5.5.18

    Adobe Media Encoder (Error compiling movie) Unknown error when writing to Isilon OneFS 6.5.5.18 while using Adobe Premiere Pro.
    Process:         Adobe Premiere Pro CC 2014
    Path: /Applications/Adobe Premiere Pro CC 2014/Adobe Premiere Pro CC 2014.app/Contents/MacOS/Adobe Premiere Pro CC 2014
    Identifier: com.adobe.AdobePremierePro
    Version:         8.1.0 (8.1.0)
    Code Type: X86-64 (Native)
    Parent Process: launchd [2538]
    Responsible:     Adobe Premiere Pro CC 2014
    Date/Time: 2015-01-06 14:04:23.500 -0700
    OS Version:      Mac OS X 10.9.2 (13C64)
    Report Version:  11
    Crashed Thread: 55  Dispatch queue: com.apple.root.default-priority
    Exception Type: EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    Customer created test export with 777 permissions and set mount parameters to the following:
    mount_nfs -o vers=3,tcp,rdirplus,intr,nolocks,async,rsize=32768,wsize=32768
      -- Original mount options:
         General mount flags: 0x40 async
         NFS parameters: vers=3,tcp,nolocks,rsize=32768,wsize=32768,rdirplus
      -- Current mount parameters:
         General mount flags: 0x4000058 async,nodev,nosuid multilabel
         NFS parameters: vers=3,tcp,port=2049,nomntudp,hard,nointr,noresvport,negnamecache,callumnt,nolocks,quota, rsize=32768,wsize=32768,readahead=16,dsize=32768,rdirplus,nodumbtimr,timeo=10,maxgroups=16 ,acregmin=5,acregmax=60,acdirmin=5,acdirmax=60,nomutejukebox,nonfc,sec=sys
    The pcap shows once the movie is created a lockup call is responded from Isilon with Error: NFS3ERR_NOENT
    478         V3 CREATE Call (Reply In 479), DH: 0xea5f731c/QBRSN-0-0-1.mov Mode: UNCHECKED
    479         V3 CREATE Reply (Call In 478)
    484         V3 LOOKUP Call (Reply In 485), DH: 0xea5f731c/._QBRSN-0-0-1.mov
    485        V3 LOOKUP Reply (Call In 484) Error: NFS3ERR_NOENT
    V3 LOOKUP Reply (Call In ....) Error: NFS3ERR_NOENT  -   This is by design of OneFS, we coalesce files and then flush them out to disk which is why the commit time is accurate but the file is not immediately available. however when an async option is used within the mount options this should be avoided if writing asynchronously to the cluster.  Has anyone else seen this behavior lately? (current workaround is to store locally and transfer to the cluster via Finder)

    That error can happen for many reasons...one of the reasons that I occassionaly get it is because I try exporting a movie to an external drive that has been formated in the old FAT32 instead of the NTSF standard.  FAT32 only allows for file sizes up to 2 gigs.  And as soon as it reaches that...I would get that error.  I don't know if that is why you are getting that error...but it would be easy to check.  1) are you generating a file that is over 2 gigs?  2) is your drive that you are exporting to FAT 32 (just right click the drive in My Computer and select "properties" then just look for what it says next to "file system".

  • Error when trying to start BPEL PM server

    Hi ,
    I encountered the following error when i try to boot the BPEL PM server.
    Can somebody help me with this problem.
    Error compiling D:\OraBPELPM_1\integration\orabpel\system\appserver\oc4j\j2ee\ho
    me\applications\orabpel_ear\ejb_ob_engine.jar: Syntax error in source
    06/09/13 10:48:38 done.
    06/09/13 10:48:38 Error instantiating application 'orabpel' at file:/D:/OraBPELP
    M_1/integration/orabpel/system/appserver/oc4j/j2ee/home/applications/orabpel_ear
    /: Error initializing ejb-module; Exception Error in application orabpel: Error
    loading package at file:/D:/OraBPELPM_1/integration/orabpel/system/appserver/oc4
    j/j2ee/home/applications/orabpel_ear/ejb_ob_engine.jar,
    Error compiling D:\OraBPELPM_1\integration\orabpel\system\appserver\oc4j\j2ee\ho
    me\applications\orabpel_ear\ejb_ob_engine.jar: Syntax error in source
    06/09/13 10:48:38 Application bc4j (bc4j) initialized...
    06/09/13 10:48:38 Auto-deploying - hw_services.war (No previous deployment found
    06/09/13 10:48:38 Auto-deploying - compiling and loading...
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Error compiling D:\OraBPELPM_1\integration\orabpel\system\appserver\oc4j\j2ee\ho
    me\applications\hw_services\hw_services.war: Syntax error in source
    Error in application hw_services: Error loading package at file:/D:/OraBPELPM_1/
    integration/orabpel/system/appserver/oc4j/j2ee/home/applications/hw_services/hw_
    services.war,
    Error compiling D:\OraBPELPM_1\integration\orabpel\system\appserver\oc4j\j2ee\ho
    me\applications\hw_services\hw_services.war: Syntax error in source
    06/09/13 10:48:39 done.
    06/09/13 10:48:39 Error instantiating application 'hw_services' at file:/D:/OraB
    PELPM_1/integration/orabpel/system/appserver/oc4j/j2ee/home/applications/hw_serv
    ices.ear: Error initializing ejb-module; Exception Error in application hw_servi
    ces: Error loading package at file:/D:/OraBPELPM_1/integration/orabpel/system/ap
    pserver/oc4j/j2ee/home/applications/hw_services/hw_services.war,
    Error compiling D:\OraBPELPM_1\integration\orabpel\system\appserver\oc4j\j2ee\ho
    me\applications\hw_services\hw_services.war: Syntax error in source
    06/09/13 10:48:39 Auto-deploying - OWFWrapperEJB.jar (No previous deployment fou
    nd)...
    06/09/13 10:48:39 Auto-deploying - compiling and loading...
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Error compiling D:\OraBPELPM_1\integration\orabpel\system\appserver\oc4j\j2ee\ho
    me\applications\owf\OWFWrapperEJB.jar: Syntax error in source
    Error in application owf: Error loading package at file:/D:/OraBPELPM_1/integrat
    ion/orabpel/system/appserver/oc4j/j2ee/home/applications/owf/OWFWrapperEJB.jar,
    Error compiling D:\OraBPELPM_1\integration\orabpel\system\appserver\oc4j\j2ee\ho
    me\applications\owf\OWFWrapperEJB.jar: Syntax error in source
    06/09/13 10:48:43 done.
    06/09/13 10:48:43 Error instantiating application 'owf' at file:/D:/OraBPELPM_1/
    integration/orabpel/system/appserver/oc4j/j2ee/home/applications/owf.ear: Error
    initializing ejb-module; Exception Error in application owf: Error loading packa
    ge at file:/D:/OraBPELPM_1/integration/orabpel/system/appserver/oc4j/j2ee/home/a
    pplications/owf/OWFWrapperEJB.jar,
    Error compiling D:\OraBPELPM_1\integration\orabpel\system\appserver\oc4j\j2ee\ho
    me\applications\owf\OWFWrapperEJB.jar: Syntax error in source
    06/09/13 10:48:43 Application b2bwsilplugin (BPEL-B2B adapter WSIL plugin) initi
    alized...
    06/09/13 10:48:43 Application icwsilplugin (BPEL-IC adapter WSIL plugin) initial
    ized...
    06/09/13 10:48:43 Web-App default:defaultWebApp (0.0.0.0/0.0.0.0:9700/) started.
    06/09/13 10:48:43 Building Global TagLibrary Persistent Cache
    06/09/13 10:48:43 Looking for global resource at D:\OraBPELPM_1\integration\orab
    pel\system\appserver\oc4j\j2ee\home\config\..\jsp\lib\taglibDone getting applica
    tion current resources
    06/09/13 10:48:43 Done initializing cache
    06/09/13 10:48:43 Refreshing global cache - from existing cache ...
    06/09/13 10:48:43 Building Application TagLibrary Persistent Cache for defaultWe
    bApp
    06/09/13 10:48:44 Done getting application current resources
    06/09/13 10:48:44 Done initializing cache
    06/09/13 10:48:44 Refreshing application cache - from existing cache ...
    06/09/13 10:48:44 Found 0 listeners
    06/09/13 10:48:44 Web-App orabpel:admin_war (0.0.0.0/0.0.0.0:9700/BPELAdmin) sta
    rted...
    06/09/13 10:48:44 Building Application TagLibrary Persistent Cache for admin_war
    06/09/13 10:48:44 Done getting application current resources
    06/09/13 10:48:44 Done initializing cache
    06/09/13 10:48:44 Refreshing application cache - from existing cache ...
    06/09/13 10:48:44 Found 0 listeners
    06/09/13 10:48:44 Web-App orabpel:console_war (0.0.0.0/0.0.0.0:9700/BPELConsole)
    started...
    06/09/13 10:48:44 Building Application TagLibrary Persistent Cache for console_w
    ar
    06/09/13 10:48:44 Done getting application current resources
    06/09/13 10:48:44 Done initializing cache
    06/09/13 10:48:44 Refreshing application cache - from existing cache ...
    06/09/13 10:48:44 Found 0 listeners
    06/09/13 10:48:44 Web-App orabpel:startup_war (0.0.0.0/0.0.0.0:9700/orabpel) sta
    rted...
    06/09/13 10:48:44 Building Application TagLibrary Persistent Cache for startup_w
    ar
    06/09/13 10:48:44 Done getting application current resources
    06/09/13 10:48:44 Done initializing cache
    06/09/13 10:48:44 Refreshing application cache - from existing cache ...
    06/09/13 10:48:44 Found 0 listeners
    06/09/13 10:48:44 log4j:WARN No appenders could be found for logger (org.collaxa
    .thirdparty.apache.axis.transport.http.AxisServlet).
    06/09/13 10:48:44 log4j:WARN Please initialize the log4j system properly.
    06/09/13 10:48:47 java.lang.Exception: Failed to create "ejb/collaxa/system/Serv
    erBean" bean; exception reported is: "javax.naming.NameNotFoundException: ejb/co
    llaxa/system/ServerBean not found
    at com.evermind.server.rmi.RMIContext.lookup(RMIContext.java:164)
    at com.evermind.server.ApplicationContext.lookup(ApplicationContext.java
    :333)
    at com.evermind.server.ApplicationContext.lookup(ApplicationContext.java
    :120)
    at javax.naming.InitialContext.lookup(InitialContext.java:347)
    at com.oracle.bpel.client.util.BeanRegistry.lookupServerBean(BeanRegistr
    y.java:95)
    at com.oracle.bpel.client.util.BeanRegistry.lookupServerBean(BeanRegistr
    y.java:81)
    at com.oracle.bpel.client.util.BeanCache.getServerBean(BeanCache.java:88
    at com.collaxa.cube.admin.CXLoaderServlet.init(CXLoaderServlet.java:59)
    at javax.servlet.GenericServlet.init(GenericServlet.java:258)
    at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.
    java:2354)
    at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.
    java:4795)
    at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpAppl
    ication.java:4889)
    at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.
    java:1015)
    at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:
    549)
    at com.evermind.server.Application.getHttpApplication(Application.java:8
    90)
    at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.jav
    a:707)
    at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:625)
    at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:278)
    at com.evermind.server.http.HttpServer.setSites(HttpServer.java:278)
    at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:179)
    at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServe
    r.java:2394)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.jav
    a:1551)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLa
    uncher.java:92)
    at java.lang.Thread.run(Thread.java:534)
    06/09/13 10:48:47 at com.oracle.bpel.client.util.BeanRegistry.lookupServer
    Bean(BeanRegistry.java:109)
    06/09/13 10:48:47 at com.oracle.bpel.client.util.BeanRegistry.lookupServer
    Bean(BeanRegistry.java:81)
    06/09/13 10:48:47 at com.oracle.bpel.client.util.BeanCache.getServerBean(B
    eanCache.java:88)
    06/09/13 10:48:47 at com.collaxa.cube.admin.CXLoaderServlet.init(CXLoaderS
    ervlet.java:59)
    06/09/13 10:48:47 at javax.servlet.GenericServlet.init(GenericServlet.java
    :258)
    06/09/13 10:48:47 at com.evermind.server.http.HttpApplication.loadServlet(
    HttpApplication.java:2354)
    06/09/13 10:48:47 at com.evermind.server.http.HttpApplication.findServlet(
    HttpApplication.java:4795)
    06/09/13 10:48:47 at com.evermind.server.http.HttpApplication.initPreloadS
    ervlets(HttpApplication.java:4889)
    06/09/13 10:48:47 at com.evermind.server.http.HttpApplication.initDynamic(
    HttpApplication.java:1015)
    06/09/13 10:48:47 at com.evermind.server.http.HttpApplication.<init>(HttpA
    pplication.java:549)
    06/09/13 10:48:47 at com.evermind.server.Application.getHttpApplication(Ap
    plication.java:890)
    06/09/13 10:48:47 at com.evermind.server.http.HttpServer.getHttpApplicatio
    n(HttpServer.java:707)
    06/09/13 10:48:47 at com.evermind.server.http.HttpSite.initApplications(Ht
    tpSite.java:625)
    06/09/13 10:48:47 at com.evermind.server.http.HttpSite.setConfig(HttpSite.
    java:278)
    06/09/13 10:48:47 at com.evermind.server.http.HttpServer.setSites(HttpServ
    er.java:278)
    06/09/13 10:48:47 at com.evermind.server.http.HttpServer.setConfig(HttpSer
    ver.java:179)
    06/09/13 10:48:47 at com.evermind.server.ApplicationServer.initializeHttp(
    ApplicationServer.java:2394)
    06/09/13 10:48:47 at com.evermind.server.ApplicationServer.setConfig(Appli
    cationServer.java:1551)
    06/09/13 10:48:47 at com.evermind.server.ApplicationServerLauncher.run(App
    licationServerLauncher.java:92)
    06/09/13 10:48:47 at java.lang.Thread.run(Thread.java:534)
    06/09/13 10:48:47 Web-App orabpel:httpbinding (0.0.0.0/0.0.0.0:9700/httpbinding)
    started...
    06/09/13 10:48:47 Building Application TagLibrary Persistent Cache for httpbindi
    ng
    06/09/13 10:48:47 Done getting application current resources
    06/09/13 10:48:47 Done initializing cache
    06/09/13 10:48:47 Refreshing application cache - from existing cache ...
    06/09/13 10:48:47 Found 0 listeners
    06/09/13 10:48:47 Web-App bc4j:webapp (0.0.0.0/0.0.0.0:9700/webapp) started...
    06/09/13 10:48:47 Building Application TagLibrary Persistent Cache for webapp
    06/09/13 10:48:47 Done getting application current resources
    06/09/13 10:48:47 Done initializing cache
    06/09/13 10:48:47 Refreshing application cache - from existing cache ...
    06/09/13 10:48:48 Found 0 listeners
    06/09/13 10:48:48 Web-App hw_services:deploy (0.0.0.0/0.0.0.0:9700/integration/s
    ervices/deploy) started...
    06/09/13 10:48:48 Building Application TagLibrary Persistent Cache for deploy
    06/09/13 10:48:48 Done getting application current resources
    06/09/13 10:48:48 Done initializing cache
    06/09/13 10:48:48 Refreshing application cache - from existing cache ...
    06/09/13 10:48:48 Found 0 listeners
    06/09/13 10:48:48 Web-App hw_services:hw_services (0.0.0.0/0.0.0.0:9700/integrat
    ion/services) started...
    06/09/13 10:48:48 Building Application TagLibrary Persistent Cache for hw_servic
    es
    06/09/13 10:48:48 Done getting application current resources
    06/09/13 10:48:48 Done initializing cache
    06/09/13 10:48:48 Refreshing application cache - from existing cache ...
    06/09/13 10:48:48 Found 0 listeners
    06/09/13 10:48:48 Web-App hw_services:testconnection (0.0.0.0/0.0.0.0:9700/integ
    ration/services/testconnection) started...
    06/09/13 10:48:48 Building Application TagLibrary Persistent Cache for testconne
    ction
    06/09/13 10:48:48 Done getting application current resources
    06/09/13 10:48:48 Done initializing cache
    06/09/13 10:48:48 Refreshing application cache - from existing cache ...
    06/09/13 10:48:48 Found 0 listeners
    06/09/13 10:48:48 Web-App hw_services:worklistxpress (0.0.0.0/0.0.0.0:9700/integ
    ration/worklistapp) started...
    06/09/13 10:48:48 Building Application TagLibrary Persistent Cache for worklistx
    press
    06/09/13 10:48:48 Done getting application current resources
    06/09/13 10:48:48 Done initializing cache
    06/09/13 10:48:48 Refreshing application cache - from existing cache ...
    06/09/13 10:48:49 Found 0 listeners
    06/09/13 10:48:49 Web-App owf:owf (0.0.0.0/0.0.0.0:9700/integration/owf) started
    06/09/13 10:48:49 Building Application TagLibrary Persistent Cache for owf
    06/09/13 10:48:49 Done getting application current resources
    06/09/13 10:48:49 Done initializing cache
    06/09/13 10:48:49 Refreshing application cache - from existing cache ...
    06/09/13 10:48:49 Found 0 listeners
    06/09/13 10:48:49 NOT running under appserver environment
    06/09/13 10:48:49 javax.naming.NameNotFoundException: loc/jdbc/BPELServerDataSou
    rce not found
    06/09/13 10:48:49 at com.evermind.server.rmi.RMIContext.lookup(RMIContext.
    java:164)
    06/09/13 10:48:49 at com.evermind.server.ApplicationContext.lookup(Applica
    tionContext.java:333)
    06/09/13 10:48:49 at com.evermind.server.ApplicationContext.lookup(Applica
    tionContext.java:120)
    06/09/13 10:48:49 at javax.naming.InitialContext.lookup(InitialContext.jav
    a:347)
    06/09/13 10:48:49 at oracle.tip.pc.services.owf.AppWrapper.getDataSource(A
    ppWrapper.java:53)
    06/09/13 10:48:49 at oracle.tip.pc.services.owf.BridgeDBWrapper.<init>(Bri
    dgeDBWrapper.java:77)
    06/09/13 10:48:49 at oracle.tip.pc.services.owf.callback.OWFMonitorServlet
    .init(OWFMonitorServlet.java:45)
    06/09/13 10:48:49 at com.evermind.server.http.HttpApplication.loadServlet(
    HttpApplication.java:2354)
    06/09/13 10:48:49 at com.evermind.server.http.HttpApplication.findServlet(
    HttpApplication.java:4795)
    06/09/13 10:48:49 at com.evermind.server.http.HttpApplication.initPreloadS
    ervlets(HttpApplication.java:4889)
    06/09/13 10:48:49 at com.evermind.server.http.HttpApplication.initDynamic(
    HttpApplication.java:1015)
    06/09/13 10:48:49 at com.evermind.server.http.HttpApplication.<init>(HttpA
    pplication.java:549)
    06/09/13 10:48:49 at com.evermind.server.Application.getHttpApplication(Ap
    plication.java:890)
    06/09/13 10:48:49 at com.evermind.server.http.HttpServer.getHttpApplicatio
    n(HttpServer.java:707)
    06/09/13 10:48:49 at com.evermind.server.http.HttpSite.initApplications(Ht
    tpSite.java:625)
    06/09/13 10:48:49 at com.evermind.server.http.HttpSite.setConfig(HttpSite.
    java:278)
    06/09/13 10:48:49 at com.evermind.server.http.HttpServer.setSites(HttpServ
    er.java:278)
    06/09/13 10:48:49 at com.evermind.server.http.HttpServer.setConfig(HttpSer
    ver.java:179)
    06/09/13 10:48:49 at com.evermind.server.ApplicationServer.initializeHttp(
    ApplicationServer.java:2394)
    06/09/13 10:48:49 at com.evermind.server.ApplicationServer.setConfig(Appli
    cationServer.java:1551)
    06/09/13 10:48:49 at com.evermind.server.ApplicationServerLauncher.run(App
    licationServerLauncher.java:92)
    06/09/13 10:48:49 at java.lang.Thread.run(Thread.java:534)
    06/09/13 10:48:49 Web-App b2bwsilplugin:b2bwsilplugin (0.0.0.0/0.0.0.0:9700/B2BW
    SIL) started...
    06/09/13 10:48:49 Building Application TagLibrary Persistent Cache for b2bwsilpl
    ugin
    06/09/13 10:48:49 Done getting application current resources
    06/09/13 10:48:49 Done initializing cache
    06/09/13 10:48:49 Refreshing application cache - from existing cache ...
    06/09/13 10:48:49 Found 0 listeners
    06/09/13 10:48:49 B2B not installed
    06/09/13 10:48:49 Web-App icwsilplugin:icwsilplugin (0.0.0.0/0.0.0.0:9700/ic) st
    arted...
    06/09/13 10:48:49 Building Application TagLibrary Persistent Cache for icwsilplu
    gin
    06/09/13 10:48:49 Done getting application current resources
    06/09/13 10:48:49 Done initializing cache
    06/09/13 10:48:49 Refreshing application cache - from existing cache ...
    06/09/13 10:48:49 Found 0 listeners
    06/09/13 10:48:49 Interconnect not installed
    06/09/13 10:48:49 Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)
    initialized

    Hi guys:
    I got exactly the same error. I recently installed BPEL Process Manager for Developers 10g Release 2 (10.1.2) in windows XP.
    The default setting for BPEL VM memory is Xms512m -Xmx512m -Xmn300m. I tried to set maximum size to 1024 but I had this error.
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    if any body can suggest a solution will be great .
    Thanks.
    Message was edited by:
    user533906
    Message was edited by:
    user533906

  • Error when call RFC Function module in R/3

    Dear All,
    We are trying to call RFC function module CBIF_GLM1_PROCESS_ORDER_READ (This is not a BAPI and also not released ) in R/3 from XI system.
    we are facing the error "Error while lookup Exception during processing the payload. Error when calling an adapter by using the communication channel CC_PPPI_MES_RFC_Rcvr (Party: , Service: WCD_320, Object ID: 16563889b449328eac76caa6a3bc592e) XI AF API call failed. Module exception: 'error while processing the request to rfc-client: com.sap.aii.adapter.rfc.afcommunication.RfcAFWException: error while processing message to remote system:com.sap.aii.adapter.rfc.core.client.RfcClientException: failed to parse BAPI response due to: com.sap.aii.adapter.rfc.util.bapi.BapiException: Parameter with name RETURN not found.'. Cause Exception: 'com.sap.aii.adapter.rfc.afcommunication.RfcAFWException: error while processing message to remote system:com.sap.aii.adapter.rfc.core.client.RfcClientException: failed to parse BAPI response due to: com.sap.aii.adapter.rfc.util.bapi.BapiException: Parameter with name RETURN not found.'."
    This is the first time we are doing this configuration.
    Could you please let me know what woulbe the reason.

    read the original message
    We are trying to call RFC function module CBIF_GLM1_PROCESS_ORDER_READ (This is not a BAPI and also not released ) in R/3 from XI system.
    I am talking about the above Receiver RFC channel which you guys are using to call R/3 from XI. That where you need to change the commit parameter

  • Error when cloning a AD connector (cannot insert NULL into ("OIMUSER"."OIU"

    I am getting below error when trying to clone AD connector (new resource). I Imported/Exported AD resource Object, Process form and the dependent lookup tables.
    I can see the new resource object, process definition, process forms and Recon rule, when i tried provision a the new resource i see this error in logs.
    DEBUG,23 Dec 2010 02:34:45,788,[XELLERATE.DDM.IMPORT], Importing ProcessAdministrator(XMLCREATED)
    DEBUG,23 Dec 2010 02:34:45,788,[XELLERATE.DDM.IMPORT], Object is being created
    DEBUG,23 Dec 2010 02:34:45,788,[XELLERATE.DDM.IMPORT], Creating data object
    DEBUG,23 Dec 2010 02:34:45,788,[XELLERATE.DDM.IMPORT],Creating data object with params: com.thortech.xl.dataobj.tcDataBase@14d388c,41,null,[B@9355bd
    DEBUG,23 Dec 2010 02:34:45,803,[XELLERATE.DDM.IMPORT], Resolving dependency to {UserGroup=SYSTEM ADMINISTRATORS}
    DEBUG,23 Dec 2010 02:34:45,803,[XELLERATE.DDM.IMPORT], Dependency resolved with key: 1
    DEBUG,23 Dec 2010 02:34:45,803,[XELLERATE.DDM.IMPORT], Saving data object
    INFO,23 Dec 2010 02:34:46,256,[XELLERATE.DDM.STATS],Purging 6 prepared statements
    ERROR,23 Dec 2010 02:35:52,663,[XELLERATE.DATABASE],Class/Method: tcDataBase/writeStatement encounter some problems: ORA-01400: cannot insert NULL into ("OIMUSER"."OIU"."OST_KEY")
    java.sql.SQLIntegrityConstraintViolationException: ORA-01400: cannot insert NULL into ("OIMUSER"."OIU"."OST_KEY")
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:85)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:112)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:173)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1030)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:194)
         at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:947)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1222)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3381)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3462)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1349)
         at weblogic.jdbc.wrapper.PreparedStatement.executeUpdate(PreparedStatement.java:159)
         at com.thortech.xl.dataaccess.tcDataBase.writePreparedStatement(Unknown Source)
         at com.thortech.xl.dataobj.PreparedStatementUtil.executeUpdate(Unknown Source)
         at com.thortech.xl.dataobj.tcTableDataObj.insertImplementation(Unknown Source)
    Please let me know if you have any idea..
    Thanks..
    Edited by: IDMuser19 on Dec 29, 2010 2:21 PM

    After Setting Database to DEBUG mode i see below errors in the log
    DEBUG,27 Dec 2010 16:26:44,850,[XELLERATE.DATABASE],select ost_launch_dependent, ost_key, ost_status from ost ost, obi obi where ost.obj_key=obi.obj_key and obi.obi_key=181
    INFO,27 Dec 2010 16:26:44,865,[XELLERATE.DATABASE],DB read: select upp_deny_list from upp,usr where usr.usr_key=upp.usr_key and usr.usr_key=21
    DEBUG,27 Dec 2010 16:26:44,865,[XELLERATE.DATABASE],select upp_deny_list from upp,usr where usr.usr_key=upp.usr_key and usr.usr_key=21
    INFO,27 Dec 2010 16:26:44,865,[XELLERATE.DATABASE],DB read: select pol_key, obi.obj_key from rqo,obi where rqo.obi_key = obi.obi_key and obi.obi_key = 181
    DEBUG,27 Dec 2010 16:26:44,865,[XELLERATE.DATABASE],select pol_key, obi.obj_key from rqo,obi where rqo.obi_key = obi.obi_key and obi.obi_key = 181
    INFO,27 Dec 2010 16:26:44,881,[XELLERATE.DATABASE],DB read: select evt.evt_key, evt.evt_name, evt.evt_package from dob dob, evt evt, dvt dvt where dob.dob_key=dvt.dob_key and dvt.evt_key=evt.evt_key and (dob.dob_name='com.thortech.xl.dataobj.tcOIU' or dob.dob_name='com.thortech.xl.dataobj.tcTableDataObj' or dob.dob_name='com.thortech.xl.dataobj.tcDataObj' ) and dvt.dvt_pre_insert_sequence>0 order by dvt.dvt_pre_insert_sequence
    DEBUG,27 Dec 2010 16:26:44,881,[XELLERATE.DATABASE],select evt.evt_key, evt.evt_name, evt.evt_package from dob dob, evt evt, dvt dvt where dob.dob_key=dvt.dob_key and dvt.evt_key=evt.evt_key and (dob.dob_name='com.thortech.xl.dataobj.tcOIU' or dob.dob_name='com.thortech.xl.dataobj.tcTableDataObj' or dob.dob_name='com.thortech.xl.dataobj.tcDataObj' ) and dvt.dvt_pre_insert_sequence>0 order by dvt.dvt_pre_insert_sequence
    DEBUG,27 Dec 2010 16:26:44,881,[XELLERATE.DATABASE],insert into oiu (OIU_KEY, OBI_KEY, USR_KEY, OIU_SERVICEACCOUNT, OIU_CREATE, OIU_CREATEBY, OIU_UPDATE, OIU_UPDATEBY, oiu_rowver) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
    DEBUG,27 Dec 2010 16:26:44,881,[XELLERATE.DATABASE],select OIU_seq.nextval from dual
    ERROR,27 Dec 2010 16:26:44,928,[XELLERATE.DATABASE],Class/Method: tcDataBase/writeStatement encounter some problems: ORA-01400: cannot insert NULL into ("OIMUSER"."OIU"."OST_KEY")
    java.sql.SQLIntegrityConstraintViolationException: ORA-01400: cannot insert NULL into ("OIMUSER"."OIU"."OST_KEY")
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:85)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:112)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:173)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    INFO,27 Dec 2010 16:26:44,990,[XELLERATE.DATABASE],DB read: select err_key, err_code, err_desc, err_rowver, err_remedy, err_count, err_last_occurance, err_action, err_help_url, err_severity from err where err_code='DOBJ.INSERT_FAILED'
    DEBUG,27 Dec 2010 16:26:44,990,[XELLERATE.DATABASE],select err_key, err_code, err_desc, err_rowver, err_remedy, err_count, err_last_occurance, err_action, err_help_url, err_severity from err where err_code='DOBJ.INSERT_FAILED'
    ERROR,27 Dec 2010 16:26:45,006,[XELLERATE.SERVER],Class/Method: tcDataObj/save Error :Insertion of dataobject into database failed
    INFO,27 Dec 2010 16:26:45,006,[XELLERATE.DATABASE],DB read: select err_key, err_code, err_desc, err_rowver, err_remedy, err_count, err_last_occurance, err_action, err_help_url, err_severity from err where err_code='DOBJ.INSERT_FAILED'
    DEBUG,27 Dec 2010 16:26:45,006,[XELLERATE.DATABASE],select err_key, err_code, err_desc, err_rowver, err_remedy, err_count, err_last_occurance, err_action, err_help_url, err_severity from err where err_code='DOBJ.INSERT_FAILED'
    ERROR,27 Dec 2010 16:26:45,006,[XELLERATE.DATABASE],Class/Method: tcDataBase/rollbackTransaction encounter some problems: Rollback Executed From
    java.lang.Exception: Rollback Executed From
         at com.thortech.xl.dataaccess.tcDataBase.rollbackTransaction(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.rollback(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.doRollback(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
         at com.thortech.xl.dataobj.tcTableDataObj.save(Unknown Source)
         at com.thortech.xl.dataobj.tcUserProvisionObject.insertImplementation(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.insert(Unknown Source)
    Thanks .... Please reply if you have any idea..

  • PI 7.0: Error when calling an adapter by using communication channel

    Hello Experts,
    We have a mapping scenario for ERP -> PI -> web service. Few details from ERP will be sent via PI to Web service. 
    Once the web service authenticates, token and sign will be generated. Here an RFC adapter is  used for configuring the RFC receiver communication channel and provided the ERP system logon details at the RFC client parameter.
    An error is received as mentioned below.
    Error while lookup Exception during processing the payload.Problem when calling an adapter by using communication channel CC_Rcvr_RFC_Lookup_TokenSign (Party: , Service: BS_QV6_700, Object ID: 54e904ebf3d7382a84a0f83cd292b810)
    XI AF API call failed. Module exception: 'error while processing the request to rfc-client: com.sap.aii.af.rfc.afcommunication.RfcAFWException: error while processing message to remote system:com.sap.aii.af.rfc.core.client.RfcClientException: functiontemplate from repository was <null>'. com.sap.aii.mapping.lookup.LookupException
    The logon details in RFC parameter are corrected. Re-activated the the communication channel and refreshed the cache.
    But still the error is not resolved.Please let me know if there is anything else i need to check.
    Thanks in advance.
    Regards,
    Sri

    Hello,
    You could also check note 730870  FAQ XI 3.0/ PI 7.0/ PI 7.1 RFC Adapter
    Q 16:
    While sending a message to the RfcAdapter the error "...functiontemplate from repository was <null>" is shown. Which reasons are possible?
    Regards,
    Sarah

Maybe you are looking for

  • How can I connect my TV sony bravia to Imac for display !

    How can I connect my TV sony bravia to Imac for display ! I did it before but a week ago crash my sistem and been to apple store london to fix it and wend I come home I can not reconnect the tv to imac ! please help !!!!!!!!!!!

  • IPod Nano won't sync with iTunes on new laptop

    When I first got my new laptop about a month ago I did the 'homesharing' technique to be able to use my iTunes on it, it worked successfully up until I tried to purchase new music from the iTunes Store & upload music into my Library from my laptop..

  • Installing CC Photoshop CS6

    Just want to know if I can still use CS5 - ie: Does the insallation update and delete my CS5 version? I'm on a mac. OS 10.6.8. Thanks.

  • INVOICE or CREDIT MEMO in BAPI  'BAPI_ACC_INVOICE_RECEIPT_POST'

    Hi, I use BAPI   'BAPI_ACC_INVOICE_RECEIPT_POST'  I search the parameters field in the BAPI ' BAPI_ACC_INVOICE_RECEIPT_POST'  to fill  the type of document   " INVOICE or CREDIT MEMO. " best regard

  • Can this be done? Emailing a completed form without emailing.

    When using a standard html form, a user can fill in the required fields, press post, and abracadabra, the results of the form are emailed to the specified account and the user is redirected to a page that says your form has been submitted. Can this b