I have just downloaded 03 and deployed my beans. I get this exception
reported and thought I had better do what it says! (The top exception is
our application's). Below that is the relevant log file extract. Please
say if you want anything else.


com.nuix.poc3.frontend.addressbook.FacadeException: RemoteException in
listAddresses
        at
com.nuix.poc3.frontend.addressbook.AddressEntryFacade.listValueBeans(AddressEntryFacade.java:185)
        at
com.nuix.poc3.frontend.addressbook.ListServlet.listAction(ListServlet.java:45)
        at
com.nuix.poc3.frontend.addressbook.ListServlet.doGet(ListServlet.java:27)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
        at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
        at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:160)
        at
org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:338)
        at java.lang.Thread.run(Thread.java:484)
Target Throwable :
java.rmi.ServerException: Container exception. Notify the container
developers :-); nested exception is: 
        java.lang.NullPointerException
java.lang.NullPointerException
        at
org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invokeHome(StatelessSessionContainer.java:411)
        at
org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invokeHome(StatelessSessionInstanceInterceptor.java:72)
        at
org.jboss.ejb.plugins.TxInterceptorCMT.invokeNext(TxInterceptorCMT.java:135)
        at
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:226)
        at
org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:86)
        at
org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:126)
        at
org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:106)
        at
org.jboss.ejb.StatelessSessionContainer.invokeHome(StatelessSessionContainer.java:247)
        at
org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker.invokeHome(JRMPContainerInvoker.java:207)
        at
org.jboss.ejb.plugins.jrmp.interfaces.HomeProxy.invoke(HomeProxy.java:198)
        at $Proxy3.create(Unknown Source)
        at
com.nuix.poc3.frontend.addressbook.AddressEntryFacade.listValueBeans(AddressEntryFacade.java:169)
        at
com.nuix.poc3.frontend.addressbook.ListServlet.listAction(ListServlet.java:45)
        at
com.nuix.poc3.frontend.addressbook.ListServlet.doGet(ListServlet.java:27)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
        at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
        at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:160)
        at
org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:338)
        at java.lang.Thread.run(Thread.java:484)

----------------------------------------
The log contains the following...

[Auto deploy] Auto deploy of file:/home/matty/poc3/jboss/deploy/poc3.jar
[Container factory]
Deploying:file:/home/matty/poc3/jboss/deploy/poc3.jar
[Verifier] Verifying
file:/home/matty/poc3/jboss/tmp/deploy/tmpejbjar41842.jar
[Verifier] 
Class  : AddressEntry
Method : public abstract AddressEntry create(int) throws
CreateException, RemoteException
Section: 9.2.8
Warning: The method return values in the home interface must be of valid
types for RMI/IIOP.

[Verifier] 
Class  : AddressEntry
Method : public abstract AddressEntry findByPrimaryKey(AddressEntryPK)
throws FinderException, RemoteException
Section: 9.2.8
Warning: The method return values in the home interface must be of valid
types for RMI/IIOP.

[Tomcat] Matty's servlet running!
[Verifier] 
Class  : AddressHandler
Method : public abstract AddressHandler create() throws RemoteException,
CreateException
Section: 6.10.6
Warning: The method return values in the home interface must be of valid
types for RMI/IIOP.

[Container factory] Deploying AddressEntry
[Container factory] Deploying AddressHandler
[JAWS] Table 'AddressEntry' already exists
[Container factory] Deployed application:
file:/home/matty/poc3/jboss/deploy/poc3.jar
[Auto deployer] Started
[JMX RMI Adaptor] Starting
[JMX RMI Adaptor] Started
[JMX RMI Connector] Starting
[JMX RMI Connector] Started
[Default] 24 services and 6 other MBeans started.
[Default] Shutdown hook added
[Default] jBoss 2.0 BETA-PROD-03 Started
[Tomcat] in ListServlet
[AddressHandler] CONTAINER EXCEPTION:null
[AddressHandler] java.lang.NullPointerException
[AddressHandler]        at
org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invokeHome(StatelessSessionContainer.java:411)
[AddressHandler]        at
org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invokeHome(StatelessSessionInstanceInterceptor.java:72)
[AddressHandler]        at
org.jboss.ejb.plugins.TxInterceptorCMT.invokeNext(TxInterceptorCMT.java:135)
[AddressHandler]        at
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:226)
[AddressHandler]        at
org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:86)
[AddressHandler]        at
org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:126)
[AddressHandler]        at
org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:106)
[AddressHandler]        at
org.jboss.ejb.StatelessSessionContainer.invokeHome(StatelessSessionContainer.java:247)
[AddressHandler]        at
org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker.invokeHome(JRMPContainerInvoker.java:207)
[AddressHandler]        at
org.jboss.ejb.plugins.jrmp.interfaces.HomeProxy.invoke(HomeProxy.java:198)
[AddressHandler]        at $Proxy3.create(Unknown Source)
[AddressHandler]        at
com.nuix.poc3.frontend.addressbook.AddressEntryFacade.listValueBeans(AddressEntryFacade.java:169)
[AddressHandler]        at
com.nuix.poc3.frontend.addressbook.ListServlet.listAction(ListServlet.java:45)
[AddressHandler]        at
com.nuix.poc3.frontend.addressbook.ListServlet.doGet(ListServlet.java:27)
[AddressHandler]        at
javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
[AddressHandler]        at
javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
[AddressHandler]        at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
[AddressHandler]        at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
[AddressHandler]        at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:160)
[AddressHandler]        at
org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:338)
[AddressHandler]        at java.lang.Thread.run(Thread.java:484)


Thakns, Matty.

P.S. The [Verifier] messages are great.


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to