Bugs item #515542, was opened at 2002-02-10 08:35
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=515542&group_id=22866

Category: JBossServer
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Georg Schmid (giorgio42)
Assigned to: Nobody/Anonymous (nobody)
Summary: getRemote in MBean view throws NPE

Initial Comment:
Basic info:

INFO JBoss (MX MicroKernel) 3.0.0DR1(200202092237) 
[RABBIT-HOLE]
...
11:40:24,734 INFO  [Info] Java version: 1.3.1_02,Sun 
Microsystems Inc.
11:40:24,734 INFO  [Info] Java VM: Java HotSpot(TM) 
Client VM 1.3.1_02-b02,Sun Microsystems Inc.

11:40:24,734 INFO  [Info] OS-System: Windows 2000 
5.0,x86

Bug:
EJBs are listed in the agent view,
but clicking getRemote/getHome in the Bean View
gives me on the console and the debug log:

2002-02-10 17:29:42,093 ERROR 
[org.jboss.ejb.EntityContainer] invoke returned an 
exception
java.lang.NullPointerException
        at org.jboss.ejb.Container.invoke
(Container.java:563)
        at org.jboss.ejb.EntityContainer.invoke
(EntityContainer.java:990)
        at 
com.sun.management.jmx.MBeanServerImpl.invoke
(MBeanServerImpl.java:1555)
        at 
com.sun.management.jmx.MBeanServerImpl.invoke
(MBeanServerImpl.java:1523)
        at com.sun.jdmk.comm.HtmlInvokePage.buildPage
(HtmlInvokePage.java:240)
        at 
com.sun.jdmk.comm.HtmlRequestHandler.processGetRequest
(HtmlRequestHandler.java:325)
        at 
com.sun.jdmk.comm.HtmlRequestHandler.processRequest
(HtmlRequestHandler.java:152)
        at com.sun.jdmk.comm.HtmlRequestHandler.doRun
(HtmlRequestHandler.java:79)
        at com.sun.jdmk.comm.ClientHandler.run
(ClientHandler.java:84)
        at java.lang.Thread.run(Unknown Source)

and of course an "472 MBean failure"
The MBean 
[jboss.j2ee:service=EJB,jndiName=ejb/entities/Entity] 
throws an MBeanException when calling [getRemote]:
java.lang.NullPointerException 

on the page.

A grep on the debug log shows:
server.log.1:2002-02-10 16:48:50,640 DEBUG 
[org.jboss.proxy.ejb.ProxyFactory] Bound EntityEB to 
ejb/entities/Entity

And I cannot get access to any home interface from the 
client. The call does not even reach the server. But
this may be a different story.

Georg
--
"I'm not living for you, I'm living for me." (Garland 
Jeffreys)

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=515542&group_id=22866

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to