posted 19 years ago
Greetings,
I am attempting to install and whether I follow the automatic or manual process I stumble into this, which I believe is prohibiting me from moving forward. Can anyone offer any suggestions?
My stack trace I get in the event log:
error Deployer Service failed to deploy file:/C:/JRun4/servers/jforum/default-ear/
* (class: org/apache/log4j/LogManager, method: <clinit> signature: ()V) Incompatible argument to function
* null
[1]java.lang.VerifyError: (class: org/apache/log4j/LogManager, method: <clinit> signature: ()V) Incompatible argument to function
at org.apache.log4j.Logger.getLogger(Logger.java:94)
at net.jforum.ForumSessionListener.<clinit>(ForumSessionListener.java:64)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at jrun.servlet.WebApplicationService.addListener(WebApplicationService.java:1397)
at jrun.servlet.WebApplicationService.initListeners(WebApplicationService.java:1376)
at jrun.servlet.WebApplicationService.start(WebApplicationService.java:215)
at jrun.ea.EnterpriseApplication.start(EnterpriseApplication.java:194)
at jrun.deployment.DeployerService.initModules(DeployerService.java:710)
at jrun.deployment.DeployerService.createWatchedDeployment(DeployerService.java:242)
at jrun.deployment.DeployerService.deploy(DeployerService.java:430)
at jrun.deployment.DeployerService.checkWatchedDirectories(DeployerService.java:179)
at jrun.deployment.DeployerService.run(DeployerService.java:894)
at jrunx.scheduler.SchedulerService.invokeRunnable(SchedulerService.java:223)
at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:348)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451)
at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:294)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
[0]jrun.deployment.DeploymentException: Deployer Service failed to deploy file:/C:/JRun4/servers/jforum/default-ear/
* (class: org/apache/log4j/LogManager, method: <clinit> signature: ()V) Incompatible argument to function
* null
at jrun.deployment.DeployerService.createWatchedDeployment(DeployerService.java:315)
at jrun.deployment.DeployerService.deploy(DeployerService.java:430)
at jrun.deployment.DeployerService.checkWatchedDirectories(DeployerService.java:179)
at jrun.deployment.DeployerService.run(DeployerService.java:894)
at jrunx.scheduler.SchedulerService.invokeRunnable(SchedulerService.java:223)
at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:348)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451)
at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:294)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
Much thanks
[originally posted on jforum.net by kozmiker]