HEllo everybody, I am trying to connect to an enterprise bean from an applet. This has worked but now i get the following error:
 
javax.ejb.CreateException
 
 at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknown Source)
 
 at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)
 
 at sun.rmi.server.UnicastRef.invoke(Unknown Source)
 
 at org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker_Stub.invokeHome(Unknown Source)
 
 at org.jboss.ejb.plugins.jrmp.interfaces.HomeProxy.invoke(HomeProxy.java:221)
 
 at $Proxy1.create(Unknown Source)
 
 at com.myqasp.applets.CfgApplet.jbInit(CfgApplet.java:109)
 
 at com.myqasp.applets.CfgApplet.init(CfgApplet.java:90)
 
 at sun.applet.AppletPanel.run(Unknown Source)
 
 at java.lang.Thread.run(Unknown Source)
 
java.lang.NullPointerException
 
 at com.qasystems.qstudio.java.gui.CheckPropertiesControl.createRulePanels(CheckPropertiesControl.java:88)
 
 at com.qasystems.qstudio.java.gui.CheckPropertiesControl.setRules(CheckPropertiesControl.java:83)
 
 at com.qasystems.qstudio.java.gui.CheckPropertiesControl.<init>(CheckPropertiesControl.java:70)
 
 at com.myqasp.applets.CfgApplet.jbInit(CfgApplet.java:123)
 
 at com.myqasp.applets.CfgApplet.init(CfgApplet.java:90)
 
 at sun.applet.AppletPanel.run(Unknown Source)
 
 at java.lang.Thread.run(Unknown Source)
 
Can somebody tell me what can cause this.
 
 
Thanks,
 
Marteijn Nouwens
 

Reply via email to