Error running ejb 3.0 preview sample

I am running the howtoejb30entity sample and I get the following exception
javax.ejb.EJBException: nested exception is: oracle.oc4j.rmi.OracleRemoteException: java.lang.IllegalArgumentException: Can not PERSIST detatched object: Class:oracle.ejb30.Employee :: empNo:7369 ename:CLERK sal:211.0.; nested exception is:
java.lang.IllegalArgumentException: Can not PERSIST detatched object: Class:oracle.ejb30.Employee :: empNo:7369 ename:CLERK sal:211.0.
oracle.oc4j.rmi.OracleRemoteException: java.lang.IllegalArgumentException: Can not PERSIST detatched object: Class:oracle.ejb30.Employee :: empNo:7369 ename:CLERK sal:211.0.
at com.evermind.server.ejb.EJBUtils.getUserException(EJBUtils.java:338)
at EmployeeFacade_StatelessSessionBeanWrapper0.addEmployee(EmployeeFacade_StatelessSessionBeanWrapper0.java:91)
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.rmi.RMICallHandler.run(RMICallHandler.java:67)
at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:47)
at com.evermind.server.rmi.InterceptorCallHandlerWrapper.run(InterceptorCallHandlerWrapper.java:15)
at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:299)
at java.lang.Thread.run(Thread.java:595)

my problem is solved. I was using the EMP table that comes by default in the scott schema. Since this table has more columns than the one the Entity requires (some of which probably have a not null constraint), I got my previsou exception.

Similar Messages

  • I run windows 7/8 and lightroom 5.7  i am getting an error message and here it is " lightroom encountered and error when reading from its preview cache and needs to quit". I am getting this message repeatly.  What do I need to do to fix it.

    I run windows 7/8 and lightroom 5.7  I am getting an error message and here it is  " lightroom encountered an error when reading from its preview cache and needs t quit"    How do I fix this.

    THANKS
    Hank Wilkinson
    Please visit my web site  <http://www.hankwilkinson.com/> www.hankwilkinson.com for the latest of my photos
    For information on any of these photos please email me or call 612-756-9970

  • Error while running ejbc. Fatal error from EJB Compiler ---- Error while pr

    Hi!
    I was deploying a test application for a session bean with sun 1 studio 5 and I started getting this message while deploying.
    I had tested the bean previously and I had no problems.
    I found this in the sun app server 7 release notes, but I don't understand what I'm supposed to do...
    "Deployment of CMP beans fails.
    The following error is thrown because there are no <query-params> entries in the container-managed persistence (CMP) bean in sun-ejb-jar.xml file:
    Error while running ejbc. Fatal error from EJB Compiler ---- Error while processing CMP beans.
    Solution
    Even if it isn't necessary for the CMP beans, add the query-params tag for finders in the sun-ejb-jar.xml file with the empty parameters."
    Here is my sun-ejb-jar.xml file:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE sun-ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Sun ONE Application Server 7.0 EJB 2.0//EN" "http://www.sun.com/software/sunone/appserver/dtds/sun-ejb-jar_2_0-0.dtd">
    <sun-ejb-jar>
    <enterprise-beans>
    <name>GestorDoBanco_EJBModule</name>
    <ejb>
    <ejb-name>Cliente</ejb-name>
    <jndi-name>ejb/Cliente</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/Cliente.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>ClienteAssociadoAConta</ejb-name>
    <jndi-name>ejb/ClienteAssociadoAConta</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/ClienteAssociadoAConta.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>Conta</ejb-name>
    <jndi-name>ejb/Conta</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/Conta.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>GestorDoBanco</ejb-name>
    <jndi-name>ejb/GestorDoBanco</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    </ejb>
    <ejb>
    <ejb-name>MensagemM003</ejb-name>
    <jndi-name>ejb/MensagemM003</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/MensagemM003.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>MensagemM003Rejeitada</ejb-name>
    <jndi-name>ejb/MensagemM003Rejeitada</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/MensagemM003Rejeitada.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>MensagemM012</ejb-name>
    <jndi-name>ejb/MensagemM012</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/MensagemM012.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>MensagemM012Rejeitada</ejb-name>
    <jndi-name>ejb/MensagemM012Rejeitada</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/MensagemM012Rejeitada.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>MensagemM103</ejb-name>
    <jndi-name>ejb/MensagemM103</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/MensagemM103.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>MensagemM112</ejb-name>
    <jndi-name>ejb/MensagemM112</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/MensagemM112.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>Registo</ejb-name>
    <jndi-name>ejb/Registo</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/Registo.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>TransaccaoConfirmada</ejb-name>
    <jndi-name>ejb/TransaccaoConfirmada</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/TransaccaoConfirmada.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>TransaccaoFinalizada</ejb-name>
    <jndi-name>ejb/TransaccaoFinalizada</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/TransaccaoFinalizada.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>TransaccaoIniciada</ejb-name>
    <jndi-name>ejb/TransaccaoIniciada</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/TransaccaoIniciada.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <pm-descriptors>
    <pm-descriptor>
    <pm-identifier>SunONE</pm-identifier>
    <pm-version>1.0</pm-version>
    <pm-class-generator>com.iplanet.ias.persistence.internal.ejb.ejbc.JDOCodeGenerator</pm-class-generator>
    <pm-mapping-factory>com.iplanet.ias.cmp.NullFactory</pm-mapping-factory>
    </pm-descriptor>
    <pm-inuse>
    <pm-identifier>SunONE</pm-identifier>
    <pm-version>1.0</pm-version>
    </pm-inuse>
    </pm-descriptors>
    <cmp-resource>
    <jndi-name>mysqlpmanager</jndi-name>
    <default-resource-principal>
    <name>bes</name>
    <password>besbes</password>
    </default-resource-principal>
    </cmp-resource>
    </enterprise-beans>
    </sun-ejb-jar>
    Thanks in advance for any help.
    Nuno

    http://docs.sun.com/source/817-2175-10/decmp.html
    Please go to the above docs and look thru the examples given in it.
    Example 2
    This query returns all products in a specified price range. It defines two query parameters which are the lower and upper bound for the price: double low, double high. The filter compares the query parameters with the price field:
    "low < price && price < high"
    The finder element of the sun-ejb-jar.xml file would look like this:
    <finder>
    <method-name>findInRange</method-name>
    <query-params>double low, double high</query-params>
    <query-filter>low < price && price &lt
    high</query-filter
    </finder>
    I hope this hepls. In your case u just have to make it null.

  • The server deploy EJB but I run EJB Client program,The error msg is can't find JNDI

    Hi all:
    I am using Weblogic 6.1/SP2. I use the console to start
    server and deploy EJB jar,from the msg I see my EJB jar
    been deployed. When I run EJB Client program, the error
    msg is can't find JNDI name t3://URL:11003.....
    I check my ejb-jar.xml amd weblogic-ejb-jar.xml are fine.
    Last week I did deploy EJB and ran the client both
    suceessful. Any ideas, Thank you.

    Sabha:
    Thank you for your help info, I soloved the problem.
    The problem is the ejb jar was deleted(I don't why)
    then System Admin to deploy EJB jar from Admin console.
    After that everything is fine.
    "Sabha" <[email protected]> wrote:
    Run weblogic.Admin -url ... LIST to see whether the JNDI name is there
    . or
    you can view the jndi tree of the server from the console (right click
    on
    server name) and check whether the ejb home is bound to the correct jndi
    name.
    -Sabha
    "Matthew Shinn" <[email protected]> wrote in message
    news:[email protected]..
    Hi Albert,
    I would double check to make sure the EJB was indeed deployed (check
    server log). What message did you see that leads you to believe itwas
    successfully deployed? Also, verify the JNDI name you are lookingup in
    your client matches the JNDI name for the EJB. If this doesn't solve
    the problem, please post the error message and stack trace you are
    seeing on the client.
    - Matt
    Albert Pi wrote:
    Hi all:
    I am using Weblogic 6.1/SP2. I use the console to start
    server and deploy EJB jar,from the msg I see my EJB jar
    been deployed. When I run EJB Client program, the error
    msg is can't find JNDI name t3://URL:11003.....
    I check my ejb-jar.xml amd weblogic-ejb-jar.xml are fine.
    Last week I did deploy EJB and ran the client both
    suceessful. Any ideas, Thank you.

  • Error deploying EJBs

    Every time i run my EJB-Project i get the following error-message:
    **** WARNING: The following J2EE projects each have an output directory named 'classes':
    C:\Dokumente und Einstellungen\Manuel\Eigene Dateien\Programmieren\RDV4M-Projekt\RDV4M\RDV4M.jpr
    C:\Dokumente und Einstellungen\Manuel\Eigene Dateien\Programmieren\RDV4M-Projekt\Server\Server.jpr
    **** WARNING: The collision in output directory names may cause problems in the current version of OC4J.
    **** WARNING: Please see the JDeveloper release notes for details (2591173).
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    C:\Programme\JDeveloper\jdev\system\oracle.j2ee.10.1.3.3.51\oc4j-config>
    C:\Programme\JDeveloper\jdk\bin\javaw.exe -ojvm -classpath C:\Programme\JDeveloper\j2ee\home\oc4j.jar;C:\Programme\JDeveloper\jdev\lib\jdev-oc4j-embedded.jar -Xverify:none -DcheckForUpdates=adminClientOnly -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doracle.dms.sensors=NONE -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config C:\Programme\JDeveloper\jdev\system\oracle.j2ee.10.1.3.3.51\oc4j-config\server.xml
    [waiting for the server to complete its initialization...]
    05/07/25 10:27:01 Node started with id=127765687050882
    25.07.2005 10:27:05 com.evermind.server.ejb.EJBPackageDeployment isIIOPConfigured
    INFO: Beans associated with application default will not be available via RMI/IIOP: GenerateIIOP system property=false, enableIIOP application setting=false, server.xml configured for IIOP=false
    25.07.2005 10:27:05 com.evermind.server.ejb.EJBPackageDeployment isIIOPConfigured
    INFO: Beans associated with application default will not be available via RMI/IIOP: GenerateIIOP system property=false, enableIIOP application setting=false, server.xml configured for IIOP=false
    05/07/25 10:27:06 done.
    05/07/25 10:27:07 Copying default deployment descriptor from archive at C:\Programme\JDeveloper\jdev\system\oracle.j2ee.10.1.3.3.51\oc4j-config\connectors\datasources\datasources/META-INF/oc4j-ra.xml to deployment directory C:\Programme\JDeveloper\jdev\system\oracle.j2ee.10.1.3.3.51\oc4j-config\application-deployments\current-workspace-app\datasources...
    05/07/25 10:27:07 Copying default deployment descriptor from archive at C:\Dokumente und Einstellungen\Manuel\Eigene Dateien\Programmieren\RDV4M-Projekt\Server\classes/META-INF/orion-ejb-jar.xml to deployment directory C:\Programme\JDeveloper\jdev\system\oracle.j2ee.10.1.3.3.51\oc4j-config\application-deployments\current-workspace-app\classes...
    05/07/25 10:27:07 Auto-deploying - file:/C:/Dokumente und Einstellungen/Manuel/Eigene Dateien/Programmieren/RDV4M-Projekt/Server/classes/ (orion-ejb-jar.xml had been updated since the previous deployment)...
    25.07.2005 10:27:07 com.evermind.server.Application getDatabaseSchema
    WARNUNG: Warning: Exception occurred getting database schema. Exception: java.lang.InstantiationException: Error looking up cmt-datasource at jdbc/OracleDS (name not found)
    05/07/25 10:27:10 Auto-deploying - compiling and loading...
    05/07/25 10:27:12 done.
    05/07/25 10:27:12 Error instantiating application 'current-workspace-app' at file:/C:/Dokumente und Einstellungen/Manuel/Eigene Dateien/Programmieren/RDV4M-Projekt/RDV4M-Projekt-oc4j-app.xml: Error initializing ejb-module; Exception null
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 18703 ms.
    05/07/25 10:27:14 Oracle Containers for J2EE 10g (10.1.3.0.0) - Developer Preview 3 initialized
    Could anybody help me please??!!

    java.lang.InstantiationException: Error looking up cmt-datasource at jdbc/OracleDS
    Is the jdbc/OracleDS defined in the data-sources.xml?

  • Error deploying ejb

    Please, help, I get an #225 error when running an ejb app in the jdeveloper app server.
    I have created an entity bean from a database table. Then created a session bean. The remote interface gets automatically generated "finders" like in:
    @Remote
    public interface SessionEJB
    List<Alarms> findAllAlarms()
    throws NamingException;
    Alarms createAlarms(String ackSignature, String actionOnAck,
    Long alarmConf, String alarmlevel,
    String closeSignature, String comments, Long id,
    String parameter, String repairDone, String state,
    Long train, String trainname, Long value, Long wheel,
    String wheelname, Timestamp when)
    throws NamingException;
    void updateEntity(Object entity)
    throws NamingException;
    void deleteEntity(Object entity)
    throws NamingException;
    void refreshEntity(Object entity)
    throws NamingException;
    However, when I try to run the SessionEJBBean I get the error below. I don't understand what went wrong??
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    **** Unable to obtain password from principals.xml. Using default.
    G:\jdeveloper\jdevstudiobase1013\jdev\system\oracle.j2ee.10.1.3.34.12\embedded-oc4j\config>
    "M:\Program Files\Java\jdk1.5.0_05\bin\javaw.exe" -client -classpath G:\jdeveloper\jdevstudiobase1013\j2ee\home\oc4j.jar;G:\jdeveloper\jdevstudiobase1013\jdev\lib\jdev-oc4j-embedded.jar -Xverify:none -DcheckForUpdates=adminClientOnly -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config G:\jdeveloper\jdevstudiobase1013\jdev\system\oracle.j2ee.10.1.3.34.12\embedded-oc4j\config\server.xml
    [waiting for the server to complete its initialization...]
    [TopLink Config]: 2005.11.09 11:04:34.562--ServerSession(26967138)--Thread(Thread[OC4J Launcher,5,main])--The alias name for the entity class [class mypackage.Alarms] is being defaulted to: Alarms.
    [TopLink Info]: 2005.11.09 11:04:36.078--ServerSession(14218588)--Thread(Thread[OC4J Launcher,5,main])--TopLink, version: Oracle TopLink - 10g release 3 (10.1.3.0.0) (Build 050912)
    [TopLink Info]: 2005.11.09 11:04:36.093--ServerSession(14218588)--Thread(Thread[OC4J Launcher,5,main])--Server: Oracle Containers for J2EE 10g (10.1.3.0.0) - Developer Preview
    [TopLink Config]: 2005.11.09 11:04:36.093--ServerSession(14218588)--Connection(29187880)--Thread(Thread[OC4J Launcher,5,main])--connecting(DatabaseLogin(
         platform=>Oracle9Platform
         user name=> ""
         connector=>JNDIConnector datasource name=>jdbc/wmsdbDS
    [TopLink Config]: 2005.11.09 11:04:36.781--ServerSession(14218588)--Connection(28823870)--Thread(Thread[OC4J Launcher,5,main])--Connected: jdbc:oracle:thin:@//mirakulos:1521/COMPIERE
         User: WMSDB
         Database: Oracle Version: Oracle Database 10g Enterprise Edition Release 10.1.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
         Driver: Oracle JDBC driver Version: 10.1.0.4.2
    [TopLink Config]: 2005.11.09 11:04:36.781--ServerSession(14218588)--Connection(19328210)--Thread(Thread[OC4J Launcher,5,main])--connecting(DatabaseLogin(
         platform=>Oracle9Platform
         user name=> ""
         connector=>JNDIConnector datasource name=>jdbc/wmsdbDS
    [TopLink Config]: 2005.11.09 11:04:36.796--ServerSession(14218588)--Connection(12827479)--Thread(Thread[OC4J Launcher,5,main])--Connected: jdbc:oracle:thin:@//mirakulos:1521/COMPIERE
         User: WMSDB
         Database: Oracle Version: Oracle Database 10g Enterprise Edition Release 10.1.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
         Driver: Oracle JDBC driver Version: 10.1.0.4.2
    [TopLink Info]: 2005.11.09 11:04:36.796--ServerSession(14218588)--Thread(Thread[OC4J Launcher,5,main])--current-workspace-app_Application1_Project7_0 login successful
    G:\jdeveloper\jdevstudiobase1013\jdev\system\oracle.j2ee.10.1.3.34.12\embedded-oc4j\application-deployments\current-workspace-app\Application1_Project7_0\generated\SessionEJB_StatelessSessionBeanWrapper0.java:1: error #225: too many type parameters for interface java.util.List<mypackage.Alarms>
    1 error
    05/11/09 23:04:39 Application: current-workspace-app is in state FAILED
    05/11/09 23:04:39 Error instantiating application 'current-workspace-app' at file:/G:/jdeveloper/jdevstudiobase1013/jdev/mywork/Application1/Application1-oc4j-app.xml: Error initializing ejb-modules: Error loading module file:/G:/jdeveloper/jdevstudiobase1013/jdev/mywork/Application1/Project7/classes/: Syntax error in source or compilation failed in: G:\jdeveloper\jdevstudiobase1013\jdev\system\oracle.j2ee.10.1.3.34.12\embedded-oc4j\application-deployments\current-workspace-app\Application1_Project7_0\generated\SessionEJB_StatelessSessionBeanWrapper0.java
    G:\jdeveloper\jdevstudiobase1013\jdev\system\oracle.j2ee.10.1.3.34.12\embedded-oc4j\application-deployments\current-workspace-app\Application1_Project7_0\generated\SessionEJB_StatelessSessionBeanWrapper0.java:1: error #225: too many type parameters for interface java.util.List<mypackage.Alarms>
    1 error
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 12859 ms.
    05/11/09 23:04:40 Oracle Containers for J2EE 10g (10.1.3.0.0) - Developer Preview initialized
    2005-11-09 23:04:45.000 NOTIFICATION Industrial Telnet Server version: Version 10.1.3.0.0 started-up successfully.

    It seems to be related to the "Use JDK 1.5 Generic Collection Types".

  • Deployment error in ejb program

    I tried to deploy the ejb as said in tutorial and samples in
    C:\bea\weblogic81\workshop\help\doc\en\core\index.html
    But at the last stage ie,during deployment, I am getting this error
    [Deployment failed:149034]An exception occured for task
    [Deployer:14026]Deploy applicaton test on cgServer:
    Exception:weblogic.management.ApplicationException.activefailed for webapp
    Module: webappError:
    weblogic.management.DeploymentException: Could not setup environment-with nested exception:
    [weblogic.deployment.EnvironmentException:
    [J2EE:160101]Error:The ejb-link 'BandsExampleEJB.jar#Music' declared in the ejb-ref or ejb-local-ref 'ejb/MusicLink' in the application module 'webapp' could not be found.please ensure the link is correct.]
    [weblogic.deployment.EnvironmentException:
    [J2EE:160101]Error:The ejb-link 'BandsExampleEJB.jar#Music' declared in the ejb-ref or ejb-local-ref 'ejb/MusicLink' in the application module 'webapp' could not be found.please ensure the link is correct.
    check the server window and logs for more information.

    Hi Rajit,
    Thanks for your reply.
    The details of the exception id is follows.
    [EXCEPTION]
    #1#com.sap.security.core.server.securestorage.exception.ObjectRetrievalException: Could not find clientID sapcomtcdtrenterpriseapp
         at com.sap.security.core.server.securestorage.remote.RemoteSecureStorageClientContextImpl.getClientsStorageLocation(RemoteSecureStorageClientContextImpl.java:231)
         at com.sap.security.core.server.securestorage.remote.RemoteSecureStorageClientContextImpl.retrieveObject(RemoteSecureStorageClientContextImpl.java:724)
         at com.tssap.dtr.server.deltav.nameres.impl.SecureStoreNameServerConfig.loadConfiguration(SecureStoreNameServerConfig.java:54)
         at com.tssap.dtr.server.deltav.nameres.impl.NameReservationManager.loadNameServerConfiguration(NameReservationManager.java:162)
         at com.tssap.dtr.server.deltav.nameres.impl.NameReservationManager.processQueue(NameReservationManager.java:231)
         at com.tssap.dtr.server.deltav.nameres.ProcessNameReservationsTask._run(ProcessNameReservationsTask.java:35)
         at com.tssap.dtr.pvc.basics.transaction.AbstractSessionBoundTask.run(AbstractSessionBoundTask.java:37)
         at com.tssap.dtr.pvc.util.scheduler.Invocation$Worker.run(Invocation.java:130)
         at java.lang.Thread.run(Thread.java:534)
    After deploying CalculatedEar.ear Call the jsp in IE
    The Exp has come.
    Guide me what is the problem .
    Thanks in advance.
    regards
    nageswar.

  • Trouble running EJB application in jdev 11G

    Hi, I am just trying out jdev 11g, everything looks good except i am not able to run my application in either embedded oc4j or standalone oc4j 11g. I don't know, if it is a bug or i am doing something wrong. I also have this question, does jdev 11g support Tomcat 6? I will really appreciate any help regarding this. Thanks
    That's the error i get every time i run the application:
    [EJB 3.0]: Assigning default-data-source=jdbc/MySQL-Movies_DatabaseDS, specified in projects EJB 3.0 properties
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    C:\Documents and Settings\Administrator\Application Data\JDeveloper\system11.1.1.0.17.45.24\o.j2ee\embedded-oc4j\config>
    "C:\Jdeveloper 11 Preview\jdk\bin\javaw.exe" -client "-Doracle.home=C:\Jdeveloper 11 Preview" -classpath "C:\Jdeveloper 11 Preview\j2ee\home\oc4j.jar;C:\Jdeveloper 11 Preview\jdev\lib\jdev-oc4j-embedded.jar" -Xverify:none -XX:MaxPermSize=256m -DcheckForUpdates=adminClientOnly -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config "C:\Documents and Settings\Administrator\Application Data\JDeveloper\system11.1.1.0.17.45.24\o.j2ee\embedded-oc4j\config\server.xml"
    [waiting for the server to complete its initialization...]
    May 13, 2007 12:15:27 PM oracle.security.jps.internal.credstore.ssp.CsfWalletManager openWallet
    SEVERE: Could not open wallet. Wallet version not supported
    java.io.IOException: Could not open wallet. Wallet version not supported
    at oracle.security.pki.OracleWallet.open(OracleWallet)
    at oracle.security.jps.internal.credstore.ssp.CsfWalletManager.openWallet(CsfWalletManager.java:130)
    at oracle.security.jps.internal.credstore.ssp.SspCredentialStore.<init>(SspCredentialStore.java:108)
    at oracle.security.jps.internal.credstore.ssp.SspCredentialStoreProvider.getInstance(SspCredentialStoreProvider.java:83)
    at oracle.security.jps.internal.credstore.ssp.SspCredentialStoreProvider.getInstance(SspCredentialStoreProvider.java:45)
    at oracle.security.jps.internal.core.runtime.JpsContextFactoryImpl.getServiceInstance(JpsContextFactoryImpl.java:260)
    at oracle.security.jps.internal.core.runtime.JpsContextFactoryImpl.getContextFromDesc(JpsContextFactoryImpl.java:352)
    at oracle.security.jps.internal.core.runtime.JpsContextFactoryImpl.getContext(JpsContextFactoryImpl.java:279)
    at oracle.security.jps.internal.policystore.PolicyUtil$1.run(PolicyUtil.java:541)
    at oracle.security.jps.internal.policystore.PolicyUtil$1.run(PolicyUtil.java:536)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPolicyStore(PolicyUtil.java:535)
    at oracle.security.jps.internal.policystore.PolicyDelegationController.<clinit>(PolicyDelegationController.java:94)
    at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:107)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at java.lang.Class.newInstance0(Class.java:350)
    at java.lang.Class.newInstance(Class.java:303)
    at oracle.security.jazn.JAZNConfig.setJAASPolicyProvider(JAZNConfig.java:2053)
    at oracle.security.jazn.JAZNConfig.setSecurityProperties(JAZNConfig.java:2126)
    at oracle.security.jazn.JAZNConfig.setSecurityProperties(JAZNConfig.java:2145)
    at com.evermind.server.OC4JServer.main(OC4JServer.java:433)
    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 oracle.classloader.util.MainClass.invoke(MainClass.java:89)
    at oracle.oc4j.loader.boot.BootStrap.main(BootStrap.java:41)
    oracle.security.jps.service.credstore.CredStoreException: Could not open wallet. Wallet version not supported
    at oracle.security.jps.internal.credstore.ssp.CsfWalletManager.openWallet(CsfWalletManager.java:139)
    at oracle.security.jps.internal.credstore.ssp.SspCredentialStore.<init>(SspCredentialStore.java:108)
    at oracle.security.jps.internal.credstore.ssp.SspCredentialStoreProvider.getInstance(SspCredentialStoreProvider.java:83)
    at oracle.security.jps.internal.credstore.ssp.SspCredentialStoreProvider.getInstance(SspCredentialStoreProvider.java:45)
    at oracle.security.jps.internal.core.runtime.JpsContextFactoryImpl.getServiceInstance(JpsContextFactoryImpl.java:260)
    at oracle.security.jps.internal.core.runtime.JpsContextFactoryImpl.getContextFromDesc(JpsContextFactoryImpl.java:352)
    at oracle.security.jps.internal.core.runtime.JpsContextFactoryImpl.getContext(JpsContextFactoryImpl.java:279)
    at oracle.security.jps.internal.policystore.PolicyUtil$1.run(PolicyUtil.java:541)
    at oracle.security.jps.internal.policystore.PolicyUtil$1.run(PolicyUtil.java:536)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPolicyStore(PolicyUtil.java:535)
    at oracle.security.jps.internal.policystore.PolicyDelegationController.<clinit>(PolicyDelegationController.java:94)
    at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:107)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at java.lang.Class.newInstance0(Class.java:350)
    at java.lang.Class.newInstance(Class.java:303)
    at oracle.security.jazn.JAZNConfig.setJAASPolicyProvider(JAZNConfig.java:2053)
    at oracle.security.jazn.JAZNConfig.setSecurityProperties(JAZNConfig.java:2126)
    at oracle.security.jazn.JAZNConfig.setSecurityProperties(JAZNConfig.java:2145)
    at com.evermind.server.OC4JServer.main(OC4JServer.java:433)
    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 oracle.classloader.util.MainClass.invoke(MainClass.java:89)
    at oracle.oc4j.loader.boot.BootStrap.main(BootStrap.java:41)
    Caused by: java.io.IOException: Could not open wallet. Wallet version not supported
    at oracle.security.pki.OracleWallet.open(OracleWallet)
    at oracle.security.jps.internal.credstore.ssp.CsfWalletManager.openWallet(CsfWalletManager.java:130)
    ... 28 more
    May 13, 2007 12:15:31 PM oracle.dms.trace.TraceManager record_config
    INFO: TransactionTracing is enabled at MIN level
    07/05/13 12:16:50 Oracle Containers for Java EE (11.1.1.0.0) Technology Preview initialized
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 112171 ms.

    Running EJB's seem to work fine for me.
    Can you try to create a simple Session bean and run it and see if you get any problems?
    As far as support for other application servers, yes JDeveloper will support them, for the technology preview however we just did tests with the Oracle application server.

  • Error running 9i reports from forms.

    Hi folks,
    i am having problems running 9i reports from a form.
    i have installed Oracle 9iDS on a Win XP machine with 256 MB RAM and a Pentium 1.4Ghz processor.
    i also have a local Oracle 9i database. i have created several reports that i am trying to run from some forms but all efforts to date have failed.
    below is some sample code.
    declare
    v_rid report_object;
    v_rjob varchar2(100);
    v_rptstatus varchar2(100);
    v_jobid varchar2(100);
    BEGIN
    /*get handle to report object itself*/
    v_rid := find_report_object('pbranchlist');
    set_report_object_property(v_rid,REPORT_EXECUTION_MODE,BATCH);
    set_report_object_property(v_rid,REPORT_DESFORMAT,'htmlcss');
    set_report_object_property(v_rid,REPORT_DESTYPE,'CACHE');
    set_report_object_property(v_rid,REPORT_SERVER,'repsrv');
    set_report_object_property(v_rid,REPORT_COMM_MODE,synchronous);
    v_rjob := run_report_object(v_rid);
    v_rptstatus := report_object_status(v_rjob);
    while v_rptstatus in ('RUNNING','OPENING_REPORT','ENQUEUED') loop
         v_rptstatus := report_object_status(v_rjob);
         message(v_rptstatus);
    end loop;
    if v_rptstatus = 'FINISHED' then
         /*display report in browser*/
    --      web.show_document('http://steve:8888/reports/rwservlet/getjobid'||
    --      substr(v_rptsvrjob,instr(v_rptsvrjob,'_',-1)+1)||'?'||'server=repsrv','_blank');
    web.show_document('/reports/rwservlet/getjobid'||substr(v_rjob,instr(v_rjob,'_',-1)+1)||'?'||'server=repsrv','_blank');
    else
         message('error running Report');
    end if;
    end;
    pbranchlist is defined in the form,
    repsrv is a report server i installed and explicitly started.
    on clicking the button to run the above code, i get a message on the browser status bar as follows
    opening http://steve:8888/reports/rwservlet/getjobid11?server=repsrv...
    that's it. it stays like that forever and a progress bar showing the status of the operation gets to the halfway mark and stays there for up to 15 minutes.
    I eventually halted the operation by clicking the stop button of the browser. The form then becomes totally non-responsive with the mouse indicator changing to the hour-glass shape and a small vertical bar moving rapidly back and forth at the bottom of the form window.
    My only recourse then is to explicitly close the browser window.
    I have already configured Reports to run in non single sign-on mode by setting SINGLESIGNON=NO in the rwservlet.properties file.
    Is there anything i have not done properly?
    Thanks in advance.

    Steve,
    can you check the Reports cache directory if the Reports file got created? I would assume yes, but better check.
    Frank

  • "Lightroom encountered and error when reading from its preview cache and needs to quit"

    I keep receiving this error every time I open LR, "Lightroom encountered and error when reading from its preview cache and needs to quit" and the app won't open. It said LR would try and fix this error next time I opened it but the error remains. I tried uninstalled and installing the app and the error remains.
    Any Ideas here? Is there another app that may be telling it where to look for the cache and it no longer there? I was using a ramdisk for a bit but ditched it. Not sure if that has something to do with it but it seems suspect.
    Your thoughts?
    --Kenny Brandon Wilson

    Talked to Adobe support this morning, this is their response in case anyone else is looking for help. I'm running a Windows 7 box, LR 5.6.
      Gokul: Click on start and type %appdata%, then open roaming folder.
      Edward: ok
      Gokul: Open Adobe folder.
      Gokul: Open Lightroom folder.
      Gokul: Open Lightroom folder> Preferences.
      Edward: ok
      Gokul: Rename Lightroom 5 Preferences.agprefs file as Lightroom 5 Preferences.agprefsOLD.
      Edward: OK
      Gokul: Please check if you can launch Lightroom without any error.
      Edward: it shows me a welcome screen and is asking me to select my country
      Edward: aka, register the software
      Gokul: You can skip and launch it.
      Edward: LR catalog not found
      Gokul: Please select the catalog.
      Edward: my original catalog?
      Gokul: Yes.
      Edward: testing integrity of catalog
      Edward: loaded just fine
      Gokul: Okay.
      Gokul: Please check if you can re-launch it again.
      Edward: yes, it worked!
      Gokul: Excellent!
      Gokul: Since your preferences were corrupted you were facing issue so we renamed the preferences file to reset it.
      Edward: aha....ok
    All of my import/export presets were intact along with develop user presets. I'm happy as a clam for my $10/month!

  • Excel 2010: I get the error message "This file can't be previewed because of an error in the Microsoft Excel previewer." even though Advanced Properties is set to Save Thumbnails for all Excel Documents.

    Excel 2010: I get the error message "This file can't be previewed because of an error in the Microsoft Excel previewer." even though Advanced Properties is set to Save Thumbnails for all Excel Documents and I've run Repair on Microsoft Office.
     I don't know what else to try.
    Any help would be appreciated. Thanks.

    A hotfix request has already been submitted for this issue and we have also documented it here
    http://support.microsoft.com/kb/983097
    Thanks.
    Tony Chen
    TechNet Community Support

  • Error initializing ejb-module; Exception null

    Information about server.
    * OS: LINUX
    * OAS Instalation : J2EE y WebCache - * Standalone
    * Versión OAS 10g (9.0.4)
    I want to deploy an ear but the folowing error appear: Error initializing ejb-module; Exception null
    f. Erika
    this is the log error:
    EvermindHttpServletRequest.getSession(), session=null
    05/06/28 08:34:19 Requested Id is oc4jfake.n6jNml9MpQLGpMTvn7jvpA4InQXw-BbQcxaNa3iUePWLbN8IaN4IahyM-x8Pb2Tyc31wnhaIah0Ob6mSbhuRaN0I-huKa30xf6jNml9MpQLGpMTynlbvqAXGp6WImkfPmkTv-ArJmwTNrwaMchuNc3iObx0xf2bAmljxmiXMmkbGngbynknvrkLOlQzNp65In0__
    05/06/28 08:34:29 Read command: 3
    05/06/28 08:34:29 Binding for java:comp/ServerAdministrator: com.evermind.server.administration.DefaultApplicationServerAdministrator@1697b67
    05/06/28 08:34:29 Writing command: 9
    05/06/28 08:34:29 Writing command: 2
    05/06/28 08:34:29 Read command: 4
    05/06/28 08:34:29 Call: public abstract void com.evermind.server.administration.ApplicationServerAdministrator.deploy(java.lang.String,java.lang.String,java.util.Map) throws java.rmi.RemoteException
    05/06/28 08:34:29 Notification ==> Application Deployer for faucaOracleApp STARTS [ 2005-06-28T08:34:29.380GMT+06:00 ]
    05/06/28 08:34:29 Notification ==> Do not undeploy previous deployment
    05/06/28 08:34:29 Notification ==> Copy the archive to /u01/app/oracle/product/9.0.4/OAS10g/j2ee/faucaOracle/applications/faucaOracleApp.ear
    05/06/28 08:34:29 Notification ==> Unpack faucaOracleApp.ear begins...
    05/06/28 08:34:29 Auto-unpacking /u01/app/oracle/product/9.0.4/OAS10g/j2ee/faucaOracle/applications/faucaOracleApp.ear... done.
    05/06/28 08:34:29 Notification ==> Unpack faucaOracleApp.ear ends...
    05/06/28 08:34:29 Notification ==> Initialize faucaOracleApp.ear begins...
    05/06/28 08:34:29 Auto-unpacking /u01/app/oracle/product/9.0.4/OAS10g/j2ee/faucaOracle/applications/faucaOracleApp/CierreFauca.war... done.
    05/06/28 08:34:30 Auto-unpacking /u01/app/oracle/product/9.0.4/OAS10g/j2ee/faucaOracle/applications/faucaOracleApp/WebService.war... done.
    05/06/28 08:34:30 Notification ==> Initialize faucaOracleApp.ear ends...
    05/06/28 08:34:30 Notification ==> Initialize CierreFauca begins...
    05/06/28 08:34:30 Notification ==> Initialize CierreFauca ends...
    05/06/28 08:34:30 Notification ==> Initialize WebService begins...
    05/06/28 08:34:30 Notification ==> Initialize WebService ends...
    05/06/28 08:34:33 ArchiveContext: containsDirectory(META-INF) plus '/' found in /u01/app/oracle/product/9.0.4/OAS10g/j2ee/faucaOracle/applications/faucaOracleApp/EJBModuloFauca.jar in entry META-INF/MANIFEST.MF
    05/06/28 08:34:33 Copying default deployment descriptor from archive at /u01/app/oracle/product/9.0.4/OAS10g/j2ee/faucaOracle/applications/faucaOracleApp/EJBModuloFauca.jar/META-INF/orion-ejb-jar.xml to deployment directory /u01/app/oracle/product/9.0.4/OAS10g/j2ee/faucaOracle/application-deployments/faucaOracleApp/EJBModuloFauca.jar...
    05/06/28 08:34:33 Auto-deploying - EJBModuloFauca.jar (No previous deployment found)...
    05/06/28 08:34:33 RMI-Context null: lookup: jdbc/OracleDS
    05/06/28 08:34:33 Binding for jdbc/OracleDS: com.evermind.sql.OrionCMTDataSource@6295eb
    05/06/28 08:34:33 Thr[thread 15]-DataSourceConnectionContainer.Constructor(): begin
    05/06/28 08:34:33 Thr[thread 15]-DataSourceConnectionContainer.Constructor(): end--this.name = jdbc/OracleDS
    05/06/28 08:34:33 Thr[thread 15]-DataSourceConnectionContainer.Constructor(): end--this.isolationLevel = -7
    05/06/28 08:34:33 Thr[thread 15]-DataSourceConnectionContainer.Constructor(): end--this.source = com.evermind.sql.OrionCMTDataSource@6295eb
    05/06/28 08:34:33 Thr[thread 15]-DataSourceConnectionContainer.Constructor(): end
    05/06/28 08:34:33 Thr[thread 15]-DataSourceConnectionContainer.getLocalConnection(): begin
    05/06/28 08:34:33 Thr[thread 15]-OrionCMTConnection.Constructor(source, username, password): begin
    05/06/28 08:34:33 Thr[thread 15]-OrionCMTConnection.Constructor(source, username, password): begin---source = com.evermind.sql.OrionCMTDataSource@6295eb
    05/06/28 08:34:33 Thr[thread 15]-OrionCMTConnection.Constructor(source, username, password): begin---source.nonTXSource = com.evermind.sql.OrionPooledDataSource@1c0f2e5
    05/06/28 08:34:33 Thr[thread 15]-OrionCMTConnection.Constructor(source, username, password): begin---source.TXSource = com.evermind.sql.DriverManagerXADataSource@609959
    05/06/28 08:34:33 Thr[thread 15]-OrionCMTConnection.Constructor(source, username, password): begin---username = null
    05/06/28 08:34:33 Thr[thread 15]-OrionCMTConnection.Constructor(source, username, password): end---Created:: com.evermind.sql.OrionCMTConnection@1f21c50
    05/06/28 08:34:33 Thr[thread 15]-OrionCMTConnection.Constructor(source, username, password): end
    05/06/28 08:34:33 new DebugConnection(1)
    05/06/28 08:34:33 Thr[thread 15]-DataSourceConnection.Constructor(container, transaction): end---transaction = null
    05/06/28 08:34:33 Thr[thread 15]-DataSourceConnection.Constructor(container, transaction): end---connection = [Connection 1: com.evermind.sql.OrionCMTConnection@1f21c50]
    05/06/28 08:34:33 Thr[thread 15]-DataSourceConnection.Constructor(container, transaction): end---this.resetIsolation = false
    05/06/28 08:34:33 Thr[thread 15]-DataSourceConnection.Constructor(container, transaction): end---this.closed = false
    05/06/28 08:34:33 Thr[thread 15]-DataSourceConnection.Constructor(container, transaction): end
    05/06/28 08:34:33 Thr[thread 15]-DataSourceConnectionContainer.getLocalConnection(): end
    05/06/28 08:34:33 Thr[thread 15]-OrionCMTConnection.intercept(): begin
    05/06/28 08:34:33 Thr[thread 15]-OrionCMTConnection.intercept(): begin---this = com.evermind.sql.OrionCMTConnection@1f21c50
    05/06/28 08:34:33 Thr[thread 15]-OrionCMTConnection.intercept(): begin---state.transaction = null---Trying to set, delistEnlist...
    05/06/28 08:34:33 Press enter to continue
    05/06/28 08:34:33 Thr[thread 15]-OrionCMTConnection.setConnection(): begin
    05/06/28 08:34:33 Thr[thread 15]-OrionCMTConnection.setConnection()---transaction = null
    05/06/28 08:34:33 Thr[thread 15]-OrionCMTConnection.setConnection()---Getting/Re-Using a non-Transactional Connection
    05/06/28 08:34:33 Thr[thread 15]-OrionPooledDataSource.getConnection(): begin
    05/06/28 08:34:33 Thr[thread 15]-OrionPooledDataSource.getConnection()---maxConnectionAttempts = 3
    05/06/28 08:34:33 Thr[thread 15]-OrionPooledDataSource.getConnection()---cachedConnectionsCount=0
    05/06/28 08:34:33 Thr[thread 15]-OrionPooledDataSource.getConnection()---usedConnectionsCount=0
    05/06/28 08:34:33 Thr[thread 15]-OrionPooledDataSource.checkAndGetMinConnections(): begin
    05/06/28 08:34:33 Thr[thread 15]-OrionPooledDataSource.checkAndGetMinConnections()---cachedConnectionsCount=0
    05/06/28 08:34:33 Thr[thread 15]-OrionPooledDataSource.checkAndGetMinConnections()---usedConnectionsCount=0
    05/06/28 08:34:33 Thr[thread 15]-OrionPooledDataSource.checkAndGetMinConnections()---totalConns=0
    05/06/28 08:34:33 Thr[thread 15]-OrionPooledDataSource.checkAndGetMinConnections()---minConnections=0
    05/06/28 08:34:33 Thr[thread 15]-OrionPooledDataSource.checkAndGetMinConnections(): end
    05/06/28 08:34:33 Thr[thread 15]-OrionPooledDataSource.getPooledInstance(): begin
    05/06/28 08:34:33 Thr[thread 15]-OrionPooledDataSource.getPooledInstance(): begin---this=com.evermind.sql.OrionPooledDataSource@1c0f2e5
    05/06/28 08:34:33 Thr[thread 15]-OrionPooledDataSource.getPooledInstance(): begin---cachedConnectionsCount=0
    05/06/28 08:34:33 Thr[thread 15]-OrionPooledDataSource.getPooledInstance(): begin---usedConnectionsCount=0
    05/06/28 08:34:33 Thr[thread 15]-OrionPooledDataSource.getPooledInstance(): begin---maxUsedConnections=0
    05/06/28 08:34:33 Thr[thread 15]-OrionPooledDataSource.addUsedConnection(PooledConnectionUsage): begin
    05/06/28 08:34:33 Thr[thread 15]-OrionPooledDataSource.addUsedConnection(PooledConnectionUsage): begin---usedConnectionsCount=0
    05/06/28 08:34:33 Thr[thread 15]-OrionPooledDataSource.addUsedConnection(PooledConnectionUsage): end---added to usedConnections a PooledConnectionUsage = com.evermind.sql.PooledConnectionUsage@113981b
    05/06/28 08:34:33 Thr[thread 15]-OrionPooledDataSource.addUsedConnection(PooledConnectionUsage): end---usedConnectionsCount=1
    05/06/28 08:34:33 Thr[thread 15]-OrionPooledDataSource.addUsedConnection(PooledConnectionUsage): end
    jdbc:oracle:thin:@localhost:1521:oracle: Opened connection
    05/06/28 08:34:33 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin
    05/06/28 08:34:33 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---PooledConnectionUsage=com.evermind.sql.PooledConnectionUsage@113981b
    05/06/28 08:34:33 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---addToCache=false
    05/06/28 08:34:33 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---this=com.evermind.sql.OrionPooledDataSource@1c0f2e5
    05/06/28 08:34:33 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---cachedConnectionsCount=0
    05/06/28 08:34:33 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---usedConnectionsCount=1
    05/06/28 08:34:33 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---maxUsedConnections=1
    05/06/28 08:34:33 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): end---cachedConnectionsCount=0
    05/06/28 08:34:33 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): end---usedConnectionsCount=0
    05/06/28 08:34:33 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): end---maxUsedConnections=1
    05/06/28 08:34:33 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): end
    05/06/28 08:34:33 Error connecting to database:
    05/06/28 08:34:33 Retrying 2 times more...
    05/06/28 08:34:33 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin
    05/06/28 08:34:33 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---PooledConnectionUsage=null
    05/06/28 08:34:33 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---addToCache=false
    05/06/28 08:34:33 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---this=com.evermind.sql.OrionPooledDataSource@1c0f2e5
    05/06/28 08:34:33 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---cachedConnectionsCount=0
    05/06/28 08:34:33 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---usedConnectionsCount=0
    05/06/28 08:34:33 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---maxUsedConnections=1
    05/06/28 08:34:33 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): end---cachedConnectionsCount=0
    05/06/28 08:34:33 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): end---usedConnectionsCount=0
    05/06/28 08:34:33 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): end---maxUsedConnections=1
    05/06/28 08:34:33 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): end
    05/06/28 08:34:34 Thr[thread 15]-OrionPooledDataSource.checkAndGetMinConnections(): begin
    05/06/28 08:34:34 Thr[thread 15]-OrionPooledDataSource.checkAndGetMinConnections()---cachedConnectionsCount=0
    05/06/28 08:34:34 Thr[thread 15]-OrionPooledDataSource.checkAndGetMinConnections()---usedConnectionsCount=0
    05/06/28 08:34:34 Thr[thread 15]-OrionPooledDataSource.checkAndGetMinConnections()---totalConns=0
    05/06/28 08:34:34 Thr[thread 15]-OrionPooledDataSource.checkAndGetMinConnections()---minConnections=0
    05/06/28 08:34:34 Thr[thread 15]-OrionPooledDataSource.checkAndGetMinConnections(): end
    05/06/28 08:34:34 Thr[thread 15]-OrionPooledDataSource.getPooledInstance(): begin
    05/06/28 08:34:34 Thr[thread 15]-OrionPooledDataSource.getPooledInstance(): begin---this=com.evermind.sql.OrionPooledDataSource@1c0f2e5
    05/06/28 08:34:34 Thr[thread 15]-OrionPooledDataSource.getPooledInstance(): begin---cachedConnectionsCount=0
    05/06/28 08:34:34 Thr[thread 15]-OrionPooledDataSource.getPooledInstance(): begin---usedConnectionsCount=0
    05/06/28 08:34:34 Thr[thread 15]-OrionPooledDataSource.getPooledInstance(): begin---maxUsedConnections=1
    05/06/28 08:34:34 Thr[thread 15]-OrionPooledDataSource.addUsedConnection(PooledConnectionUsage): begin
    05/06/28 08:34:34 Thr[thread 15]-OrionPooledDataSource.addUsedConnection(PooledConnectionUsage): begin---usedConnectionsCount=0
    05/06/28 08:34:34 Thr[thread 15]-OrionPooledDataSource.addUsedConnection(PooledConnectionUsage): end---added to usedConnections a PooledConnectionUsage = com.evermind.sql.PooledConnectionUsage@179d854
    05/06/28 08:34:34 Thr[thread 15]-OrionPooledDataSource.addUsedConnection(PooledConnectionUsage): end---usedConnectionsCount=1
    05/06/28 08:34:34 Thr[thread 15]-OrionPooledDataSource.addUsedConnection(PooledConnectionUsage): end
    jdbc:oracle:thin:@localhost:1521:oracle: Opened connection
    05/06/28 08:34:34 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin
    05/06/28 08:34:34 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---PooledConnectionUsage=com.evermind.sql.PooledConnectionUsage@179d854
    05/06/28 08:34:34 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---addToCache=false
    05/06/28 08:34:34 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---this=com.evermind.sql.OrionPooledDataSource@1c0f2e5
    05/06/28 08:34:34 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---cachedConnectionsCount=0
    05/06/28 08:34:34 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---usedConnectionsCount=1
    05/06/28 08:34:34 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---maxUsedConnections=1
    05/06/28 08:34:34 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): end---cachedConnectionsCount=0
    05/06/28 08:34:34 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): end---usedConnectionsCount=0
    05/06/28 08:34:34 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): end---maxUsedConnections=1
    05/06/28 08:34:34 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): end
    05/06/28 08:34:34 Error connecting to database:
    05/06/28 08:34:34 Retrying 1 times more...
    05/06/28 08:34:34 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin
    05/06/28 08:34:34 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---PooledConnectionUsage=null
    05/06/28 08:34:34 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---addToCache=false
    05/06/28 08:34:34 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---this=com.evermind.sql.OrionPooledDataSource@1c0f2e5
    05/06/28 08:34:34 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---cachedConnectionsCount=0
    05/06/28 08:34:34 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---usedConnectionsCount=0
    05/06/28 08:34:34 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---maxUsedConnections=1
    05/06/28 08:34:34 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): end---cachedConnectionsCount=0
    05/06/28 08:34:34 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): end---usedConnectionsCount=0
    05/06/28 08:34:34 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): end---maxUsedConnections=1
    05/06/28 08:34:34 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): end
    05/06/28 08:34:35 Thr[thread 15]-OrionPooledDataSource.checkAndGetMinConnections(): begin
    05/06/28 08:34:35 Thr[thread 15]-OrionPooledDataSource.checkAndGetMinConnections()---cachedConnectionsCount=0
    05/06/28 08:34:35 Thr[thread 15]-OrionPooledDataSource.checkAndGetMinConnections()---usedConnectionsCount=0
    05/06/28 08:34:35 Thr[thread 15]-OrionPooledDataSource.checkAndGetMinConnections()---totalConns=0
    05/06/28 08:34:35 Thr[thread 15]-OrionPooledDataSource.checkAndGetMinConnections()---minConnections=0
    05/06/28 08:34:35 Thr[thread 15]-OrionPooledDataSource.checkAndGetMinConnections(): end
    05/06/28 08:34:35 Thr[thread 15]-OrionPooledDataSource.getPooledInstance(): begin
    05/06/28 08:34:35 Thr[thread 15]-OrionPooledDataSource.getPooledInstance(): begin---this=com.evermind.sql.OrionPooledDataSource@1c0f2e5
    05/06/28 08:34:35 Thr[thread 15]-OrionPooledDataSource.getPooledInstance(): begin---cachedConnectionsCount=0
    05/06/28 08:34:35 Thr[thread 15]-OrionPooledDataSource.getPooledInstance(): begin---usedConnectionsCount=0
    05/06/28 08:34:35 Thr[thread 15]-OrionPooledDataSource.getPooledInstance(): begin---maxUsedConnections=1
    05/06/28 08:34:35 Thr[thread 15]-OrionPooledDataSource.addUsedConnection(PooledConnectionUsage): begin
    05/06/28 08:34:35 Thr[thread 15]-OrionPooledDataSource.addUsedConnection(PooledConnectionUsage): begin---usedConnectionsCount=0
    05/06/28 08:34:35 Thr[thread 15]-OrionPooledDataSource.addUsedConnection(PooledConnectionUsage): end---added to usedConnections a PooledConnectionUsage = com.evermind.sql.PooledConnectionUsage@1c20eb7
    05/06/28 08:34:35 Thr[thread 15]-OrionPooledDataSource.addUsedConnection(PooledConnectionUsage): end---usedConnectionsCount=1
    05/06/28 08:34:35 Thr[thread 15]-OrionPooledDataSource.addUsedConnection(PooledConnectionUsage): end
    jdbc:oracle:thin:@localhost:1521:oracle: Opened connection
    05/06/28 08:34:35 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin
    05/06/28 08:34:35 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---PooledConnectionUsage=com.evermind.sql.PooledConnectionUsage@1c20eb7
    05/06/28 08:34:35 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---addToCache=false
    05/06/28 08:34:35 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---this=com.evermind.sql.OrionPooledDataSource@1c0f2e5
    05/06/28 08:34:35 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---cachedConnectionsCount=0
    05/06/28 08:34:35 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---usedConnectionsCount=1
    05/06/28 08:34:35 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---maxUsedConnections=1
    05/06/28 08:34:35 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): end---cachedConnectionsCount=0
    05/06/28 08:34:35 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): end---usedConnectionsCount=0
    05/06/28 08:34:35 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): end---maxUsedConnections=1
    05/06/28 08:34:35 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): end
    05/06/28 08:34:35 Error connecting to database:
    05/06/28 08:34:35 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin
    05/06/28 08:34:35 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---PooledConnectionUsage=null
    05/06/28 08:34:35 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---addToCache=false
    05/06/28 08:34:35 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---this=com.evermind.sql.OrionPooledDataSource@1c0f2e5
    05/06/28 08:34:35 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---cachedConnectionsCount=0
    05/06/28 08:34:35 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---usedConnectionsCount=0
    05/06/28 08:34:35 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---maxUsedConnections=1
    05/06/28 08:34:35 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): end---cachedConnectionsCount=0
    05/06/28 08:34:35 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): end---usedConnectionsCount=0
    05/06/28 08:34:35 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): end---maxUsedConnections=1
    05/06/28 08:34:35 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): end
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.checkAndGetMinConnections(): begin
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.checkAndGetMinConnections()---cachedConnectionsCount=0
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.checkAndGetMinConnections()---usedConnectionsCount=0
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.checkAndGetMinConnections()---totalConns=0
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.checkAndGetMinConnections()---minConnections=0
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.checkAndGetMinConnections(): end
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.getPooledInstance(): begin
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.getPooledInstance(): begin---this=com.evermind.sql.OrionPooledDataSource@1c0f2e5
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.getPooledInstance(): begin---cachedConnectionsCount=0
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.getPooledInstance(): begin---usedConnectionsCount=0
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.getPooledInstance(): begin---maxUsedConnections=1
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.addUsedConnection(PooledConnectionUsage): begin
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.addUsedConnection(PooledConnectionUsage): begin---usedConnectionsCount=0
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.addUsedConnection(PooledConnectionUsage): end---added to usedConnections a PooledConnectionUsage = com.evermind.sql.PooledConnectionUsage@1867df9
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.addUsedConnection(PooledConnectionUsage): end---usedConnectionsCount=1
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.addUsedConnection(PooledConnectionUsage): end
    jdbc:oracle:thin:@localhost:1521:oracle: Opened connection
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---PooledConnectionUsage=com.evermind.sql.PooledConnectionUsage@1867df9
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---addToCache=false
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---this=com.evermind.sql.OrionPooledDataSource@1c0f2e5
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---cachedConnectionsCount=0
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---usedConnectionsCount=1
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---maxUsedConnections=1
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): end---cachedConnectionsCount=0
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): end---usedConnectionsCount=0
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): end---maxUsedConnections=1
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): end
    05/06/28 08:34:36 Error connecting to database:
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---PooledConnectionUsage=null
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---addToCache=false
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---this=com.evermind.sql.OrionPooledDataSource@1c0f2e5
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---cachedConnectionsCount=0
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---usedConnectionsCount=0
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---maxUsedConnections=1
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): end---cachedConnectionsCount=0
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): end---usedConnectionsCount=0
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): end---maxUsedConnections=1
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): end
    05/06/28 08:34:36 Thr[thread 15]-OrionCMTConnection.intercept(): end---this.nonTransactionalConnection = null
    05/06/28 08:34:36 Thr[thread 15]-OrionCMTConnection.intercept(): end---this.transactionalConnection = null
    05/06/28 08:34:36 Thr[thread 15]-OrionCMTConnection.intercept(): end---this.connection = null
    05/06/28 08:34:36 Thr[thread 15]-OrionCMTConnection.intercept(): end---setting currentTxn = state.transaction = null
    05/06/28 08:34:36 Thr[thread 15]-OrionCMTConnection.intercept(): end
    05/06/28 08:34:36 Thr[thread 15]-DataSourceConnection.close(rollback): begin
    05/06/28 08:34:36 Thr[thread 15]-DataSourceConnection.close(rollback): begin---rollback = false
    05/06/28 08:34:36 Thr[thread 15]-DataSourceConnection.close(rollback): begin---this.connection = [Connection 1: com.evermind.sql.OrionCMTConnection@1f21c50]
    05/06/28 08:34:36 Thr[thread 15]-DataSourceConnection.close(rollback): begin---this.resetIsolation = false
    05/06/28 08:34:36 Thr[thread 15]-DataSourceConnection.close(rollback): begin---this.closed = false
    05/06/28 08:34:36 Thr[thread 15]-OrionCMTConnection.close(): begin
    05/06/28 08:34:36 Thr[thread 15]-OrionCMTConnection.close(): begin---this = com.evermind.sql.OrionCMTConnection@1f21c50
    05/06/28 08:34:36 Thr[thread 15]-OrionCMTConnection.close(): begin---this.nonTransactionalConnection = null
    05/06/28 08:34:36 Thr[thread 15]-OrionCMTConnection.close(): begin---this.transactionalConnection = null
    05/06/28 08:34:36 Thr[thread 15]-OrionCMTConnection.close(): begin---this.connection = null
    05/06/28 08:34:36 Thr[thread 15]-OrionCMTConnection.close(): begin---this.closed = false
    05/06/28 08:34:36 Thr[thread 15]-OrionCMTConnection.close(): end---Already closed:: com.evermind.sql.OrionCMTConnection@1f21c50
    05/06/28 08:34:36 closing DebugConnection(1)
    05/06/28 08:34:36 Thr[thread 15]-DataSourceConnection.close(rollback): end---connection = null
    05/06/28 08:34:36 Thr[thread 15]-DataSourceConnection.close(rollback): end---this.resetIsolation = false
    05/06/28 08:34:36 Thr[thread 15]-DataSourceConnection.close(rollback): end---this.closed = true
    05/06/28 08:34:36 Thr[thread 15]-DataSourceConnection.close(rollback): end
    05/06/28 08:34:36 RMI-Context null: lookup: jdbc/DSOracleSID
    05/06/28 08:34:36 Binding for jdbc/DSOracleSID: com.evermind.sql.OrionCMTDataSource@1fd6bea
    05/06/28 08:34:36 RMI-Context null: lookup: jdbc/DSOracleSID
    05/06/28 08:34:36 Binding for jdbc/DSOracleSID: com.evermind.sql.OrionCMTDataSource@1fd6bea
    05/06/28 08:34:36 Thr[thread 15]-DataSourceConnectionContainer.Constructor(): begin
    05/06/28 08:34:36 Thr[thread 15]-DataSourceConnectionContainer.Constructor(): end--this.name = jdbc/DSOracleSID
    05/06/28 08:34:36 Thr[thread 15]-DataSourceConnectionContainer.Constructor(): end--this.isolationLevel = -7
    05/06/28 08:34:36 Thr[thread 15]-DataSourceConnectionContainer.Constructor(): end--this.source = com.evermind.sql.OrionCMTDataSource@1fd6bea
    05/06/28 08:34:36 Thr[thread 15]-DataSourceConnectionContainer.Constructor(): end
    05/06/28 08:34:36 Thr[thread 15]-DataSourceConnectionContainer.getLocalConnection(): begin
    05/06/28 08:34:36 Thr[thread 15]-OrionCMTConnection.Constructor(source, username, password): begin
    05/06/28 08:34:36 Thr[thread 15]-OrionCMTConnection.Constructor(source, username, password): begin---source = com.evermind.sql.OrionCMTDataSource@1fd6bea
    05/06/28 08:34:36 Thr[thread 15]-OrionCMTConnection.Constructor(source, username, password): begin---source.nonTXSource = com.evermind.sql.OrionPooledDataSource@340101
    05/06/28 08:34:36 Thr[thread 15]-OrionCMTConnection.Constructor(source, username, password): begin---source.TXSource = com.evermind.sql.DriverManagerXADataSource@b7ec5d
    05/06/28 08:34:36 Thr[thread 15]-OrionCMTConnection.Constructor(source, username, password): begin---username = null
    05/06/28 08:34:36 Thr[thread 15]-OrionCMTConnection.Constructor(source, username, password): end---Created:: com.evermind.sql.OrionCMTConnection@18e18a3
    05/06/28 08:34:36 Thr[thread 15]-OrionCMTConnection.Constructor(source, username, password): end
    05/06/28 08:34:36 new DebugConnection(2)
    05/06/28 08:34:36 Thr[thread 15]-DataSourceConnection.Constructor(container, transaction): end---transaction = null
    05/06/28 08:34:36 Thr[thread 15]-DataSourceConnection.Constructor(container, transaction): end---connection = [Connection 2: com.evermind.sql.OrionCMTConnection@18e18a3]
    05/06/28 08:34:36 Thr[thread 15]-DataSourceConnection.Constructor(container, transaction): end---this.resetIsolation = false
    05/06/28 08:34:36 Thr[thread 15]-DataSourceConnection.Constructor(container, transaction): end---this.closed = false
    05/06/28 08:34:36 Thr[thread 15]-DataSourceConnection.Constructor(container, transaction): end
    05/06/28 08:34:36 Thr[thread 15]-DataSourceConnectionContainer.getLocalConnection(): end
    05/06/28 08:34:36 Thr[thread 15]-OrionCMTConnection.intercept(): begin
    05/06/28 08:34:36 Thr[thread 15]-OrionCMTConnection.intercept(): begin---this = com.evermind.sql.OrionCMTConnection@18e18a3
    05/06/28 08:34:36 Thr[thread 15]-OrionCMTConnection.intercept(): begin---state.transaction = null---Trying to set, delistEnlist...
    05/06/28 08:34:36 Thr[thread 15]-OrionCMTConnection.setConnection(): begin
    05/06/28 08:34:36 Thr[thread 15]-OrionCMTConnection.setConnection()---transaction = null
    05/06/28 08:34:36 Thr[thread 15]-OrionCMTConnection.setConnection()---Getting/Re-Using a non-Transactional Connection
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.getConnection(): begin
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.getConnection()---maxConnectionAttempts = 3
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.getConnection()---cachedConnectionsCount=0
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.getConnection()---usedConnectionsCount=0
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.checkAndGetMinConnections(): begin
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.checkAndGetMinConnections()---cachedConnectionsCount=0
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.checkAndGetMinConnections()---usedConnectionsCount=0
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.checkAndGetMinConnections()---totalConns=0
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.checkAndGetMinConnections()---minConnections=1
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.getPooledInstance(): begin
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.getPooledInstance(): begin---this=com.evermind.sql.OrionPooledDataSource@340101
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.getPooledInstance(): begin---cachedConnectionsCount=0
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.getPooledInstance(): begin---usedConnectionsCount=0
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.getPooledInstance(): begin---maxUsedConnections=1
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.getUsedConnectionsNonSynced(): begin
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.getUsedConnectionsNonSynced(): begin---usedConnectionsCount=0
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.getUsedConnectionsNonSynced(): begin---userSources={}
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.getUsedConnectionsNonSynced(): end---returning used=0
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.getUsedConnectionsNonSynced(): end
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.addUsedConnection(PooledConnectionUsage): begin
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.addUsedConnection(PooledConnectionUsage): begin---usedConnectionsCount=0
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.addUsedConnection(PooledConnectionUsage): end---added to usedConnections a PooledConnectionUsage = com.evermind.sql.PooledConnectionUsage@1642bd6
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.addUsedConnection(PooledConnectionUsage): end---usedConnectionsCount=1
    05/06/28 08:34:36 Thr[thread 15]-OrionPooledDataSource.addUsedConnection(PooledConnectionUsage): end
    jdbc:oracle:thin:@172.25.1.19:1521:DBDGRA: Opened connection
    05/06/28 08:34:37 new DebugConnection(3)
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.Constructor(connection): begin
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.Constructor(connection): begin---this.connection=[Connection 3: oracle.jdbc.driver.OracleConnection@73f0d8]
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.Constructor(connection): begin---this.currentConnectionNumber=0
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.Constructor(connection): begin---this.nextConnectionNumber=0
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.Constructor(connection): end---Created:: com.evermind.sql.DriverManagerPooledConnection@1ea0105
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.Constructor(connection): end
    Created new physical connection: com.evermind.sql.DriverManagerPooledConnection@1ea0105
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.addConnectionEventListener(listener): begin
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.addConnectionEventListener(listener): begin---listener = com.evermind.sql.PooledConnectionUsage@1642bd6
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.addConnectionEventListener(listener): end
    com.evermind.sql.DriverManagerConnectionPoolDataSource@179f36b: Connection com.evermind.sql.DriverManagerPooledConnection@1ea0105 allocated (Pool size: 0)
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.getPooledInstance(): end---cachedConnectionsCount=0
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.getPooledInstance(): end---usedConnectionsCount=1
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.getPooledInstance(): end---maxUsedConnections=1
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.getPooledInstance(): end---returning new PooledConnectionUsage=com.evermind.sql.PooledConnectionUsage@1642bd6
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.getPooledInstance(): end
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.getConnection(): begin
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.getConnection(): begin---this = com.evermind.sql.DriverManagerPooledConnection@1ea0105
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.getConnection(): begin---this.currentConnectionNumber = 0
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.getConnection(): begin---this.nextConnectionNumber = 0
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.getConnection(): begin---this.closed = false
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerConnectionPoolConnection.Constructor(DriverManagerPooledConnection): begin
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerConnectionPoolConnection.Constructor(DriverManagerPooledConnection): begin---pooledConnection = com.evermind.sql.DriverManagerPooledConnection@1ea0105
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerConnectionPoolConnection.Constructor(DriverManagerPooledConnection): begin---pooledConnection.currentConnectionNumber = 1
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerConnectionPoolConnection.Constructor(DriverManagerPooledConnection): begin---this.number = 1
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerConnectionPoolConnection.Constructor(DriverManagerPooledConnection): end---Created:: com.evermind.sql.DriverManagerConnectionPoolConnection@bdc9b3
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerConnectionPoolConnection.Constructor(DriverManagerPooledConnection): end
    05/06/28 08:34:37 new DebugConnection(4)
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.getConnection(): end---this.currentConnectionNumber = 1
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.getConnection(): end---this.nextConnectionNumber = 1
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.getConnection(): end---this.closed = false
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.getConnection(): end
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.checkAndGetMinConnections()---connections[0]=[Connection 4: com.evermind.sql.DriverManagerConnectionPoolConnection@bdc9b3]
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerConnectionPoolConnection.close(): begin
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerConnectionPoolConnection.close(): begin---this = com.evermind.sql.DriverManagerConnectionPoolConnection@bdc9b3
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerConnectionPoolConnection.close(): begin---this.pooledConnection = com.evermind.sql.DriverManagerPooledConnection@1ea0105
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerConnectionPoolConnection.close(): begin---pooledConnection.currentConnectionNumber = 1
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerConnectionPoolConnection.close(): begin---this.number = 1
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerConnectionPoolConnection.close(): begin---this.sharedCount = 0
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.closeCurrentConnection(): begin
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.closeCurrentConnection(): begin---this.currentConnectionNumber = 1
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.closeCurrentConnection(): begin---this.nextConnectionNumber = 1
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.closeCurrentConnection(): begin---this.closed = false
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---PooledConnectionUsage=com.evermind.sql.PooledConnectionUsage@1642bd6
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---addToCache=true
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---this=com.evermind.sql.OrionPooledDataSource@340101
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---cachedConnectionsCount=0
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---usedConnectionsCount=1
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---maxUsedConnections=1
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.addCachedConnection(PooledConnectionUsage): begin
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.addCachedConnection(PooledConnectionUsage): begin---cachedConnectionsCount=0
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.addCachedConnection(PooledConnectionUsage): end---added to cachedConnections a PooledConnectionUsage=com.evermind.sql.PooledConnectionUsage@1642bd6
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.addCachedConnection(PooledConnectionUsage): end---cachedConnectionsCount=1
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.addCachedConnection(PooledConnectionUsage): end
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): end---cachedConnectionsCount=1
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): end---usedConnectionsCount=0
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): end---maxUsedConnections=1
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): end
    com.evermind.sql.DriverManagerConnectionPoolDataSource@179f36b: Releasing connection com.evermind.sql.DriverManagerPooledConnection@1ea0105 to pool (Pool size: 1)
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.closeCurrentConnection(): end---this.currentConnectionNumber = -1
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.closeCurrentConnection(): end---this.nextConnectionNumber = 1
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.closeCurrentConnection(): end---this.closed = false
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.closeCurrentConnection(): end---Closed:: com.evermind.sql.DriverManagerPooledConnection@1ea0105
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.closeCurrentConnection(): end
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerConnectionPoolConnection.close(): end---Closed:: com.evermind.sql.DriverManagerConnectionPoolConnection@bdc9b3
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerConnectionPoolConnection.close(): end---this.sharedCount = 0
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerConnectionPoolConnection.close(): end
    05/06/28 08:34:37 closing DebugConnection(4)
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.checkAndGetMinConnections(): end
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.getPooledInstance(): begin
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.getPooledInstance(): begin---this=com.evermind.sql.OrionPooledDataSource@340101
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.getPooledInstance(): begin---cachedConnectionsCount=1
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.getPooledInstance(): begin---usedConnectionsCount=0
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.getPooledInstance(): begin---maxUsedConnections=1
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.addUsedConnection(PooledConnectionUsage): begin
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.addUsedConnection(PooledConnectionUsage): begin---usedConnectionsCount=0
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.addUsedConnection(PooledConnectionUsage): end---added to usedConnections a PooledConnectionUsage = com.evermind.sql.PooledConnectionUsage@1642bd6
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.addUsedConnection(PooledConnectionUsage): end---usedConnectionsCount=1
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.addUsedConnection(PooledConnectionUsage): end
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.getPooledInstance(): end---cachedConnectionsCount=0
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.getPooledInstance(): end---usedConnectionsCount=1
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.getPooledInstance(): end---maxUsedConnections=1
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.getPooledInstance(): end---returning PooledConnectionUsage=com.evermind.sql.PooledConnectionUsage@1642bd6
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.getPooledInstance(): end
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.getConnection(): begin
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.getConnection(): begin---this = com.evermind.sql.DriverManagerPooledConnection@1ea0105
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.getConnection(): begin---this.currentConnectionNumber = -1
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.getConnection(): begin---this.nextConnectionNumber = 1
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.getConnection(): begin---this.closed = false
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerConnectionPoolConnection.Constructor(DriverManagerPooledConnection): begin
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerConnectionPoolConnection.Constructor(DriverManagerPooledConnection): begin---pooledConnection = com.evermind.sql.DriverManagerPooledConnection@1ea0105
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerConnectionPoolConnection.Constructor(DriverManagerPooledConnection): begin---pooledConnection.currentConnectionNumber = 2
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerConnectionPoolConnection.Constructor(DriverManagerPooledConnection): begin---this.number = 2
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerConnectionPoolConnection.Constructor(DriverManagerPooledConnection): end---Created:: com.evermind.sql.DriverManagerConnectionPoolConnection@2cbc86
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerConnectionPoolConnection.Constructor(DriverManagerPooledConnection): end
    05/06/28 08:34:37 new DebugConnection(5)
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.getConnection(): end---this.currentConnectionNumber = 2
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.getConnection(): end---this.nextConnectionNumber = 2
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.getConnection(): end---this.closed = false
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.getConnection(): end
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerConnectionPoolConnection.isClosed(): begin
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerConnectionPoolConnection.isClosed(): begin---this = com.evermind.sql.DriverManagerConnectionPoolConnection@2cbc86
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerConnectionPoolConnection.isClosed(): begin---this.pooledConnection = com.evermind.sql.DriverManagerPooledConnection@1ea0105
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerConnectionPoolConnection.isClosed(): begin---this.connection = [Connection 3: oracle.jdbc.driver.OracleConnection@73f0d8]
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerConnectionPoolConnection.isClosed(): begin---this.pooledConnection.currentConnectionNumber = 2
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerConnectionPoolConnection.isClosed(): begin---this.number = 2
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerConnectionPoolConnection.isClosed(): begin---this.sharedCount = 0
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerConnectionPoolConnection.isClosed(): begin---this.connection.isClosed() = false
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerConnectionPoolConnection.isClosed(): [email protected]86 ---returning isClosed = false
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerConnectionPoolConnection.isClosed(): end
    05/06/28 08:34:37 Thr[thread 15]-OrionCMTConnection.setConnection(): end
    05/06/28 08:34:37 Thr[thread 15]-OrionCMTConnection.tryToDelistEnlist(state): begin
    05/06/28 08:34:37 Thr[thread 15]-OrionCMTConnection.tryToDelistEnlist(state): end
    05/06/28 08:34:37 Thr[thread 15]-OrionCMTConnection.intercept(): end---this.nonTransactionalConnection = [Connection 5: com.evermind.sql.DriverManagerConnectionPoolConnection@2cbc86]
    05/06/28 08:34:37 Thr[thread 15]-OrionCMTConnection.intercept(): end---this.transactionalConnection = null
    05/06/28 08:34:37 Thr[thread 15]-OrionCMTConnection.intercept(): end---this.connection = [Connection 5: com.evermind.sql.DriverManagerConnectionPoolConnection@2cbc86]
    05/06/28 08:34:37 Thr[thread 15]-OrionCMTConnection.intercept(): end---setting currentTxn = state.transaction = null
    05/06/28 08:34:37 Thr[thread 15]-OrionCMTConnection.intercept(): end
    05/06/28 08:34:37 Thr[thread 15]-OrionCMTConnection.intercept(): begin
    05/06/28 08:34:37 Thr[thread 15]-OrionCMTConnection.intercept(): begin---this = com.evermind.sql.OrionCMTConnection@18e18a3
    05/06/28 08:34:37 Thr[thread 15]-OrionCMTConnection.intercept(): begin---state.transaction = null---Trying to set, delistEnlist...
    05/06/28 08:34:37 Thr[thread 15]-OrionCMTConnection.setConnection(): begin
    05/06/28 08:34:37 Thr[thread 15]-OrionCMTConnection.setConnection()---transaction = null
    05/06/28 08:34:37 Thr[thread 15]-OrionCMTConnection.setConnection()---Getting/Re-Using a non-Transactional Connection
    05/06/28 08:34:37 Thr[thread 15]-OrionCMTConnection.setConnection(): end
    05/06/28 08:34:37 Thr[thread 15]-OrionCMTConnection.tryToDelistEnlist(state): begin
    05/06/28 08:34:37 Thr[thread 15]-OrionCMTConnection.tryToDelistEnlist(state): end
    05/06/28 08:34:37 Thr[thread 15]-OrionCMTConnection.intercept(): end---this.nonTransactionalConnection = [Connection 5: com.evermind.sql.DriverManagerConnectionPoolConnection@2cbc86]
    05/06/28 08:34:37 Thr[thread 15]-OrionCMTConnection.intercept(): end---this.transactionalConnection = null
    05/06/28 08:34:37 Thr[thread 15]-OrionCMTConnection.intercept(): end---this.connection = [Connection 5: com.evermind.sql.DriverManagerConnectionPoolConnection@2cbc86]
    05/06/28 08:34:37 Thr[thread 15]-OrionCMTConnection.intercept(): end---setting currentTxn = state.transaction = null
    05/06/28 08:34:37 Thr[thread 15]-OrionCMTConnection.intercept(): end
    05/06/28 08:34:37 Thr[thread 15]-DataSourceConnection.close(rollback): begin
    05/06/28 08:34:37 Thr[thread 15]-DataSourceConnection.close(rollback): begin---rollback = false
    05/06/28 08:34:37 Thr[thread 15]-DataSourceConnection.close(rollback): begin---this.connection = [Connection 2: com.evermind.sql.OrionCMTConnection@18e18a3]
    05/06/28 08:34:37 Thr[thread 15]-DataSourceConnection.close(rollback): begin---this.resetIsolation = false
    05/06/28 08:34:37 Thr[thread 15]-DataSourceConnection.close(rollback): begin---this.closed = false
    05/06/28 08:34:37 Thr[thread 15]-OrionCMTConnection.close(): begin
    05/06/28 08:34:37 Thr[thread 15]-OrionCMTConnection.close(): begin---this = com.evermind.sql.OrionCMTConnection@18e18a3
    05/06/28 08:34:37 Thr[thread 15]-OrionCMTConnection.close(): begin---this.nonTransactionalConnection = [Connection 5: com.evermind.sql.DriverManagerConnectionPoolConnection@2cbc86]
    05/06/28 08:34:37 Thr[thread 15]-OrionCMTConnection.close(): begin---this.transactionalConnection = null
    05/06/28 08:34:37 Thr[thread 15]-OrionCMTConnection.close(): begin---this.connection = [Connection 5: com.evermind.sql.DriverManagerConnectionPoolConnection@2cbc86]
    05/06/28 08:34:37 Thr[thread 15]-OrionCMTConnection.close(): begin---this.closed = false
    05/06/28 08:34:37 Thr[thread 15]-OrionCMTConnection.isClosed(): begin
    05/06/28 08:34:37 Thr[thread 15]-OrionCMTConnection.isClosed(): begin---this = com.evermind.sql.OrionCMTConnection@18e18a3
    05/06/28 08:34:37 Thr[thread 15]-OrionCMTConnection.isClosed(): begin---this.closed = false
    05/06/28 08:34:37 Thr[thread 15]-OrionCMTConnection.isClosed(): begin---this.connection = [Connection 5: com.evermind.sql.DriverManagerConnectionPoolConnection@2cbc86]
    05/06/28 08:34:37 Thr[thread 15]-OrionCMTConnection.isClosed(): end---PhysicalConnection = [Connection 3: oracle.jdbc.driver.OracleConnection@73f0d8]
    05/06/28 08:34:37 Thr[thread 15]-OrionCMTConnection.isClosed(): end---this.closed = false
    05/06/28 08:34:37 Thr[thread 15]-OrionCMTConnection.isClosed(): end
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerConnectionPoolConnection.close(): begin
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerConnectionPoolConnection.close(): begin---this = com.evermind.sql.DriverManagerConnectionPoolConnection@2cbc86
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerConnectionPoolConnection.close(): begin---this.pooledConnection = com.evermind.sql.DriverManagerPooledConnection@1ea0105
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerConnectionPoolConnection.close(): begin---pooledConnection.currentConnectionNumber = 2
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerConnectionPoolConnection.close(): begin---this.number = 2
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerConnectionPoolConnection.close(): begin---this.sharedCount = 0
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.closeCurrentConnection(): begin
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.closeCurrentConnection(): begin---this.currentConnectionNumber = 2
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.closeCurrentConnection(): begin---this.nextConnectionNumber = 2
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.closeCurrentConnection(): begin---this.closed = false
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---PooledConnectionUsage=com.evermind.sql.PooledConnectionUsage@1642bd6
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---addToCache=true
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---this=com.evermind.sql.OrionPooledDataSource@340101
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---cachedConnectionsCount=0
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---usedConnectionsCount=1
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): begin---maxUsedConnections=1
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.addCachedConnection(PooledConnectionUsage): begin
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.addCachedConnection(PooledConnectionUsage): begin---cachedConnectionsCount=0
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.addCachedConnection(PooledConnectionUsage): end---added to cachedConnections a PooledConnectionUsage=com.evermind.sql.PooledConnectionUsage@1642bd6
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.addCachedConnection(PooledConnectionUsage): end---cachedConnectionsCount=1
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.addCachedConnection(PooledConnectionUsage): end
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): end---cachedConnectionsCount=1
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): end---usedConnectionsCount=0
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): end---maxUsedConnections=1
    05/06/28 08:34:37 Thr[thread 15]-OrionPooledDataSource.removeUsedConnection(PooledConnectionUsage, addToCache): end
    com.evermind.sql.DriverManagerConnectionPoolDataSource@179f36b: Releasing connection com.evermind.sql.DriverManagerPooledConnection@1ea0105 to pool (Pool size: 1)
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.closeCurrentConnection(): end---this.currentConnectionNumber = -1
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.closeCurrentConnection(): end---this.nextConnectionNumber = 2
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.closeCurrentConnection(): end---this.closed = false
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.closeCurrentConnection(): end---Closed:: com.evermind.sql.DriverManagerPooledConnection@1ea0105
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerPooledConnection.closeCurrentConnection(): end
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerConnectionPoolConnection.close(): end---Closed:: com.evermind.sql.DriverManagerConnectionPoolConnection@2cbc86
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerConnectionPoolConnection.close(): end---this.sharedCount = 0
    05/06/28 08:34:37 Thr[thread 15]-DriverManagerConnectionPoolConnection.close(): end
    05/06/28 08:34:37 closing DebugConnection(5)
    05/06/28 08:34:37 Thr[thread 15]-OrionCMTConnection.close(): end---this.closed = true
    05/06/28 08:34:37 Thr[thread 15]-OrionCMTConnection.close(): end---Closed:: com.evermind.sql.OrionCMTConnection@18e18a3
    05/06/28 08:34:37 Thr[thread 15]-OrionCMTConnection.close(): end
    05/06/28 08:34:37 closing DebugConnection(2)
    05/06/28 08:34:37 Thr[thread 15]-DataSourceConnection.close(rollback): end---connection = null
    05/06/28 08:34:37 Thr[thread 15]-DataSourceConnection.close(rollback): end---this.resetIsolation = false
    05/06/28 08:34:37 Thr[thread 15]-DataSourceConnection.close(rollback): end---this.closed = true
    05/06/28 08:34:37 Thr[thread 15]-DataSourceConnection.close(rollback): end
    05/06/28 08:34:37 RMI-Context null: lookup: jdbc/DSOracleSID
    05/06/28 08:34:37 Binding for jdbc/DSOracleSID: com.evermind.sql.OrionCMTDataSource@1fd6bea
    05/06/28 08:34:37 RMI-Context null: lookup: jdbc/DSOracleSID
    05/06/28 08:34:37 Binding for jdbc/DSOracleSID: com.evermind.sql.OrionCMTDataSource@1fd6bea
    05/06/28 08:34:37 RMI-Context null: lookup: jdbc/DSOracleSID
    05/06/28 08:34:37 Binding for jdbc/DSOracleSID: com.evermind.sql.OrionCMTDataSource@1fd6bea
    05/06/28 08:34:37 RMI-Context null: lookup: jdbc/DSOracleSID
    05/06/28 08:34:37 Binding for jdbc/DSOracleSID: com.evermind.sql.OrionCMTDataSource@1fd6bea
    05/06/28 08:34:37 RMI-Context null: lookup: jdbc/DSOracleSID
    05/06/28 08:34:37 Binding for jdbc/DSOracleSID: com.evermind.sql.OrionCMTDataSource@1fd6bea
    05/06/28 08:34:37 RMI-Context null: lookup: jdbc/DSOracleSID
    05/06/28 08:34:37 Binding for jdbc/DSOracleSID: com.evermind.sql.OrionCMTDataSource@1fd6bea
    05/06/28 08:34:37 RMI-Context null: lookup: jdbc/DSOracleSID
    05/06/28 08:34:37 Binding for jdbc/DSOracleSID: com.evermind.sql.OrionCMTDataSource@1fd6bea
    05/06/28 08:34:37 RMI-Context null: lookup: jdbc/DSOracleSID
    05/06/28 08:34:37 Binding for jdbc/DSOracleSID: com.evermind.sql.OrionCMTDataSource@1fd6bea
    05/06/28 08:34:37 RMI-Context null: lookup: jdbc/DSOracleSID
    05/06/28 08:34:37 Binding for jdbc/DSOracleSID: com.evermind.sql.OrionCMTDataSource@1fd6bea
    05/06/28 08:34:37 RMI-Context null: lookup: jdbc/DSOracleSID
    05/06/28 08:34:37 Binding for jdbc/DSOracleSID: com.evermind.sql.OrionCMTDataSource@1fd6bea
    05/06/28 08:34:37 RMI-Context null: lookup: jdbc/DSOracleSID
    05/06/28 08:34:37 Binding for jdbc/DSOracleSID: com.evermind.sql.OrionCMTDataSource@1fd6bea
    05/06/28 08:34:37 RMI-Context null: lookup: jdbc/DSOracleSID
    05/06/28 08:34:37 Binding for jdbc/DSOracleSID: com.evermind.sql.OrionCMTDataSource@1fd6bea
    05/06/28 08:34:37 RMI-Context null: lookup: jdbc/DSOracleSID
    05/06/28 08:34:37 Binding for jdbc/DSOracleSID: com.evermind.sql.OrionCMTDataSource@1fd6bea
    05/06/28 08:34:37 RMI-Context null: lookup: jdbc/DSOracleSID
    05/06/28 08:34:37 Binding for jdbc/DSOracleSID: com.evermind.sql.OrionCMTDataSource@1fd6bea
    05/06/28 08:34:37 RMI-Context null: lookup: jdbc/DSOracleSID
    05/06/28 08:34:37 Binding for jdbc/DSOracleSID: com.evermind.sql.OrionCMTDataSource@1fd6bea
    05/06/28 08:34:37 RMI-Context null: lookup: jdbc/DSOracleSID
    05/06/28 08:34:37 Binding for jdbc/DSOracleSID: com.evermind.sql.OrionCMTDataSource@1fd6bea
    05/06/28 08:34:37 RMI-Context null: lookup: jdbc/DSOracleSID
    05/06/28 08:34:37 Binding for jdbc/DSOracleSID: com.evermind.sql.OrionCMTDataSource@1fd6bea
    05/06/28 08:34:37 RMI-Context null: lookup: jdbc/DSOracleSID
    05/06/28 08:34:37 Binding for jdbc/DSOracleSID: com.evermind.sql.OrionCMTDataSource@1fd6bea
    05/06/28 08:34:37 RMI-Context null: lookup: jdbc/DSOracleSID
    05/06/28 08:34:37 Binding for jdbc/DSOracleSID: com.evermind.sql.OrionCMTDataSource@1fd6bea
    05/06/28 08:34:37 RMI-Context null: lookup: jdbc/DSOracleSID
    05/06/28 08:34:37 Binding for jdbc/DSOracleSID: com.evermind.sql.OrionCMTDataSource@1fd6bea
    05/06/28 08:34:37 RMI-Context null: lookup: jdbc/DSOracleSID
    05/06/28 08:34:37 Binding for jdbc/DSOracleSID: com.evermind.sql.OrionCMTDataSource@1fd6bea
    05/06/28 08:34:37 RMI-Context null: lookup: jdbc/DSOracleSID
    05/06/28 08:34:37 Binding for jdbc/DSOracleSID: com.evermind.sql.OrionCMTDataSource@1fd6bea
    05/06/28 08:34:37 RMI-Context null: lookup: jdbc/DSOracleSID
    05/06/28 08:34:37 Binding for jdbc/DSOracleSID: com.evermind.sql.OrionCMTDataSource@1fd6bea
    05/06/28 08:34:37 RMI-Context null: lookup: jdbc/DSOracleSID
    05/06/28 08:34:37 Binding for jdbc/DSOracleSID: com.evermind.sql.OrionCMTDataSource@1fd6bea
    05/06/28 08:34:38 RMI-Context null: lookup: jdbc/DSOracleSID
    05/06/28 08:34:38 Binding for jdbc/DSOracleSID: com.evermind.sql.OrionCMTDataSource@1fd6bea
    05/06/28 08:34:38 RMI-Context null: lookup: jdbc/DSOracleSID
    05/06/28 08:34:38 Binding for jdbc/DSOracleSID: com.evermind.sql.OrionCMTDataSource@1fd6bea
    05/06/28 08:34:38 RMI-Context null: lookup: jdbc/DSOracleSID
    05/06/28 08:34:38 Binding for jdbc/DSOracleSID: com.evermind.sql.OrionCMTDataSource@1fd6bea
    05/06/28 08:34:38 RMI-Context null: lookup: jdbc/DSOracleSID
    05/06/28 08:34:38 Binding for jdbc/DSOracleSID: com.evermind.sql.OrionCMTDataSource@1fd6bea
    05/06/28 08:34:38 RMI-Context null: lookup: jdbc/DSOracleSID
    05/06/28 08:34:38 Binding for jdbc/DSOracleSID: com.evermind.sql.OrionCMTDataSource@1fd6bea
    05/06/28 08:34:38 RMI-Context null: lookup: jdbc/DSOracleSID
    05/06/28 08:34:38 Binding for jdbc/DSOracleSID: com.evermind.sql.OrionCMTDataSource@1fd6bea
    05/06/28 08:34:38 RMI-Context null: lookup: jdbc/DSOracleSID
    05/06/28 08:34:38 Binding for

    hi all,
    i have the same problem.
    set ORACLE_HOME to which value?
    i just want to run a helloworld.jsp which outputs "Hello Worldé
    tanx

  • Java.rmi.RemoteException: Error initializing ejb-module java.lang.NoClassDe

    Hi,
    I have an ear file which has ejb jar and war file. Application is running fine through Jdeveloper but when am trying to deploy it in Oracle Application Server 10g getting following error. Any help in this would be appreciated.
    Deployment failed: Nested exception
    Resolution:
    Base Exception:
    java.rmi.RemoteException
    deploy failed!: ; nested exception is:
    oracle.oc4j.admin.internal.DeployerException: Error initializing ejb-module; Exception Error loading class 'ge.model.common.ejb.ReserveAccountBean': java.lang.NoClassDefFoundError: ge/common/exception/dao/GEDAOException. deploy failed!: ; nested exception is:
    oracle.oc4j.admin.internal.DeployerException: Error initializing ejb-module; Exception Error loading class 'ge.model.common.ejb.ReserveAccountBean': java.lang.NoClassDefFoundError: ge/common/exception/dao/GEDAOException
    Thanks and Regards,
    Ujwala

    Ujwala,
    I don't think classes in the "ejb.jar" file can access classes in the WAR file (and vice-versa). Perhaps you can put this class in a separate JAR file and put that JAR file in the "applib" subdirectory (of your OC4J installation). Then it will be accessible to all your J2EE applications deployed to OC4J.
    Good Luck,
    Avi.

  • "Error getting EJB Manager": password?

    Hi,
              I have just installed Weblogic 6.1 and am trying to use the examples server.After I start my server, if I want to do something minor like list all EJBs deployed, I get the following error:
              >java weblogic.deploy list mypassword
              Connecting to localhost, port 7001...
              Error getting EJB manager - have you supplied a password?
              Error: class javax.naming.CommunicationException [null]
              "mypassword" is the same that I supply while starting weblogic server. I'm running the examples server in development mode so all EJBs in examples directory should be deployed. (If I go into web console and look under ejb deployments, I see all the jar files in examples directory and they are marked as deployed. Yet, I can't call any client on them from command line).
              I would appreciate any help.
              Thanks a lot.

    Hi Biqiang ,
    please confirm the followings:
    - your SLD is running on the very same host as DTR.
    If not, then you have specified the SLD's host in the Development Configuration Pool settings in NWDS.
    - your NWDS matches to the version of the DTR on server side. This is important since the NWDS has also DTR client built in which guarantees the communication between DTR client and DTR server. If there's a major difference between them, you can face communication problems. You can check the version of NWDS in Help -- About in NWDS menu, and you can check the version of the DTR by checking the version of the SC DI_DTR on server side. This you can check by invoking the Component Info page. On 700 this is http://host:port/sap/monitoring/ComponentInfo, as of 710 this is http://host:port/nwa/sysinfo -- "Components" tab.
    Best Regards,
    Ervin
    P.S.: I have also seen you have opened a ticket by us. I'll inform the processor to be aware of this forum thread.

  • Error running A Simple MDB example with oc4j

    Hi All,
    I am new to OC4J, I am trying the example for MDB from OTN's site, A Simple MDB example with OC4J. When I start my OC4J on the command line > java -jar oc4j.jar
    I get the following exception:
    Error deploying file:/C:/unzipped/mdb_hello_world/build/mdb/mdb.jar homes: No lo
    cation set for Topic resource MessageDrivenBean MDB
    Error in application mdb: Error loading package at file:/C:/unzipped/mdb_hello_w
    orld/build/mdb/mdb.jar, Error deploying file:/C:/unzipped/mdb_hello_world/build/
    mdb/mdb.jar homes: No location set for Topic resource MessageDrivenBean MDB
    04/07/09 15:21:40 Error instantiating application 'mdb' at file:/C:/unzipped/mdb
    helloworld/build/mdb.ear: Error initializing ejb-module; Exception Error in ap
    plication mdb: Error loading package at file:/C:/unzipped/mdb_hello_world/build/
    mdb/mdb.jar, Error deploying file:/C:/unzipped/mdb_hello_world/build/mdb/mdb.jar
    homes: No location set for Topic resource MessageDrivenBean MDB
    04/07/09 15:21:41 Error starting HTTP-Server: Address already in use: JVM_Bind
    04/07/09 15:21:41 Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)
    initialized
    I have just followed all the steps provided to run the example exactly as given.
    I did add my Topic and TopicConnectionFatory entries in my jms.xml -
    <topic name="The Topic" location="jms/theTopic">
    <description>A MDB topic</description>
    </topic>
    <topic-connection-factory location="jms/theTopicConnectionFactory" />
    Here is the ejb-jar.xml given in the example:
    <?xml version="1.0"?>
    <!DOCTYPE ejb-jar>
    <ejb-jar>
    <enterprise-beans>
    <message-driven>
    <description>My message driven bean</description>
    <ejb-name>MDB</ejb-name>
    <ejb-class>MDB</ejb-class>
    <transaction-type>Container</transaction-type>
    <message-driven-destination>
    <destination-type>javax.jms.Topic</destination-type>
    <subscription-durability>NonDurable</subscription-durability>
    </message-driven-destination>
    <resource-ref>
    <description>The log topic where log events are broadcasted...</description>
    <res-ref-name>jms/theTopic</res-ref-name>
    <res-type>javax.jms.Topic</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>
    <resource-ref>
    <description>The Factory used to produce connections to the log topic...</description>
    <res-ref-name>jms/theTopicConnectionFactory</res-ref-name>
    <res-type>javax.jms.TopicConnectionFactory</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>
    </message-driven>
    </enterprise-beans>
    <assembly-descriptor>
    <container-transaction>
    <method>
    <ejb-name>MDB</ejb-name>
    <method-name>*</method-name>
    </method>
    <trans-attribute>Supports</trans-attribute>
    </container-transaction>
    </assembly-descriptor>
    </ejb-jar>
    Here is my orion-ejb-jar.xml:
    <?xml version="1.0"?>
    <!DOCTYPE orion-ejb-jar PUBLIC "-//Evermind//DTD Enterprise JavaBeans 1.1 runtime//EN" "http://xmlns.oracle.com/ias/dtds/orion-ejb-jar.dtd">
    <orion-ejb-jar deployment-version="1.0.2.2" deployment-time="e7f5a3f42d">
    <enterprise-beans>
    <message-driven-deployment name="MDB" destination-location="jms/theTopic" connection-factory-location="jms/theTopicConnectionFactory">
    <resource-ref-mapping name="jms/theTopic" />
    <resource-ref-mapping name="jms/theTopicConnectionFactory" />
    </message-driven-deployment>
    </enterprise-beans>
    <assembly-descriptor>
    <default-method-access>
    <security-role-mapping name="&lt;default-ejb-caller-role&gt;" impliesAll="true" />
    </default-method-access>
    </assembly-descriptor>
    </orion-ejb-jar>
    I don't know what is wrong. Please help me.
    Rohini

    Hello,
    I guess that you didn't define the Topic and/or TopicConnectionFactory on your OC4J
    Inside $J2EE_HOME/config (see: subfolders .../j2ee/home/config e.g.)folder are several xml files appropriate for OC4J configuration. There's also jms.xml. Please, verify this one, it should have some entries for your settings.
    Just like in an example below:
    <topic-connection-factory name="TopicConnectionFactory" location="jms/TopicConnectionFactory"/>
    <topic name="theTopic" location="jms/theTopic"/>
    The names should be the same like in your MDB deployment descriptors. It works of course after next OC4J server restart.
    I hope helped you
    Krzysztof

Maybe you are looking for

  • Is pre-paid best for a phone I'll only use one month out of the year?

    I have an old Motorola phone dating back to 2008. The contract with Verizon Wireless is long since expired and my recently graduated former college student son no longer needs it. I live overseas, but I still want to retain the number and have a phon

  • Web service application instance

    I am building a LV2009 web services application (main.exe + web services).  The web service VI's share globals with the main.exe.  I think that the web services run under a separate application instance, therefore using globals will not work directly

  • JAR file getting opend latley

    Hi .all I have a JAR file with size *1.52 MB*. When i am trying to open from command prompt its taking considerable time to open. I tried in somany way to open it fastly, but i am not able to do it. My main-class loads some images while opening, but

  • Questions about JPQL in Netweaver 7.1

    Hello forum. During the last weeks we tried to migrate a JEE 5 application to SAP Netweaver 7.1.  We encountered quite a few unexpected problems, most of which were related to JPQL queries. This is the entity structure which we were (and still are) u

  • Compat=4 and #include string

    I am trying to build a project that uses string and wstring out of #include <string>, but because I am using Orbix 3 corba middleware I am having uses compatibility mode compat=4. This gives me the following error: "/opt/SUNWspro/SC5.0/include/CC/./n