• 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

Jboss Console Exception 'sun.misc.InvalidJarIndexException: Invalid index'

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am deploying EAR and WAR in clustering mode and i placed my two files which are mentioned earlier {jboss.dir}/server/all/deploy folder
After Starting the JBoss. [i couldn't find any issues with EAR and WAR deployment].

EAR have some business logic and i am calling that from WAR by remote call.

EAR: EJB application
WAR: Struts-Tiles Web Project

While opening my Web application by providing url in browser it's throwing following exception.


Anyone Please help me out!...

Thanks!.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic