I reran the ATM more carefully. What happens is actually what you describe;
the "com.evermind.server.http.HttpIOException: Read timed out" occurs no
matter what. I estimate maybe 10 seconds after the page is requested, so
it's similar to what you see.

The SIGBUS happens after the above when trying to do another page request.
So it's not the problem - it's a result of the problem.

I'm baffled. :-)

Arved

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Bailey, Jeff A
Sent: Monday, May 08, 2000 12:20 PM
To: Orion-Interest
Subject: RE: EJBs Problems with Orion on Solaris 2.7


We get the same error on Solaris 2.7 with the exception that we do not get
the SIGBUS 10* bus error.  Instead, about 12 to 15 seconds each page
request, we get the exception you have listed below.  This doesnt occur on
any other OS, including Intel Linux, Win NT, and Win 2000.

Hopefully this helps,

-j

> -----Original Message-----
> From: Arved Sandstrom [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 08, 2000 7:58 AM
> To: Orion-Interest
> Subject: EJBs Problems with Orion on Solaris 2.7
>
>
> 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
>
>



Reply via email to