[EMAIL PROTECTED] wrote:
> Are there any EJB Server for Linux currently Available.
>
you can use any 100% pure java ejb server like weblogic (expensive),
ejipt or orion
check the javasoft ejb page for a list of servers and urls.
if you're just evaluating, you can try the free jonas server
wh
Hi,
starting a swing app with rc3 I see the following:
Exception occurred during event dispatching:
java.lang.InternalError: Unsupported 24-bit depth
at sun.awt.motif.X11Graphics.X11LockViewResources(Native Method)
at sun.awt.motif.X11Graphics.lock(X11Graphics.java:779)
Kevin Hendricks wrote:
> Hi,
>
> > OUCH: nested memory code, to 1 levels.
>
> This is an error message that basically says the locks we placed around our own
> malloc functions to make them green_thread safe were *not* effective.
>
>
...
> I am not sure how to debug this problem. Is there any
Hi,
we're using the orion ejb server.
sometime during execution the vm dies with the following error message:
OUCH: nested memory code, to 1 levels.
It appears on all blackdown jdk1.2 versions on linux.
Running the same application with the sun jdk on windows works
perfectly.
Could someone
Hi,
great to hear you're closing in on the target. one question though, just
to get a feeling for what's really happening. is the release you're
planning for the second half of november supposed to be the first final,
JCK compliant release of jdk1.2.2 or is it planned as a pre-release (not
all JC