Grails

unable to deploy war file in websphere 6.0: NoClassDefFoundError: JavascriptTagLib$18

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Blocker Blocker
  • Resolution: Won't Fix
  • Affects Version/s: 0.3.1
  • Fix Version/s: 0.4
  • Component/s: None
  • Labels:
    None
  • Environment:

Description

Deploying a war that works in tomcat 5.0. Webshere generates and error saying that the spring framework can find the class JavascriptTagLib$18.

Activity

Hide
Michael Foldbjerg added a comment -

This error is actually caused by the IBM J9 JRE, which is not able to validate the generated class files. A temporary workaround is to specify the parameter -Xverify:none to the JVM (settable from the WebSphere Administative Console: Application servers > server1 > Process Definition > Java Virtual Machine > Generic JVM arguments) save the change and restart the application server.

Show
Michael Foldbjerg added a comment - This error is actually caused by the IBM J9 JRE, which is not able to validate the generated class files. A temporary workaround is to specify the parameter -Xverify:none to the JVM (settable from the WebSphere Administative Console: Application servers > server1 > Process Definition > Java Virtual Machine > Generic JVM arguments) save the change and restart the application server.
Hide
Jesus Hinojosa added a comment -

THANKS !!!! that did it.

Show
Jesus Hinojosa added a comment - THANKS !!!! that did it.
Hide
Graeme Rocher added a comment -

Could you guys document on the Wiki what you had to do to get it to work here: http://grails.org/FAQ

Thanks!

Show
Graeme Rocher added a comment - Could you guys document on the Wiki what you had to do to get it to work here: http://grails.org/FAQ Thanks!
Hide
Graeme Rocher added a comment -

Container problem. See resolution in comments

Show
Graeme Rocher added a comment - Container problem. See resolution in comments
Hide
Graeme Rocher added a comment -

Bulk closing bunch of resolved issues

Show
Graeme Rocher added a comment - Bulk closing bunch of resolved issues

People

Vote (0)
Watch (2)

Dates

  • Created:
    Updated:
    Resolved: