Author |
Message |
Topic: No class found error |
dputzeys
Replies: 11 Views: 10784
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon May 16, 2005 11:16 pm Subject: No class found error |
This is the complete code more or less:
private ExecutionService _service;
public MQWorkflowClient() {
super();
_service = null;
}
public void logon( ... |
Topic: No class found error |
dputzeys
Replies: 11 Views: 10784
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri May 13, 2005 12:04 am Subject: No class found error |
Hi,
thanks for the answers, but however, I already thought of that (as I am a Java developer for over 5 years now, such an error is indeed not "new" to me ).
As for the NoClassDefFoundError: ... |
Topic: No class found error |
dputzeys
Replies: 11 Views: 10784
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu May 12, 2005 6:32 am Subject: No class found error |
Hi,
I have same problem.
This is the error :
java.lang.NoClassDefFoundError
at com.ibm.workflow.api.Agent$LocLocator.locate(Agent.java:88 )
at com.ibm.workflow.api.Agent.setName(Agent.jav ... |
Topic: [Solved] can not recreate runtime db |
dputzeys
Replies: 3 Views: 2772
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Sun Mar 06, 2005 4:56 am Subject: Indeed |
Denise,
correct, I forgot to put some details
- platform : Windows 2000
- version : MQWorkflow 3.5.0 (with all latest patches !)
I did try to go out of fmczutil and reenter, however with n ... |
Topic: [Solved] can not recreate runtime db |
dputzeys
Replies: 3 Views: 2772
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Mar 02, 2005 9:52 am Subject: [Solved] can not recreate runtime db |
Hi
I deleted the runtime database using fmczutil.
However I am not able to recreate the runtime database using the same tool. this is the error:
FMC33206I Selected Runtime Database Commands ... |
Topic: db2 rebind vs fmczutil vs fmczrdb |
dputzeys
Replies: 10 Views: 11346
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Dec 21, 2004 5:22 am Subject: hmm |
1) reorgchk : OK thanks, I thought as mutch, but the IBM DB2 manual is not that clear on this issue
2) MQSeries and MQWF need to be running in order to have fmczutil to be able to connect to it. Stra ... |
Topic: db2 rebind vs fmczutil vs fmczrdb |
dputzeys
Replies: 10 Views: 11346
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Dec 21, 2004 2:26 am Subject: can it be done online |
interesting discussion,
however 3 questions remain open :
1) can I run the "reorgchk update..." command while MQWF is running (and thus applications are using it ) ?
2) can I run the fmczutil,s,r ... |
Topic: [SOLVED]change container from array to single element |
dputzeys
Replies: 4 Views: 2380
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Oct 28, 2004 7:05 am Subject: error code |
Actually testing revealed it is FMC_ERROR_MEMBER_NOT_FOUND
rgds
dirkp |
Topic: [SOLVED]change container from array to single element |
dputzeys
Replies: 4 Views: 2380
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Oct 27, 2004 11:46 pm Subject: does this apply for the setString2(), setString()? |
does the same error (Member does not exist) apply for the setString2(,), setString methods() ?
rgds
dirkp |
Topic: [SOLVED]change container from array to single element |
dputzeys
Replies: 4 Views: 2380
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Oct 27, 2004 6:21 am Subject: [SOLVED]change container from array to single element |
hi,
we have following problem
an element in our datacontainer changed from an array to a single element
eg : we used to have RoleCoworker[1] and changed this to RoleCoworker
main reason wh ... |