From: Thomas F. <tfo...@cs...> - 2005-01-18 12:41:17
|
On Fri, 2005-01-14 at 22:36 -0500, Carlos Serpa wrote: > 3. Copied the files: mysql-connector-java-3.0.15-ga-bin.jar and > mysql-connector-java.jar to jboss-3.2.6RC1/server/default/lib and > jboss-3.2.6RC1/lib I don't really use mysql, so excuse my cluelessness :) Why 2 jar files? Also, just checking - what version of mysql are you running? Could it be some version incompatibility (i.e. between the driver and the server)? > ... > 6. Ran jboss, a lot files seemed to have been worked on as I saw jboss > load in the console... > 7. Went into my.server:8080 and after 5-10 seconds I see the header > and footer of coefficient but in the body of the page I see a bunch of > red java code which I will paste at the end and the console I see > this: > > 22:31:50,745 ERROR [ExceptionInterceptor] at: > ExceptionInterceptor.java:50 | operation: unhandled system e > xception | exception type: > ... Are there any errors/exceptions logged? Messages are usually logged to the console and to a file here: ${JBOSS_HOME}/server/default/log/server.log so you can check there. My guess is that (for some reason) coefficient is unable to connect to the db (maybe because it cannot load the driver). Please check your log file for exceptions, as this will give us a clue as to what the problem is. Cheers -- Thomas Fogwill <tfo...@cs...> -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. |