|
|
3:
Re: Re: jboss failing to connect to mysql
|
In response to 2
|
03/04/11 10:29 AM |
|
In the lams_user table.
update lams_user set password="" where login="sysadmin";
Which was dumb, I should have checked the forum first to see that it should have been 'password=sha1('password')'. I did copy the hash before making the update statement, then when I ran into the first 404 I ran the update statement again to reinsert the hashed password. Restarting LAMS still gave the 404 and the error that was in the attached log, so then I finally got half a brain and searched the forums to find the correct way to reset the sysadmin password in the table. No joy, still a 404/service not available and the error repeated in server.log.
Posted by Matt Richardson
|
|
|
4:
Re: Re: Re: jboss failing to connect to mysql
|
In response to 3
|
03/04/11 10:55 AM |
|
Hi Matt,
LAMS can't seem to get a connection to MySQL. I would assume that MySQL is running, isn't it? Also, did you have MySQL installed before you installed LAMS?
Could it be that MySQL is running on a different port?
Thanks,
Ernie
Posted by Ernie Ghiglione
|
|
|
5:
Re: Re: Re: Re: jboss failing to connect to mysql
|
In response to 4
|
03/04/11 11:05 AM |
|
Hi Ernie,
Thanks for the quick response. MySQL is running and I can connect to it using the credentials in the mysql-ds.xml file with
mysql -u lams -p
and the database shows up when I do a 'show databases;'
MySQL was installed before LAMS and it is listening on localhost:3306. LAMS was running fine, apart from the no sysadmin login issue, before I did the password change in the table and restarted the service.
Posted by Matt Richardson
|
|
|
|
|
8:
Re: Re: Re: Re: Re: Re: Re: jboss failing to connect to mysql
|
In response to 7
|
03/04/11 11:48 AM |
|
Wow, I don't know how that worked, but it was my hosts.allow file. That server has been powered down and restarted without me having to change any settings in hosts.allow, but I just added ALL: localhost myserver.edu to the allow file and now LAMS starts up fine and my new sysadmin password works. Sorry for the waste of bandwidth. I really appreciate the help and the quick response. Gives me a good feeling about working with this community.
Posted by Matt Richardson
|
|
|
|
10:
Re: jboss failing to connect to mysql
|
In response to 1
|
01/03/12 03:39 AM |
|
hi all,
i had the same problem and until now i can not figure it out.
and i searched the forums for others with the same issue. I don't know when must i put my question, i hope this is the right forum.
Here's the environment:
LAMS 2.3.5 from window
i use xampp for windows version 1.7.3
here my attachment server.log
Posted by Eka Mustika Sari
|
Attachments:
|
|
|