Hi George,

Looks like a version conflict in the version of log4j included with J2 and the one JRun appears to be using. Try removing the log4j jar from the jetspeed/WEB-INF/lib directory.

Stathis, George wrote:

A few more details:

1) Our JRun installation came with ColdFusion MX 6.1, so a bunch of
ColdFusion classes are in the classpath.

2) When starting the server that houses the Jetspeed 1.5 application, the
following JetspeedLoggingService related error appears in the JRun Launcher
log:

Starting Apache Jetspeed Portal/1.5

(!) NOTICE: init
(!) NOTICE: ServiceBroker: LoggingService enabled.
(!) NOTICE: Turbine: init() failed: java.lang.VerifyError: (class:
org/apache/log4j/LogManager, method: <clinit> signature: ()V) Incompatible
argument to function
       at
org.apache.jetspeed.services.logging.JetspeedLogFactoryService.getLogger(Jet
speedLogFactoryService.java:168)
       at
org.apache.jetspeed.services.logging.JetspeedLoggingService.<clinit>(Jetspee
dLoggingService.java:59)
       at java.lang.Class.forName0(Native Method)
       at java.lang.Class.forName(Class.java:141)
       at
org.apache.turbine.services.BaseInitableBroker.getInitableInstance(BaseInita
bleBroker.java:257)rethrown as
org.apache.turbine.services.InstantiationException: Failed to instantiate
org.apache.jetspeed.services.logging.JetspeedLoggingService
       at
org.apache.turbine.services.BaseInitableBroker.getInitableInstance(BaseInita
bleBroker.java:295)
       at
org.apache.turbine.services.BaseInitableBroker.initClass(BaseInitableBroker.
java:145)
       at
org.apache.turbine.services.BaseServiceBroker.initService(BaseServiceBroker.
java:139)
       at
org.apache.turbine.services.TurbineServices.initPrimaryServices(TurbineServi
ces.java:204)
       at org.apache.turbine.Turbine.init(Turbine.java:247)
       at javax.servlet.GenericServlet.init(GenericServlet.java:258)
       at
jrun.servlet.WebApplicationService.loadServlet(WebApplicationService.java:12
43)
       at
jrun.servlet.WebApplicationService.preloadServlets(WebApplicationService.jav
a:790)
       at
jrun.servlet.WebApplicationService.postStart(WebApplicationService.java:297)
       at
jrun.deployment.DeployerService.initModules(DeployerService.java:711)
       at
jrun.deployment.DeployerService.createWatchedDeployment(DeployerService.java
:242)
       at jrun.deployment.DeployerService.deploy(DeployerService.java:430)
       at
jrun.deployment.DeployerService.handleEvent(DeployerService.java:381)
       at
jrunx.kernel.JRunServiceDeployer.fireEvent(JRunServiceDeployer.java:710)
       at
jrunx.kernel.JRunServiceDeployer.deployServices(JRunServiceDeployer.java:111
)
       at
jrunx.kernel.DeploymentService.loadServices(DeploymentService.java:46)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)
       at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
       at java.lang.reflect.Method.invoke(Method.java:324)
       at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
       at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
       at jrunx.kernel.JRun.startServer(JRun.java:575)
       at jrunx.kernel.JRun.<init>(JRun.java:493)
       at jrunx.kernel.JRun$1.run(JRun.java:346)
       at java.security.AccessController.doPrivileged(Native Method)
       at jrunx.kernel.JRun.start(JRun.java:343)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)
       at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
       at java.lang.reflect.Method.invoke(Method.java:324)
       at jrunx.kernel.JRun.invoke(JRun.java:180)
       at jrunx.kernel.JRun.main(JRun.java:168)

Server default ready (startup time: 13 seconds)

-----Original Message-----
From: Stathis, George [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 13, 2004 10:56 AM
To: '[EMAIL PROTECTED]'
Subject: Running Jetspeed 1.5 on JRun4



I haven't seem any messages specific to JRun4 problems, so I have to ask myself. Is anyone running Jetspeed 1.5 on JRun4 (with the latest service pack, "Update 4", installed)?

I have downloaded the Jetspeed 1.5 WAR file and have have successfully
deployed it on Tomcat 5. Deploying it on JRun4 expands the WAR file fine,
but when trying to browse to the portal's front page, I get an HTTP 500 "The
page cannot be displayed" error. Looking at the JRun logs, I find the
following error:


10/13 10:39:32 error ServiceBroker: unknown service PoolService requested org.apache.turbine.services.InstantiationException: ServiceBroker: unknown service PoolService requested at org.apache.turbine.services.BaseServiceBroker.getServiceInstance(BaseService Broker.java:354) at org.apache.turbine.services.BaseServiceBroker.getService(BaseServiceBroker.j ava:296) at org.apache.turbine.util.RunDataFactory.putRunData(RunDataFactory.java:226) at org.apache.turbine.Turbine.doGet(Turbine.java:643) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invokeNext(JRunRequestDispatcher.java:449 ) at jrun.servlet.JRunRequestDispatcher.forwardInvoke(JRunRequestDispatcher.java: 418) at jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.java:175) at jrun.jsp.runtime.JRunPageContext.forward(JRunPageContext.java:349) at jrun.jsp.tags.Forward.doit(Forward.java:14) at jrun.jsp.tags.RequestDispatchTag.doEndTag(RequestDispatchTag.java:47) at jrun__index2ejspa._jspService(jrun__index2ejspa.java:58) at jrun.jsp.runtime.HttpJSPServlet.service(HttpJSPServlet.java:43) at jrun.jsp.JSPServlet.service(JSPServlet.java:119) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invokeNext(JRunRequestDispatcher.java:449 ) at jrun.servlet.JRunRequestDispatcher.forwardInvoke(JRunRequestDispatcher.java: 418) at jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.java:175) at jrun.servlet.file.FileServlet.service(FileServlet.java:306) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:249) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527) at jrun.servlet.http.WebService.invokeRunnable(WebService.java:168) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:457 ) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

I'm not sure where to get started debugging here. I'm sure it's a JRun
problem rather than a Jetspeed problem (and I will post for help on the
Macormedia forums too), but I just wanted to see if people have any quick
suggestions here.

Thank you in advance for your time.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







--
"Great minds discuss ideas. Average minds discuss events. Small minds discuss people." 
 - Admiral Hyman Rickover

*******************************************
*           Scott T. Weaver               *
*         <[EMAIL PROTECTED]>             *
*     <http://www.einnovation.com>        *
* --------------------------------------  *
*   Apache Jetspeed Enterprise Portal     *
*     Apache Pluto Portlet Container      *
*                                         *
* OpenEditPro, Website Content Management *
*     <http://www.openedit.org>           *
*******************************************


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to