- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: sun.misc.InvalidJarIndexException
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2002 07:15 AM
03-01-2002 07:15 AM
sun.misc.InvalidJarIndexException
$ Exception in thread "main" sun.misc.InvalidJarIndexException: Invalid index!
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at com.logica.omg.application.NodeGroupManager.validateNodes(NodeGroupManager.java:381)
at com.logica.omg.application.NodeGroupManager.readConfig(NodeGroupManager.java:349)
at com.logica.omg.application.NodeGroupManager.configure(NodeGroupManager.java:93)
at com.logica.omg.application.NodeGroupManager.start(NodeGroupManager.java:147)
at com.logica.omg.application.OmgManager.main(OmgManager.java:120)
I got round this by removing the INDEX.LIST files from each of three jars (INDEX.LIST attached for each jar). I think these look ok.
Has anyone had similar problems when starting an application and if so how to get round it apart from hacking the jar file to remove INDEX.LIST ?
Thanks,
Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2002 07:17 AM
03-01-2002 07:17 AM
Re: sun.misc.InvalidJarIndexException
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2002 07:17 AM
03-01-2002 07:17 AM
Re: sun.misc.InvalidJarIndexException
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2002 07:18 AM
03-01-2002 07:18 AM
Re: sun.misc.InvalidJarIndexException
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2002 05:54 AM
03-04-2002 05:54 AM
Re: sun.misc.InvalidJarIndexException
See http://developer.java.sun.com/developer/bugParade/bugs/4358512.html
Geoff