0 Replies Latest reply on Nov 6, 2002 4:56 PM by vdhankhar

    Errors on startup "FinderException, RemoteException"

    vdhankhar

      Hi guys,

      I am trying to deploy the template example. I had made changes to the example and the errors started to appear. I did an "ant clean" and redeployed the example with origional source code.

      The source compiles without a problem but when I start up the server, it gives me some these errors at startup.

      I have no idea why these errors show up.. but if someone could point me in the right direction, it would be great.

      Thanks in advance..
      Vijayant Dhankhar



      Bean : test/TestBMPEntity
      Method : public abstract Collection findAll() throws FinderException, RemoteException
      Section: 12.2.9
      Warning: Each finder method must match one of the ejbFind methods defined in the entity bean class.

      15:31:03,208 INFO [EJBDeployer]
      Bean : test/TestBMPEntity
      Section: 22.2
      Warning: The bean provider must specify the fully-qualified name of the enterprise bean's local home interface, if any, in the <local-home> element.
      Info : Class not found: test.interfaces.TestBMPEntityLocalHome

      15:31:03,228 INFO [EJBDeployer]
      Bean : test/TestBMPEntity
      Section: 22.2
      Warning: The bean provider must specify the fully-qualified name of the enterprise bean's local interface, if any, in the element.
      Info : Class not found: test.interfaces.TestBMPEntityLocal

      15:31:03,258 INFO [EJBDeployer]
      Bean : test/TestEntity
      Section: 22.2
      Warning: The bean provider must specify the fully-qualified name of the enterprise bean's local home interface, if any, in the <local-home> element.
      Info : Class not found: test.interfaces.TestEntityLocalHome

      15:31:03,278 INFO [EJBDeployer]
      Bean : test/TestEntity
      Section: 22.2
      Warning: The bean provider must specify the fully-qualified name of the enterprise bean's local interface, if any, in the element.
      Info : Class not found: test.interfaces.TestEntityLocal

      15:31:03,298 INFO [EJBDeployer]
      Bean : test/TestSession
      Section: 22.2
      Warning: The bean provider must specify the fully-qualified name of the enterprise bean's local home interface, if any, in the <local-home> element.
      Info : Class not found: test.interfaces.TestSessionLocalHome

      15:31:03,318 INFO [EJBDeployer]
      Bean : test/TestSession
      Section: 22.2
      Warning: The bean provider must specify the fully-qualified name of the enterprise bean's local interface, if any, in the element.
      Info : Class not found: test.interfaces.TestSessionLocal

      15:31:03,338 INFO [EJBDeployer]
      Bean : test/SequenceGenerator
      Section: 22.2
      Warning: The bean provider must specify the fully-qualified name of the enterprise bean's local home interface, if any, in the <local-home> element.
      Info : Class not found: test.interfaces.SequenceGeneratorLocalHome

      15:31:03,348 INFO [EJBDeployer]
      Bean : test/SequenceGenerator
      Section: 22.2
      Warning: The bean provider must specify the fully-qualified name of the enterprise bean's local interface, if any, in the element.
      Info : Class not found: test.interfaces.SequenceGeneratorLocal

      15:31:03,378 INFO [EjbModule] Creating
      15:31:03,408 INFO [EjbModule] Deploying test/TestBMPEntity
      15:31:03,528 INFO [EjbModule] Deploying test/TestEntity
      15:31:03,558 INFO [EjbModule] Deploying test/TestSession
      15:31:03,619 INFO [EjbModule] Deploying test/SequenceGenerator
      15:31:03,629 INFO [EjbModule] Deploying test/TestMessage
      15:31:03,669 INFO [JMSContainerInvoker] Creating
      15:31:03,679 INFO [JMSContainerInvoker] Created
      15:31:03,699 WARN [ServiceController] Problem creating service jboss.j2ee:jndiName=ejb/test/SequenceGenerator,service=EJB
      java.lang.ClassNotFoundException: test.interfaces.SequenceGeneratorLocalHome
      at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
      .
      .
      .
      .
      .
      .
      15:31:03,879 WARN [ServiceController] Problem creating service jboss.j2ee:jndiName=ejb/test/TestSession,service=EJB
      java.lang.ClassNotFoundException: test.interfaces.TestSessionLocalHome
      at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
      at org.jboss.ejb.Container.create(Container.java:542)
      .
      .
      .
      .
      15:31:04,029 WARN [ServiceController] Problem creating service jboss.j2ee:jndiName=ejb/test/TestBMPEntity,service=EJB
      java.lang.ClassNotFoundException: test.interfaces.TestBMPEntityLocalHome
      at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
      at org.jboss.ejb.Container.create(Container.java:542)
      .
      .
      .
      .
      15:31:04,179 WARN [ServiceController] Problem creating service jboss.j2ee:jndiName=ejb/test/TestEntity,service=EJB
      java.lang.ClassNotFoundException: test.interfaces.TestEntityLocalHome
      at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
      at org.jboss.ejb.Container.create(Container.java:542)
      ..
      .
      .
      .
      .

      15:31:04,320 INFO [EjbModule] Created
      15:31:04,320 INFO [EjbModule] Starting
      15:31:04,330 INFO [JMSContainerInvoker] Starting
      15:31:04,340 INFO [DLQHandler] Creating
      15:31:04,400 ERROR [DLQHandler] Initialization failed
      javax.jms.JMSSecurityException: User: null is NOT authenticated
      at org.jboss.mq.security.SecurityManager.authenticate(SecurityManager.java:181)
      at org.jboss.mq.security.ServerSecurityInterceptor.authenticate(ServerSecurityInterceptor.java:40)
      at org.jboss.mq.server.TracingInterceptor.authenticate(TracingInterceptor.java:575)
      at org.jboss.mq.server.JMSServerInvoker.authenticate(JMSServerInvoker.java:288)
      at org.jboss.mq.il.jvm.JVMServerIL.authenticate(JVMServerIL.java:302)
      at org.jboss.mq.Connection.authenticate(Connection.java:759)
      at org.jboss.mq.Connection.(Connection.java:233)
      at org.jboss.mq.Connection.(Connection.java:264)