Are you using the php or rails version of the kit ?
I suggest you start with the php one as it has been more vigorously
tested and used by more people.
If you downloaded the mysql client jar and installed it in
$FABAN_HOME/benchmarks/OlioDriver/lib, it should work.
Faban will automatically include this in it's classpath, so there's no
need to set classpath manually.
Shanti
On 05/06/09 10:27, Hariharan, Rema wrote:
Shanti,
I am subscribed to olio-user list now. However, I don't seem to be
getting anything yet.
I have followed the directions in the README, step-by-step. I noticed
that this error seems to be documented at
http://blogs.sun.com/thiagarajan/entry/building_olio_in_ruby_on
However, adding to the CLASSPATH does not solve the issue for me; I get
the exact same errors.
- Rema
-----Original Message-----
From: [email protected] [mailto:[email protected]]
Sent: Wednesday, May 06, 2009 12:02 PM
To: Hariharan, Rema
Cc: [email protected]
Subject: Re: What is the email address to post support questions for
Olio
On 05/05/09 14:20, Hariharan, Rema wrote:
I am a new user. I sent a support question to
[email protected]
<mailto:[email protected]> and got a bounce-back!
The
bounce-back tells me what to do to subscribe/unsubscribe and get
digest
mode etc., yet there is no mention of where to post the support
issues
one may run into. Any idea what I should do?
Please subscribe to the olio-user list and post questions there.
Here is the content of the email that bounced-back.
If you read the setup instructions, it will tell you to install the
mysql client jar and includes a link to it.
Shanti
I am just getting started with olio. Installed mysql and then tried
to
populate the db using the shell script in the faban directory. Get
the
following error.
[r...@prima bin]# pwd
/root/faban/benchmarks/OlioDriver/bin
[r...@prima bin]# ./dbloader.sh mysql 10
Exception in thread "main" java.lang.ClassNotFoundException:
com.mysql.jdbc.Driver
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native
Method)
at
java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at
sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at
java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:169)
at
org.apache.olio.workload.loader.framework.Loader.setJDBCDriverClassName(
Loader.java:136)
at
org.apache.olio.workload.loader.LoadController.main(LoadController.java:
33)
ERROR: Database loader exited with code 1.
Any idea where the problem might be?
- Rema