Error Compiling Java Service in wM6.1 [ISS.0026.9102]

Hi everyone,

i got a problem running different custom java services on our is, there aren’t any compilation erros but the is always gives an error message as follows:

Could not run ‘SERVICENAME’.

com.wm.app.b2b.server.ServiceException: [ISS.0026.9102] Service ‘PACKAGE:SERVICENAME’ is not operational. To run this service, first recompile the Java source.

[COLOR=Red]
I changed nothing on the code and it worked fine, some days ago, so anyone knows the problem and maybe knows an issue to fix this?

Thanks for all replys.
[/COLOR]

has anyone recently changed the JVM on that particular IS?

No, there were no changes made on the IS comfigruation or the main system (JVM or anything else).

Some services work… and some wont.

sx1911,

I searched Advantage site and came up with number of post having the same problem, I would recomend to check them:

[url]https://advantage.webmethods.com/meta/default/folder/0000175738?wmp175739.queryString=&wmp175739.start=1&wmp175739.sort=&wmp175739.MaxResults=0&wmp175739.keywords=is%20not%20operational.%20To%20run%20this%20service%2C%20first%20recompile%20the%20Java%20source&wmp175739.order=ascending&wmp175739.pageSize=10&wmp175739.pca_l=AdvCustomSearch&wmp175739.pca_p=AdvCustomSearch&wmp175739.format=1&forumIDs=&er=true&adapter=&configOID=&ef=true&eb=true&keywords=is%20not%20operational.%20To%20run%20this%20service%2C%20first%20recompile%20the%20Java%20source&ea=&ek=true[/url]

sx1911,

I searched Advantage site and came up with number of post having the same problem, I would recomend to check them:

[url]https://advantage.webmethods.com/meta/default/folder/0000175738?wmp175739.queryString=&wmp175739.start=1&wmp175739.sort=&wmp175739.MaxResults=0&wmp175739.keywords=is%20not%20operational.%20To%20run%20this%20service%2C%20first%20recompile%20the%20Java%20source&wmp175739.order=ascending&wmp175739.pageSize=10&wmp175739.pca_l=AdvCustomSearch&wmp175739.pca_p=AdvCustomSearch&wmp175739.format=1&forumIDs=&er=true&adapter=&configOID=&ef=true&eb=true&keywords=is%20not%20operational.%20To%20run%20this%20service%2C%20first%20recompile%20the%20Java%20source&ea=&ek=true[/url]

Thanks Talha Khan, but already searched Advantage.

Solved the problem myself: missing classfiles for the packages.
How ever, they got deleted?! :confused: Cause they got automaticlly generated if you add a new package and add a javaservice.

Added missing files, restartet IS and all worked fine.

Glad it worked out.