In another attempt to get the RB server running, I switched from using the Perl _script_ for running the server to installing the Windows service and using it.
I was able to successfully create the Windows service. It is set up to run under my logon account and password.
When I attempt to process a workflow from a third machine against the Remote Build Server now running under the Windows services, nothing appears to happen in Meister on the third machine. No entries ever appear in the Workflow Monitor for the remote build process.
When I check the logs for the Remote Build Server, the
stderr.log looks like this:
Exception in thread "Thread-2" java.lang.NoClassDefFoundError: com/openmake/integration/OMEnvironment
- at com.openmake.remotebuildmanager._script_ExecutionManager.run_script_Text(Unknown Source)
- at com.openmake.remotebuildmanager.OMRemoteBuildManager.run(Unknown Source)
- at java.lang.Thread.run(Thread.java:595)
Additionally, the
RemoteBuildOut.log shows the appropriate input to setup the
omtemp_rbs_xxxxx.bat file, but this file remains empty. Also, no
omtemp_rbs_xxxxx.rsp is ever generated.
Also, the appropriate line for processing the workflow is never generated in the
RemoteBuildOut.log:
* start /min /wait cmd.exe /C "C:\Program Files\openmake\client\buildserver\jobs\omtemp_rbs_60802.bat"
- This excerpt was taken from the RemoteBuildOut.log of the developmental/test RBS which is functioning properly
Hope this helps. Thanks.
Michael Andrews