java.lang.InstantiationException: org.exist.http.SessionManager$TimeoutCheck

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

java.lang.InstantiationException: org.exist.http.SessionManager$TimeoutCheck

Jean Luc-2
Hello,
 
Just spotted an exception at server startup (see below with surrounding lines for context). It might be benign, I can't tell.
 
 
 
2008-05-23 09:31:23,178 WARN  EXistServlet  - Looking for a valid Transformer...
Checking for Saxon, found version 8.8 needed version 9.0.0.4
Checking for Saxon, found version 8.8 needed version 9.0.0.3
Checking for Xalan, found version Xalan Java 2.5.1 needed version Xalan Java 2.7.0
Checking for Saxon, found version 8.8 needed version 8.9.0.3
Warning: Failed find a valid Transformer!
 
Please add an appropriate Transformer to the class-path, e.g. in the 'endorsed' folder of the servlet container or in the 'endorsed' folder of the JRE.
 
2008-05-23 09:31:25,256 ERROR ErrorLogger  - An error occured instantiating job to be executed. job= 'eXist.User.REST_TimeoutCheck'
org.quartz.SchedulerException: Problem instantiating class 'org.exist.http.SessionManager$TimeoutCheck' [See nested exception: java.lang.InstantiationException: org.exist.http.SessionManager$TimeoutCheck]
 at org.quartz.simpl.SimpleJobFactory.newJob(SimpleJobFactory.java:57)
 at org.quartz.core.JobRunShell.initialize(JobRunShell.java:132)
 at org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:358)
Caused by: java.lang.InstantiationException: org.exist.http.SessionManager$TimeoutCheck
 at java.lang.Class.newInstance0(Class.java:335)
 at java.lang.Class.newInstance(Class.java:303)
 at org.quartz.simpl.SimpleJobFactory.newJob(SimpleJobFactory.java:55)
 ... 2 more
2008-05-23 09:31:25,272 INFO  RAMJobStore  - All triggers of Job eXist.User.REST_TimeoutCheck set to ERROR state.
2008-05-23 09:32:55,148 INFO  ProcessorService  - Servlet - Servlet initialized.


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: java.lang.InstantiationException: org.exist.http.SessionManager$TimeoutCheck

Alessandro Vernet
Administrator
Jean Luc,

On Fri, May 23, 2008 at 6:37 AM, Jean Luc <[hidden email]> wrote:
> Just spotted an exception at server startup (see below with surrounding
> lines for context). It might be benign, I can't tell.
>
> 2008-05-23 09:31:25,256 ERROR ErrorLogger  - An error occured instantiating
> job to be executed. job= 'eXist.User.REST_TimeoutCheck'
> org.quartz.SchedulerException: Problem instantiating class
> 'org.exist.http.SessionManager$TimeoutCheck' [See nested exception:
> java.lang.InstantiationException:
> [...]

Yes, you can safely ignore this exception. This comes with the upgrade
to the latest stable version of eXist (1.2.1). The eXist team is
working on this, and is planning to release another stable version
that fixes this. Hopefully it will be out before we release 3.7.
Otherwise I guess we'll patch eXist to avoid this, as I am sure other
people will get worried when they see this exception on startup.

Alex
--
Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise
Orbeon's Blog: http://www.orbeon.com/blog/
Personal Blog: http://avernet.blogspot.com/
Twitter - http://twitter.com/avernet


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws