I have an admin.jar in my c:\orion directory, but I looked inside it and the 
ONLY file is the manifest.mf file. There are no other files (namely any 
.class files) there. Is that right? I just downloaded this less than a week 
ago, the newest stable version there was....

Here is what is in the manifest file:

Manifest-Version: 1.0
Main-Class: com.evermind.client.orion.OrionConsoleAdmin
Name: "Evermind Console-based Admin"
Created-By: 1.2 (Sun Microsystems Inc.)
Implementation-Vendor: "Evermind"
Class-Path: orion.jar
Implementation-Version: "0.1.8"
Implementation-Title: "com.evermind.client.orion"

I have run the
java -jar admin.jar ormi://localhost:8080/ admin pswd -shutdown   command
from the c:\orion directory

I am able to shut down properly by using the orion console's
File>Exit menu item after accessing the console via the command

C:\orion>java -jar orion.jar -console

While this doesn't solve my problem from trying to shut down properly from 
the command line, this seems to do the trick.
Thanks Everyone!





From: Chris Callaghan <[EMAIL PROTECTED]>
Reply-To: Orion-Interest <[EMAIL PROTECTED]>
To: Orion-Interest <[EMAIL PROTECTED]>
Subject: Re: How do you shut down orion after it's initialized
Date: Wed, 19 Dec 2001 11:14:55 +1300

Sounds like you're missing admin.jar...

You can get rid of your transaction-log error by creating a persistence
directory under the orion directory. Orion will then happily use that...
I think some zip implementations have a thing about creating empty
directories...

James Beeson wrote:

>
>I did not have the admin user deactivated (althought that was a good
>tip- thanks!)
>
>When I use the command:
>
>java -jar admin.jar ormi://localhost:8080/ admin pswd -shutdown
>
>I get:
>
>Exception in thread "main" java.util.zip.ZipException: The system
>cannot find the file specified
>        at java.util.zip.ZipFile.open(Native Method)
>        at java.util.zip.ZipFile.<init>(Unknown Source)
>        at java.util.jar.JarFile.<init>(Unknown Source)
>        at java.util.jar.JarFile.<init>(Unknown Source)
>
>And then Orion is left running. Could that be related to the error it
>prints out when Orion starts (here it is):
>
>Warning: Error reading transaction-log file
>(/C:/orion/persistence/transaction.state) for recovery: premature end
>of file Forced or abrubt (crash etc) server shutdown detected,
>starting recovery process
>...
>Recovery completed, 0 connections committed and 0 rolled back...
>Orion/1.5.2 initialized
>
>But then the app runs fine. I currently don't have a transaction.state
>file.
>
>Why won't it let me shut down Orion?
>Thanks
>
>
>
>
>_________________________________________________________________
>MSN Photos is the easiest way to share and print your photos:
>http://photos.msn.com/support/worldwide.aspx
>
>





_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.


Reply via email to