"eclipse/Jobss/Lomboz" to create a SLB, running client fails.

From: Charlie (cji_work_at_yahoo.com)
Date: 02/09/04

  • Next message: Alex: "java executable"
    Date: 9 Feb 2004 11:30:51 -0800
    
    

    Hi
    I have just found a very userful page at:
    http://www.tusc.com.au/tutorial/html/index.html, where it tells you
    how to create your EJB in a very clean way step by step. I have
    followed the instructions to create my beans in Chap1.
    But I was stucked on Chap 3, when I was trying to run the test Client,
    for the error of "java.rmi.ServerException: RemoteException".
    I have found the exact same error messages posted by someone on the
    internet, but without the answer.
    So I am just wondering if someone here happens to run the example on
    Chap3, and happens to get the same error, and maybe the way to solve
    it?

    Here are my detailed env:
    Eclipse : version 2.1.
    Jboss: version 3.2.1.
    Lomboz: version 212.
    Jdk: version : 1.4.2
    Platform: window 2000.

    And the Complete error message is:

    java.rmi.ServerException: RemoteException occurred in server thread;
    nested exception is:
    java.rmi.ServerException: RuntimeException; nested exception is:
    java.lang.NullPointerException
    at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:292)
    at sun.rmi.transport.Transport$1.run(Transport.java:148)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
    at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
    at java.lang.Thread.run(Thread.java:536)
    at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
    at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
    at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:133)
    at org.jboss.invocation.jrmp.server.JRMPInvoker_Stub.invoke(Unknown
    Source)
    at org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxy.invoke(JRMPInvokerProxy.java:135)
    at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:87)
    at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:46)
    at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:45)
    at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:100)
    at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:85)
    at $Proxy1.loginUser(Unknown Source)
    at au.com.tusc.client.SessionClient.testBean(SessionClient.java:49)
    at au.com.tusc.client.SessionClient.main(SessionClient.java:61)
    Caused by: java.rmi.ServerException: RuntimeException; nested
    exception is:
    java.lang.NullPointerException
    at org.jboss.ejb.plugins.LogInterceptor.handleException(LogInterceptor.java:360)
    at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:195)
    at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122)
    at org.jboss.ejb.StatelessSessionContainer.internalInvoke(StatelessSessionContainer.java:322)
    at org.jboss.ejb.Container.invoke(Container.java:674)
    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 org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
    at org.jboss.invocation.jrmp.server.JRMPInvoker.invoke(JRMPInvoker.java:359)
    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 sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:261)
    at sun.rmi.transport.Transport$1.run(Transport.java:148)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
    at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
    at java.lang.Thread.run(Thread.java:536)
    Caused by: java.lang.NullPointerException
    at au.com.tusc.dao.StoreAccessDAOImpl.loginUser(StoreAccessDAOImpl.java:46)
    at au.com.tusc.session.StoreAccessSession.loginUser(StoreAccessSession.java:60)
    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 org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:629)
    at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:186)
    at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:72)
    at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:84)
    at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:243)
    at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:104)
    at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:117)
    at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:191)
    ... 21 more


  • Next message: Alex: "java executable"

    Relevant Pages

    • Re: user accounts
      ... >> panel page. ... Any error messages? ... If the machine is clean, try the System File Checker: ...
      (microsoft.public.windowsxp.hardware)
    • Re: IPAQ 3635 will not connect to Desktop with Activesync
      ... blocker. ... Uninstalling NIS doesn't clean this up either. ... No other error messages. ...
      (microsoft.public.pocketpc.activesync)
    • Re: Unexpected shutdowns
      ... >randomly, then restarts. ... >clean installed XP, but the problem persists. ... Any error messages in the Event Log (Control Panel - Administrative ... Are all the fans on the computer running, ...
      (microsoft.public.windowsxp.perform_maintain)
    • Same problem with Excel, fatal exception 0E occurred at 0177:BFF9DBA7
      ... I get the following error messages: ... >I also ran Norton Disk Doctor to clean everything up. ... >I do not get any errors from Norton System Doctor. ...
      (microsoft.public.excel.crashesgpfs)