Main question: Using Deployer, can I “pull” resources from an existing 6.5 SP1 server to a new 6.5 SP2 server?
I have 2 IS servers running in parallel. The first IS is 6.5 SP1 and contains my current development environment. The second server is IS 6.5 SP2 (installed with new 7.x installer).
I would like to point the new Deployer to the older development server and migrate my packages, etc. to the new server. For the most part, setting up the definitions has been a reasonable effort, however, I get the following issue:
In the server log:
[803]2007-05-22 14:11:24 EDT [ETD.0000.0000E] Error remote invoking service pub.remote:invoke on system v_DEN:
In the error log:
2007-05-22 15:22:26 EDT wm.deployer.gui.UIDependency:getUnresolvedBundleDependencies com.wm.app.b2b.server.ServiceException: Error remote invoking service pub.remote:invoke on system v_DEN:
2007-05-22 15:22:26 EDT pub.remote:invoke java.lang.ClassCastException: null
2007-05-22 15:22:26 EDT wm.server.remote:invoke java.lang.ClassCastException: null
I figured it may have something to do with not installing the WmDeployerResource package on the older server, so I pushed the new package to the old server. That completely broke the ability to do anything with Deployer. The following is what I get on the v7.x server now:
In the server log:
[973]2007-05-22 15:30:15 EDT [ETD.0000.0000E] [ISS.0026.9102] Service ‘wm.deployer.resource.gui.ISCluster:isValidClusterConfig’ is not operational. To run this service, first recompile the Java source.
In the error log:
2007-05-22 15:30:42 EDT wm.server.remote:invoke com.wm.app.b2b.server.ServiceException: [ISS.0026.9102] Service ‘wm.deployer.resource.gui.IS:ping’ is not operational. To run this service, first recompile the Java source.
2007-05-22 15:30:42 EDT pub.remote:invoke com.wm.app.b2b.server.ServiceException: [ISS.0026.9102] Service ‘wm.deployer.resource.gui.IS:ping’ is not operational. To run this service, first recompile the Java source.
#webMethods#Integration-Server-and-ESB#webMethods-General