facebook

Error occurring when findByPrimaryKey called [Closed]

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #218079 Reply

    ckeuper
    Member

    I am new to eclipse and xdoclet. Versions: sunapserver 8, ecipse 3.0.1, myelcipse 3.8.2 and xdoclet. I am receiving a JTS5031 error at the findByPrimaryKey. I have data in the database. any help would greatly be appreciated!!

    this is the client code.

    /*
    * Created on Oct 12, 2004
    *
    * TODO To change the template for this generated file go to
    * Window – Preferences – Java – Code Style – Code Templates
    */
    package com.synesis7.mcsi3.admin.versioncontrol.submitepdr.entity.client;

    import javax.naming.Context;
    import javax.naming.InitialContext;
    import javax.rmi.PortableRemoteObject;
    import com.synesis7.mcsi3.admin.versioncontrol.submitepdr.entity.interfaces.*;
    import java.util.*;

    public class EntityClient {

    public static void main(String[] args) {
    try {
    Hashtable env = new Hashtable();
    env.put(Context.INITIAL_CONTEXT_FACTORY,”com.sun.jndi.cosnaming.CNCtxFactory”);
    env.put(Context.PROVIDER_URL,”iiop://127.0.0.1:3700″);

    //get naming context
    Context context = new InitialContext(env);

    //look up jndi name
    Object ref = context.lookup(ChangeDocsEntityHome.JNDI_NAME); //JNDI_NAME remote
    // Object ref = context.lookup(“ejb/ChangeDocsEntityHome”); //JNDI_NAME remote

    //look up jndi name and cast to Home interface
    ChangeDocsEntityHome home = (ChangeDocsEntityHome)PortableRemoteObject.narrow(ref,ChangeDocsEntityHome.class);

    Integer value = new Integer(1);
    ChangeDocsEntity hl = home.findByPrimaryKey(value);
    System.out.println(“notes = ” + hl.getNotes());
    System.out.println(“reason change = ” + hl.getReasonChg());
    System.out.println(“recommendataion = ” + hl.getRecommendation());
    } catch (Exception e) {
    e.printStackTrace();
    System.out.println(“Exception e = ” + e.getMessage());
    }
    }
    }

    this is the error
    java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
    java.rmi.RemoteException: nested exception is: javax.transaction.SystemException: org.omg.CORBA.INTERNAL: JTS5031: Exception [org.omg.CORBA.INTERNAL: vmcid: 0x0 minor code: 0 completed: Maybe] on Resource [rollback] operation. vmcid: 0x0 minor code: 0 completed: No; nested exception is:
    javax.transaction.SystemException: org.omg.CORBA.INTERNAL: JTS5031: Exception [org.omg.CORBA.INTERNAL: vmcid: 0x0 minor code: 0 completed: Maybe] on Resource [rollback] operation. vmcid: 0x0 minor code: 0 completed: No
    at com.sun.corba.se.internal.iiop.ShutdownUtilDelegate.mapSystemException(ShutdownUtilDelegate.java:64)
    at javax.rmi.CORBA.Util.mapSystemException(Util.java:65)
    at com.synesis7.mcsi3.admin.versioncontrol.submitepdr.entity.interfaces._ChangeDocsEntityHome_Stub.findByPrimaryKey(Unknown Source)
    at com.synesis7.mcsi3.admin.versioncontrol.submitepdr.entity.client.EntityClient.main(EntityClient.java:42)
    Caused by: java.rmi.RemoteException: nested exception is: javax.transaction.SystemException: org.omg.CORBA.INTERNAL: JTS5031: Exception [org.omg.CORBA.INTERNAL: vmcid: 0x0 minor code: 0 completed: Maybe] on Resource [rollback] operation. vmcid: 0x0 minor code: 0 completed: No; nested exception is:
    javax.transaction.SystemException: org.omg.CORBA.INTERNAL: JTS5031: Exception [org.omg.CORBA.INTERNAL: vmcid: 0x0 minor code: 0 completed: Maybe] on Resource [rollback] operation. vmcid: 0x0 minor code: 0 completed: No
    at com.sun.enterprise.iiop.POAProtocolMgr.mapException(POAProtocolMgr.java:213)
    at com.sun.ejb.containers.BaseContainer.postInvoke(BaseContainer.java:797)
    at com.sun.ejb.containers.EJBHomeInvocationHandler.invoke(EJBHomeInvocationHandler.java:194)
    at $Proxy52.findByPrimaryKey(Unknown Source)
    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:324)
    at com.sun.corba.ee.impl.presentation.rmi.ReflectiveTie._invoke(ReflectiveTie.java:117)
    at com.sun.corba.ee.impl.protocol.CorbaServerRequestDispatcherImpl.dispatchToServant(CorbaServerRequestDispatcherImpl.java:651)
    at com.sun.corba.ee.impl.protocol.CorbaServerRequestDispatcherImpl.dispatch(CorbaServerRequestDispatcherImpl.java:190)
    at com.sun.corba.ee.impl.protocol.CorbaMessageMediatorImpl.handleRequestRequest(CorbaMessageMediatorImpl.java:1653)
    at com.sun.corba.ee.impl.protocol.CorbaMessageMediatorImpl.handleRequest(CorbaMessageMediatorImpl.java:1513)
    at com.sun.corba.ee.impl.protocol.CorbaMessageMediatorImpl.handleInput(CorbaMessageMediatorImpl.java:895)
    at com.sun.corba.ee.impl.protocol.giopmsgheaders.RequestMessage_1_2.callback(RequestMessage_1_2.java:172)
    at com.sun.corba.ee.impl.protocol.CorbaMessageMediatorImpl.handleRequest(CorbaMessageMediatorImpl.java:668)
    at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.dispatch(SocketOrChannelConnectionImpl.java:375)
    at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.read(SocketOrChannelConnectionImpl.java:284)
    at com.sun.corba.ee.impl.transport.ReaderThreadImpl.doWork(ReaderThreadImpl.java:73)
    at com.sun.corba.ee.impl.orbutil.threadpool.ThreadPoolImpl$WorkerThread.run(ThreadPoolImpl.java:382)
    Caused by: javax.transaction.SystemException: org.omg.CORBA.INTERNAL: JTS5031: Exception [org.omg.CORBA.INTERNAL: vmcid: 0x0 minor code: 0 completed: Maybe] on Resource [rollback] operation. vmcid: 0x0 minor code: 0 completed: No
    at com.sun.jts.jta.TransactionManagerImpl.rollback(TransactionManagerImpl.java:295)
    at com.sun.enterprise.distributedtx.J2EETransactionManagerImpl.rollback(J2EETransactionManagerImpl.java:1019)
    at com.sun.enterprise.distributedtx.J2EETransactionManagerOpt.rollback(J2EETransactionManagerOpt.java:388)
    at com.sun.ejb.containers.BaseContainer.completeNewTx(BaseContainer.java:2601)
    at com.sun.ejb.containers.BaseContainer.postInvokeTx(BaseContainer.java:2411)
    at com.sun.ejb.containers.BaseContainer.postInvoke(BaseContainer.java:763)
    … 18 more
    Exception e = RemoteException occurred in server thread; nested exception is:
    java.rmi.RemoteException: nested exception is: javax.transaction.SystemException: org.omg.CORBA.INTERNAL: JTS5031: Exception [org.omg.CORBA.INTERNAL: vmcid: 0x0 minor code: 0 completed: Maybe] on Resource [rollback] operation. vmcid: 0x0 minor code: 0 completed: No; nested exception is:
    javax.transaction.SystemException: org.omg.CORBA.INTERNAL: JTS5031: Exception [org.omg.CORBA.INTERNAL: vmcid: 0x0 minor code: 0 completed: Maybe] on Resource [rollback] operation. vmcid: 0x0 minor code: 0 completed: No

    #218090 Reply

    Riyad Kalla
    Member

    I asked around the school yard and we have no idea about this one… we’d suggest googling for core portions of this exception and seeing what you come up with.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Error occurring when findByPrimaryKey called [Closed]

You must be logged in to post in the forum log in