Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Orion Install as per Cattle Drive

 
Ranch Hand
Posts: 129
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
To work my way through the Cattle Drive Servlet area, I installed OrionServer 1.4.5 in NT environment. The unzipped orion folder is located in the root directory and I copied tools.jar into that folder. From c:\orion, I run java -jar orion.jar and the startup fails. I get an exception in main; java.lang.VerifyError: (class: com/evermind/server/ApplicationServer, method: ux signature: ()V) Incompatible object argument for invokespecial.
Any ideas what the problem is?
 
Ranch Hand
Posts: 1179
Mac OS X Eclipse IDE
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try read ad 5 from this link:
http://www.orionserver.com/guides/install.html
or try to download the stable version (1.5.2)
/Rene
[ July 10, 2002: Message edited by: Rene Larsen ]
 
Sheriff
Posts: 9109
12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Good question. I've used version 1.4.5 and 1.5.2 and I've never run into this problem before (but I am now). While I try to find out what is causing this problem, I recommend using version 1.5.2.
 
Marilyn de Queiroz
Sheriff
Posts: 9109
12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I posted this as a bug in July. Today I got a response:

---- originally written by Magnus Stenman W orionserver.com 2003-01-10 04:47 -----

Corrupt binary class, fixed in 1.5.2 (and some more in 1.6.0) as you noted.

 
Ranch Hand
Posts: 7729
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Mike and Marilyn, Just to let you know that I have just installed orion 1.5.2 into e:\orion on a Windows 2000 system and started it via a Cygwin session in the background, and it works ok.
-Barry
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic