Thanks for looking into this :-)
--jason
On Mar 18, 2007, at 7:54 PM, Donald Woods wrote:
I just started the same assembly with the Sun 1.5.0_11 SDK, went
through the same Console steps and the server shutdown without any
exceptions....
I'll try to gather more log info tomorrow.
For now, I'd have to say 1.2 has some issue with the IBM JVMs....
BTW - I started with a clean .m2 repo, so it's using all of the
latest artifacts.
-Donald
Donald Woods wrote:
I compiled the latest branches/1.2 with the IBM 1.5.0 SR4 SDK on
SLED10 i386 without any problems. I extracted the geronimo-tomcat-
j2ee-1.2-SNAPSHOT-bin.tar.gz assembly and used "./geronimo.sh run"
to start the server and was able to log into the Console and
viewed the Info, JVM and DB Info portlets via Firefox and then
logged out. I wouldn't call this enough of a test to tell users
that everything will work on the IBM JVMs, given we have seen
problems in past releases with SSL and Certificate handling that
required code changes for WASCE.
There was a problem with shutdown, which I don't think is unique
to the IBM SDK. When I used Ctrl+C, there was a never ending
display of Java exceptions and I finally had to kill the Java
process.
22:27:31,345 WARN [GeronimoConnectionEventListener]
connectionErrorOccurred called with null
SQL Exception: No current connection.
at org.apache.derby.impl.jdbc.Util.newEmbedSQLException
(Unknown Source)
at org.apache.derby.impl.jdbc.Util.newEmbedSQLException
(Unknown Source)
at org.apache.derby.impl.jdbc.Util.noCurrentConnection
(Unknown Source)
at
org.apache.derby.impl.jdbc.EmbedConnection.setupContextStack
(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection.commit
(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection.setAutoCommit
(Unknown Source)
at
org.apache.derby.iapi.jdbc.BrokeredConnection.setAutoCommit
(Unknown Source)
at org.tranql.connector.jdbc.ManagedXAConnection.cleanup
(ManagedXAConnection.java:143) at
org.apache.geronimo.connector.outbound.SinglePoolConnectionIntercepto
r.internalReturn(SinglePoolConnectionInterceptor.java:136)
at
org.apache.geronimo.connector.outbound.AbstractSinglePoolConnectionIn
terceptor.returnConnection
(AbstractSinglePoolConnectionInterceptor.java:123) at
org.apache.geronimo.connector.outbound.TransactionEnlistingIntercepto
r.returnConnection(TransactionEnlistingInterceptor.java:
95) at
org.apache.geronimo.connector.outbound.TransactionCachingInterceptor.
returnConnection(TransactionCachingInterceptor.java:105) As the
above exception seemed to be thrown in a never ending loop, I
don't have the very beginning of the log....
-Donald
Jason Dillon wrote:
Can someone who has the IBM 1.5 JDK installed please try to
compile and run G 1.2?
Should be easy enough to verify that it works... if you have the
JDK installed. Might take like 30 minutes tops to verify.
Can someone please try this, and comment on this issue if it
works/doesn't work:
https://issues.apache.org/jira/browse/GERONIMO-433
Thanks,
--jason