Re: Using admin.jar

2001-05-07 Thread Johan Fredriksson
java -jar orion.jar -install lets you set the username and password, which can be found in principals.xml. Johan - Original Message - From: "Adrian Yau" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Saturday, May 05, 2001 12:58 AM

Re: Using admin.jar

2001-05-04 Thread Milton S
You can find uid/pwd in the principals.xml file located in the config directory. Adrian Yau wrote: > I'm brand new to orion. > > I understand that I have to use the command: > java -jar admin.jar ormi:// username password -shutdown > > But I'm not sure what the default username/password is for d

Using admin.jar

2001-05-04 Thread Adrian Yau
I'm brand new to orion. I understand that I have to use the command: java -jar admin.jar ormi:// username password -shutdown But I'm not sure what the default username/password is for default-web-app. Do I have to specify it in one of the xml files?

Re: Problem using admin.jar

2000-08-26 Thread Karl Avedal
Hello Santosh, I know others have answered, but I'd like to clarify somewhat why the error message says. StreamCorruptedException means that the data gotten back from the server isn't consitent with what can be expected, or like the docs say it: "Thrown when control information that was read from

RE: Problem using admin.jar

2000-08-26 Thread Santosh S
PROTECTED]] Sent: Saturday, August 26, 2000 5:30 PM To: Orion-Interest Subject: Re: Problem using admin.jar Hello Santosh, I know others have answered, but I'd like to clarify somewhat why the error message says. StreamCorruptedException means that the data gotten back from the server isn't

Re: Problem using admin.jar

2000-08-26 Thread Karl Avedal
Hello Santosh, I know others have answered, but I'd like to clarify somewhat why the error message says. StreamCorruptedException means that the data gotten back from the server isn't consitent with what can be expected, or like the docs say it: "Thrown when control information that was read from

RE: Problem using admin.jar

2000-08-26 Thread Santosh S
Title: RE: Problem using admin.jar Hi,     The problem still persists on both Linux as well as NT. Is the admin port different from the webservers port. If so what is the admin port or where can it be found.     regards santosh s :) -Original Message-From: Magnus Rydin [mailto

Re: Problem using admin.jar

2000-08-25 Thread Christian Sell
I had this error in pre-1.1. Get new (experimental) version from orion (e.g. java -jar autoupdate.jar) or use Ctrl-C. Santosh S schrieb: > > Hello, > > What could be the cause for this error: > > java -jar admin.jar ormi://10.10.10.117:9000 admin 123 -shutdown > > Error: javax.naming.Naming

RE: Problem using admin.jar

2000-08-24 Thread Magnus Rydin
Title: RE: Problem using admin.jar Is 9000 the correct port? Try it without naming the port if you are unsure. > -Original Message- > From: Santosh S [mailto:[EMAIL PROTECTED]] > Sent: den 25 augusti 2000 07:03 > To: Orion-Interest > Subject: Problem using admin.ja

Problem using admin.jar

2000-08-24 Thread Santosh S
Hello, What could be the cause for this error: java -jar admin.jar ormi://10.10.10.117:9000 admin 123 -shutdown Error: javax.naming.NamingException: Lookup error: java.io.StreamCorruptedException: Caught EOFException while reading the stream header; nested exception is: java.io.StreamCorrup