Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

deployment tool problem

0 views
Skip to first unread message

tony

unread,
Jul 10, 2002, 12:07:20 PM7/10/02
to

Hi All,

I am getting nullpointerexception when running the following batch file command line:

java weblogic.deploy -debug -port 7001 -host localhost deploy password Test file:///weblogic/myserver/ejb_basic_containerManaged.jar


The error is:
Connecting to hqpwsj94, port 7001...Successfully connected.
weblogic.ejb.common.DeploymentException: Problem creating deployment Test from file:/weblogic/myserver/ejb_basic_containerManaged.jar;
nested exception
java.lang.NullPointerException:
Start server side stack trace:
java.lang.NullPointerException
at sun.net.www.ParseUtil.decode(ParseUtil.java:44)
at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:62)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:133)
at java.net.URL.openStream(URL.java:798)
at weblogic.ejb.internal.EJBJarDeployment.initializeJarFile(EJBJarDeployment.java:322)
at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:191)
at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:166)
at weblogic.ejb.internal.EJBDeploymentImpl.<init>(EJBDeploymentImpl.java:172)
at weblogic.ejb.internal.EJBJarDeployment.<init>(EJBJarDeployment.java:100)
at weblogic.ejb.internal.EJBJarDeployment.<init>(EJBJarDeployment.java:94)
at weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java:332)
at weblogic.ejb.common.EJBManager_WLSkel.invoke(EJBManager_WLSkel.java:144)
at weblogic.rmi.extensions.BasicServerObjectAdapter.invoke(BasicServerObjectAdapter.java:347)
at weblogic.rmi.extensions.BasicRequestHandler.handleRequest(BasicRequestHandler.java:96)
at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:15)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:130)
End server side stack trace

Anyone have an idea what is going wrong? I am running under wls 5.1.0 sp12.

Thanks

0 new messages