Forum LAMS for Tech-Heads - General Forum: Re: Re: LAMS not working: Error in lams.log file


 
Search: 

3: Re: Re: LAMS not working: Error in lams.log file
In response to 2 10/09/08 04:19 AM
[ Reply | Forward ]
Hi Jun-Dir,

My browser is Firefox 3.0.3. The error message appears in the console of Eclipse environment. On the other hand, I am checking the server.log file and indeed there are errors: from line 321 untill the end of the file.

The first error registered in the file says:

"Error configuring application listener of class org.lamsfoundation.lams.web.session.SetMaxTimeoutListener"

And this is its trace:

java.lang.ClassNotFoundException: org.lamsfoundation.lams.web.session.SetMaxTimeoutListener
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3617)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4104)
....

I want to believe that the rest of the errors are derived from this one.. aren't they? Bellow it is attached server.log file. Cheers!

Alicia.

Posted by Alicia Campos

Attachments:
4: Re: Re: Re: LAMS not working: Error in lams.log file
In response to 3 10/09/08 05:38 PM
[ Reply | Forward ]
Ah, that's a new file in lams_common - it may be that you updated the lams_tool_daco project, but not lams_common. It was added on 22/9/08 - you probably just need to update lams_common and re-run the copyfiles ant target from lams_build.

Posted by Jun-Dir Liew

5: Re: Re: Re: Re: LAMS not working: Error in lams.log file
In response to 4 10/10/08 05:13 AM
[ Reply | Forward ]
Hello Jun-DIR,

Thanks for the information. I have updated lams_common which involved the update of other related projects, but finally everything compiles! :)

Thanks again.

Alicia

Posted by Alicia Campos

Reply to first post on this page
Back to LAMS for Tech-Heads - General Forum