I want to install a Job, for which below steps are done using Composer. Queries are also mentioned inline
Query: It is an established way of creating/installing a new job that - create class file and place in the java method server dcm/dba/java_methods
But, using composer will be helpful to skip the above step of placing the class file in the method server manually. Is this understanding correct?
1) created the java utility which extends DfSingleDocbaseModule implements IDfMethod, IDfModule
Unit tested the functionality, no issues found
2) Using Composer -
a) created jar def, included the jar file in it
b) created a java library, included jar file and a property file
Query: Since no further jar file is needed, but a property file is being used in the utility - the same jar file which is used in step a) is again included here as well. Do I need to take care any further precaution here in this step?
c) created module, included the jar def & java library in it
d) created method, selected the options - Run as the server, Trace launch, use method server
e) created job, included the method in it
Note: For avoiding confusion, used same naming convention for all the artifacts
f) Dar is installed
Query: Dar installation means - the package structure mentioned in the jar will be created in the method server automatically and the class file will be placed?
This clarfication is needed - because the verb name to used in the method is depending on it
g) JMS, App server are bounced and BOF cache is cleared
h) When the method or the job is executed using DA (choosing the option RUN) - nothing is happening but the status of method / job showing a message - FAILED: Could not launch method <<verb mentioned in the method>>: OS error: (No Error), DM error: ().
Further actions are in the plan to cross verify:
1) Check if the package structure is created and the class file is created in the method server or not
2) Check the log file once after the method or job is executed, which will be present in JBossWeb/2.0.0.GA_CP01 logs
Query: what other actions would be helpful in debugging the issue?
Please include the suggestions, inline to the queries or steps mentioned here