Forum Problems Installing LAMS: Re: Re: Re: Re: Re: Re: Re: LAMS service stops running


 
Search: 

8: Re: Re: Re: Re: Re: Re: Re: LAMS service stops running
In response to 7 02/20/09 05:01 PM
[ Reply | Forward ]
David, that is indeed very odd.

When you say that the CPU spikes, is it the LAMS process that takes the whole CPU?

Do you have Sun JDK 5 or 6?

Thanks,

Ernie

Posted by Ernie Ghiglione

9: Re: Re: Re: Re: Re: Re: Re: Re: LAMS service stops running
In response to 8 02/23/09 06:44 AM
[ Reply | Forward ]
Hi Ernie,

It spikes shortly after starting up and stalls the entire server. I've also noticed that, almost every time now, the hibernation log fills up past 5 MB. I am running JDK 5. Would upgrading to 6 help this problem or is it a hardware limitation?

Thanks again! We are very excited to start using LAMS.

Sincerely,
David

Posted by David McGeary

10: Re: Re: Re: Re: Re: Re: Re: Re: Re: LAMS service stops running
In response to 9 02/25/09 12:37 AM
[ Reply | Forward ]
Hi David,

This is indeed strange behaviour, I havent found an explanation from the lams logs. Perhaps something is causing your server CPU to spike unexpectedly.

Is your server running anything else apart from lams
Are you using Windows or linux? Are you using the wrapper and if so can you please send us the jboss-4.0.2/logs/wrapper.log. Perhaps that will tell us why your server is suddenly stopping.

Thanks,

Luke

Posted by Luke Foxton

11: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: LAMS service stops running
In response to 10 02/25/09 02:02 PM
[ Reply | Forward ]
OK> Got a new server - fresh install and now lams isn't throwing any errors, but it isn't starting up either. The logs look different, too. I am attaching for your edification.

BTW, you have no idea how much I appreciate your time and patience with me. We are very much looking forward to using LAMS with our students and we are very excited about the opportunities it will create!

Posted by David McGeary

Attachments:
12: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: LAMS service stops running
In response to 11 02/25/09 04:48 PM
[ Reply | Forward ]
Hi David,

These logs are strange... again it seems like there is problems conecting to the database.

How are you setting up the server are you using the unix installer, the windows installer or are you building manually from source?

Luke

Posted by Luke Foxton

13: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: LAMS service stops running
In response to 12 02/26/09 07:28 AM
[ Reply | Forward ]
I am using the Unix installer 2.2 on a running Moodle server (with MySQL running as well).

Posted by David McGeary

14: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: LAMS service stops running
In response to 13 02/26/09 05:39 PM
[ Reply | Forward ]
Hey David,

Sorry to ask for more info again, but now I know its a unix installer instance, there may be a few bits of info that can help me get to the bottom of this.

Can you please send me:

1) The installation logs, which will be stored in your installer package under "logs"

2) The wrapper logs which will be stored under jboss-4.0.2/logs

3) If its available, the non-secret settings in your lams.properties file, perhaps there is something in here which is slighly off.

Luke

Posted by Luke Foxton

15: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: LAMS service stops running
In response to 14 02/27/09 08:41 AM
[ Reply | Forward ]
Here you go! Thanks again!

Posted by David McGeary

Attachments:
16: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: LAMS service stops running
In response to 15 03/01/09 06:16 PM
[ Reply | Forward ]
Thanks David,

This is definitely something that I haven't come across before. What I did notice in the wrapper.log is this exception (which is related to the JDBC MySQL database connection:

INFO | jvm 1 | 2009/02/25 13:01:33 | java.net.SocketException: Broken pipe
INFO | jvm 1 | 2009/02/25 13:01:33 | at java.net.SocketOutputStream.socketWrite0(Native Method)
INFO | jvm 1 | 2009/02/25 13:01:33 | at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
INFO | jvm 1 | 2009/02/25 13:01:33 | at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
INFO | jvm 1 | 2009/02/25 13:01:33 | at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
INFO | jvm 1 | 2009/02/25 13:01:33 | at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
INFO | jvm 1 | 2009/02/25 13:01:33 | at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:2692)
INFO | jvm 1 | 2009/02/25 13:01:33 | at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:2621)
INFO | jvm 1 | 2009/02/25 13:01:33 | at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1552)
INFO | jvm 1 | 2009/02/25 13:01:33 | at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1666)
INFO | jvm 1 | 2009/02/25 13:01:33 | at com.mysql.jdbc.Connection.execSQL(Connection.java:2994)
INFO | jvm 1 | 2009/02/25 13:01:33 | at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:936)
INFO | jvm 1 | 2009/02/25 13:01:33 | at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:1030)
INFO | jvm 1 | 2009/02/25 13:01:33 | at org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeQuery(WrappedPreparedStatement.java:296)
INFO | jvm 1 | 2009/02/25 13:01:33 | at org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.obtainLock(StdRowLockSemaphore.java:137)
INFO | jvm 1 | 2009/02/25 13:01:33 | at org.quartz.impl.jdbcjobstore.JobStoreCMT.doRecoverMisfires(JobStoreCMT.java:1337)
INFO | jvm 1 | 2009/02/25 13:01:33 | at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.manage(JobStoreSupport.java:2449)
INFO | jvm 1 | 2009/02/25 13:01:33 | at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.run(JobStoreSupport.java:2468)

Looking at this MySQL thread:
http://forums.mysql.com/read.php?39,42763,42763#msg-42763
It seems in general that this problem is caused by a discrepancy in the MySQL configuration.

I noticed in your lams.properties that you are using the mysql-connector-java-5.1.7-bin.jar jdbc library instead of the packaged mysql-connector-java-3.1.12-bin.jar is there a reason for this?

What version of MySQL are you using and how did you install it? Have any configurations been made on the MySQL server? And is there anything else apart from LAMS using this MySQL instance?

Thanks

Luke

Posted by Luke Foxton

Reply to first post on this page
Back to Problems Installing LAMS