Hi,

I created a simple StatelessSessionBean using EJB3 and deployed it in 
JBoss-4.0.3SP1. When I tried to invoke the bean from the client, I got the 
following stacktrace with a NullPointerException:

java.lang.NullPointerException
        at org.jboss.ejb3.stateless.StatelessLocalProxy.invoke(StatelessLocalPro
xy.java:60)
        at $Proxy0.add(Unknown Source)
 ...
...

I also see some wiered messages in the server.log file while the server is 
trying to load the ear file.

2006-01-04 11:51:53,035 INFO  [org.jboss.deployment.EARDeployer] Init J2EE 
application: file:/C:/jboss-4.0.3SP1/server/default/deploy/ejb3-sample.ear
2006-01-04 11:51:53,051 DEBUG [org.jboss.deployment.EARDeployer] Extracted 
non-deployable content: META-INF/MANIFEST.MF
2006-01-04 11:51:53,051 DEBUG [org.jboss.deployment.EARDeployer] Extracted 
deployable content: ejb3-sample.ejb3
2006-01-04 11:51:53,051 DEBUG [org.jboss.deployment.EARDeployer] Extracted 
non-deployable content: META-INF/application.xml
2006-01-04 11:51:53,066 DEBUG [org.jboss.deployment.EARDeployer] Deployment 
Info: [EMAIL PROTECTED] { 
url=file:/C:/jboss-4.0.3SP1/server/default/tmp/deploy/tmp8425ejb3-sample.ear-contents/ejb3-sample.ejb3
 }
  deployer: null
  status: null
  state: CONSTRUCTED
  watch: 
file:/C:/jboss-4.0.3SP1/server/default/tmp/deploy/tmp8425ejb3-sample.ear-contents/ejb3-sample.ejb3
  altDD: null
  lastDeployed: 0
  lastModified: 0
  mbeans:

Any idea what could be wrong?. Thanks

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915623#3915623

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915623


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to