Author |
Message
|
scravr |
Posted: Wed Feb 20, 2013 6:51 am Post subject: Deploy APP bar error |
|
|
 Partisan
Joined: 03 Apr 2003 Posts: 391 Location: NY NY USA 10021
|
Anyone has any idea why deploying a BAR reside within APP gets this error:
Begin running task [Deploying [Z100_WS_APP.bar] to execution group [CdtsAll]]
BIP2087E: Broker MB8BROKER was unable to process the internal configuration message.
The entire internal configuration message failed to be processed successfully.
Use the messages following this message to determine the reasons for the failure. If the problem cannot be resolved after reviewing these messages, contact your IBM Support center. Enabling service trace may help determine the cause of the failure.
BIP4041E: Execution group 'CdtsAll' received an administration request that encountered an exception.
While attempting to process an administration request, an exception was encountered. No updates have been made to the configuration of the execution group.
Review related error messages to determine why the administration request failed.
BIP2402E: (, 5.1) : Syntax error : 'BROKER'.
The token caused a syntax error.
Correct the syntax of your ESQL expression in node '', around line and column '5.1', then redeploy the message flow.
The task was unsuccessful: The deployment was unsuccessful. Check error messages above for explanation.
The APP references 5 LIBs; one of them is a SUB-FLOW LIB with 35 sub-flows; this SUB-FLOWs LIB references 2 LIBs witch are references by the APP itself.
That means 2 LIBs are references by the main APP and by the SUB-FLOWs LIB. |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Feb 20, 2013 6:55 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
A bar file does not reside within an app.
An app is deployed using a bar file.
Unless you have edited the error message before posting it, the error message is extremely unspecific about where the ESQL error is being found.
But the error message is specific that the error is caused by an ESQL file.
There are a number of APARs with subflows in Broker v8. Since you are talking about Apps and Libs, you must be using v8.
You are recommended to update to Broker v8.0.0.1 and then open a PMR to further resolve this issue.
You will need to supply a service trace taken during deployment of this bar file. |
|
Back to top |
|
 |
scravr |
Posted: Wed Feb 20, 2013 8:00 am Post subject: |
|
|
 Partisan
Joined: 03 Apr 2003 Posts: 391 Location: NY NY USA 10021
|
A bar file CAN reside within an app, lib, BARs, etc.
error message was not edited, and there should not be error in any esql since all was transfered from V7 working projects.
YES; the error message is extremely unspecific about where the ESQL error is being found. |
|
Back to top |
|
 |
cubibm |
Posted: Thu May 30, 2013 5:47 am Post subject: |
|
|
Newbie
Joined: 30 May 2013 Posts: 2
|
Hi scravr
Did you ever get or find a resolution for this? I'm having the same problem.
BIP2402E: (, 3.1) : Syntax error : 'BROKER'.
The token caused a syntax error.
Correct the syntax of your ESQL expression in node '', around line and column '3.1', then redeploy the message flow |
|
Back to top |
|
 |
scravr |
Posted: Thu May 30, 2013 6:10 am Post subject: |
|
|
 Partisan
Joined: 03 Apr 2003 Posts: 391 Location: NY NY USA 10021
|
this may have to do with "BROKER SCHEMA" declaration.
it MUST be FIRST line in ESQL file. before any comments.
or install toolkit 8002 |
|
Back to top |
|
 |
cubibm |
Posted: Thu May 30, 2013 6:24 am Post subject: |
|
|
Newbie
Joined: 30 May 2013 Posts: 2
|
Thank you for the quick response.
That was it. The projects were migrated from version 7 and there was one file with an empty line before the BROKER SCHEMA declaration line.
I guess WMB is like humans, the older it gets the fussier it is. |
|
Back to top |
|
 |
|