Discussion:
[openjms-developer] [ openjms-Bugs-1081832 ] Config and Installing
SourceForge.net
2004-12-09 02:42:57 UTC
Permalink
Bugs item #1081832, was opened at 2004-12-09 09:42
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474136&aid=1081832&group_id=54559

Category: None
Group: v0.7.6.1
Status: Open
Resolution: None
Priority: 5
Submitted By: ngoisaoxanh (ngoisaoxanh)
Assigned to: Nobody/Anonymous (nobody)
Summary: Config and Installing

Initial Comment:
I had executed all the steps of document but
while "Create the OpenJMS database tables", I have
an error... in the image file which I enclosed.

I am using:

Database : MySQL4.1
OS: Windows XP professional
user : root
pass : <blank>

This is a part of openjms.xml file:

<!-- Required -->
<DatabaseConfiguration>
<RdbmsDatabaseConfiguration
driver="com.mysql.jdbc.Driver"
url="jdbc:mysql://localhost/openjms"
user="root"
password=""
maxActive="10"
maxIdle="5"
evictionInterval="3600"
testQuery="9/12/2004" />
</DatabaseConfiguration>

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474136&aid=1081832&group_id=54559
SourceForge.net
2004-12-10 03:10:12 UTC
Permalink
Bugs item #1081832, was opened at 2004-12-09 13:42
Message generated for change (Settings changed) made by tanderson
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474136&aid=1081832&group_id=54559

Category: None
Group: v0.7.6.1
Status: Closed
Resolution: Invalid
Priority: 5
Submitted By: ngoisaoxanh (ngoisaoxanh)
Assigned to: Tim Anderson (tanderson)
Summary: Config and Installing

Initial Comment:
I had executed all the steps of document but
while "Create the OpenJMS database tables", I have
an error... in the image file which I enclosed.

I am using:

Database : MySQL4.1
OS: Windows XP professional
user : root
pass : <blank>

This is a part of openjms.xml file:

<!-- Required -->
<DatabaseConfiguration>
<RdbmsDatabaseConfiguration
driver="com.mysql.jdbc.Driver"
url="jdbc:mysql://localhost/openjms"
user="root"
password=""
maxActive="10"
maxIdle="5"
evictionInterval="3600"
testQuery="9/12/2004" />
</DatabaseConfiguration>

----------------------------------------------------------------------

Comment By: Tim Anderson (tanderson)
Date: 2004-12-10 14:09

Message:
Logged In: YES
user_id=557161

OpenJMS can't find the JDBC driver. You need to add MySQL
to the server classpath.
See http://openjms.sourceforge.net/config/jdbc.html for
details.

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474136&aid=1081832&group_id=54559
Loading...