Clustering TopLink with 10g

We are trying to use TopLink (version 9.0.4.3) in a cluster of Oracle 10g application servers (9.0.4.0.0) but we are having a number of issues getting it to work. When I add the following into the sessions.xml file I get a number of toplink errors on startup:
<cache-synchronization-manager>
<clustering-service>
oracle.toplink.remote.rmi.RMIJNDIClusteringService
</clustering-service>
<jndi-user-name>userName</jndi-user-name>
<jndi-password>password</jndi-password>
<naming-service-initial-context-factory-name>
oracle.com.evermind.server.rmi.RMIInitialContextFactory
</naming-service-initial-context-factory-name>
<naming-service-url>ormi://hostname:23791/appName</naming-service-url>
</cache-synchronization-manager>
The errors that we get are:
Exception Description: Several [5] SessionLoaderExceptions were thrown:
Exception [TOPLINK-9003] (OracleAS TopLink - 10g (9.0.4) (Build 031126)): oracle.toplink.exceptions.SessionLoaderException
Exception Description: Unable to process XML tag [clustering-service] with value [
oracle.toplink.remote.rmi.RMIJNDIClusteringService
Internal Exception: java.lang.ClassNotFoundException:
oracle.toplink.remote.rmi.RMIJNDIClusteringService
Exception [TOPLINK-9003] (OracleAS TopLink - 10g (9.0.4) (Build 031126)): oracle.toplink.exceptions.SessionLoaderException
Exception Description: Unable to process XML tag [jndi-user-name] with value [admin].
Internal Exception: java.lang.NullPointerException
Exception [TOPLINK-9003] (OracleAS TopLink - 10g (9.0.4) (Build 031126)): oracle.toplink.exceptions.SessionLoaderException
Exception Description: Unable to process XML tag [jndi-password] with value [XXX].
Internal Exception: java.lang.NullPointerException
Exception [TOPLINK-9003] (OracleAS TopLink - 10g (9.0.4) (Build 031126)): oracle.toplink.exceptions.SessionLoaderException
Exception Description: Unable to process XML tag [naming-service-initial-context-factory-name] with value [
oracle.com.evermind.server.rmi.RMIInitialContextFactory
Internal Exception: java.lang.NullPointerException
Exception [TOPLINK-9003] (OracleAS TopLink - 10g (9.0.4) (Build 031126)): oracle.toplink.exceptions.SessionLoaderException
Exception Description: Unable to process XML tag [naming-service-url] with value [ormi://localhost:23791/XXX].
Internal Exception: java.lang.NullPointerException
All feedback is appreciated,
Marc

There was a recent thread on this issue,
Missing Descriptor in Servlet
Basically TopLink does not get notified of the undeployment of an app, so cannot remove the session from the SessionManager. (unless you are using CMP)
If you can receive notification of the deploy/undeploy you could remove or refresh the session from the session manager.
A simple way to do this would be to keep a static boolean variable in your apps class that accesses the session from the session manager. The first time you access the session refresh it and set the static to true.
To refresh a session from the session manager use the API,
SessionManager.getSession(XMLSessionConfigLoader/XMLLoader xmlLoader, String sessionName, ClassLoader classLoader, boolean shouldLoginSession, boolean shouldRefreshSession)
i.e.
SessionManager.getManager().getSession(new XMLSessionConfigLoader/XMLLoader("sessions.xml/or your file name/path"), "yourSessionName", yourClassLoader, true, true);
Only use this API the first time you access the session from the app.
You can also use the following code to remove a session,
SessionManager.getManager().getSessions().remove("yourSessionName");
I have logged this issue internally, hopefully a better solution will be provided in the 10.1.3 release.

Similar Messages

  • 11i Rapid Clone Not Certified With 10g/11g RAC???

    Metalink document 230672.1, "Cloning Oracle Applications Release 11i with Rapid Clone" was updated Feb. 2009 with the following:
    February 04, 2009
    - Added 11i/10g/11g RAC clarification on Section 4 Steps 6 and 7.
    - Corrected incorrect format statements.
    The clarification?
    Attention: The following steps apply only for 9i RAC Clusters. Rapid Clone is not certified for Cloning 11i with 10g or 11g RAC Systems at this time.
    10g RAC support for EBS has existed for quite a while, what's up with this? I'm in the middle of upgrading my 11i EBS on 9i RAC environments to 10gR2 RAC.
    Anyone cloning 11i with 10g/11g RAC? How are you doing it?
    Disgusted,
    Jerry

    Take a look Doc ID: 230672.1 on Metalink Section 6 talks about Cloning a RAC system
    If you're trying to search for anything on EBS look for Applications 11i, because most docs refer to it as Applications 11i more often then EBS.
    Cloning Oracle Applications Release 11i
    with Rapid Clone

  • I have been a loyal customer for years and have a hot spot because internet options are very limited in our rural area.  I have stayed with 10G since the beginning.  Most months I don't use the 10G.  Verizon has no problem with me paying for Data I don't

    I have been a loyal customer for years and have a hot spot because internet options are very limited in our rural area.  I have stayed with 10G since the beginning.  Most months I don't use the 10G.  Verizon has no problem with me paying for Data I don't use.  This month my daughter comes home from College and she accidentally uses 24G.....14 over get blind sided with $140.00 in overages.  I called Verizon today......stopped in to the store today......My neighbor told me they waved charges for her one time.  Lots of charges.....But I'm am getting no help.  Not even an offer of a payment plan to help me out.  I went back just 6 months and I have over paid for 19G.....Seems like they would like to help out their loyal customers!!!!     Does anybody have any suggestions on how to deal with them?   We are not wealthy....or I would just pay this and walk away......

    There is a big misconception in what customers believe a cell carrier is obligated to do.
    You pay a set price to use up to that amount of xx data. It makes no difference if you use it to the paid limit or way under. Its like peace of mind when you don't have to worry about a data counter.
    Your daughter used the data, your plan is quite clear of what overage charges are. Why should or would Verizon wireless just forgive the charges because you are a customer? Your daughter used the data, get the money from her. That is the responsible thing to do.
    There is no "I have been a loyal customer so please remove the $120, or $250, or $2,000.00 since I did not mean to use it"
    Your electric company, or gas company or any other company does not remove valid charges. Why should Verizon wireless?
    Just pay the invoice and don't think you are being mistreated because Verizon is a business and not a charity.
    Good Luck

  • Toplink with sql server

    I have sucessfully used Toplink with Oracle. ow I have to use it with MS SQL server and I am having problems. First of all, in the Mapping Worbench, the only SQL server driver listed is weblogic.jdbc.mssqlserver4.Driver. Why can't I use the regular ms sql driver, com.microsoft.jdbc.sqlserver.SQLServerDriver? Why should the mapping workbench be tied to Weblogic? If one did not have Weblogic, would it be impossible to use Toplink with SQL server? Well, I have Weblogic, so I tried using the weblogic driver with the url jdbc:microsoft:sqlserver://<host ip>:1433;DatabaseName=<db name>. When I try to connect, a dialog box appears that says: "java.sql.SQLException $$$$$$$$$$ License Exception $$$$$$$$$$ Missing license for: WebLogic Server 6.1. $$$$$$$$$$ License Exception $$$$$$$$$$ Username or password could be invalid." I have weblogic.jar in the classpath. I tried adding the line SET WLS61_HOME=M:\bea610\wlserver6.1 to workbench.cmd. It didn't help. Any suggestions?

    I already tried this. It does not work. I put the following jars in the classpath in workbench.cmd: msbase.jar;mssqlserver.jar;msutil.jar. Then I start workbench. When I try to enter com.microsoft.jdbc.sqlserver.SQLServerDriver as the driver, I get an exception. Here is the stacktrace:
    Exception occurred during event dispatching:
    java.lang.ClassCastException: com.webgain.openapi.foundation.uitools.WGDefaultListModel
         at com.webgain.workbench.ui.db.BldrLoginInfoPanel.actionPerformed(Unknown Source)
         at com.webgain.openapi.foundation.uitools.WGListChooser.fireActionEvent(WGListChooser.java:664)
         at com.webgain.openapi.foundation.uitools.WGListChooser$ListDataHandler.contentsChanged(WGListChooser.java:473)
         at javax.swing.AbstractListModel.fireContentsChanged(Unknown Source)
         at com.webgain.openapi.foundation.uitools.WGDefaultListModel.setSelectedItem(WGDefaultListModel.java:740)
         at com.webgain.openapi.foundation.uitools.WGListChooser.setSelectedItem(WGListChooser.java:1446)
         at com.webgain.openapi.foundation.plaf.basic.WGBasicListChooserUI$ListChooserModel.setSelectedItem(WGBasicListChooserUI.java:527)
         at javax.swing.JComboBox.actionPerformed(Unknown Source)
         at javax.swing.plaf.basic.BasicComboBoxUI$EditorFocusListener.focusLost(Unknown Source)
         at java.awt.AWTEventMulticaster.focusLost(Unknown Source)
         at java.awt.AWTEventMulticaster.focusLost(Unknown Source)
         at java.awt.Component.processFocusEvent(Unknown Source)
         at javax.swing.JComponent.processFocusEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.setFocusRequest(Unknown Source)
         at java.awt.Container.proxyRequestFocus(Unknown Source)
         at java.awt.Container.proxyRequestFocus(Unknown Source)
         at java.awt.Container.proxyRequestFocus(Unknown Source)
         at java.awt.Container.proxyRequestFocus(Unknown Source)
         at java.awt.Container.proxyRequestFocus(Unknown Source)
         at java.awt.Container.proxyRequestFocus(Unknown Source)
         at java.awt.Container.proxyRequestFocus(Unknown Source)
         at java.awt.Container.proxyRequestFocus(Unknown Source)
         at java.awt.Component.requestFocus(Unknown Source)
         at javax.swing.JComponent.grabFocus(Unknown Source)
         at javax.swing.JComponent.requestFocus(Unknown Source)
         at javax.swing.text.DefaultCaret.mousePressed(Unknown Source)
         at java.awt.AWTEventMulticaster.mousePressed(Unknown Source)
         at java.awt.AWTEventMulticaster.mousePressed(Unknown Source)
         at java.awt.AWTEventMulticaster.mousePressed(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at com.webgain.openapi.foundation.uitools.WGPasswordField.processMouseEvent(WGPasswordField.java:99)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    If I ignore the exception and try to connect to the database anyway, it tries to use the weblogic driver.
    Next I manually edited the database xml file and put in the driver name automatically. When I bought up the mapping workbench again, it again threw an exception. However, the correct driver name was in the file, so it did finally let me connect to the database. So it seems there IS a bug, although it has to do with the GUI and not SQL server per se.

  • Problem in Blazeds with Jboss Clustering ( Mod_JK with SSL )

    Hi,
         We are running our flex application in jboss clustering environment with the help of Apache mod_jk(Apache Web server as front end with mod_ssl enabled). We are using the SecureAMFChannel as we deploy the application in SSL. We use the RemoteObject for communicating with Java.
    The Application is running fine when we have only one node of JBoss. But once we add one more node to the cluster the application throws the following exception .
    Duplicate HTTP-based FlexSession error: A request for FlexClient 'FDCA49A7-9317-4D8A-881F-9248B1136E7A' arrived over a new FlexSession 'C9C563B8266A03C2207C00796CD7DFF1', but FlexClient is already associated with  FlexSession '8A328320F5C530D55E94568996A1B552', therefore it cannot be associated with the new session.
    As I am maintaing the session in the server, I need to use the JBoss cluster for session replication. I heard that flex clustering is not needed as we have mod_jk and it will do all the stuff for us.
    I checked with simple application without any session data also then too I faced the same problem.
    After the very first login, I can see 2 session created simultaneously and destroyed. I checked the application whether it calls twice before the session is created, but it is calling only once.
    Also when application connects with server2 and if I down the server2 my flex application throws the error that the server is not found, It is not detecting the other server.But it works once I refresh the browser.
    Application Environment Details
    JBoss 6
    Blaze Ds 4.5
    Apache Web server 2.2.21
    Mod_JK   1.2.32
    Mod_SSL 2.8.31
    Thanks,
    Suresh T
    I enabled the sticky session in Mod_jk .
    It is working when the connection is not secure(http) in both apache web server and jboss web server ). But when the connection is https the above problem is happening .
    Message was edited by: suresh.thirumurugan

    Hi,
     Thanks for your info.
      It worked for me as well.
    Thanks,
    Prasad
    On 6/26/08,
    Matthieu Labour <
    [email protected]> wrote:
    A new message was posted by Matthieu Labour in
    Configuration and Getting Started Discussion --
      Problem with configuring BlazeDS with JBOSS
    You might want to download the following tutorial
    http://sebastien-arbogast.com/2008/04/10/flex-spring-and-blazeds-the-full-stack/
    it works on jboss
    Best
    Matt
    View/reply at
    Problem with configuring BlazeDS with JBOSS
    Replies by email are OK.
    Use the
    unsubscribe form to cancel your email subscription.

  • Logical Standby Database with 10g+ASM on both sides??

    Hi out there,
    is there a known way to establish a logical standby database on 10g, if both
    sides are running with an ASM setup?
    I've tried to create one out of a physical standby database (which is set up
    and running w/o any problems), like a book suggested me to do.
    The procedure was:
    1. switch on supplemental logging
    2. prepare initiation parameters (for archive logging etc.) on both sides for
    logical stb.
    3. shut down the phyiscal standby
    4. alter database create logical standby controlfile as '<path>'; on the
    primary, transfer the controlfile to the standby db. Here I had to use RMAN
    to copy the controlfile into the ASM System, and modify the initfile/spfile
    in order to use the controlfile. No problem so far.
    5. mount the standby database, alter database recover managed standby database
    disconnect; -> At this point, the alert log complained about non-available
    datafiles.
    6. alter database activate standby database; --> fails ("needs recovery") due
    to last point.
    The trouble is, the controlfile created at point 4 cointains wrong paths to
    the datafiles. Since I can not have the same disk group name on the standby
    system, and since ASM renames the stored datafiles by its own, the complaints
    of point 5 are comprehensible, but nevertheless annoying.
    I tried to backup a controlfile to trace and change the paths, but at after
    mounting the standby with this controlfile and proceeding at point 5, the
    system says "<path> is not a standby controlfile"
    Is there a different way of creating a "Logical Standby Database with 10g+ASM
    on both sides"? Metalink said nothing about LogStby and ASM.
    Best regards and thanks in advance,
    Martin

    I'm not sure if this will work but try:
    1. create trace control file (you did it)
    2. change paths (you did it)
    3. recrate control file (you did it)
    ... there was error occured during mount before
    so mount database (not as standby)
    4. create standby control file (from recreated control file)
    5. shutdown instance, replace control file with new standby control file or replace the control filename in parameter file.
    6. mount as standby
    What happend?
    Update: Tested on my side and it has worked fine... How about you?
    Message was edited by:
    Ivan Kartik

  • Problem using Toplink with JUnit

    Hi,
    I have a problem using Toplink with JUnit. Method under test is very simple: it use a static EntityManager object to open a transaction and persists data to db. When I invoke the method from a test method, it gives me the exception:
    java.lang.AssertionError
         at oracle.toplink.essentials.ejb.cmp3.persistence.PersistenceUnitProcessor.computePURootURL(PersistenceUnitProcessor.java:248)
         at oracle.toplink.essentials.ejb.cmp3.persistence.PersistenceUnitProcessor.findPersistenceArchives(PersistenceUnitProcessor.java:232)
         at oracle.toplink.essentials.ejb.cmp3.persistence.PersistenceUnitProcessor.findPersistenceArchives(PersistenceUnitProcessor.java:216)
         at oracle.toplink.essentials.internal.ejb.cmp3.JavaSECMPInitializer.initialize(JavaSECMPInitializer.java:239)
         at oracle.toplink.essentials.internal.ejb.cmp3.JavaSECMPInitializer.initializeFromMain(JavaSECMPInitializer.java:278)
         at oracle.toplink.essentials.internal.ejb.cmp3.JavaSECMPInitializer.getJavaSECMPInitializer(JavaSECMPInitializer.java:81)
         at oracle.toplink.essentials.ejb.cmp3.EntityManagerFactoryProvider.createEntityManagerFactory(EntityManagerFactoryProvider.java:119)
         at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:83)
         at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:60)
         at it.valerio.electromanager.model.EntityFacade.<clinit>(EntityFacade.java:12)
         at it.valerio.electromanager.business.ClienteBiz.insertIntoDatabase(ClienteBiz.java:36)
         at it.valerio.electromanager.test.model.ClienteTest.insertDBTest(ClienteTest.java:30)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.junit.internal.runners.TestMethodRunner.executeMethodBody(TestMethodRunner.java:99)
         at org.junit.internal.runners.TestMethodRunner.runUnprotected(TestMethodRunner.java:81)
         at org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAndAfterRunner.java:34)
         at org.junit.internal.runners.TestMethodRunner.runMethod(TestMethodRunner.java:75)
         at org.junit.internal.runners.TestMethodRunner.run(TestMethodRunner.java:45)
         at org.junit.internal.runners.TestClassMethodsRunner.invokeTestMethod(TestClassMethodsRunner.java:66)
         at org.junit.internal.runners.TestClassMethodsRunner.run(TestClassMethodsRunner.java:35)
         at org.junit.internal.runners.TestClassRunner$1.runUnprotected(TestClassRunner.java:42)
         at org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAndAfterRunner.java:34)
         at org.junit.internal.runners.TestClassRunner.run(TestClassRunner.java:52)
         at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:38)
         at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196)
    Where is the problem???
    Regards,
    Valerio

    EntityFacade class is very simple and it uses a static EntityManager object. Here the code:
    public class EntityFacade {
         private static EntityManager em = Persistence.createEntityManagerFactory("ElectroManager").createEntityManager();
         private static Logger logger=Logger.getLogger(EntityFacade.class);
         public static void insertCliente(Cliente c)
              logger.debug("Inserisco cliente nel db: " + c);
              em.getTransaction().begin();
              c.setId(getNextIdForTable("Cliente"));
              em.persist(c);
              em.getTransaction().commit();
    If I call the method from inside a main it works well, so I think the problem is not the classpath neither the URL in the persistence.xml. However the URL is:
    <property name="toplink.jdbc.url" value="jdbc:derby:c:/programmi/ElectroManager/db/electroManager"/>
    I use the latest build version of TopLink.
    Thanks.

  • Weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Cannot export non clusterable object with jndiName ]

    Hi,
    I am trying to deploy an EJB module have 4-5 EJB's on weblogic 8.1 through JBuilder.
    I am getting following error during deployment.
    Exception:weblogic.management.ApplicationException: prepare failed for Sample.jar
         Module: Sample.jar     Error: Exception preparing module: EJBModule(Sample.jar,status=NEW)
    Unable to deploy EJB: SampleBean from Sample.jar:
    weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Cannot export non
    clusterable object with jndiName ]
         at weblogic.utils.Debug.assertion(Debug.java:57)
         at weblogic.rmi.extensions.server.ServerHelper.exportObject(ServerHelper.java:272)
         at weblogic.ejb20.internal.BaseEJBHome.setup(BaseEJBHome.java:95)
         at weblogic.ejb20.internal.StatelessEJBHome.setup(StatelessEJBHome.java:67)
         at weblogic.ejb20.deployer.ClientDrivenBeanInfoImpl.prepare(ClientDrivenBeanInfoImpl.java:979)
         at weblogic.ejb20.deployer.EJBDeployer.setupBeanInfos(EJBDeployer.java:983)
         at weblogic.ejb20.deployer.EJBDeployer.prepare(EJBDeployer.java:1283)
         at weblogic.ejb20.deployer.EJBModule.prepare(EJBModule.java:477)
         at weblogic.j2ee.J2EEApplicationContainer.prepareModule(J2EEApplicationContainer.java:2962)
         at weblogic.j2ee.J2EEApplicationContainer.prepareModules(J2EEApplicationContainer.java:1534)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:1188)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:1031)
         at weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.prepareContainer(SlaveDeployer.java:2602)
         at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.createContainer(SlaveDeployer.java:2552)
         at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveDeployer.java:2474)
         at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:798)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer.java:507)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:465)
         at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:25)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    Any clue?, what its talking about?
    Thanks
    Naresh

    Hi,
    I am trying to deploy an EJB module have 4-5 EJB's on weblogic 8.1 through JBuilder.
    I am getting following error during deployment.
    Exception:weblogic.management.ApplicationException: prepare failed for Sample.jar
         Module: Sample.jar     Error: Exception preparing module: EJBModule(Sample.jar,status=NEW)
    Unable to deploy EJB: SampleBean from Sample.jar:
    weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Cannot export non
    clusterable object with jndiName ]
         at weblogic.utils.Debug.assertion(Debug.java:57)
         at weblogic.rmi.extensions.server.ServerHelper.exportObject(ServerHelper.java:272)
         at weblogic.ejb20.internal.BaseEJBHome.setup(BaseEJBHome.java:95)
         at weblogic.ejb20.internal.StatelessEJBHome.setup(StatelessEJBHome.java:67)
         at weblogic.ejb20.deployer.ClientDrivenBeanInfoImpl.prepare(ClientDrivenBeanInfoImpl.java:979)
         at weblogic.ejb20.deployer.EJBDeployer.setupBeanInfos(EJBDeployer.java:983)
         at weblogic.ejb20.deployer.EJBDeployer.prepare(EJBDeployer.java:1283)
         at weblogic.ejb20.deployer.EJBModule.prepare(EJBModule.java:477)
         at weblogic.j2ee.J2EEApplicationContainer.prepareModule(J2EEApplicationContainer.java:2962)
         at weblogic.j2ee.J2EEApplicationContainer.prepareModules(J2EEApplicationContainer.java:1534)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:1188)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:1031)
         at weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.prepareContainer(SlaveDeployer.java:2602)
         at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.createContainer(SlaveDeployer.java:2552)
         at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveDeployer.java:2474)
         at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:798)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer.java:507)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:465)
         at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:25)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    Any clue?, what its talking about?
    Thanks
    Naresh

  • Use of TopLink with EntityBeans

    Hi,
    In one of my applications, they have used TopLink with Entity Beans. Can any one tell me what's use of toplink here.(I think it's for Object relational mapping). As of now we want to get rid of toplink. What could be the alternative.
    Thanks.

    Why would you want to get rid of TopLink? Are you having some issues or are just unaware of the benefits of using a top of the class ORM provider like TopLink? TopLink is a robust, mature and very scallable framework with a large, active and approachable community.
    --Gordon                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • NoSuchElementException when using sequence table in Toplink with Oracle 9i

    Hi,
    UnitOfWork(11608452)--Connection(15933498)--UPDATE SEQUENCE SET SEQ_COUNT = SEQ_COUNT + 1000 WHERE SEQ_NAME = 'ABN_NOTIF_SEQ'
    UnitOfWork(11608452)--Connection(15933498)--SELECT SEQ_COUNT FROM SEQUENCE WHERE SEQ_NAME = 'ABN_NOTIF_SEQ'
    ClientSession(17794660)--Connection(15933498)--commit transaction
    java.util.NoSuchElementException
         at java.lang.Throwable.fillInStackTrace(Native Method)
         at java.lang.Throwable.fillInStackTrace(Compiled Code)
         at java.lang.Throwable.<init>(Compiled Code)
         at java.lang.Exception.<init>(Compiled Code)
         at java.lang.RuntimeException.<init>(Compiled Code)
         at java.util.NoSuchElementException.<init>(NoSuchElementException.java:35)
         at java.util.Vector.firstElement(Compiled Code)
         at TOPLink.Private.DatabaseAccess.DatabasePlatform.sequenceTableGetSequenceNumberNamed(Compiled Code)
         at TOPLink.Private.DatabaseAccess.DatabasePlatform.getSequenceNumberNamed(Compiled Code)
         at TOPLink.Public.PublicInterface.Session.getNextSequenceNumberValue(Compiled Code)
         at TOPLink.Public.PublicInterface.UnitOfWork.getNextSequenceNumberValue(Compiled Code)
         at TOPLink.Private.Descriptors.ObjectBuilder.assignSequenceNumber(Compiled Code)
    This is the error I am getting occasionally. I am using Toplink with custom sequence table and pre-allocation size is 1000.
    Can you Please advise me on this problem.
    Thanks in Advance,
    Durga

    hello,
    i m using msync for synchronization on Pocket PC 2003 with eVB. I dont know about msyncCom.
    i have mentioned a part of my code where the problem is found.
    rsmastbl.Open tblnm, conn, adOpenKeyset, adLockOptimistic
    MsgBox tblnm & " opened"
    'get the key fields to be compared in the query to get required record
    MsgBox rsmastbl.Fields(1).name
    keyfldnm1 = rsmastbl.Fields(1).name
    MsgBox "keyfldnm got value = " & keyfldnm1
    rsmastbl.Close
    MsgBox "keyfldnm got value = " & keyfldnm1
    Now here the value of keyfldnm1 before closing the record set is found to be correct.
    But the message box after closing the record set shows no value in the keyfldnm1.
    its very urgent....
    if anybody can help me
    thanx

  • Which 9i Client with 10g on Linux

    Hi -
    try to get SUSE Linux server 8.0 going with 10g standalone.
    JDK is 1.4.2_01.
    I have installed Oracle9i client and DB release 9.2.0.1 to get OCI connectivity.
    The app server starts fine, JSP comes up ok but the moment I try to get an OCI connection it aborts.
    This is the error:
    Library=/home/oracle9i/Oracle9iDB/lib/libclntsh.so
    Current Java Thread:
    at oracle.jdbc.oci8.OCIDBAccess.make_c_state.....
    I have downloaded the 9.2.0.1 JDBC dirver again but still the same...
    Any help appreciated
    Tks
    Andre

    Hi - This is the full log file dump
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : 11 occurred at PC=0x4F4344A6
    Function=kpuhhalo+0x26
    Library=/home/oracle9i/Oracle9iDB/lib/libclntsh.so
    Current Java thread:
         at oracle.jdbc.oci8.OCIDBAccess.make_c_state(Native Method)
         at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java:458)
         - locked <0x44790228> (a oracle.jdbc.oci8.OCIDBAccess)
         at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:374)
         at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:515)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:345)
         at com.evermind.sql.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:181)
         at com.evermind.sql.DriverManagerConnectionPoolDataSource.getPooledConnection(DriverManagerConnectionPoolDataSource.java:36)
         at com.evermind.sql.OrionPooledDataSource.getPooledConnection(OrionPooledDataSource.java:543)
         at com.evermind.sql.PooledConnectionUsage.getPooledConnection(PooledConnectionUsage.java:22)
         at com.evermind.sql.OrionPooledDataSource.getConnection(OrionPooledDataSource.java:323)
         at com.evermind.sql.OrionCMTConnection.setConnection(OrionCMTConnection.java:188)
         at com.evermind.sql.OrionCMTConnection.intercept(OrionCMTConnection.java:138)
         at com.evermind.sql.OrionCMTConnection.setAutoCommit(OrionCMTConnection.java:476)
         at com.evermind.sql.FilterConnection.setAutoCommit(FilterConnection.java:61)
         at Util_Connect.DataBase.getPoolConnection(DataBase.java:32)
         - locked <0x49132008> (a java.lang.Class)
         at Util_Connect.DataBase.getPoolConnection(DataBase.java:16)
         - locked <0x49132008> (a java.lang.Class)
         at SystemImpact.getConnection(SystemImpact.java:219)
         at SystemImpact.service(SystemImpact.java:70)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:356)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:614)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:784)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    Dynamic libraries:
    08048000-0804e000 r-xp 00000000 03:03 105430 /usr/java/j2sdk1.4.2_01/bin/java
    0804e000-0804f000 rw-p 00005000 03:03 105430 /usr/java/j2sdk1.4.2_01/bin/java
    40000000-40015000 r-xp 00000000 03:03 9433 /lib/ld-2.2.5.so
    40015000-40016000 rw-p 00014000 03:03 9433 /lib/ld-2.2.5.so
    40017000-4001f000 r-xp 00000000 03:03 104801 /usr/java/j2sdk1.4.2_01/jre/lib/i386/native_threads/libhpi.so
    4001f000-40020000 rw-p 00007000 03:03 104801 /usr/java/j2sdk1.4.2_01/jre/lib/i386/native_threads/libhpi.so
    40020000-40021000 r--s 00000000 03:03 111578 /home/oracle9i/jdev905/j2ee/home/applib/Util_Connect.jar
    40021000-4002f000 r-xp 00000000 03:03 9455 /lib/libpthread.so.0
    4002f000-40037000 rw-p 0000d000 03:03 9455 /lib/libpthread.so.0
    40037000-40039000 r-xp 00000000 03:03 9443 /lib/libdl.so.2
    40039000-4003b000 rw-p 00001000 03:03 9443 /lib/libdl.so.2
    4003b000-40158000 r-xp 00000000 03:03 9439 /lib/libc.so.6
    40158000-4015f000 rw-p 0011c000 03:03 9439 /lib/libc.so.6
    40164000-4055e000 r-xp 00000000 03:03 104807 /usr/java/j2sdk1.4.2_01/jre/lib/i386/client/libjvm.so
    4055e000-4057a000 rw-p 003f9000 03:03 104807 /usr/java/j2sdk1.4.2_01/jre/lib/i386/client/libjvm.so
    4058c000-4059e000 r-xp 00000000 03:03 9446 /lib/libnsl.so.1
    4059e000-405a0000 rw-p 00011000 03:03 9446 /lib/libnsl.so.1
    405a2000-405c3000 r-xp 00000000 03:03 9444 /lib/libm.so.6
    405c3000-405c5000 rw-p 00020000 03:03 9444 /lib/libm.so.6
    405c5000-405c9000 rw-s 00000000 03:03 65409 /tmp/hsperfdata_oracle9i/1835
    405c9000-405d9000 r-xp 00000000 03:03 104812 /usr/java/j2sdk1.4.2_01/jre/lib/i386/libverify.so
    405d9000-405db000 rw-p 0000f000 03:03 104812 /usr/java/j2sdk1.4.2_01/jre/lib/i386/libverify.so
    405db000-405fb000 r-xp 00000000 03:03 104813 /usr/java/j2sdk1.4.2_01/jre/lib/i386/libjava.so
    405fb000-405fd000 rw-p 0001f000 03:03 104813 /usr/java/j2sdk1.4.2_01/jre/lib/i386/libjava.so
    405fd000-40611000 r-xp 00000000 03:03 104815 /usr/java/j2sdk1.4.2_01/jre/lib/i386/libzip.so
    40611000-40614000 rw-p 00013000 03:03 104815 /usr/java/j2sdk1.4.2_01/jre/lib/i386/libzip.so
    40614000-41fac000 r--s 00000000 03:03 110214 /usr/java/j2sdk1.4.2_01/jre/lib/rt.jar
    41ff6000-4200c000 r--s 00000000 03:03 104842 /usr/java/j2sdk1.4.2_01/jre/lib/sunrsasign.jar
    4200c000-420e7000 r--s 00000000 03:03 110215 /usr/java/j2sdk1.4.2_01/jre/lib/jsse.jar
    420e7000-420f8000 r--s 00000000 03:03 104843 /usr/java/j2sdk1.4.2_01/jre/lib/jce.jar
    420f8000-42651000 r--s 00000000 03:03 110216 /usr/java/j2sdk1.4.2_01/jre/lib/charsets.jar
    446f9000-446fc000 r--s 00000000 03:03 104839 /usr/java/j2sdk1.4.2_01/jre/lib/ext/dnsns.jar
    446fc000-44700000 r--s 00000000 03:03 101780 /home/oracle9i/jdev905/j2ee/home/lib/ejb.jar
    4c780000-4c7ab000 r--p 00000000 03:03 17293 /usr/lib/locale/en_US/LC_CTYPE
    4c7ab000-4c7c2000 r-xp 00000000 03:03 140792 /home/oracle9i/Oracle9iClient/lib/libocijdbc9.so
    4c7c2000-4c7c3000 rw-p 00016000 03:03 140792 /home/oracle9i/Oracle9iClient/lib/libocijdbc9.so
    4c7c3000-4c7c4000 r-xp 00000000 03:03 140700 /home/oracle9i/Oracle9iClient/lib/libwtc9.so
    4c7c4000-4c7c6000 rw-p 00000000 03:03 140700 /home/oracle9i/Oracle9iClient/lib/libwtc9.so
    4cd15000-4cd31000 r--s 00000000 03:03 104838 /usr/java/j2sdk1.4.2_01/jre/lib/ext/sunjce_provider.jar
    4cd31000-4cd3e000 r--s 00000000 03:03 104841 /usr/java/j2sdk1.4.2_01/jre/lib/ext/ldapsec.jar
    4cd3e000-4cdfa000 r--s 00000000 03:03 110217 /usr/java/j2sdk1.4.2_01/jre/lib/ext/localedata.jar
    4cdfa000-4d364000 r--s 00000000 03:03 101805 /home/oracle9i/jdev905/j2ee/home/oc4j.jar
    4d364000-4d372000 r--s 00000000 03:03 101801 /home/oracle9i/jdev905/j2ee/home/lib/servlet.jar
    4d372000-4d413000 r--s 00000000 03:03 101800 /home/oracle9i/jdev905/j2ee/home/lib/ojsp.jar
    4d413000-4d42c000 r--s 00000000 03:03 101794 /home/oracle9i/jdev905/j2ee/home/lib/jndi.jar
    4d42c000-4d42e000 r--s 00000000 03:03 101788 /home/oracle9i/jdev905/j2ee/home/lib/jdbc.jar
    4d42e000-4d569000 r--s 00000000 03:03 101681 /home/oracle9i/jdev905/j2ee/home/iiop.jar
    4d569000-4d573000 r--s 00000000 03:03 101682 /home/oracle9i/jdev905/j2ee/home/iiop_gen_bin.jar
    4d573000-4d57a000 r--s 00000000 03:03 101790 /home/oracle9i/jdev905/j2ee/home/lib/jms.jar
    4d57a000-4d57d000 r--s 00000000 03:03 101798 /home/oracle9i/jdev905/j2ee/home/lib/jta.jar
    4d57d000-4d5d4000 r--s 00000000 03:03 101792 /home/oracle9i/jdev905/j2ee/home/lib/jmxri.jar
    4d5d4000-4d5e4000 r-xp 00000000 03:03 104818 /usr/java/j2sdk1.4.2_01/jre/lib/i386/libnet.so
    4d5e4000-4d5e5000 rw-p 0000f000 03:03 104818 /usr/java/j2sdk1.4.2_01/jre/lib/i386/libnet.so
    4d5e5000-4d5e9000 r--s 00000000 03:03 101784 /home/oracle9i/jdev905/j2ee/home/lib/javax77.jar
    4d5e9000-4d5ee000 r--s 00000000 03:03 101777 /home/oracle9i/jdev905/j2ee/home/lib/connector.jar
    4d5ee000-4d5ef000 r--s 00000000 03:03 104201 /home/oracle9i/jdev905/lib/xsqlserializers.jar
    4d5ef000-4d5f8000 r-xp 00000000 03:03 9450 /lib/libnss_files.so.2
    4d5f8000-4d5f9000 rw-p 00008000 03:03 9450 /lib/libnss_files.so.2
    4d5f9000-4d601000 r--s 00000000 03:03 101785 /home/oracle9i/jdev905/j2ee/home/lib/javax88.jar
    4d601000-4d66e000 r--s 00000000 03:03 104194 /home/oracle9i/jdev905/lib/dms.jar
    4d66e000-4d67d000 r--s 00000000 03:03 101778 /home/oracle9i/jdev905/j2ee/home/lib/cos.jar
    4d67d000-4d6fb000 r--s 00000000 03:03 101796 /home/oracle9i/jdev905/j2ee/home/lib/jsse.jar
    4d6fb000-4d6fd000 r--s 00000000 03:03 101795 /home/oracle9i/jdev905/j2ee/home/lib/jnet.jar
    4d6fd000-4d700000 r--s 00000000 03:03 101787 /home/oracle9i/jdev905/j2ee/home/lib/jcert.jar
    4d700000-4d70c000 r--s 00000000 03:03 101776 /home/oracle9i/jdev905/j2ee/home/lib/activation.jar
    4d70c000-4d751000 r--s 00000000 03:03 101799 /home/oracle9i/jdev905/j2ee/home/lib/mail.jar
    4d751000-4d857000 r--s 00000000 03:03 101868 /home/oracle9i/jdev905/javavm/lib/jasper.zip
    4d857000-4d8ff000 r--s 00000000 03:03 104200 /home/oracle9i/jdev905/lib/xmlparserv2.jar
    4d8ff000-4d906000 r--s 00000000 03:03 101786 /home/oracle9i/jdev905/j2ee/home/lib/jaxp.jar
    4d906000-4d920000 r--s 00000000 03:03 101782 /home/oracle9i/jdev905/j2ee/home/lib/jaas.jar
    4d920000-4d961000 r--s 00000000 03:03 101684 /home/oracle9i/jdev905/j2ee/home/jazn.jar
    4d961000-4d9ee000 r--s 00000000 03:03 101763 /home/oracle9i/jdev905/j2ee/home/jazncore.jar
    4d9ee000-4db0e000 r--s 00000000 03:03 101872 /home/oracle9i/jdev905/jdbc/lib/classes12dms.jar
    4db0e000-4dcce000 r--s 00000000 03:03 101873 /home/oracle9i/jdev905/jdbc/lib/nls_charset12.jar
    4dcce000-4dd17000 r--s 00000000 03:03 104240 /home/oracle9i/jdev905/soap/lib/soap.jar
    4dd17000-4dd3f000 r--s 00000000 03:03 104268 /home/oracle9i/jdev905/webservices/lib/wsserver.jar
    4dd3f000-4dd63000 r--s 00000000 03:03 104266 /home/oracle9i/jdev905/webservices/lib/wsdl.jar
    4dd63000-4de18000 r--s 00000000 03:03 104235 /home/oracle9i/jdev905/rdbms/jlib/aqapi.jar
    4de18000-4de80000 r--s 00000000 03:03 101789 /home/oracle9i/jdev905/j2ee/home/lib/jem.jar
    4de80000-4deb9000 r--s 00000000 03:03 101781 /home/oracle9i/jdev905/j2ee/home/lib/http_client.jar
    4deb9000-4dec6000 r--s 00000000 03:03 104165 /home/oracle9i/jdev905/jlib/jssl-1_1.jar
    4dec6000-4dfd9000 r--s 00000000 03:03 104167 /home/oracle9i/jdev905/jlib/ldapjclnt9.jar
    4dfd9000-4dfde000 r--s 00000000 03:03 104160 /home/oracle9i/jdev905/jlib/javax-ssl-1_1.jar
    4dfde000-4e052000 r--s 00000000 03:03 104247 /home/oracle9i/jdev905/sqlj/lib/runtime12ee.jar
    4e052000-4e438000 r--s 00000000 03:03 104249 /home/oracle9i/jdev905/sqlj/lib/translator.jar
    4e438000-4e46b000 r--s 00000000 03:03 101779 /home/oracle9i/jdev905/j2ee/home/lib/crimson.jar
    4e46b000-4e472000 r--s 00000000 03:03 111582 /home/oracle9i/jdev905/j2ee/home/applib/WizPPMED.jar
    4e472000-4e49b000 r--s 00000000 03:03 111583 /home/oracle9i/jdev905/j2ee/home/applib/wizprepaid.jar
    4e49b000-4e49e000 r--s 00000000 03:03 111579 /home/oracle9i/jdev905/j2ee/home/applib/Util_XML.jar
    4e49e000-4e518000 r--s 00000000 03:03 111581 /home/oracle9i/jdev905/j2ee/home/applib/WizIsis.jar
    4e518000-4e577000 r--s 00000000 03:03 111572 /home/oracle9i/jdev905/j2ee/home/applib/ejbjar.jar
    4e577000-4e698000 r--s 00000000 03:03 111576 /home/oracle9i/jdev905/j2ee/home/applib/ojdbc14.jar
    4e698000-4e6ef000 r--s 00000000 03:03 111574 /home/oracle9i/jdev905/j2ee/home/applib/log4j-1.2.8.jar
    4e6ef000-4e756000 r--s 00000000 03:03 111575 /home/oracle9i/jdev905/j2ee/home/applib/MtnIsisJar.jar
    4e756000-4e758000 r--s 00000000 03:03 111577 /home/oracle9i/jdev905/j2ee/home/applib/Util_Class.jar
    4e758000-4e75c000 r--s 00000000 03:03 111580 /home/oracle9i/jdev905/j2ee/home/applib/WizardNis.jar
    4e75c000-4e796000 r--s 00000000 03:03 101387 /home/oracle9i/jdev905/BC4J/lib/bc4j_jclient_common.jar
    4e796000-4e912000 r--s 00000000 03:03 101393 /home/oracle9i/jdev905/BC4J/lib/bc4jmt.jar
    4e912000-4e952000 r--s 00000000 03:03 101395 /home/oracle9i/jdev905/BC4J/lib/collections.jar
    4e952000-4e99c000 r--s 00000000 03:03 101391 /home/oracle9i/jdev905/BC4J/lib/bc4jhtml.jar
    4e99c000-4e9ac000 r--s 00000000 03:03 101394 /home/oracle9i/jdev905/BC4J/lib/bc4jmtejb.jar
    4e9ac000-4e9be000 r--s 00000000 03:03 101390 /home/oracle9i/jdev905/BC4J/lib/bc4jdomorcl.jar
    4e9be000-4e9df000 r--s 00000000 03:03 101396 /home/oracle9i/jdev905/BC4J/lib/datatags.jar
    4e9df000-4e9e5000 r--s 00000000 03:03 101389 /home/oracle9i/jdev905/BC4J/lib/bc4jctejb.jar
    4e9e5000-4e9f9000 r--s 00000000 03:03 101392 /home/oracle9i/jdev905/BC4J/lib/bc4jimdomains.jar
    4e9f9000-4eabf000 r--s 00000000 03:03 101386 /home/oracle9i/jdev905/BC4J/lib/adfm.jar
    4eabf000-4eb7e000 r--s 00000000 03:03 101388 /home/oracle9i/jdev905/BC4J/lib/bc4jct.jar
    4eb7e000-4eb84000 r--s 00000000 03:03 104168 /home/oracle9i/jdev905/jlib/ojmisc.jar
    4eb84000-4eb96000 r--s 00000000 03:03 104230 /home/oracle9i/jdev905/ord/jlib/ordim.jar
    4eb96000-4ebab000 r--s 00000000 03:03 104228 /home/oracle9i/jdev905/ord/jlib/ordhttp.jar
    4ebab000-4ebb9000 r--s 00000000 03:03 104172 /home/oracle9i/jdev905/jlib/share.jar
    4ebb9000-4ebc1000 r--s 00000000 03:03 104170 /home/oracle9i/jdev905/jlib/regexp.jar
    4ebc1000-4ebd7000 r--s 00000000 03:03 104162 /home/oracle9i/jdev905/jlib/jdev-cm.jar
    4ebd7000-4ec9d000 r--s 00000000 03:03 104195 /home/oracle9i/jdev905/lib/dsv2.jar
    4ec9d000-4ed0d000 r--s 00000000 03:03 104237 /home/oracle9i/jdev905/rdbms/jlib/xsu12.jar
    4ed0d000-4ed3c000 r--s 00000000 03:03 101771 /home/oracle9i/jdev905/j2ee/home/jsp/lib/taglib/jaxen-full.jar
    4ed3c000-4edad000 r--s 00000000 03:03 101772 /home/oracle9i/jdev905/j2ee/home/jsp/lib/taglib/ojsputil.jar
    4edad000-4ee08000 r--s 00000000 03:03 101774 /home/oracle9i/jdev905/j2ee/home/jsp/lib/taglib/standard.jar
    4ee08000-4ee0e000 r--s 00000000 03:03 101773 /home/oracle9i/jdev905/j2ee/home/jsp/lib/taglib/saxpath.jar
    4ee0e000-4ee34000 r--s 00000000 03:03 104198 /home/oracle9i/jdev905/lib/oraclexsql.jar
    4ee34000-4f0ba000 r--s 00000000 03:03 104155 /home/oracle9i/jdev905/jlib/bigraphbean.jar
    4f0ba000-4f169000 r--s 00000000 03:03 104154 /home/oracle9i/jdev905/jlib/bigraphbean-nls.zip
    4f169000-4f2ad000 r--s 00000000 03:03 104164 /home/oracle9i/jdev905/jlib/jewt4.jar
    4f2ad000-4f2e9000 r--s 00000000 03:03 104163 /home/oracle9i/jdev905/jlib/jewt4-nls.jar
    4f2e9000-4f2ea000 r--s 00000000 03:03 101568 /home/oracle9i/jdev905/j2ee/home/default-web-app/WEB-INF/lib/looptags.jar
    4f2ea000-4f2ee000 r-xp 00000000 03:03 104829 /usr/java/j2sdk1.4.2_01/jre/lib/i386/libioser12.so
    4f2ee000-4f2ef000 rw-p 00003000 03:03 104829 /usr/java/j2sdk1.4.2_01/jre/lib/i386/libioser12.so
    4f2f3000-4f2f6000 r-xp 00000000 03:03 9448 /lib/libnss_dns.so.2
    4f2f6000-4f2f7000 rw-p 00002000 03:03 9448 /lib/libnss_dns.so.2
    4f2f7000-4f304000 r-xp 00000000 03:03 9456 /lib/libresolv.so.2
    4f304000-4f306000 rw-p 0000c000 03:03 9456 /lib/libresolv.so.2
    4f308000-4fbc2000 r-xp 00000000 03:03 139864 /home/oracle9i/Oracle9iDB/lib/libclntsh.so.9.0
    4fbc2000-4fbfc000 rw-p 008b9000 03:03 139864 /home/oracle9i/Oracle9iDB/lib/libclntsh.so.9.0
    Heap at VM Abort:
    Heap
    def new generation total 576K, used 505K [0x44700000, 0x447a0000, 0x44be0000)
    eden space 512K, 93% used [0x44700000, 0x44777620, 0x44780000)
    from space 64K, 42% used [0x44790000, 0x44796e10, 0x447a0000)
    to space 64K, 0% used [0x44780000, 0x44780000, 0x44790000)
    tenured generation total 4016K, used 2481K [0x44be0000, 0x44fcc000, 0x48700000)
    the space 4016K, 61% used [0x44be0000, 0x44e4c7c8, 0x44e4c800, 0x44fcc000)
    compacting perm gen total 11264K, used 11126K [0x48700000, 0x49200000, 0x4c700000)
    the space 11264K, 98% used [0x48700000, 0x491dda60, 0x491ddc00, 0x49200000)
    Local Time = Fri Sep 26 11:48:15 2003
    Elapsed Time = 11
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_01-b06 mixed mode)

  • Can we run oracle Forms 5 Application with 10G in Client/Server?

    Hi All,
    Can we run oracle Forms 5 Application with 10G in Client/Server
    Mode?
    Regards
    Gaurav

    In theory you can run it 2 tier - which means that you have the client (the machine the user is sitting at) being the same machine in which the forms application server is running. So yes. But specifically, we don't support a client server runtime anymore. 6i was the last version.
    With 10g you will be running through a browser.
    Regards
    grant

  • Java.lang error while Integrating R12 EBS with 10g AS

    hi
    I am integrating Oracle E-Business Suite Release 12 with 10g AS following metalink document 376811.1
    While applying patch 5983637 (refer 'Pre-Install Task 4' in metalink doc) I got the error
    java.lang.ArrayIndexOutOfBoundsException:0
    Before applying I brought down 10gAS middletier services & Infra tier opmn services. Only Infra tier listener & database are up.Is this right?
    Kindly help
    Thanks
    JIL

    Did you ever get an answer to this... I am facing this problem right now
    Kathy

  • Discoverer 3.1 compatible with 10g Database?

    Please confirm or deny that Discoverer 3.1 is compatible with 10g Database?

    Hello
    Discoverer 3.1 is no longer supported, and we do not certify it against newer database or operating system versions. Therefore it is not possible for us to confirm or deny whether Discoverer 3.1 would work with the Oracle10g database.
    Regards
    Discoverer Product Management

  • 11g database compatible with 10g ASM?

    Hi all,
    I have one server with Oracle 10g database and ASM installed. Now I need to install a new database on 11g version. Know you if my new 11g database can use the 10g ASM? Or I need to create a new ASM in 11g too?
    Thanks in advance,
    Jordi

    PLease look at the following link. The 11g Database is indeed going to work with 10g asm but the features available will vary depending on the version compatibility.
    http://download.oracle.com/docs/cd/B28359_01/server.111/b31107/asmdiskgrps.htm#CHDJDDFG
    HTH
    Aman....

Maybe you are looking for

  • Will office web apps preview msg files in Sharepoint 2013

    We are filing Outlook msg files into sharepoint and want to be able to preview the files without opening them one by one. Will office web apps do the work? Thanks

  • How to access/open rpd files in offline mode from client desktop

    Hi All, Please tell me what configuration settings I need to have on my desktop to access RPD files stored on BI server? In our OBIEE environment, we have BI server installed on linux server, and I have installed BI admin tool on my desktop (Windows

  • Where to see the people code

    Hi, where can I see the people code of a process ? Many thanks before.

  • Is it Possible to call a WebDynpro Application from WebServices?

    Hi Gurus, I have the following problem: I have an application in which the user sent information from a webdynpro application to BD, we use a web service to pass the information from the dynpro app to BD. The user send the information using an iView

  • Accordion with variable height

    Hi - I have a 2-panel accordion with variable heights, and spry data in both the top and bottom panels. Selections made in the top panel will load data into the bottom panel, and the page opens to the top panel by default. My problem is that the bott