"genman" wrote : Probably the argument to "load()" was a null stream. I would check the args for your call to this and your classpath. Thanks a lot for your kind reply. A have tried with many addtions in the classpath variable. Kindly let me know if any special entry is missing my classpath declaration. current Classpath is :- ;C:\Bipin\JDK\1.5.0_05;C:\Bipin\jboss405GA\;C:\Bipin\jboss405GA\server\lib\;c:\Bipin\jboss405GA\client\; c:\Bipin\myprojects\EJB\assemble\interest_client.jar;c:\Program Files\datastudio\lib;c:\bipin\rv;C:\Bipin\netbeans-5.5\enterprise3\modules
The argument to load is valid and the same piece of code works perfectly when run through a JBOSS IDE main java program. The initial initialization shows below screen: C:\Bipin\jboss405GA\bin>run =============================================================================== JBoss Bootstrap Environment JBOSS_HOME: C:\Bipin\jboss405GA\bin\\.. JAVA: C:\Bipin\JDK\1.5.0_05\bin\java JAVA_OPTS: -Dprogram.name=run.bat -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun .rmi.dgc.server.gcInterval=3600000 CLASSPATH: C:\Bipin\JDK\1.5.0_05\lib\tools.jar;C:\Bipin\jboss405GA\bin\\run.jar =============================================================================== 16:16:39,170 INFO [Server] Starting JBoss (MX MicroKernel)... 16:16:39,170 INFO [Server] Release ID: JBoss [Zion] 4.0.5.GA (build: CVSTag=Branch_4_0 date=2006101 62339) 16:16:39,170 INFO [Server] Home Dir: C:\Bipin\jboss405GA 16:16:39,170 INFO [Server] Home URL: file:/C:/Bipin/jboss405GA/ 16:16:39,170 INFO [Server] Patch URL: null 16:16:39,170 INFO [Server] Server Name: default 16:16:39,170 INFO [Server] Server Home Dir: C:\Bipin\jboss405GA\server\default 16:16:39,170 INFO [Server] Server Home URL: file:/C:/Bipin/jboss405GA/server/default/ 16:16:39,170 INFO [Server] Server Log Dir: C:\Bipin\jboss405GA\server\default\log 16:16:39,170 INFO [Server] Server Temp Dir: C:\Bipin\jboss405GA\server\default\tmp 16:16:39,186 INFO [Server] Root Deployment Filename: jboss-service.xml 16:16:39,483 INFO [ServerInfo] Java version: 1.5.0,Sun Microsystems Inc. 16:16:39,483 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.5.0-b64,Sun Microsystems Inc. 16:16:39,483 INFO [ServerInfo] OS-System: Windows XP 5.1,x86 Sincere regards, Bipin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018133#4018133 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018133 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
