This issue is frustrating to me. You'd think something as fundamental as
shutting down the server would work--it did in 0.9. I really like Orion,
but I just can't recommend it to my employer if such fundamental features
don't work. Ideally you won't be shutting down the server very often,
however when you are configuring and testing you do it a lot. This issue
has received a lot of traffic on this list, but I have yet to hear anyone
for the Orion Team explain either a) what we're doing wrong to cause this
error, or b) that it is indeed a bug in the software and it will be fixed in
release 1.x.
I understand Orion is hard to beat for the price, but I'd gladly pay more
for a server I can shutdown!
Nathan Phelps
-----Original Message-----
From: Christian Sell [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 28, 2000 5:09 AM
To: Orion-Interest
Subject: admin -shutdown
a follow-up to my earlier question on using the -shutdown command to the
admin.jar program:
assuming that localhost:8080 is not the port the admin server is listening
on (since its the HTTP port), I roamed through the few docs that exist and
came across RMI.XML, where the default RMI server port is listed as 23791.
Now, when trying that one (or leaving the port number empty, for that
matter), I get this:
command: "java -jar admin.jar ormi://localhost:23791 admin logos -shutdown"
Error: com.evermind.reflect.UndeclaredExceptionTypeException:
java.lang.ClassNotFoundException
The contents of the log files are not of much help. Most log only contain
stuff like:
28.06.00 11:32 Stopped
28.06.00 11:34 Started
-----Original Message-----
From: Christian Sell <[EMAIL PROTECTED]>
To: Orion-Interest <[EMAIL PROTECTED]>
Date: Mittwoch, 28. Juni 2000 01:42
Subject: JSP page compilation classpath?
I have an application with a JSP page which uses a tag from a taglibrary.
The taglib classes are under WEB-INF/classes as usual. However, when
invoking the JSP page, I get an error saying:
Error parsing JSP page /jsp/JSPTestTag.jsp line 32
Tag class com.itsit.wcf.adaptor.jsp.GetComponentTag not found:
com.itsit.wcf.adaptor.jsp.GetComponentTag
where does Orion look for classes during page compilation??
Also, I will take another try at the following problem. This has been
posted by several people a couple of times, but to my knowledge without an
answer to date:
When trying to shutdown the server with the comand "admin.jar
ormi://localhost:8080 admin pwd -shutdown" I get another error message:
Error: javax.naming.NamingException: Lookup error:
java.io.StreamCorruptedExcept
ion: Caught EOFException while reading the stream header; nested exception
is:
java.io.StreamCorruptedException: Caught EOFException while
reading the
stream header
why?