Discussion:
verify error
(too old to reply)
Ananth Raman
2004-12-28 06:35:39 UTC
Permalink
Hi,

I am getting the following error when i try to invoke a remote method.My remote class have more than 300 methods. what is the root cause of this error and how can i rectify this error? can anyone help me on this?

Ananth

<Error thrown by rm
i server: com.cso.dms.framework.components.dmssessionfacade.ejb.DMSSessionFacade
Bean_gsrzt2_EOImpl.authenticateUser(Ljava.lang.String;)
java.lang.VerifyError: (class: com/cso/dms/framework/components/dmssessionfacad
e/ejb/DMSSessionFacadeBean_gsrzt2_EOImpl_WLSkel, method:
invoke signature: (ILwe
blogic/rmi/spi/InboundRequest;Lweblogic/rmi/spi/OutboundResponse;Ljava/lang/Obje
ct;)Lweblogic/rmi/spi/OutboundResponse;)`V  -[  -_  T`  -c  D·ñ!X·ñ!
java.lang.VerifyError: (class: com/cso/dms/framework/components/dmssessionfacade
/ejb/DMSSessionFacadeBean_gsrzt2_EOImpl_WLSkel, method: invoke signature: (ILweb
logic/rmi/spi/InboundRequest;Lweblogic/rmi/spi/OutboundResponse;Ljava/lang/Objec
t;)Lweblogic/rmi/spi/OutboundResponse;)`
Arun Kumar Dodia
2005-01-03 15:49:51 UTC
Permalink
Hi Ananth,

The reason of this error might due to following reasons:

1. You have new version of jar but all the dependent jars are not compiled using that jar. make sure that all the jars are compiled with that common ( dependent) jar.

2. You have same class presents in two jars and both jars have different ordering in compiling and runtime.

Regards,
Arun
Arun Kumar Dodia
2005-01-03 15:50:51 UTC
Permalink
Hi Ananth,

The reason of this error might due to following reasons:

1. You have new version of jar but all the dependent jars are not compiled using that jar. make sure that all the jars are compiled with that common ( dependent) jar.

2. You have same class presents in two jars and both jars have different ordering in compiling and runtime.

Regards,
Arun

Loading...