0 Replies Latest reply on Dec 23, 2002 11:59 AM by n_ton

    Invalid invocation, check your deployment packaging

    n_ton

      Hi,

      In my search for an answer to my problem, I found several posts, but no answer for the same problem I am having.

      First, the details: I'm running JBoss 3.0.4 on RedHat 7.3 using Sun's JDK 1.3.1_06 VM.

      The exception I am getting is as follows:

      javax.ejb.EJBException: Invalid invocation, check your deployment packaging,
      method=public abstract com.acme.ejb.user.AffiliateUserRemote
      com.acme.ejb.user.AffiliateUserHome.findByUsername(java.lang.String)
      throws javax.ejb.FinderException,java.rmi.RemoteException

      I am using two separate EARs. All the EJBs are in one ear and I have a JSP web application using those EJBs to get information from a database that both EARs use.

      The interesting thing is that the JSP web application works most of the time. It isn't until the web application runs for a while that we get this error. I haven't been able to determine if it occurs after a certain number of logins (we're not using JAAS yet), or if the JBoss server has to be running for a certain length of time, or what specific conditions are causing this.

      Has anyone been able to track down a solution to this problem?

      Thanx in advance.