The entire message/log I receive is:
[ERROR] Detected while completing processing for job wf_cleanup: FAILED: Could not launch method wf_cleanup: OS error: (No Error), DM error ().
Within the server.ini the following error information:
(paste causing the screen to become unresponsive so typing out most of it)
Loading configuration :com/documentum/mthdservlet/discan.properties
Loading configuration completed
execute!!!
user:dmadmin
docbase:lemt.lemt
id:0800f4e58008d6c8
working on 4d00f4e580026102
00:01:14,212 ERROR [http-0.0.0.0-9140-1] com.documentum.mthdservlet.DoMethod - Exception invoking wf_cleanup.
DfException:: THREAD: http-0.0.0.0-9140-1; MSG: [DM_API_E_BADID]error: "Bad ID given: 0000000000000000"; ERRORCODE: 100; NEXT: null
at com. etc.
I am having no luck finding out why this error is happening in my test environment, in the production environment the job is executing as expected. I have inherited the support of this so I do not know how the job was created but from my research I have found:
The job is a Java application
There is no difference in the following folders between production and test (it is my understanding a jar file could/should? be placed in one of these folders)
/[DOCUMENTUM_SHARED]/jboss5.1.0/server/DctmServer_MethodServer/deploy/ServerApps.ear/DmMethods.war/WEB-INF/lib/
/[DOCUMENTUM_SHARED]/jboss4.2.0/server/DctmServer_MethodServer/deploy/ServerApps.ear/DmMethods.war/WEB-INF/lib/
/[DOCUMENTUM_SHARED]/jboss5.1.0/server/DctmServer_MethodServer/deploy/bpm.war/WEB-INF/lib/ (bpm.war folder does not exist)
/[DOCUMENTUM_SHARED]/jboss4.2.0/server/DctmServer_MethodServer/deploy/bpm.war/WEB-INF/lib/ (bpm.war folder does not exist)
Can the JAR file be stored within the Content Server instead of on the file path and that could be why I'm not finding it? Any assistance in identifying why this is working in my production environment but not in the test environment and/or how to find the jar file would be greatly appreciated.