Bugs item #608412, was opened at 2002-09-12 07:48
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=608412&group_id=22866

Category: JBossServer
Group: v3.0 Rabbit Hole
Status: Open
>Resolution: Later
Priority: 5
Submitted By: Steve Wolfangel (swolfangel)
Assigned to: Nobody/Anonymous (nobody)
Summary: VerifyError when loading class from War

Initial Comment:
JBoss Release: JBoss-3.0.2 CVSTag=JBoss_3_0_2
Home Dir: D:\jb\server30\jboss
Home URL: file:/D:/jb/server30/jboss/
Library URL: file:/D:/jb/server30/jboss/lib/
Patch URL: nul
Root Deployemnt Filename: jboss-service.xml
Starting General Purpose Architecture (GPA)...
Java version: 1.3.1_01,Sun Microsystems Inc.
Java VM: Java HotSpot(TM) Client VM 1.3.1_01,Sun
Microsystems Inc.
OS-System: Windows NT 4.0,x86l

09:41:59,181 INFO  [Server] Root Deployemnt 
Filename: jboss-service.xml
09:41:59,197 INFO  [Server] Starting General 
Purpose Architecture (GPA)...
09:41:59,885 INFO  [ServerInfo] Java version: 
1.3.1_01,Sun Microsystems Inc.
09:41:59,885 INFO  [ServerInfo] Java VM: Java 
HotSpot(TM) Client VM 1.3.1_01,Sun
Microsystems Inc.
09:41:59,900 INFO  [ServerInfo] OS-System: 
Windows NT 4.0,x86

I have encountered the following error when 
running on Jboss 3.0.  This error is related to the 
functionality of a web application based on the 
struts framework.  The error occurs when the struts 
framework attempts to load a class that is in the 
classpath of the web application using the 
Class.forName(String) method.  The following is the 
stack trace for the error.

09:37:53,431 WARN  [jbossweb] WARNING: 
modelerweb: Error creating Action instance for 
path '/GetLoginInfo', class 
name 'com.metamatrix.modelerwe
b.struts.action.login.GetLoginInfoAction'
java.lang.VerifyError: (class: 
com/metamatrix/modelerweb/struts/action/login/
GetLoginInfoAction, method: perform signature: 
(Lorg/apache/struts/
action/ActionMapping;Lorg/apache/struts/action/A
ctionForm;Ljavax/servlet/http/HttpServletRequest;L
javax/servlet/http/HttpServletRespons -}
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:120)
        at 
com.metamatrix.webtoolbox.struts.servlet.ActionSe
rvlet.processActionCreate(ActionServlet.java:56)
        at 
org.apache.struts.action.ActionServlet.process
(ActionServlet.java:1576)
        at org.apache.struts.action.ActionServlet.doGet
(ActionServlet.java:491)
        at javax.servlet.http.HttpServlet.service
(HttpServlet.java:740)
        at javax.servlet.http.HttpServlet.service
(HttpServlet.java:853)
        at 
org.mortbay.jetty.servlet.ServletHolder.handle
(ServletHolder.java:344)
        at 
org.mortbay.jetty.servlet.WebApplicationHandler.dis
patch(WebApplicationHandler.java:313)
        at 
org.mortbay.jetty.servlet.ServletHandler.handle
(ServletHandler.java:554)
        at 
org.mortbay.jetty.servlet.WebApplicationHandler.ha
ndle(WebApplicationHandler.java:199)
        at org.mortbay.http.HttpContext.handle
(HttpContext.java:1572)
        at org.mortbay.http.HttpContext.handle
(HttpContext.java:1522)
        at org.mortbay.http.HttpServer.service
(HttpServer.java:795)
        at org.jboss.jetty.Jetty.service(Jetty.java:531)
        at org.mortbay.http.HttpConnection.service
(HttpConnection.java:784)
        at 
org.mortbay.http.HttpConnection.handleNext
(HttpConnection.java:941)
        at org.mortbay.http.HttpConnection.handle
(HttpConnection.java:799)
        at 
org.mortbay.http.SocketListener.handleConnection
(SocketListener.java:186)
        at org.mortbay.util.ThreadedServer.handle
(ThreadedServer.java:322)
        at org.mortbay.util.ThreadPool$JobRunner.run
(ThreadPool.java:716)
        at java.lang.Thread.run(Thread.java:484)

09:37:53,525 INFO  [jbossweb] modelerweb: Error 
creating Action instance for path '/GetLoginInfo', 
class name 'com.metamatrix.modelerweb.struts.
action.login.GetLoginInfoAction': 
java.lang.VerifyError: (class: 
com/metamatrix/modelerweb/struts/action/login/
GetLoginInfoAction, method: perfo
rm signature: 
(Lorg/apache/struts/action/ActionMapping;Lorg/ap
ache/struts/action/ActionForm;Ljavax/servlet/http
/HttpServletRequest;Ljavax/servle
t/http/HttpServletRespons -}

Note the strange characters at the end of the error 
message.  Almost like the class is not able to be 
read in for some reason.  I have recompiled this 
class and all classes in the project several times 
and have experienced this error every time i re-
deploy them in the Jboss environment.

I was not having this problem with an early version 
of jboss (jboss-3.0.1RC1 I believe) It occured as 
soon as I upgraded. 



----------------------------------------------------------------------

>Comment By: Scott M Stark (starksm)
Date: 2002-09-28 22:18

Message:
Logged In: YES 
user_id=175228

Try to post a war that shows this problem as this info doesn't 
really help much.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=608412&group_id=22866


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to