Hi, I am doing clustering on WLS5 not on WLS6. I started two server (S1and S2) on two different machine ( eg., M1 and M2) successfully, without deploying EJB. On M1 location of jar file is /myserver/lib/myejb.jar On M2 location of jar file is /test/myserver/lib/myejb.jar Path is different for jar file for both machine. I am using UNIX, I have given all the permission (all files and directory) except write. My multicast address is same for both machine only IP address differs.Problem starts when I deploy EJB on both server. EJB deploys successfully the error I receive is java.util.zip.ZipException: error in opening zip file at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.<init>(ZipFile.java:69) at java.util.zip.ZipFile.<init>(ZipFile.java:84) at weblogic.boot.ServerClassLoader.deploy(ServerClassLoader.java:142) at weblogic.cluster.AnnotatedServiceOffer.expandClassPath(AnnotatedSerceOffer.java:74) at weblogic.cluster.AnnotatedServiceOffer.readObject(AnnotatedServiceOer.java:62) at weblogic.common.internal.WLObjectInputStreamBase.readPublicSerializ ... ... ... Further, Server 2 on Machine2 receives this error (unable to open jar file of Machine 1) Wed Oct 24 15:33:17 CST 2001:<E> <MulticastSocket>Multicast socket receive error: java.lang.RuntimeException: I/O error opening JAR file from file:/myserver/lib/myejb.jar and Server 1 on Machine1 receive this error (unable to open jar file of Machine 2) Wed Oct 24 15:29:23 CST 2001:<E> <MulticastSocket> Multicast socket receive error: java.lang.RuntimeException: I/O error opening JAR file from file:/test/myserver/lib/myejb.jar Please let me know where I am going wrong. Regards Rashid
rashid g
Greenhorn
Joined: Jul 20, 2001
Posts: 25
posted
0
Thanks God, My problem is solved, actually I defined different directory structure on both the machine. When I defined same dir structure then cluster server is running successfully. Regards Rashid