I’m a fresher to webMethods.
I’m getting following exception when i am running the javaservice.
the exception is
com.wm.app.b2b.server.ServiceException: [ISS.0026.9102] Service ‘Log:getFilePath’ is not operational. To run this service, first recompile the Java source.
I went through some important PDF DOX. But i am not getting the solution. Can please anyone help me.
Kavitha,
This error means your java service is not compiled properly.First go to your java service, change something in it(you can just remove; and add again), then try to save it in Developer.If it gives no errors then it means it is compiled properly.In your case I think it is not compiled.First compile the service and then run it.
Blog I did a while back: Crash course on webmethods Integration Server
quick guide, if you go down to the section on “What about a java service?” it’ll tell you about setting up the compiler if you can’t get it to compile.
You may need to “touch” the source and save it again to get it to try to compile it again. Type a space in the java box for the service and backspace it will do the trick.
Above suggestions will do the trick…sometimes this happens if you migrate the package which has java services so during this process java classes may lose and see the error which you got…so just compile the java service try to edit the code with back space or add some space and save the JS.It should work with out any problems…
com.wm.driver.comm.b2b.WmCommException: [[[ISS.0026.9102] Service ‘Example:Test’ is not operational. To run this service, first recompile the Java Source.
Follow the below steps to recompile your java service
Open the service in WmDeveloper
Make some dummy changes in the code (you can then delete the changes if you want to).
Save the service again. WmDeveloper will recompile the Java service.