Hello there,
I just installed Pipeline Pilot 8.5 on same server we were running version 8.0.2. The install was done as if we were not using any previous version of PP so the only file associated with the install I re-wrote was the start boot script on /etc/init.d. Once I finished the install I proceeded to rsync data content from the directories public, web and xmldb from version 8.0.2 into version 8.5. To validate the new version, I installed the client on a host running Windows 7 Ent and by trying to run one of my workflows I got a "No server process" status on my job. Same workflow runs fine on version 8.0.2. I verified the syslogs and I got the following:
-bash-4.1\$ cat logs/messages/scitegicerror_scisvr.log
[Wed Sep 12 11:21:48 2012] server.11554: Pilot Error: Unable to load com.scitegic.pilot.Pilot. Swigjava shared library is probably out of date, or class files are missing.
[Wed Sep 12 11:21:48 2012] server.11554: Pilot Error: CComponentJavaPlugin::LocateMethods: Pipeline Pilot exception rethrown
[Wed Sep 12 11:21:48 2012] server.11554: Pilot Error: CComponentJavaPlugin::CreateJVM: Pipeline Pilot exception rethrown
[Wed Sep 12 11:21:48 2012] server11554: Pilot Error: CComponentJavaPlugin::onInitialize: Pipeline Pilot exception rethrown
[Wed Sep 12 11:21:48 2012] server.11554: Pilot Error: -> Text (Text) - error during Initialization phase
[Wed Sep 12 11:21:48 2012] server.11554: Pilot Error: CProtocolBaseImpl::GetNextStartNodeForNewData: Pipeline Pilot exception rethrown
[Wed Sep 12 11:21:48 2012] server.11554: Pilot Error: CProtocolBaseImpl::SetUpComponentStack: Pipeline Pilot exception rethrown
[Wed Sep 12 11:21:48 2012] server.11554: Pilot Error: CProtocolStd::onProcess: Pipeline Pilot exception rethrown
[Wed Sep 12 11:21:48 2012] server.11554: Pilot Error: CProtocol::onProcess: Pipeline Pilot exception rethrown
[Wed Sep 12 11:21:48 2012] server.11554: Pilot Error: -> Head (Subprotocol) - error during Data Record Processing phase
[Wed Sep 12 11:21:48 2012] server.11554: Pilot Error: CProtocolStd::onProcess: Pipeline Pilot exception rethrown
[Wed Sep 12 11:21:48 2012] server.11554: Pilot Error: CProtocol::onProcess: Pipeline Pilot exception rethrown
[Wed Sep 12 11:21:48 2012] server.11554: Pilot Error: CComponentRunner::CallOnProcess: exception caught, calling onFinalize before rethrow
-bash-4.1\$ cat logs/messages/scitegicerror_apache.log
[Wed Sep 12 11:21:53 2012] server.7967: WARN: Inactive pid (11554) found for lck file ppc69741-F021-059E-FCA8-BE24C3871E38
I'm running the Pipeline Pilot server on Scientific Linux 6.2 (64bits, kernel 2.6.32-220.23.1.el6.x86_64). Is there any help I can get in order to solve this issue?
Thanks in advance,
-Hugo