@Arpitha_Bhat, @abhat - Thanks for the reply. Yes, we moved some of the integrations from IS 10.3v to 9.9v, but during this migration the WSDL which is failing we didn’t touch and ideally migration will not impact this WSDL, Both are on completely different packages.
How to run axis2.xml file during runtime, can you please suggest?
Below are a couple of observations on the current issue:
We have a PROD environment in a cluster environment (2 nodes), so on the 01 node all WSDL (Provide/Consumer) works fine but on node 02 most of the SOAP Providers are not working.
Note: On the 02 node some SOAP providers’ WSDLs are working and most of them are not, All Consumers WSDLs works fine on 02 node.
- When we try to create a new Web Service Descriptor → select the existing IS service and hit next and try to click on the finish button, Web Service Descriptor window/page is still open and unable to proceed further, but once you cancel the process (getting the below error) and referesh the package/server will see like Web Service Descriptor is created.
After creating the Web Service Descriptor, once you open and navigate Operation to WSDL section get error as - Server returned HTTP response code: 500 for URL XYZ . we can save the flow service changes but not the Web Service Descriptor on 02 node.
Even if we make any changes to the existing Web Service Descriptor or newly created - Changes are not saving to Web Service Descriptor, getting below error.
com.softwareag.wsstack.deployer.API.exceptions.DynamicDeployerException: Axis configuration is not available. DeployerConfigurationContext is not initialized explicitly, no default configuration context exists and no valid MessageContext is present.
Caused by: com.softwareag.wsstack.deployer.API.exceptions.DynamicDeployerException: Axis configuration is not available. DeployerConfigurationContext is not initialized explicitly, no default configuration context exists and no valid MessageContext is present.
On existing/new Web Service Descriptor, if you navigate Operation to WSDL section get an error as
java.lang.NullPointerException: null
at org.apache.axis2.context.AbstractContext.needPropertyDifferences(AbstractContext.java:239)
at org.apache.axis2.context.AbstractContext.setProperty(AbstractContext.java:202)
at com.wm.app.b2b.server.wss.HTTPTransportListener.process(HTTPTransportListener.java:133)
at com.softwareag.pg.axis2.transports.PGHTTPTransportListener.process(PGHTTPTransportListener.java:85)
at com.wm.app.b2b.server.HTTPRootWebServicesHandler.process(HTTPRootWebServicesHandler.java:49)
at com.wm.app.b2b.server.HTTPDispatch.handleRequest(HTTPDispatch.java:170)
at com.wm.app.b2b.server.Dispatch.run(Dispatch.java:364)
at com.wm.util.pool.PooledThread.run(PooledThread.java:127)
at java.lang.Thread.run(Thread.java:745)
Looks like there some issue is with Web Service Descriptor itself as on the 02 node it’s not allowing us to make the changes and WSDL (xml file) also not generating.
Is there a way to reset the configuration for Web Service Descriptor or how to resolve this specific issue?
#webMethods#Integration-Server-and-ESB