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

deploy error

0 views
Skip to first unread message

Robert

unread,
Jan 23, 2002, 12:28:48 AM1/23/02
to

Hi, all.
When deploying ejb, there is a problems.
Following is error messages.
(OS - Sun Solaris, Aplication Server - Weblogic 5.1 sp10)


&#49688; 1&#50900; 23 13:41:38 KST 2002:<E> <EJB> Could not deploy: '/weblogic/myserver/ejbt
contain a valid bean

weblogic.ejb.common.DeploymentException: DeploymentException opening JAR file
/
weblogic.ejb.deployment.JarLoadException - with nested exception:
[weblogic.ejb.common.DeploymentException: Problem creating deployment /weblogic
weblogic.ejb.common.DeploymentException: could not write URL to temp fie
java.io.FileNotFoundException: /weblogic/myserver/tmp_deployments/ejbjar20135.j)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:102)
at java.io.FileOutputStream.<init>(FileOutputStream.java:62)
at java.io.FileOutputStream.<init>(FileOutputStream.java:132)
at weblogic.ejb.internal.EJBJarDeployment.initializeJarFile(EJBJarDeplo)
at weblogic.ejb.internal.EJBJarDeployment.initializeJarFile(EJBJarDeplo)
at weblogic.ejb.internal.EJBJarDeployment.initializeJarFile(EJBJarDeplo)
at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:1)
at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:1)
at weblogic.ejb.internal.EJBDeploymentImpl.<init>(EJBDeploymentImpl.jav)
at weblogic.ejb.internal.EJBJarDeployment.<init>(EJBJarDeployment.java:)
at weblogic.ejb.internal.EJBJarDeployment.<init>(EJBJarDeployment.java:)
at weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java:302)
at weblogic.ejb.internal.EJBManagerImpl.deployBeans(EJBManagerImpl.java)
at weblogic.ejb.internal.EJBManagerImpl.<init>(EJBManagerImpl.java:239)
at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1325)
at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:844)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.Server.startServerDynamically(Server.java:140)
at weblogic.Server.main(Server.java:97)
at weblogic.Server.main(Server.java:58)
]
weblogic.ejb.common.DeploymentException: Problem creating deployment /weblogic/
weblogic.ejb.common.DeploymentException: could not write URL to temp fie
java.io.FileNotFoundException: /weblogic/myserver/tmp_deployments/ejbjar20135.j)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:102)
at java.io.FileOutputStream.<init>(FileOutputStream.java:62)
at java.io.FileOutputStream.<init>(FileOutputStream.java:132)
at weblogic.ejb.internal.EJBJarDeployment.initializeJarFile(EJBJarDeplo)
at weblogic.ejb.internal.EJBJarDeployment.initializeJarFile(EJBJarDeplo)
at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:1)
at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:1)
at weblogic.ejb.internal.EJBDeploymentImpl.<init>(EJBDeploymentImpl.jav)
at weblogic.ejb.internal.EJBJarDeployment.<init>(EJBJarDeployment.java:)
at weblogic.ejb.internal.EJBJarDeployment.<init>(EJBJarDeployment.java:)
at weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java:302)
at weblogic.ejb.internal.EJBManagerImpl.deployBeans(EJBManagerImpl.java)
at weblogic.ejb.internal.EJBManagerImpl.<init>(EJBManagerImpl.java:239)
at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1325)
at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:844)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.Server.startServerDynamically(Server.java:140)
at weblogic.Server.main(Server.java:97)
at weblogic.Server.main(Server.java:58)

weblogic.ejb.common.DeploymentException: could not write URL to temp file
java.io.FileNotFoundException: /weblogic/myserver/tmp_deployments/ejbjar20135.j)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:102)
at java.io.FileOutputStream.<init>(FileOutputStream.java:62)
at java.io.FileOutputStream.<init>(FileOutputStream.java:132)
at weblogic.ejb.internal.EJBJarDeployment.initializeJarFile(EJBJarDeplo)
at weblogic.ejb.internal.EJBJarDeployment.initializeJarFile(EJBJarDeplo)
at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:1)
at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:1)
at weblogic.ejb.internal.EJBDeploymentImpl.<init>(EJBDeploymentImpl.jav)
at weblogic.ejb.internal.EJBJarDeployment.<init>(EJBJarDeployment.java:)
at weblogic.ejb.internal.EJBJarDeployment.<init>(EJBJarDeployment.java:)
at weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java:302)
at weblogic.ejb.internal.EJBManagerImpl.deployBeans(EJBManagerImpl.java)
at weblogic.ejb.internal.EJBManagerImpl.<init>(EJBManagerImpl.java:239)
at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1325)
at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:844)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.Server.startServerDynamically(Server.java:140)
at weblogic.Server.main(Server.java:97)
at weblogic.Server.main(Server.java:58)

at weblogic.ejb.internal.EJBJarDeployment.initializeJarFile(EJBJarDeplo)
at weblogic.ejb.internal.EJBJarDeployment.initializeJarFile(EJBJarDeplo)
at weblogic.ejb.internal.EJBJarDeployment.initializeJarFile(EJBJarDeplo)
at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:1)
at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:1)
at weblogic.ejb.internal.EJBDeploymentImpl.<init>(EJBDeploymentImpl.jav)
at weblogic.ejb.internal.EJBJarDeployment.<init>(EJBJarDeployment.java:)
at weblogic.ejb.internal.EJBJarDeployment.<init>(EJBJarDeployment.java:)
at weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java:302)
at weblogic.ejb.internal.EJBManagerImpl.deployBeans(EJBManagerImpl.java)
at weblogic.ejb.internal.EJBManagerImpl.<init>(EJBManagerImpl.java:239)
at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1325)
at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:844)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.Server.startServerDynamically(Server.java:140)
at weblogic.Server.main(Server.java:97)
at weblogic.Server.main(Server.java:58)
--------------- nested within: ------------------
weblogic.ejb.deployment.JarLoadException - with nested exception:
[weblogic.ejb.common.DeploymentException: Problem creating deployment /weblogic
weblogic.ejb.common.DeploymentException: could not write URL to temp fie
java.io.FileNotFoundException: /weblogic/myserver/tmp_deployments/ejbjar20135.j)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:102)
at java.io.FileOutputStream.<init>(FileOutputStream.java:62)
at java.io.FileOutputStream.<init>(FileOutputStream.java:132)
at weblogic.ejb.internal.EJBJarDeployment.initializeJarFile(EJBJarDeplo)
at weblogic.ejb.internal.EJBJarDeployment.initializeJarFile(EJBJarDeplo)
at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:1)
at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:1)
at weblogic.ejb.internal.EJBDeploymentImpl.<init>(EJBDeploymentImpl.jav)
at weblogic.ejb.internal.EJBJarDeployment.<init>(EJBJarDeployment.java:)
at weblogic.ejb.internal.EJBJarDeployment.<init>(EJBJarDeployment.java:)
at weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java:302)
at weblogic.ejb.internal.EJBManagerImpl.deployBeans(EJBManagerImpl.java)
at weblogic.ejb.internal.EJBManagerImpl.<init>(EJBManagerImpl.java:239)
at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1325)
at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:844)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.Server.startServerDynamically(Server.java:140)
at weblogic.Server.main(Server.java:97)
at weblogic.Server.main(Server.java:58)
]
at weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java:310)
at weblogic.ejb.internal.EJBManagerImpl.deployBeans(EJBManagerImpl.java)
at weblogic.ejb.internal.EJBManagerImpl.<init>(EJBManagerImpl.java:239)
at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1325)
at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:844)
at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:844)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.Server.startServerDynamically(Server.java:140)
at weblogic.Server.main(Server.java:97)
at weblogic.Server.main(Server.java:58)

&#49688; 1&#50900; 23 13:41:39 KST 2002:<I> <EJB> 0 EJB jar files loaded, containing
0 EJBs
&#49688; 1&#50900; 23 13:41:39 KST 2002:<I> <EJB> 0 deployed, 0 failed to deploy.
&#49688; 1&#50900; 23 13:41:40 KST 2002:<I> <HTTP> Log rotation is size based
&#49688; 1&#50900; 23 13:41:40 KST 2002:<I> <ZAC> ZAC ACLs initialized
&#49688; 1&#50900; 23 13:41:40 KST 2002:<I> <ZAC> ZAC packages stored in local
directory exs
&#49688; 1&#50900; 23 13:41:40 KST 2002:<!> <SSLListenThread> **** Unable to create
server .
java.net.BindException: ???? ??? ??? ?ß??
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:405)
at java.net.ServerSocket.<init>(ServerSocket.java:170)
at java.net.ServerSocket.<init>(ServerSocket.java:121)
at weblogic.security.SSL.SSLServerSocket.<init>(SSLServerSocket.java:96)
at weblogic.security.SSL.SSLServerSocket.<init>(SSLServerSocket.java:56)
at weblogic.t3.srvr.SSLListenThread.newServerSocket(SSLListenThread.jav)
at weblogic.t3.srvr.ListenThread.run(ListenThread.java:277)
&#49688; 1&#50900; 23 13:41:40 KST 2002:<!> <ListenThread> **** Unable to create
server soc.
java.net.BindException: ???? ??? ??? ?ß??
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:405)
at java.net.ServerSocket.<init>(ServerSocket.java:170)
at java.net.ServerSocket.<init>(ServerSocket.java:121)
at weblogic.t3.srvr.ListenThread.newServerSocket(ListenThread.java:237)


Deepak Vohra

unread,
Jan 23, 2002, 1:15:04 PM1/23/02
to
Robert

weblogic.ejb.common.DeploymentException: DeploymentException opening JAR
is thrown when the service pack is installed incorrectly by NOT placing the
weblogic510spXboot.jar into the JAVA_CLASSPATH or NOT putting it at the front of the
JAVA_CLASSPATH (hence not in front of the ./classes/boot). This causes the server to use the
wrong/incompatible classes in ./classes/boot to deploy the ejb jar file a
nd results in this exception/stack trace.

Install the service pack in WebLogic Server 5.1.0 by prepending the weblogic510spX.jar to the
WEBLOGIC_CLASSPATH and prepending the weblogic510spXboot.jar to the JAVA_CLASSPATH.

Deepak

0 new messages