Hi all,
I have upgraded my system with jonas 2.3 (compiled
all the ejbs with genic 2.3) and put
datasource.isolationlevel read_committed
in my interbase.properties.
As the result I got this error messages:
----------------------------------------------------------------------------------------
java.lang.VerifyError: (class: interbase/interclient/ErrorKey, method:
_$372 signature: (Ljava/lang/String;Ljava/lang/String;I)V) Expecting to
find unitialized object on stack
java.lang.VerifyError: (class: interbase/interclient/ErrorKey, method:
_$372 signature: (Ljava/lang/String;Ljava/lang/String;I)V) Expecting to
find unitialized object on stack
java.lang.VerifyError: (class: interbase/interclient/ErrorKey, method:
_$372 signature: (Ljava/lang/String;Ljava/lang/String;I)V) Expecting to
find unitialized object on stack
java.lang.VerifyError: (class: interbase/interclient/ErrorKey, method:
_$372 signature: (Ljava/lang/String;Ljava/lang/String;I)V) Expecting to
find unitialized object on stack
java.lang.VerifyError: (class: interbase/interclient/ErrorKey, method:
_$372 signature: (Ljava/lang/String;Ljava/lang/String;I)V) Expecting to
find unitialized object on stack
java.lang.VerifyError: (class: interbase/interclient/ErrorKey, method:
_$372 signature: (Ljava/lang/String;Ljava/lang/String;I)V) Expecting to
find unitialized object on stack
java.lang.VerifyError: (class: interbase/interclient/ErrorKey, method:
_$372 signature: (Ljava/lang/String;Ljava/lang/String;I)V) Expecting to
find unitialized object on stack
java.lang.VerifyError: (class: interbase/interclient/ErrorKey, method:
_$372 signature: (Ljava/lang/String;Ljava/lang/String;I)V) Expecting to
find unitialized object on stack
java.lang.VerifyError: (class: interbase/interclient/ErrorKey, method:
_$372 signature: (Ljava/lang/String;Ljava/lang/String;I)V) Expecting to
find unitialized object on stack
java.lang.VerifyError: (class: interbase/interclient/ErrorKey, method:
_$372 signature: (Ljava/lang/String;Ljava/lang/String;I)V) Expecting to
find unitialized object on stack
java.lang.VerifyError: (class: interbase/interclient/ErrorKey, method:
_$372 signature: (Ljava/lang/String;Ljava/lang/String;I)V) Expecting to
find unitialized object on stack
java.lang.VerifyError: (class: interbase/interclient/ErrorKey, method:
_$372 signature: (Ljava/lang/String;Ljava/lang/String;I)V) Expecting to
find unitialized object on stack
Rollback during beforeCompletion in SubCoordinator.commit_one_phase
Commit local transaction -> rolled back!
Unreferenced: Stateless Session Bean in use!
Unreferenced: Stateless Session Bean in use!
----------------------------------------------------------------------------------------
And as I told you before, this only happens, if I use
- InterBase 6.0.1
- InterClient/Server 2.0
- Call the bean method two times or more at the
"really same time".
It makes no difference between read-only (showing
a list of all "students" for example) or write method.
With HypersonicSQL I get no error. This error is
the same as my old error messages with jonas 2.2.7.
So upgrading to Jonas 2.3 does not help.
With Jonas 2.2.7 error:
----------------------------------------------------------------------------------------
java.lang.VerifyError: (class: interbase/interclient/ErrorKey, method:
_$372 signature: (Ljava/lang/String;Ljava/lang/String;I)V) Expecting to
find unitialized object on stack...
----------------------------------------------------------------------------------------
Is InterClient/Server the reason for this error?
Do you know, whether there is a new InterClient/Server
driver version? I'm using JDK 1.3, maybe InterClient/Server
2.0 does not work for this JDK? Do you know, where I can
find InterClient/Server, which is compiled with JDK 1.3?
I only use CMP in my system...
Please help me... and
Thanks a lot!
--
---------------------------------------------------
Blasius Lofi Dewanto
---------------------------------------------------
OpenUSS - Open University Support System
http://openuss.sourceforge.net
---------------------------------------------------
E-Mail : [EMAIL PROTECTED]
ICQ : 39343280
---------------------------------------------------
Philippe Durieux schrieb:
>
> Blasius Lofi Dewanto wrote:
> >
> > Hi Pedro and Miro,
> >
> > thanks for a fast response!
> >
> > > Yes, this problem definitely existed before 2.3 and you fix it by putting
> > > following line to you .properties file
> > > datasource.isolationlevel read_committed
> > > It works on 2.2.7 too. You are altering the default behaviour off
> > > Interbase/Interclient. Nothing to do with Jonas. In Jonas 2.3 you can do
> > > that inside of Jonas.
> > I've tried to put "datasource.isolationlevel read_commited"
> > in my interbase.properties (jonas 2.2.7) but it did not help.
> >
> > datasource.name jdbc_openuss
> > datasource.url jdbc:interbase:...
> > datasource.classname interbase.interclient.Driver
> > datasource.username ...
> > datasource.password ...
> > datasource.isolationlevel read_commited
> >
> > I got the same error messages...
> >
> > Maybe jonas 2.2.7 does not support the
> > "datasource.isolationlevel" entry?
> Yes. This is only supported since jonas 2.3
> >
> > Is there any way to do this with jonas 2.2.7?
> > Or do I have to switch to jonas 2.3?
> IT seems better to switch to jonas 2.3
> If you want to keep jonas 2.2.7 and if your beans are
> "bean managed persistence" you can try to set it by yourself:
> When you got a connection object (conn), try this:
> conn.setTransactionIsolation(Connection.TRANSACTION_READ_COMMITTED);
> >
> > Thanks a lot!
> > --
> > ---------------------------------------------------
> > Blasius Lofi Dewanto
> > ---------------------------------------------------
> > OpenUSS - Open University Support System
> > http://openuss.sourceforge.net
> > ---------------------------------------------------
> > E-Mail : [EMAIL PROTECTED]
> > ICQ : 39343280
> > ---------------------------------------------------
> >
> > ----
> > To unsubscribe, send email to [EMAIL PROTECTED] and
> > include in the body of the message "unsubscribe jonas-users".
> > For general help, send email to [EMAIL PROTECTED] and
> > include in the body of the message "help".
>
> --
> Philippe Durieux ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Bull - 1 rue de Provence - 38432 Echirolles Cedex France
> [EMAIL PROTECTED]
> -> Download our EJBServer at http://www.evidian.com/ejb <-
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".