• 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:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

java.lang.VerifyError

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
Help me.
Starting WebLogic Server ....
***************************************************************************
The WebLogic Server did not start up properly.
Exception raised:
java.lang.VerifyError: (class: bsh/Interpreter, method: jj_3R_140 signature: ()Z
) Expecting to find double on stack
at weblogic.management.internal.DynamicMBeanImpl.<clinit>(DynamicMBeanIm
pl.java:72)
at weblogic.management.Admin.initialize(Admin.java:242)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:378)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:220)
at weblogic.Server.main(Server.java:26)
at intuitive.audit.Main.runProgramWithClass(Native Method)
at intuitive.audit.Audit.main(Audit.java:851)
Reason: Fatal initialization exception
***************************************************************************
 
Vishal Saxena
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can anybody tell me, why is this happening ?
 
Ranch Hand
Posts: 1873
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi Vishal,
From Java API, it says if there is some class file format issue it will throw this exception.
I am not able to forsee problem you are facing though.
Regards
Maulin
 
Here. Have a potato. I grew it in my armpit. And from my other armpit, this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic