I've used Orion with success on Windows 98, NT and Intel Linux. I'd like to
also use it on Solaris 2.7.
I set up an Orion installation with 1.0rc1 in my HOME directory. The JVM in
use is:
$ java -version
java version "1.2.1"
Solaris VM (build Solaris_JDK_1.2.1_04c, native threads, sunwjit)
I set a <library path="..." /> to the tools.jar for that JVM.
Since I'm not superuser I set the HTTP port to 8080. I'm using the latest
version of HypersonicSQL.
The default examples (JSPs) work fine. The ATM and News apps deploy OK, and
I can do things with both up to a certain point. At a certain point with
both (after creating a new account with the ATM app, and trying to add a new
news item with News) Orion throws the following:
com.evermind.server.http.HttpIOException: Read timed out
at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.fillInStackTrace(Compiled Code)
at java.lang.Throwable.<init>(Compiled Code)
at java.lang.Exception.<init>(Compiled Code)
at java.io.IOException.<init>(Compiled Code)
at com.evermind.server.http.HttpIOException.<init>(JAX)
at com.evermind.server.http.EvermindHttpServletRequest.cp(Compiled
Code)
at com.evermind.server.http.dl.cd(Compiled Code)
at com.evermind.util.e.run(Compiled Code)
This is accompanied with a SIGBUS 10* bus error.
Has anyone run into this kind of stuff? I don't have anything,
configuration-wise, set up any different, in principle, than what has worked
successfully on all 3 of the previously-mentioned platforms.
Thanks in advance.
Arved Sandstrom