Home > Software engineering >  Webservice interfaces invoke exception, how to solve? (the Exception occurred while trying to invoke
Webservice interfaces invoke exception, how to solve? (the Exception occurred while trying to invoke

Time:09-27

Environment: Java + Spring + Axis2
In a production environment can be normal use, also does not have any error, but the error is copied to the server,

In a production environment without any problems, deployed to the server report the following error: (log file)
[ERROR] [. Org. Apache axis2. RPC. Receivers. RPCMessageReceiver. InvokeBusinessLogic (RPCMessageReceiver. Java: 209)] - Exception occurred while trying to invoke the service method * *
Java. Lang. Reflect. InvocationTargetException
Screenshots as follows:


The deployment process is to copy the compiled files directly to the Tomcat server,

Please advice,

CodePudding user response:

The same problem, the original poster for advice how to solve
  • Related