Author |
Message
|
ryro |
Posted: Wed Jun 07, 2006 10:28 pm Post subject: FDL 2 BPEL Conversion error |
|
|
 Novice
Joined: 22 May 2006 Posts: 14
|
Hi
When trying to convert an fdl into a bpl file using SupportPac WA73, error CWWBM0006I is thrown, which is a NullPointerException.
The description of the error...
CWWBM0006I: Caught exception:
Explanation: In the FDL to BPEL converter, a Java exception was caught. The exception information could be helpful for problem analysis.
User Action: None.
The previous error that was thrown before this, CWWBM0069E, (Not sure if this is actually an error or just a return code for the processed statement) - this line occurred 10 times prior to the CWWBM0006I error.
CWWBM0069E: This structure "null" is referred to but not defined in the FDL input file.
The description of the error...
CWWBM0069E: This structure "{0}" is referred to but not defined in the FDL input file.
Explanation: The FDL input file does not contain all of the necessary definitions for the conversion to BPEL.
User Action: Check that all of the data structures referred to in the FDL file are also defined. If you are using the WebSphere MQ Workflow Buildtime, export process definitions with the "Export deep" option.
Not sure what the problem is, or where to begin looking.
Suggestions? |
|
Back to top |
|
 |
hos |
Posted: Thu Jun 08, 2006 12:55 am Post subject: |
|
|
Chevalier
Joined: 03 Feb 2002 Posts: 470
|
Check that your FDL is 'self contained'. The error indicates that your FDL references data structures (e.g. in a process definition) that are not defined in this FDL. Check that all referenced data structures are defined in the same FDL. |
|
Back to top |
|
 |
ryro |
Posted: Thu Jun 08, 2006 3:14 am Post subject: |
|
|
 Novice
Joined: 22 May 2006 Posts: 14
|
Thanks for the reply.
Quote: |
... your FDL references data structures that are not defined in this FDL. Check that all referenced data structures are defined in the same FDL. |
I've searched through the entire model, and am parsing the structure through correctly.
There are only 2 structures that have been created. the main struct and a global struct as well as the 2 default structures that are already there:
1. Default Data Structure
2. Vocabulary_Structure
I'm not sure what further I need to do.
The output that is produced is as follows
CWWBM0069E: This structure "null" is referred to but not defined in the FDL input file.
CWWBM0069E: This structure "null" is referred to but not defined in the FDL input file.
CWWBM0069E: This structure "null" is referred to but not defined in the FDL input file.
CWWBM0069E: This structure "null" is referred to but not defined in the FDL input file.
CWWBM0069E: This structure "null" is referred to but not defined in the FDL input file.
CWWBM0069E: This structure "null" is referred to but not defined in the FDL input file.
CWWBM0069E: This structure "null" is referred to but not defined in the FDL input file.
CWWBM0069E: This structure "null" is referred to but not defined in the FDL input file.
CWWBM0069E: This structure "null" is referred to but not defined in the FDL input file.
CWWBM0069E: This structure "null" is referred to but not defined in the FDL input file.
CWWBM0006I: Caught exception:
java.lang.NullPointerException: null
...
... etc
|
|
Back to top |
|
 |
djeripo |
Posted: Thu Jun 08, 2006 10:37 am Post subject: |
|
|
 Master
Joined: 25 Jan 2004 Posts: 225
|
CWWBM0069E: This structure "null" is referred to but not defined in the FDL input file.
from the above error, it is clear that one or more of the work items in the flow is referring the Data Structure that is not defined yet. Open the file and search for null and see wether it is being used as a data structure for any work item. |
|
Back to top |
|
 |
ryro |
Posted: Thu Jun 08, 2006 8:58 pm Post subject: |
|
|
 Novice
Joined: 22 May 2006 Posts: 14
|
Quote: |
Open the file and search for null |
Unfortunately, already attempted, numerous times in fact... before requesting help.
I have tediously gone through the whole fdl, and there doesn't seem to be any misplaced reference to any other data structure other than the one in use. |
|
Back to top |
|
 |
hos |
Posted: Fri Jun 09, 2006 4:24 am Post subject: |
|
|
Chevalier
Joined: 03 Feb 2002 Posts: 470
|
Hi,
Vocabulary_Structure is not a default data structure that I am aware of.
Verify that Vocabulary_Structure is available to the converter.
If this doesn't help I suggest to open a PMR as this might be a bug. |
|
Back to top |
|
 |
djeripo |
Posted: Fri Jun 09, 2006 8:51 am Post subject: |
|
|
 Master
Joined: 25 Jan 2004 Posts: 225
|
Before opening PMR, create a sample flow with one work item and one Datastructure and import. This can give u better understanding of the problem. All the best |
|
Back to top |
|
 |
ryro |
Posted: Tue Jun 13, 2006 3:19 am Post subject: |
|
|
 Novice
Joined: 22 May 2006 Posts: 14
|
Quote: |
...create a sample flow with one work item and one Datastructure and import. |
In the same org file, I have two independant processes that use the same domain information, data structures etc.
I managed to export that fdl to bpel perfectly. So it must be with the main process. So, I don't think it will be wise to open a PMR for this. |
|
Back to top |
|
 |
|