Hi,

I'm currently installing MMBase 1.7 on a local machine (Tomcat 4.1.24, Java 1.4.1) and ran into the following issues:

1.
The MySQL driver mentioned in jdbc.xml (step 9 in installation.txt) is not recognized.


MySQL: com.mysql.jdbc.Driver (http://www.mysql.com/Downloads/Contrib/mm.mysql-2.0.4-bin.jar)
13:46:24,133 FATAL org.mmbase.module.database.JDBC - JDBC driver not found: com.mysql.jdbc.Driver


I believe people should be directed towards http://www.mysql.com/downloads/api-jdbc-stable.html

(And maybe it would be usefull to include the following line for the setup of MySQL:
GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP ON mmbase.* TO mmbase@"%" IDENTIFIED BY 'another_secret_password'; )



2.
In MMBase Demo Installation <http://127.0.0.1:8080/mmexamples/install.jsp> you can install severall kinds of MMBase demo applications. OK, it's helpfull to install Resources before MyNews, but it is not possible to install Community right as the second application. Community or one of the others does not depend on one of the other applications except Resources (except Bugtracker that uses MyUsers).


3.
I noticed that a mm:list constraints="posrel.pos = 1" generated an error, something like 'field pos does not exist'. Changing it to constraints="posrel.pos=1" fixed the error.


I believe i've some more remarks at home (and that's were i'm going now ;)

---Andr�

Reply via email to