On 2/10/07, Kai Grabfelder <[EMAIL PROTECTED]> wrote:
I just installed 3.1 RC3 and have done everything according to the
Installation instructions. But when browsing to the main page all I get is
the message:

ERROR quering the Roller database, are you sure you ran the database
creation or database migration script?

Looks like you have a database connection problem.
You should fix that before you try to do anything else with Roller.

Assuming a defautl setup on localhost:8080, you can test your
database setup by loading the page:

  http://localhost:8080/roller/roller-ui/tools/dstest.jsp

If your database connection is setup right you'll see something like this:

  SUCCESS: Got datasource and connection, class is
     org.apache.commons.dbcp.BasicDataSource


After registering, creating a blog I tried to create a new entry which
caused the exception.
java.lang.NoClassDefFoundError: org/apache/roller/model/RollerFactory
This class (together with the whole package) is indeed missing in your
roller-business.jar...

I just downloaded 3.1 RC3 and verified that class is definitely
present in roller-business.jar.

- Dave

Reply via email to