[JBoss-user] [Beginners Corner] - java.lang.VerifyError Exception

2005-03-15 Thread sachinsinghal01
Hi,

I am trying to create a simple XML by calling createElement function from a 
stateless session bean. below is the code of createElement .

public Element createElement() {
XMLParserLiaison xpl = new XercesParserLiaison();   
  
Document doc = xpl.createDocument();
  
Element el = doc.createElement("SessionID");
  
el.appendChild(doc.createTextNode(sessionid != null ? sessionid.toString() : 
""));
return el;  
   
}

I am using JBoss to deploy the EJBs. When I try to access the EJB from the 
client, I get the java.lang.VerifyError exception. Please let me know if anyone 
has any idea about this exception. 

Unexpected Error
java.lang.VerifyError: (class: org/apache/soap/util/xml/XercesParserLiaison, 
method: read signature: 
(Ljava/lang/String;Ljava/io/Reader;)Lorg/w3c/dom/Document;) Incompatible object 
argument for function call
at 
com.baypackets.sms.utility.SessionUtility.addSessionIdNode(SessionUtility.java:40)
at 
com.baypackets.sms.soapService.session.SMSSoapBean.authenticate(SMSSoapBean.java:109)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:683)
at 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:185)
at 
org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:72)
at 
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:84)
at 
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:267)
at 
org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:128)
at 
org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:118)
at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:191)
at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122)
at 
org.jboss.ejb.StatelessSessionContainer.internalInvoke(StatelessSessionContainer.java:331)
at org.jboss.ejb.Container.invoke(Container.java:700)
at 
org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:375)
at 
org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:83)
at $Proxy210.authenticate(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:402)
at 
org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:309)
at 
org.jboss.net.axis.server.EJBProvider.processMessage(EJBProvider.java:260)
at 
org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:333)
at 
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:71)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:150)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:120)
at 
org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:481)
at org.apache.axis.server.AxisServer.invoke(AxisServer.java:323)
at 
org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:854)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at 
org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:339)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at 
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:356)
at 
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:294)
at 
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1776)
at 
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:514)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1726)
at org.mortbay.http.HttpServer.service(HttpServer.java:879)
at org.jboss.jetty.Jetty.service(Jetty.java:456)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:790)
at org.mortbay.http.HttpC

[JBoss-user] [Beginners Corner] - java.lang.VerifyError

2005-01-06 Thread Dafolo
I have succesfully deployed a .ear file on the JBoss server. If I open af .html 
file from the deployed .ear file, it works fine, but if I try to open af 
servlet I get the following error:

java.lang.VerifyError: (class: com/accelio/ces/app/App, method: 
getDocumentFromBytes signature: ([B)Lorg/w3c/dom/Document;) Incompatible object 
argument for function call

What can I do?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860899#3860899

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860899


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user