• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Bad Magic Number

 
Ranch Hand
Posts: 82
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all
I am trying to hit an applet through an iplanet web connector.
The scenario is machine 1 is the web server (iplanet 4.1) . machine 2 is app
server (iplanet 6.0 sp2)
The web connector is configured for handling all the requests to machine2
that refer to the app server.
when i place my jar (containing the applet classes) on the app server and
then try to open it through a jsp on the app server itself , it
throws a
java.lang.ClassFormatError: com/niit/cliks/te/web/TestingEngine (Bad magic
number)
exception.
But if i try with the same jar file on the web server (the same as running
the app server( - i.e. machine 2 ) the jar works just fine.
can anybody put some light on the issue. I am in a very tight deadline
situation.
thanks and regards
raghav..

PS - the applet is not signed and i don't wish (and plan) to sign it.

------------------
 
reply
    Bookmark Topic Watch Topic
  • New Topic