JAVA ERROR MESSAGE WHEN POSTING CHANGES TO OC4J

We are using Oracle9iAS v1.0.2.2.2a. From the Client we succed in
posting and commiting changes to our BC4J on the Middletier. The next time we
postchanges we get the following exeption on the OC4J AS:
oracle.jbo.DMLException: JBO-26080: Error while selecting entity for Styles
at oracle.jbo.server.OracleSQLBuilderImpl.doEntitySelect(OracleSQLBuilderImpl.java:841)
at oracle.jbo.server.EntityImpl.doSelect(EntityImpl.java:3839)
at oracle.jbo.server.EntityImpl.lock(EntityImpl.java:2630)
at dk.bestseller.bestinfoII.purchase.stylecard.StylesImpl.lock(StylesImpl.java:635)
at oracle.jbo.server.EntityImpl.setAttributeValueInternal(EntityImpl.java:1848)
at oracle.jbo.server.EntityImpl.setAttributeValue(EntityImpl.java:1790)
at oracle.jbo.server.AttributeDefImpl.set(AttributeDefImpl.java:1570)
at oracle.jbo.server.EntityImpl.setAttributeInternal(EntityImpl.java:754)
at dk.bestseller.bestinfoII.purchase.stylecard.StylesImpl.setStyleName(StylesImpl.java:152)
at dk.bestseller.bestinfoII.purchase.stylecard.StylesImpl.setAttrInvokeAccessor(StylesImpl.java:446)
at oracle.jbo.server.EntityImpl.setAttribute(EntityImpl.java:680)
at oracle.jbo.server.ViewRowStorage.setAttributeValue(ViewRowStorage.java:903)
at oracle.jbo.server.ViewRowStorage.setAttributeInternal(ViewRowStorage.java:819)
at oracle.jbo.server.ViewRowImpl.setAttributeInternal(ViewRowImpl.java:948)
at oracle.jbo.server.ViewRowImpl.setAttrInvokeAccessor(ViewRowImpl.java:925)
at oracle.jbo.server.ViewRowImpl.setAttribute(ViewRowImpl.java:717)
at oracle.jbo.server.remote.RuntimeViewRowSetIteratorInfo.updateRow(RuntimeViewRowSetIteratorInfo.java:311)
at oracle.jbo.server.remote.RuntimeViewRowSetIteratorInfo.readPiggyback(RuntimeViewRowSetIteratorInfo.java:193)
at oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl.readPiggyback(AbstractRemoteApplicationModuleImpl.java:2419)
at oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl.isTransactionDirty(AbstractRemoteApplicationModuleImpl.java:1788)
at oracle.jbo.server.remote.ejb.EJBApplicationModuleImpl.riIsTransactionDirty(EJBApplicationModuleImpl.java:2454)
at RemoteStylecardModule_StatefulSessionBeanWrapper6.riIsTransactionDirty(RemoteStylecardModule_StatefulSessionBeanWrapper6.java:12889)
at java.lang.reflect.Method.invoke(Native Method)
at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:80)
at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:64)
## Detail 0 ##
java.sql.SQLException: ORA-01002: fetch out of sequence
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:184)
at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:241)
at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:543)
at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1477)
at oracle.jdbc.ttc7.TTC7Protocol.executeFetch(TTC7Protocol.java:779)
at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:2336)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2462)
at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:435)
at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:375)
at com.evermind.sql.FilterPreparedStatement.executeQuery(FilterPreparedStatement.java:269)
at com.evermind.sql.FilterPreparedStatement.executeQuery(FilterPreparedStatement.java:269)
at com.evermind.sql.FilterPreparedStatement.executeQuery(FilterPreparedStatement.java:269)
at com.evermind.sql.OrclPreparedStatement.executeQuery(OrclPreparedStatement.java:47)
at oracle.jbo.server.OracleSQLBuilderImpl.doEntitySelect(OracleSQLBuilderImpl.java:629)
at oracle.jbo.server.EntityImpl.doSelect(EntityImpl.java:3839)
at oracle.jbo.server.EntityImpl.lock(EntityImpl.java:2630)
at dk.bestseller.bestinfoII.purchase.stylecard.StylesImpl.lock(StylesImpl.java:635)
at oracle.jbo.server.EntityImpl.setAttributeValueInternal(EntityImpl.java:1848)
at oracle.jbo.server.EntityImpl.setAttributeValue(EntityImpl.java:1790)
at oracle.jbo.server.AttributeDefImpl.set(AttributeDefImpl.java:1570)
at oracle.jbo.server.EntityImpl.setAttributeInternal(EntityImpl.java:754)
at dk.bestseller.bestinfoII.purchase.stylecard.StylesImpl.setStyleName(StylesImpl.java:152)
at dk.bestseller.bestinfoII.purchase.stylecard.StylesImpl.setAttrInvokeAccessor(StylesImpl.java:446)
at oracle.jbo.server.EntityImpl.setAttribute(EntityImpl.java:680)
at oracle.jbo.server.ViewRowStorage.setAttributeValue(ViewRowStorage.java:903)
at oracle.jbo.server.ViewRowStorage.setAttributeInternal(ViewRowStorage.java:819)
at oracle.jbo.server.ViewRowImpl.setAttributeInternal(ViewRowImpl.java:948)
at oracle.jbo.server.ViewRowImpl.setAttrInvokeAccessor(ViewRowImpl.java:925)
at oracle.jbo.server.ViewRowImpl.setAttribute(ViewRowImpl.java:717)
at oracle.jbo.server.remote.RuntimeViewRowSetIteratorInfo.updateRow(RuntimeViewRowSetIteratorInfo.java:311)
at oracle.jbo.server.remote.RuntimeViewRowSetIteratorInfo.readPiggyback(RuntimeViewRowSetIteratorInfo.java:193)
at oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl.readPiggyback(AbstractRemoteApplicationModuleImpl.java:2419)
at oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl.isTransactionDirty(AbstractRemoteApplicationModuleImpl.java:1788)
at oracle.jbo.server.remote.ejb.EJBApplicationModuleImpl.riIsTransactionDirty(EJBApplicationModuleImpl.java:2454)
at RemoteStylecardModule_StatefulSessionBeanWrapper6.riIsTransactionDirty(RemoteStylecardModule_StatefulSessionBeanWrapper6.java:12889)
at java.lang.reflect.Method.invoke(Native Method)
at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:80)
at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:64)
oracle.jbo.DMLException: JBO-26080: Error while selecting entity for Styles
at oracle.jbo.server.OracleSQLBuilderImpl.doEntitySelect(OracleSQLBilderImpl.java:841)
at oracle.jbo.server.EntityImpl.doSelect(EntityImpl.java:3839)
at oracle.jbo.server.EntityImpl.lock(EntityImpl.java:2630)
at dk.bestseller.bestinfoII.purchase.stylecard.StylesImpl.lock(StylesImpl.java:635)
at oracle.jbo.server.EntityImpl.setAttributeValueInternal(EntityImpl.java:1848)
at oracle.jbo.server.EntityImpl.setAttributeValue(EntityImpl.java:1790)
at oracle.jbo.server.AttributeDefImpl.set(AttributeDefImpl.java:1570)
at oracle.jbo.server.EntityImpl.setAttributeInternal(EntityImpl.java:754)
at dk.bestseller.bestinfoII.purchase.stylecard.StylesImpl.setStyleName(StylesImpl.java:152)
at dk.bestseller.bestinfoII.purchase.stylecard.StylesImpl.setAttrInvokeAccessor(StylesImpl.java:446)
at oracle.jbo.server.EntityImpl.setAttribute(EntityImpl.java:680)
at oracle.jbo.server.ViewRowStorage.setAttributeValue(ViewRowStorage.java:903)
at oracle.jbo.server.ViewRowStorage.setAttributeInternal(ViewRowStorage.java:819)
at oracle.jbo.server.ViewRowImpl.setAttributeInternal(ViewRowImpl.java:948)
at oracle.jbo.server.ViewRowImpl.setAttrInvokeAccessor(ViewRowImpl.java:925)
at oracle.jbo.server.ViewRowImpl.setAttribute(ViewRowImpl.java:717)
at oracle.jbo.server.remote.RuntimeViewRowSetIteratorInfo.updateRow(RuntimeViewRowSetIteratorInfo.java:311)
at oracle.jbo.server.remote.RuntimeViewRowSetIteratorInfo.readPiggyback(RuntimeViewRowSetIteratorInfo.java:193)
at oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl.readPiggyback(AbstractRemoteApplicationModuleImpl.java:2419)
at oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl.isTransactionDirty(AbstractRemoteApplicationModuleImpl.java:1788)
at oracle.jbo.server.remote.ejb.EJBApplicationModuleImpl.riIsTransactionDirty(EJBApplicationModuleImpl.java:2454)
at RemoteStylecardModule_StatefulSessionBeanWrapper6.riIsTransactionDirty(RemoteStylecardModule_StatefulSessionBeanWrapper6.java:12889)
at java.lang.reflect.Method.invoke(Native Method)
at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:80)
at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:64)
We are in the Client part on the application trying to postchanges to OC4J
aftet a succesfull commit when the exception is thrown.
//Check if any data changed and postChanges if true
if (styleCardModule.getTransaction().isDirty()) {
System.out.println("styleCardModule.getTransaction().postChanges()");
styleCardModule.getTransaction().postChanges();
The module works ok if we instead of commiting changes do a rollback.
Our BC4J are generated with JDeveloper 9i RC2.
The application (BC4J) works fine when running on JDeveloper 9i RC2.
Anyone got a solution to this problem?

Yes. I believe that there is an internal plug-in installed / script programming active that does something which requires Java.
You could look up the definition of the Structured Application which is used for those XML files to check if a "structure client" is defined.
But it has nothing to do with FrameMaker as shipped by Adobe.
- Michael

Similar Messages

  • I have Mac OSX 10.5.8 and get java "error" message when trying to use research tool on Morningstar Java referred me to Apple but they had no update.Any ideas? thanks.e

    I have a imac OSX 10.5.8 and get a java "error" message when trying to use a research tool on Morningstar.Java referred me to Apple but they had no updates. Any ideas? thanks.

    Well I solved my problem.
    What still doesn't make sense though is that dragging iTune audio files directly on to the iTunes application icon gave me the error message... which is why I originally discounted it as being a potential link problem. If I had been able to get files to open normally (i.e. without an error message) I would have known it was a simple link problem. Strange.
    Anyway... relinking my folder of audio files did the trick.
    If you don't already know how here are the steps...
    iTunes > Preferences > Advanced > click on the "Change" button and browse to the folder that contains all of your iTunes audio files... that's it.

  • Error message when posting revaluation "deprecation not posted completely"

    Hi Gurus
    When I am trying to post revaluation to an asset, using AR29, I get an error message APERB027 "deprecation not posted completely".
    I have run AFAB for period 01/2010 and the entry in TABA is correct.
    Can any one help me solve this?
    Thanks
    Gil

    Hi
    I am trying to post revaluation for 31.01.2010 (asset was capilized on 01.01.2010)
    I have ran AFAR, and it didn't have any effect

  • Error message when posting invoice : Day-end closing not defined

    Hi,
    In our training environment we migrated from FAGLFLEXT to FMGLFLEXT and activated fund management.
    Now when posting an invoice the system provides an error message: "FQ252 Day end closing not defined".
    There is no configuration related to F845 but we are prevented from posting the document due to this error message.
    Any idea of where this could come from and of what need to be done to prevent this from happening?
    Rgds
    Sophie

    Hi Sophie,
    Can you check if you have entries in either PSO43 or PSO43USER tables (can be accessed via F8O2 transaction)?
    Regards,
    Eli

  • Java error message when trying to use browser locks phone

    I have a Bold 9650 and when I go to the internet, I get an error message that says, "Uncaughtexception:java.lang.illegalArgumentException"
    It won't go away from the screen when I click on OK. I can say OK over and over until about 15-30 minutes later when it finally decides to unlock.
    I have tried pulling the battery, doing all upgrades, backing up the phone, security wiping the phone and it keeps coming back! help please!

    Hello LadyLaura,
    In the past this issue was caused by the Yahoo Messenger application. Try this:
    1]First delete the application (i.e yahoo messenger). After doing this, you will be asked to reboot and allow it to happen.
    2]  Once rebooting is done, go to Options > advanced options > applications and then menu > Modules.
    3] Scroll down and to the bottom of the modules list, you would be able to see a net_rim_yahoo_messenger module. Remove that also.
    4]  Again you will be asked to reboot and allow it.
    5] Now, install Yahoo Messenger once again.
    Thank you, 

  • Need help with an error message when making changes to an IMAP account

    I have several IMAP accounts in my Mac Mail. Today when I tried to edit the, "Full Name" associated with the account I got an error message that said:
    Invalid Directory
    The account path /Users/kristen/Library/Mail/[email protected]@host365.ISPhost.com is already being used by the account "Silver"
    Did I somehow corrupt something? I'm not sure why making this small change to the full name would cause such an error. Please help.
    Thanks!!

    stop() forcibly kills a thread. You shouldn't use this method because if the thread is in a critical section of code, you can cause data corruption or deadlock.
    Instead, if you need to stop execution from another thread, invoke the interrupt() method.
    Good luck.

  • Java Error Message When Using an instance of OracleXMLSave

    Hi,
    I am trying to use the XDK XML-SQL utility to insert data from an xml file into a table.
    I am using eclipse and imported the following jar files into the java build path from jdeveloper
    xml.jar
    xmlmesg.jar
    xsu12.jar
    When I try to run my test program I get the following error message:
    java.lang.NoClassDefFoundError: oracle/xdb/XMLType
    at this line in the program:
    OracleXMLSave sav = new OracleXMLSave(conn, "EDG_EPC.EMP_PRACTICE");
    What could I be doing wrong? Do I need to import more libraries. If so where are they located in jdev? Additionally, does the table need to be of XMLType??? I thought the XDK would work for inserting into regular tables.
    Please help!!!!!
    Thanks

    java.lang.NoClassDefFoundError: oracle/xdb/XMLType
    Add <Oracle10g>/RDBMS/jlib/xdb.jar to Classpath.

  • Java error Message when importing xml to FrameMaker 8

    I have reconstructed a workstation, and am attempting to flow an xml file into a FrameMaker 8 template. When I attempt to do this I get the following error message:
    Failed reading value of registry key
    Software\JavaSoft\Java Runtime Environment\Current Version
    Error: could not find java.dll
    Error: Could not find Java 2 Runtime Environment
    The xml file is being imported by selecting it through a menu choice added internally through the Main Menu bar.
    Java 6 Update 3 is the version being used.
    I can successfully flow this file through my computer.
    Any ideas what might be causing the error message and how it can be fixed?

    Yes. I believe that there is an internal plug-in installed / script programming active that does something which requires Java.
    You could look up the definition of the Structured Application which is used for those XML files to check if a "structure client" is defined.
    But it has nothing to do with FrameMaker as shipped by Adobe.
    - Michael

  • Error message when posting a billing document.

    Dear Gurus,
    I want to release to accounting a billing document but the system shows following error message:
    *Reconciliation account 140030 or short key 00 is not permitted*
    Please can anybody help me with the error?
    Best regards,
    Juan

    HI,
    Have you done the Revenue Account Determination
    Goto Tcode: VKOA
    Goto - IMG - SD- BASIC FUNCTIONS - ACCOUNTASSIGNMENT/COSTING -
    1. REVENUE ACCOUNT DETERMINATION
    2. RECONCILIATION DETERMINATION
    Regards,

  • Friendly java error stack when posting reply

    When trying (twice) to post a reply I get this:
    Re: forum isqlplus
    An error in the system has occurred. Please contact the system administrator if the problem persists.
    type: java.lang.IllegalArgumentException
    java.lang.IllegalArgumentException: Parent key 2068967 not found when adding child 2068965.
         at com.jivesoftware.util.LongTree.addChild(LongTree.java:99)
         at com.jivesoftware.forum.database.DbTreeWalker.addChild(DbTreeWalker.java:233)
    ...

    (To see if I can reply to myself.)

  • Error ki280 when posting a billing document

    I am running into a ki280 error message when posting a billing document. This happens to be for a situation that includes a customer down payment, the error message is not encoutered when posting a billing document without the down payment interestingly enough.
    The error message is below.  Account 410000 is a revenue account, so is it looking for a type 11 cost element to be created?
    Any information appreciated.
    Create account 410000 for 02/11/2009 as a cost element in controlling area
    HEES
        Message no. KI280
    Diagnosis
        Account 410000 is a profit and loss account. You assigned it to an
        object in cost accounting (for example, a cost center, order, or
        project).
    System Response
        Account 410000 in the determined controlling area HEES must exist as a
        cost element on the posting date 02/11/2009.
    Procedure
        o   Create account 410000 as a cost element and then repeat your
            posting.

    Hi,
    Use T.Code FS00.  Choose the account to be created as cost element and click for display. Now click the edit cost element tab. Screen will open for the GL account to be created as a cost element. Enter from and to dates like 01.01.2008 to 31.03.9999 and click master data. Choose category 11 after giving the text of the cost element and save. If you want that this revenue to be posted to a cost center you can enter in the default account assignment tab.  Try to post the invoice again.  If you have further problem revert back.
    Regards,
    Sadashivan

  • RPM error Message- when try to select Price Changes - Create Price Change

    Hi, can anyone help me with this error message.
    I am getting this error message when I try to open Price Changes -> Create Price Change in RPM.
    Also the same error is thrown when I link codes -> Create Link codes.
    com.retek.platform.exception.RetekNetworkException: Server connection failed and retries were not successful .
    exception id: null
         at com.retek.platform.service.ServiceAccessor.callRemoteMethod(ServiceAccessor.java:383)
         at com.retek.rpm.app.RPMServiceAccessorProxy.remoteTransaction(RPMServiceAccessorProxy.java:24)
         at com.retek.platform.service.ServiceAccessorProxy.invoke(ServiceAccessorProxy.java:52)
         at $Proxy5.resolveRequests(Unknown Source)
         at com.retek.rpm.gui.request.RpmRequestResolver$1.getValue(RpmRequestResolver.java:60)
         at com.retek.platform.client.util.SynchronousWorker$1.run(SynchronousWorker.java:67)
         at foxtrot.AbstractWorkerThread$2.run(AbstractWorkerThread.java:49)
         at java.security.AccessController.doPrivileged(Native Method)
         at foxtrot.AbstractWorkerThread.runTask(AbstractWorkerThread.java:45)
         at foxtrot.Worker.post(Worker.java:108)
         at foxtrot.Worker.post(Worker.java:131)
         at com.retek.platform.client.util.SynchronousWorker.runSynchronousTask(SynchronousWorker.java:61)
         at com.retek.platform.client.gui.framework.FrameworkUtil.runSynchronousTask(FrameworkUtil.java:141)
         at com.retek.platform.client.gui.framework.ContentContainerImpl.runSynchronousTask(ContentContainerImpl.java:678)
         at com.retek.platform.client.gui.framework.ContentContainerContextImpl.runSynchronousTask(ContentContainerContextImpl.java:119)
         at com.retek.platform.client.gui.framework.ContentContainerContextImpl.runSynchronousTask(ContentContainerContextImpl.java:112)
         at com.retek.rpm.gui.request.RpmRequestResolver.resolve(RpmRequestResolver.java:87)
         at com.retek.request.RequestManager.doResolve(RequestManager.java:123)
         at com.retek.rpm.gui.request.RpmRequestManager.resolve(RpmRequestManager.java:26)
         at com.retek.rpm.gui.pricechanges.PriceChangePanel.<init>(PriceChangePanel.java:95)
         at com.retek.rpm.gui.pricechanges.PriceChangeCreateWorkflow.doInit(PriceChangeCreateWorkflow.java:34)
         at com.retek.rpm.gui.RPMAbstractPage.init(RPMAbstractPage.java:164)
         at com.retek.platform.client.gui.framework.ContentSessionImpl$1.getValue(ContentSessionImpl.java:138)
         at com.retek.platform.client.util.SynchronousWorker$1.run(SynchronousWorker.java:67)
         at foxtrot.AbstractWorkerThread$2.run(AbstractWorkerThread.java:49)
         at java.security.AccessController.doPrivileged(Native Method)
         at foxtrot.AbstractWorkerThread.runTask(AbstractWorkerThread.java:45)
         at foxtrot.workers.DefaultWorkerThread.run(DefaultWorkerThread.java:153)
         at java.lang.Thread.run(Unknown Source)
    Caused by: com.retek.platform.exception.RetekNetworkException: java.rmi.RemoteException: EJB Exception: ; nested exception is:
         com.retek.platform.exception.RetekUnknownSystemException: com.retek.platform.exception.RetekUnknownSystemException: Error executing service call: java.lang.reflect.InvocationTargetException
    exception id: 1304356963275 [method=com.retek.rpm.app.core.service.RequestBrokerAppService.resolveRequests, params=com.retek.platform.service.ClientContextjava.util.LinkedHashSet]
         at com.retek.platform.service.EjbServiceLocator$ServiceToEjbAdaptor.invoke(EjbServiceLocator.java:381)
         at $Proxy1.executeCommand(Unknown Source)
         at sun.reflect.GeneratedMethodAccessor77.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.apache.commons.beanutils.MethodUtils.invokeMethod(MethodUtils.java:282)
         at com.retek.platform.service.ServiceAccessor.callRemoteMethod(ServiceAccessor.java:300)
         ... 28 more
    Caused by: java.rmi.RemoteException: EJB Exception: ; nested exception is:
         com.retek.platform.exception.RetekUnknownSystemException: com.retek.platform.exception.RetekUnknownSystemException: Error executing service call: java.lang.reflect.InvocationTargetException
    exception id: 1304356963275 [method=com.retek.rpm.app.core.service.RequestBrokerAppService.resolveRequests, params=com.retek.platform.service.ClientContextjava.util.LinkedHashSet]
         at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:234)
         at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:348)
         at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)
         at com.retek.rpm.app.core.service.RPMCommandExecutionService_7g9s0b_EOImpl_1033_WLStub.executeCommand(Unknown Source)
         at sun.reflect.GeneratedMethodAccessor78.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.retek.platform.util.ForwardingProxy.invoke(ForwardingProxy.java:252)
         at com.retek.platform.util.ForwardingProxy.invoke(ForwardingProxy.java:194)
         at com.retek.platform.service.EjbServiceLocator$ServiceToEjbAdaptor.invoke(EjbServiceLocator.java:378)
         ... 34 more
    Caused by: com.retek.platform.exception.RetekUnknownSystemException: com.retek.platform.exception.RetekUnknownSystemException: Error executing service call: java.lang.reflect.InvocationTargetException
    exception id: 1304356963275 [method=com.retek.rpm.app.core.service.RequestBrokerAppService.resolveRequests, params=com.retek.platform.service.ClientContextjava.util.LinkedHashSet]
         at com.retek.rpm.domain.core.service.RPMSessionBeanCommand.execute(RPMSessionBeanCommand.java:94)
         at com.retek.rpm.app.core.service.RPMCommandExecutionServiceEjb.executeCommand(RPMCommandExecutionServiceEjb.java:114)
         at com.retek.rpm.app.core.service.RPMCommandExecutionService_7g9s0b_EOImpl.executeCommand(RPMCommandExecutionService_7g9s0b_EOImpl.java:128)
         at com.retek.rpm.app.core.service.RPMCommandExecutionService_7g9s0b_EOImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
         at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:477)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
         at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: com.retek.platform.exception.RetekUnknownSystemException: Error executing service call: java.lang.reflect.InvocationTargetException
    exception id: 1304356963275 [method=com.retek.rpm.app.core.service.RequestBrokerAppService.resolveRequests, params=com.retek.platform.service.ClientContextjava.util.LinkedHashSet]
         at com.retek.rpm.app.core.service.RPMCommandExecutionServiceEjb$1.doExecute(RPMCommandExecutionServiceEjb.java:100)
         at com.retek.rpm.domain.core.service.RPMSessionBeanCommand.execute(RPMSessionBeanCommand.java:78)
         ... 12 more
    Caused by: com.retek.platform.exception.RetekUnknownSystemException: java.lang.reflect.InvocationTargetException
    exception id: 1304356963275
         at com.retek.rpm.app.core.service.RequestBrokerAppServiceImpl.resolveRequests(RequestBrokerAppServiceImpl.java:93)
         at sun.reflect.GeneratedMethodAccessor495.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.commons.beanutils.MethodUtils.invokeMethod(MethodUtils.java:282)
         at com.retek.rpm.app.core.service.RPMCommandExecutionServiceEjb$1.doExecute(RPMCommandExecutionServiceEjb.java:94)
         ... 13 more
    Caused by: java.lang.reflect.InvocationTargetException
         at sun.reflect.GeneratedMethodAccessor556.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.commons.beanutils.MethodUtils.invokeMethod(MethodUtils.java:282)
         at com.retek.rpm.app.core.service.RequestBrokerAppServiceImpl.resolveRequests(RequestBrokerAppServiceImpl.java:79)
         ... 18 more
    Caused by: com.retek.platform.persistence.PersistenceException: Hibernate Error
    exception id: 1304356963275
         at com.retek.rpm.domain.core.persistence.PersistenceManagerImpl.find(PersistenceManagerImpl.java:91)
         at com.retek.rpm.domain.core.service.BusinessObjectServiceImpl.find(BusinessObjectServiceImpl.java:49)
         at com.retek.rpm.app.admin.service.SystemOptionsAppServiceImpl.getSystemDefaultsVO(SystemOptionsAppServiceImpl.java:28)
         ... 23 more
    Caused by: net.sf.hibernate.UnresolvableObjectException: No row with the given identifier exists: com.retek.platform.bo.StringObjectId@43, of class: com.retek.rpm.domain.core.bo.DiffTypeImpl
         at net.sf.hibernate.UnresolvableObjectException.throwIfNull(UnresolvableObjectException.java:38)
         at net.sf.hibernate.impl.SessionImpl.internalLoad(SessionImpl.java:1964)
         at net.sf.hibernate.type.ManyToOneType.resolveIdentifier(ManyToOneType.java:69)
         at net.sf.hibernate.type.EntityType.resolveIdentifier(EntityType.java:208)
         at net.sf.hibernate.impl.SessionImpl.initializeEntity(SessionImpl.java:2219)
         at net.sf.hibernate.loader.Loader.initializeEntitiesAndCollections(Loader.java:319)
         at net.sf.hibernate.loader.Loader.doQuery(Loader.java:309)
         at net.sf.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:138)
         at net.sf.hibernate.loader.Loader.doList(Loader.java:1063)
         at net.sf.hibernate.loader.Loader.list(Loader.java:1048)
         at net.sf.hibernate.loader.CriteriaLoader.list(CriteriaLoader.java:118)
         at net.sf.hibernate.impl.SessionImpl.find(SessionImpl.java:3660)
         at net.sf.hibernate.impl.CriteriaImpl.list(CriteriaImpl.java:238)
         at com.retek.rpm.domain.core.persistence.PersistenceManagerImpl.find(PersistenceManagerImpl.java:86)
         ... 25 more
    Thanks
    saima
    Edited by: 856041 on May 2, 2011 10:41 AM

    This is the output i get when i change the getMessage with printStackTrace.
    String getMessage() replaced with printStackTrace:
    G:\studies\Chapter11\MakeDB.java:33: 'void' type not allowed here
                   System.out.println("Could not drop primary key on UserStocks table: "
    ^
    G:\studies\Chapter11\MakeDB.java:43: 'void' type not allowed here
                   System.out.println("Could not drop UserStocks table: "
    ^
    G:\studies\Chapter11\MakeDB.java:54: 'void' type not allowed here
                   System.out.println("Could not drop Users table: "
    ^
    G:\studies\Chapter11\MakeDB.java:64: 'void' type not allowed here
                   System.out.println("Could not drop Stocks table: "
    ^
    G:\studies\Chapter11\MakeDB.java:83: 'void' type not allowed here
                   System.out.println("Exception creating Stocks table: "
    ^
    G:\studies\Chapter11\MakeDB.java:102: 'void' type not allowed here
                   System.out.println("Exception creating Users table: "
    ^
    G:\studies\Chapter11\MakeDB.java:119: 'void' type not allowed here
                   System.out.println("Exception creating UserStocks table: "
    ^
    G:\studies\Chapter11\MakeDB.java:133: 'void' type not allowed here
                   System.out.println("Exception creating UserStocks index: "
    ^
    G:\studies\Chapter11\MakeDB.java:159: 'void' type not allowed here
                   System.out.println("Exception inserting user: "
    ^
    9 errors
    Tool completed with exit code 1

  • ERROR MESSAGE WHEN USING PACK COMMAND   Missing file ////presenter.css   Also:  "This course requires JavaScript to be enabled in your browser. Please enable JavaScript, then relaunch the course."  I have Java enabled in all browsers

    ERROR MESSAGE WHEN USING PACK COMMAND   Missing file ////presenter.css    Command then fails
    Also:  "This course requires JavaScript to be enabled in your browser. Please enable JavaScript, then relaunch the course."  I have Java enabled in all browsers
    Thoughts?  Using Presenter 10  Win 8.1  Intel I7  new HP with plenty of memory
                   Thanks

    I had saved one copy as an .asp but then resaved it to .xhtml 
    I'm assuming this is a static web site.  Rename (F2) all your pages with .html or .htm extension. 
    .xhtml is not a valid extension.
    Nancy O.

  • Error message when changing from portrait to landscape when printing

    I receive an error message when changing from portrait to landscape when trying to print.  How do I resolve this issue?

    Hi hillclimbing,
    Can you please let me know the exact error message you see as that would be helpful.
    Does this occur with all the pdf files.
    What OS and Acrobat version are you using?
    Regards,
    Rave

  • Since I installed Nero 2104 I get an error message when I try to start iTunes: registry settings changed probably due to other cd/dvd burning program please reinstall iTunes, which I've done using repair option but the problem persists...?

    Since I installed Nero 2014 I get an error message when I start iTunes that registry settings for importing and burning cds/dvds have changed probably due to other burning software installed please reinstall iTunes, which I've done using 'repair' option, but the problem persists. I have been able to import cds to iTunes since I installed Nero, but it won't anymore. Does anyone recognize this problem and have a solution? Thanks for any help. Using Windows 7.

    I'd start with the following document, with one modification. At step 12 after typing GEARAspiWDM press the Enter/Return key once prior to clicking OK. (Pressing Return adds a carriage return in the field and is important.)
    iTunes for Windows: "Registry settings" warning when opening iTunes
    If you're still getting the error message (especially when you plug in the Touch), I'd check for a device filter confusion on the PC. (They can affect the connection of USB devices to a PC, as well as burning and importing CDs.) For that one, see:
    iTunes for Windows: Troubleshooting CD issues caused by device filters

Maybe you are looking for

  • Sub-contracting with excise duty..?

    Hi all can anybody explain me the sub-contracting process with excise duty , here we are going create excise invoice(J1IS instead of sub-contract challan) and what abt material document for sending out materials whether v an use excise invoice as mat

  • Shockwave/Flash not detected

    I am trying to embed a video (from YouTube - but I've tried other sources as well) on a website. When I click the "Insert" button in the insert media pop-up, I get the error message: "The page "adcdef " has content of MIME type "\"application/x-shock

  • LINE/COL ERROR

    Hi, I have declared one nested table , then i am using the variable of that nested table in select statement. I am executing the code in procedure i am getting LINE/COL ERROR 59/8 PL/SQL: Statement ignored 59/44 PLS-00597: expression 'COLL' in the IN

  • No sound in QT 7.1.3....again!

    I had to get rid of QT 7.1.2 and go back to 7.1.1 last time because I lost all sound in QuickTime when I installed it. After hesitating initially I figured they'd probably fixed the problem and updated to 7.1.3. Nup! Sound is gone again. Doesn't work

  • Frustrations with Apple TV Syncing

    Ok, so I have my 160GB Apple TV synced to my iTunes Library. Recently, while perusing my Library, I noticed that I had a few duplicates in my playlist. I would play both copied versions to ensure that they were both valid, and set about deleting the