5:
Re: Re: Re: lams start up problem
By: Fiona Malikoff
|
In response to 4 | 11/28/07 09:49 PM | ||
The attached server.log in only a tiny bit of the overall log. Could you try it again and get the server.log and the lams.log and put them in a rar file like you did before?
Can you also check your database name and password. If LAMS cannot connect to the database, it does take a very long time to start up, and then won't work. The database details are in C:\lams\jboss-4.0.2\server\default\deploy\mysql-ds.xml. The database name is in the connection-url. For example "jdbc:mysql://localhost:3306/lams2" points to a database called lams2. The database username and password are in the "user-name" and "password" fields. To test this, bring up a command line window and do: > cd "C:\Program Files\MySQL\MySQL Server 5.0\bin" Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> use <database name>; When you do the "show tables", it should give you a long list of tables starting with "lams_" and "tl_" Fiona Posted by Fiona Malikoff |
|
|||||||||||||||
|
Reply to first post on this page
Back to Problems Installing LAMS