• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

VerifyError on servlet running under tomcat

 
Ranch Hand
Posts: 106
Mac Mac OS X Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hey there fellows,

it's been a while since my last visit to you guys, but you know we always remember the ranch when we need some help...
well, you guys are awesome, I can always count on you, right?

first, I posted this on servlets only because my app is a servlet, I dont even know where's the problem.

okay, done with introductions, I need some information (and maybe the possible solution) from you guys, as I am getting mad with this exception




annybody know this? right, by googling java.lang.verifyerror: Incompatible object argument for function call, i noted that this might be only a feature in java, that i dont know, that kind of, verifies the code (am I right?) and throws this exception if the code is insecure... the thing is that, if you look to the stacktrace, the code that is getting the exception is from an engine I use, jasperReports, and there's no way for me to edit its code.

what I need to know is: i use tomcat, from commandLine, we know that we can set the -noverify option, but when using tomcat, there's anyway for me to set this option??
also, this app runs on many servers, is there anyway that i can disable code verifying through the code? it would be an incovenient if i need to set this option on all the servers that run this.

Cheers!

APTS,
Lucas Franceschi

 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic