browse: forums | FAQ
Connecting Tech Pros Worldwide

Hey there! Do you need Java help?

Get answers from our community of Java experts on BYTES! It's free.

Can any one tell me where the error is??

raveendrabikkina's Avatar
Newbie
 
Join Date: Feb 2008
Posts: 22
#1: Feb 25 '08
Expand|Select|Wrap|Line Numbers
  1. 3087 / 3126      02/25 10:42:08 info Recovering 1 session(s)    
  2.   3088 / 3126      02/25 10:42:08 warning Deployer Service failed to deploy file:/opt/jrun4/servers/cpbepost/logs/    
  3.   3089 / 3126       * Unrecognized deployment: file:/opt/jrun4/servers/cpbepost/logs/    
  4.   3090 / 3126      02/25 10:42:08 info Deploying enterprise application "JRun 4.0 Internal J2EE Components" from: file:/opt/jrun4/lib/jrun-comp.ear    
  5.   3091 / 3126      02/25 10:42:08 info Deploying EJB "JRunSQLInvoker" from: file:/opt/jrun4/lib/jrun-comp.ear    
  6.   3092 / 3126      02/25 10:42:08 info Deploying enterprise application "Flash Remoting EAR" from: file:/opt/jrun4/lib/flashgateway.ear    
  7.   3093 / 3126      02/25 10:42:08 info Deploying web application "Flash Remoting" from: file:/opt/jrun4/lib/flashgateway.ear    
  8.   3094 / 3126      02/25 10:42:08 user JSPServlet: init    
  9.   3095 / 3126      02/25 10:42:08 user FlashGatewayServlet: init    
  10.   3096 / 3126      02/25 10:46:58 user FileServlet: init    
  11.   3097 / 3126      02/25 10:46:59 info [axis] Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true    
  12.   3098 / 3126      02/25 10:46:59 info [axis] Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true    
  13.   3099 / 3126      02/25 10:46:59 info [axis] Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true    
  14.   3100 / 3126      02/25 10:46:59 error (class: org/apache/log4j/LogManager, method: signature: ()V) Incompatible argument to function    
  15.   3101 / 3126      java.lang.VerifyError: (class: org/apache/log4j/LogManager, method: signature: ()V) Incompatible argument to function    
  16.   3102 / 3126       at org.apache.log4j.Logger.getLogger(Logger.java:85)    
  17.   3103 / 3126       at epost.action.LoginAction.(LoginAction.java:25)    
  18.   3104 / 3126       at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)    
  19.   3105 / 3126       at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)    
  20.   3106 / 3126       at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)    
  21.   3107 / 3126       at java.lang.reflect.Constructor.newInstance(Constructor.java:274)    
  22.   3108 / 3126       at java.lang.Class.newInstance0(Class.java:308)    
  23.   3109 / 3126       at java.lang.Class.newInstance(Class.java:261)    
  24.   3110 / 3126       at org.apache.struts.util.RequestUtils.applicationInstance(RequestUtils.java:231)    
  25.   3111 / 3126       at org.apache.struts.action.RequestProcessor.processActionCreate(RequestProcessor.java:326)    
  26.   3112 / 3126       at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:268)    
  27.   3113 / 3126       at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)    
  28.   3114 / 3126       at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)    
  29.   3115 / 3126       at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)    
  30.   3116 / 3126       at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)    
  31.   3117 / 3126       at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)    
  32.   3118 / 3126       at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)    
  33.   3119 / 3126       at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:241)    
  34.   3120 / 3126       at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)    
  35.   3121 / 3126       at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)    
  36.   3122 / 3126       at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:348)    
  37.   3123 / 3126       at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451)    
  38.   3124 / 3126       at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:294)    
  39.   3125 / 3126       at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)    
  40.   3126 / 3126          
  41.  
  42.  



raveendrabikkina's Avatar
Newbie
 
Join Date: Feb 2008
Posts: 22
#2: Feb 25 '08

re: Can any one tell me where the error is??


Expand|Select|Wrap|Line Numbers
  1. 3034 / 3126      02/25 10:42:05 error Could not pre-load servlet: ViewServlet    
  2.   3035 / 3126      java.lang.VerifyError: (class: org/apache/log4j/LogManager, method: signature: ()V) Incompatible argument to function    
  3.   3036 / 3126       at org.apache.log4j.Logger.getLogger(Logger.java:85)    
  4.   3037 / 3126       at epost.servlet.ViewServlet.(ViewServlet.java:27)    
  5.   3038 / 3126       at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)    
  6.   3039 / 3126       at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)    
  7.   3040 / 3126       at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)    
  8.   3041 / 3126       at java.lang.reflect.Constructor.newInstance(Constructor.java:274)    
  9.   3042 / 3126       at java.lang.Class.newInstance0(Class.java:308)    
  10.   3043 / 3126       at java.lang.Class.newInstance(Class.java:261)    
  11.   3044 / 3126       at jrun.servlet.WebApplicationService.loadServlet(WebApplicationService.java:1196)    
  12.   3045 / 3126       at jrun.servlet.WebApplicationService.preloadServlets(WebApplicationService.java:763)    
  13.   3046 / 3126       at jrun.servlet.WebApplicationService.postStart(WebApplicationService.java:258)    
  14.   3047 / 3126       at jrun.ea.EnterpriseApplication.start(EnterpriseApplication.java:203)    
  15.   3048 / 3126       at jrun.deployment.DeployerService.initModules(DeployerService.java:710)    
  16.   3049 / 3126       at jrun.deployment.DeployerService.createWatchedDeployment(DeployerService.java:242)    
  17.   3050 / 3126       at jrun.deployment.DeployerService.deploy(DeployerService.java:430)    
  18.   3051 / 3126       at jrun.deployment.DeployerService.checkWatchedDirectories(DeployerService.java:179)    
  19.   3052 / 3126       at jrun.deployment.DeployerService.run(DeployerService.java:894)    
  20.   3053 / 3126       at jrunx.scheduler.SchedulerService.invokeRunnable(SchedulerService.java:223)    
  21.   3054 / 3126       at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:348)    
  22.   3055 / 3126       at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451)    
  23.   3056 / 3126       at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:294)    
  24.   3057 / 3126       at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)    
  25.   3058 / 3126          
  26.   3059 / 3126      02/25 10:42:05 user JSPServlet: init    
  27.   3060 / 3126      02/25 10:42:06 user action: init    
  28.   3061 / 3126      02/25 10:42:06 info [axis] Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true    
  29.   3062 / 3126      02/25 10:42:06 info [axis] Initializing, config='org.apache.struts.action.ActionResources', returnNull=true    
  30.   3063 / 3126      02/25 10:42:07 info [axis] Initializing, config='ApplicationResources', returnNull=true    
  31.   3064 / 3126      02/25 10:42:07 info [axis] Loading validation rules file from '/WEB-INF/validator-rules.xml'    
  32.   3065 / 3126      02/25 10:42:07 info [axis] Loading validation rules file from '/WEB-INF/validation.xml'    
  33.   3066 / 3126      02/25 10:42:08 user InitializationServlet: init    
  34.   3067 / 3126      02/25 10:42:08 error Could not pre-load servlet: InitializationServlet    
  35.   3068 / 3126      java.lang.VerifyError: (class: org/apache/log4j/LogManager, method: signature: ()V) Incompatible argument to function    
  36.   3069 / 3126       at org.apache.log4j.Logger.getLogger(Logger.java:94)    
  37.   3070 / 3126       at epost.common.PropertyAccess.(PropertyAccess.java:23)    
  38.   3071 / 3126       at epost.servlet.InitializationServlet.init(InitializationServlet.java:25)    
  39.   3072 / 3126       at jrun.servlet.WebApplicationService.loadServlet(WebApplicationService.java:1208)    
  40.   3073 / 3126       at jrun.servlet.WebApplicationService.preloadServlets(WebApplicationService.java:763)    
  41.   3074 / 3126       at jrun.servlet.WebApplicationService.postStart(WebApplicationService.java:258)    
  42.   3075 / 3126       at jrun.ea.EnterpriseApplication.start(EnterpriseApplication.java:203)    
  43.   3076 / 3126       at jrun.deployment.DeployerService.initModules(DeployerService.java:710)    
  44.  
raveendrabikkina's Avatar
Newbie
 
Join Date: Feb 2008
Posts: 22
#3: Feb 26 '08

re: Can any one tell me where the error is??


The web server is Jrun..!!!

and installed jdk1.4.2_08 for it..!!!

urgent please reply..!!!
raveendrabikkina's Avatar
Newbie
 
Join Date: Feb 2008
Posts: 22
#4: Feb 26 '08

re: Can any one tell me where the error is??


I have deployed all the files correctly and also added needed jar files but the error is repeating it's working on local machine.but the problem is comming when it is done on a server.the server is a unix one so as the software installed on it is also unix version..!!!

i gave the class paths correctly..!!

donno where is the problem comming from ????

any help would be gr8!!!
Reply