Re: [JBoss-user] jboss-user shutdown

2001-12-07 Thread Kent Henneuse
My only addition to the debate of the jboss-user mailing list shutdown is can the folks at JBoss.org please test their website with Opera and fix it. I have found that I have had to fall back to a windoze pc running IE in order to get stuff from the site because Opera is unhappy with the layout.

Re: [JBoss-user] Hang at Default server

2001-11-28 Thread Kent Henneuse
n, just comment out one or both of > these databases in jboss.jcml and the problem should go away. > > - Original Message - > From: "Kent Henneuse" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, November 28, 2001 7:33 PM > Subject:

[JBoss-user] Hang at Default server

2001-11-28 Thread Kent Henneuse
For a while now I have been seeing a situation where JBoss hangs while it is starting up. I get through all of the startup script down to the messages: [XADataSourceLoader] Starting [DefaultDS] XA Connection pool DefaultDS bound to java:/DefaultDS [Default] Server 1.4 is running [Default] Press

Re: [JBoss-user] Stopping JBoss

2001-11-21 Thread Kent Henneuse
Here is probably more what you are looking for. Can somebody add this to what JBoss ships? The first section needs to be the last lines of /bin/run.sh The next section is a script called "jboss" which you place in /etc/init.d It is a generic script that does not make use of the nice features

Re: [JBoss-user] Maybe BUG

2001-10-19 Thread Kent Henneuse
What I found with Tomcat is that for some reason it doesn't clean up the JSPs correctly. What I do is shutdown the server, rm -rf tomcat/work/* and jboss/tmp/deploy/Default/*, rm the old jar file, put in the new jar file and finaly restart the server. I think it is a problem with how Tomcat hand

[JBoss-user] JBoss and Open Source DBs

2001-10-18 Thread Kent Henneuse
Of the Open Source databases out there which have people had the best luck with? I need version numbers as well. In the DB realm I have tried three different databases with three different results. Cloudscape 3.6 - FAILS Unable to create a PreparedStatement PostgreSQL 7.0.2 - HANGS when making

[JBoss-user] PreparedStatements & Cloudscape

2001-10-16 Thread Kent Henneuse
Environment: Red Hat 7.0 JBoss 2.4.1a Tomcat 3.2.3 JDK 1.3.0_03 Cloudscape 3.6 Problem: When I try to create a PreparedStatement in my code I get the exception at the bottom. What I find is that I am able to connect to Cloudscape (Running in process not RMI) for regular queries but