Can any one tell me where the error is??

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • raveendrabikkina
    New Member
    • Feb 2008
    • 26

    Can any one tell me where the error is??

    Code:
    3087 / 3126      02/25 10:42:08 info Recovering 1 session(s)    
      3088 / 3126      02/25 10:42:08 warning Deployer Service failed to deploy file:/opt/jrun4/servers/cpbepost/logs/    
      3089 / 3126       * Unrecognized deployment: file:/opt/jrun4/servers/cpbepost/logs/    
      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    
      3091 / 3126      02/25 10:42:08 info Deploying EJB "JRunSQLInvoker" from: file:/opt/jrun4/lib/jrun-comp.ear    
      3092 / 3126      02/25 10:42:08 info Deploying enterprise application "Flash Remoting EAR" from: file:/opt/jrun4/lib/flashgateway.ear    
      3093 / 3126      02/25 10:42:08 info Deploying web application "Flash Remoting" from: file:/opt/jrun4/lib/flashgateway.ear    
      3094 / 3126      02/25 10:42:08 user JSPServlet: init    
      3095 / 3126      02/25 10:42:08 user FlashGatewayServlet: init    
      3096 / 3126      02/25 10:46:58 user FileServlet: init    
      3097 / 3126      02/25 10:46:59 info [axis] Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true    
      3098 / 3126      02/25 10:46:59 info [axis] Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true    
      3099 / 3126      02/25 10:46:59 info [axis] Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true    
      3100 / 3126      02/25 10:46:59 error (class: org/apache/log4j/LogManager, method: signature: ()V) Incompatible argument to function    
      3101 / 3126      java.lang.VerifyError: (class: org/apache/log4j/LogManager, method: signature: ()V) Incompatible argument to function    
      3102 / 3126       at org.apache.log4j.Logger.getLogger(Logger.java:85)    
      3103 / 3126       at epost.action.LoginAction.(LoginAction.java:25)    
      3104 / 3126       at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)    
      3105 / 3126       at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)    
      3106 / 3126       at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)    
      3107 / 3126       at java.lang.reflect.Constructor.newInstance(Constructor.java:274)    
      3108 / 3126       at java.lang.Class.newInstance0(Class.java:308)    
      3109 / 3126       at java.lang.Class.newInstance(Class.java:261)    
      3110 / 3126       at org.apache.struts.util.RequestUtils.applicationInstance(RequestUtils.java:231)    
      3111 / 3126       at org.apache.struts.action.RequestProcessor.processActionCreate(RequestProcessor.java:326)    
      3112 / 3126       at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:268)    
      3113 / 3126       at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)    
      3114 / 3126       at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)    
      3115 / 3126       at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)    
      3116 / 3126       at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)    
      3117 / 3126       at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)    
      3118 / 3126       at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)    
      3119 / 3126       at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:241)    
      3120 / 3126       at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)    
      3121 / 3126       at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)    
      3122 / 3126       at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:348)    
      3123 / 3126       at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451)    
      3124 / 3126       at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:294)    
      3125 / 3126       at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)    
      3126 / 3126
  • raveendrabikkina
    New Member
    • Feb 2008
    • 26

    #2
    Code:
    3034 / 3126      02/25 10:42:05 error Could not pre-load servlet: ViewServlet    
      3035 / 3126      java.lang.VerifyError: (class: org/apache/log4j/LogManager, method: signature: ()V) Incompatible argument to function    
      3036 / 3126       at org.apache.log4j.Logger.getLogger(Logger.java:85)    
      3037 / 3126       at epost.servlet.ViewServlet.(ViewServlet.java:27)    
      3038 / 3126       at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)    
      3039 / 3126       at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)    
      3040 / 3126       at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)    
      3041 / 3126       at java.lang.reflect.Constructor.newInstance(Constructor.java:274)    
      3042 / 3126       at java.lang.Class.newInstance0(Class.java:308)    
      3043 / 3126       at java.lang.Class.newInstance(Class.java:261)    
      3044 / 3126       at jrun.servlet.WebApplicationService.loadServlet(WebApplicationService.java:1196)    
      3045 / 3126       at jrun.servlet.WebApplicationService.preloadServlets(WebApplicationService.java:763)    
      3046 / 3126       at jrun.servlet.WebApplicationService.postStart(WebApplicationService.java:258)    
      3047 / 3126       at jrun.ea.EnterpriseApplication.start(EnterpriseApplication.java:203)    
      3048 / 3126       at jrun.deployment.DeployerService.initModules(DeployerService.java:710)    
      3049 / 3126       at jrun.deployment.DeployerService.createWatchedDeployment(DeployerService.java:242)    
      3050 / 3126       at jrun.deployment.DeployerService.deploy(DeployerService.java:430)    
      3051 / 3126       at jrun.deployment.DeployerService.checkWatchedDirectories(DeployerService.java:179)    
      3052 / 3126       at jrun.deployment.DeployerService.run(DeployerService.java:894)    
      3053 / 3126       at jrunx.scheduler.SchedulerService.invokeRunnable(SchedulerService.java:223)    
      3054 / 3126       at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:348)    
      3055 / 3126       at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451)    
      3056 / 3126       at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:294)    
      3057 / 3126       at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)    
      3058 / 3126          
      3059 / 3126      02/25 10:42:05 user JSPServlet: init    
      3060 / 3126      02/25 10:42:06 user action: init    
      3061 / 3126      02/25 10:42:06 info [axis] Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true    
      3062 / 3126      02/25 10:42:06 info [axis] Initializing, config='org.apache.struts.action.ActionResources', returnNull=true    
      3063 / 3126      02/25 10:42:07 info [axis] Initializing, config='ApplicationResources', returnNull=true    
      3064 / 3126      02/25 10:42:07 info [axis] Loading validation rules file from '/WEB-INF/validator-rules.xml'    
      3065 / 3126      02/25 10:42:07 info [axis] Loading validation rules file from '/WEB-INF/validation.xml'    
      3066 / 3126      02/25 10:42:08 user InitializationServlet: init    
      3067 / 3126      02/25 10:42:08 error Could not pre-load servlet: InitializationServlet    
      3068 / 3126      java.lang.VerifyError: (class: org/apache/log4j/LogManager, method: signature: ()V) Incompatible argument to function    
      3069 / 3126       at org.apache.log4j.Logger.getLogger(Logger.java:94)    
      3070 / 3126       at epost.common.PropertyAccess.(PropertyAccess.java:23)    
      3071 / 3126       at epost.servlet.InitializationServlet.init(InitializationServlet.java:25)    
      3072 / 3126       at jrun.servlet.WebApplicationService.loadServlet(WebApplicationService.java:1208)    
      3073 / 3126       at jrun.servlet.WebApplicationService.preloadServlets(WebApplicationService.java:763)    
      3074 / 3126       at jrun.servlet.WebApplicationService.postStart(WebApplicationService.java:258)    
      3075 / 3126       at jrun.ea.EnterpriseApplication.start(EnterpriseApplication.java:203)    
      3076 / 3126       at jrun.deployment.DeployerService.initModules(DeployerService.java:710)

    Comment

    • raveendrabikkina
      New Member
      • Feb 2008
      • 26

      #3
      The web server is Jrun..!!!

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

      urgent please reply..!!!

      Comment

      • raveendrabikkina
        New Member
        • Feb 2008
        • 26

        #4
        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!!!

        Comment

        Working...