This looks like the problem with activemq putting non-Strings into
system properties. Activemq shouldn't do that, but ADF shouldn't
rely on there being only strings either :-)
I think e should put the workaround on the wiki somewhere and into g.
2.1.
Anyway.... try starting geronimo with
-Dorg.apache.activeio.journal.active.DisableLocking=true
See https://issues.apache.org/jira/browse/GERONIMO-3243 https://
issues.apache.org/activemq/browse/AMQ-1254
Hope this helps
david jencks
On Dec 4, 2007, at 7:50 AM, JAR wrote:
I have a simple ADF project (just a JSP calling
"Configuration.createRootApplicationModule(...", if this simple ADF
project
can't work my ADF others projects will also fail.
After changing the locale to en:
######Start log
type Exception report
message
description The server encountered an internal error () that
prevented it
from fulfilling this request.
exception
org.apache.jasper.JasperException:
oracle.jbo.common.ampool.ApplicationPoolException: JBO-30003: The
application pool (soparatestar.AppModuleLocal) failed to checkout an
application module due to the following exception:
org.apache.jasper.servlet.JspServletWrapper.service
(JspServletWrapper.java:432)
org.apache.jasper.servlet.JspServlet.serviceJspFile
(JspServlet.java:320)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
root cause
oracle.jbo.common.ampool.ApplicationPoolException: JBO-30003: The
application pool (soparatestar.AppModuleLocal) failed to checkout an
application module due to the following exception:
oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout
(ApplicationPoolImpl.java:2002)
oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule
(ApplicationPoolImpl.java:2793)
oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule
(SessionCookieImpl.java:453)
oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule
(SessionCookieImpl.java:424)
oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule
(SessionCookieImpl.java:419)
oracle.jbo.client.Configuration.getApplicationModule
(Configuration.java:1546)
oracle.jbo.client.Configuration.createRootApplicationModule
(Configuration.java:1504)
oracle.jbo.client.Configuration.createRootApplicationModule
(Configuration.java:1476)
org.apache.jsp.index2_jsp._jspService(index2_jsp.java:66)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
org.apache.jasper.servlet.JspServletWrapper.service
(JspServletWrapper.java:388)
org.apache.jasper.servlet.JspServlet.serviceJspFile
(JspServlet.java:320)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
note The full stack trace of the root cause is available in the Apache
Tomcat/6.0-snapshot logs.
######End log
I would like to use Geronimo, but if the error persists i must seek
another
solution :(
--
View this message in context: http://www.nabble.com/HOW-to-ADF-
runtime-libraries-tf4935697s134.html#a14152913
Sent from the Apache Geronimo - Users mailing list archive at
Nabble.com.