ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » BIP2217E Error after deploying other apps in the same EG

Post new topic  Reply to topic
 BIP2217E Error after deploying other apps in the same EG « View previous topic :: View next topic » 
Author Message
ipujals
PostPosted: Wed Feb 06, 2013 8:37 am    Post subject: BIP2217E Error after deploying other apps in the same EG Reply with quote

Apprentice

Joined: 26 Jun 2012
Posts: 31

Hi,

I am migrating WMB 8.0.0.1 from a Windows environment to an AIX environment.

Everything is going well except for one thing. I explain my scenario:

I have one execution group with 8 applications. Every application references one library (same library in every application).

ExGr1:
- Application 1 with some flows and mapps and uses Library 1
- Application 2 with some flows and mapps and uses Library 1
- Application 3 with some flows and mapps and uses Library 1
...

Every App is starting with a SOAPInput.

I deployed all in the same BAR and all worked.

Now I changed some mapping in App1 (not modifying Library 1). I deploy my App1 to my Broker and App1 is working, but the rest of Applications give me the same error when I try it although I am using the same payload that before has been working before I deploy my modified App1.


Code:
<Text>BIP2230E: Error detected whilst processing a message in node 'gen/I006_A005_NUM_AUTORITService_MF_I006_A005_NUM_AUTORITZACIO.Extract'.
The message broker detected an error whilst processing a message in node 'gen/I006_A005_NUM_AUTORITService_MF_I006_A005_NUM_AUTORITZACIO.Extract'. An exception has been thrown to cut short the processing of the message.
See the following messages for details of the error. : /build/slot1/S800_P/src/DataFlowEngine/PluginInterface/ImbJniNode.cpp: 1260: ImbJniNode::evaluate: ComIbmSOAPExtractNode: MF_I006_A005_NUM_AUTORITZACIO#FCMComposite_1_2.gen/I006_A005_NUM_AUTORITService_MF_I006_A005_NUM_AUTORITZACIO#FCMComposite_1_1
BIP3614E: A SOAP logical tree cannot be built from the message bitstream.
The bitstream is not a valid Web service message.
Review further error messages for an indication to the cause of the error. : /build/slot1/S800_P/src/WebServices/WSLibrary/ImbSOAPParser.cpp: 2062: ImbSOAPParser::createSoapShapedTree: :
BIP2217E: File name ''/var/mqsi/components/BROKER_AIX_PROD/570a9ea9-3c01-0000-0080-886f245a2d13/config/a296aeab-3c01-0000-0080-bdaeec1928f7/XSD/LBR_I006_WSDLs_ECAP.mqsiLibrary/MS_I006_VISIO360.xsdzip'' is invalid for resource manager ''ImbFileResourceManager::preprocessFileName''.
The message broker is given a file name ''/var/mqsi/components/BROKER_AIX_PROD/570a9ea9-3c01-0000-0080-886f245a2d13/config/a296aeab-3c01-0000-0080-bdaeec1928f7/XSD/LBR_I006_WSDLs_ECAP.mqsiLibrary/MS_I006_VISIO360.xsdzip'' which is not valid for the resource manager ''ImbFileResourceManager::preprocessFileName''. This may be an invalid/unknown file name extension or simply an invalid file path.
Ensure a valid file name is provided. : /build/slot1/S800_P/src/DataFlowEngine/TextFileResource/ImbFileResourceManager.cpp: 1217: ImbFileResourceManager::preprocessFileName: :</Text>


Looks like WMB is deleting some files?

In windows environment I didn't have this problem, I could deploy an App without making the others stop working.

Any help?

Thanks a lot!
Back to top
View user's profile Send private message
lancelotlinc
PostPosted: Wed Feb 06, 2013 9:04 am    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

MS_I006_VISIO360.xsdzip is causing an exception. A SOAP logical tree cannot be built from the message bitstream. The bitstream is not a valid Web service message.

Examine this library to see if you've made an error specifying the WSDL structure. Did you import this WSDL? Or, write it yourself?

ipujals wrote:
Looks like WMB is deleting some files?


No, it looks like the human is not using the product properly.
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER


Last edited by lancelotlinc on Wed Feb 06, 2013 9:13 am; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail
ipujals
PostPosted: Wed Feb 06, 2013 9:12 am    Post subject: Reply with quote

Apprentice

Joined: 26 Jun 2012
Posts: 31

Thx for the reply,

In this message set MS_I006_VISIO360 are all message definitions used by the 8 apps. These message definitions are constructed importing a single WSDL that a third client has sent to me.

I have not done any modification in this library nor message set nor message definition.

I only modified message flow of application 1. And I am trying a message flow of other applications.
Back to top
View user's profile Send private message
lancelotlinc
PostPosted: Wed Feb 06, 2013 9:13 am    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

ipujals wrote:
Thx for the reply,

In this message set MS_I006_VISIO360 are all message definitions used by the 8 apps. These message definitions are constructed importing a single WSDL that a third client has sent to me.

I have not done any modification in this library nor message set nor message definition.

I only modified message flow of application 1. And I am trying a message flow of other applications.


Try re-importing the WSDL.
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Back to top
View user's profile Send private message Send e-mail
ipujals
PostPosted: Wed Feb 06, 2013 9:21 am    Post subject: Reply with quote

Apprentice

Joined: 26 Jun 2012
Posts: 31

Hi,

no luck

Same. I re-imported WSDL, I deployed all apps and worked, then made a change on a one application, deployed that app only, and then the others applications on the same execution group stop working
Back to top
View user's profile Send private message
lancelotlinc
PostPosted: Wed Feb 06, 2013 9:30 am    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

Stop, wait 30 seconds, then restart the EG.
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Back to top
View user's profile Send private message Send e-mail
mqjeff
PostPosted: Wed Feb 06, 2013 10:03 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

There's a bug. http://www-01.ibm.com/support/docview.wss?uid=swg1IC88825

Remove the app, redeploy it.
Back to top
View user's profile Send private message
ipujals
PostPosted: Thu Feb 07, 2013 3:02 am    Post subject: Reply with quote

Apprentice

Joined: 26 Jun 2012
Posts: 31

Wow...

thank you for the information mqjeff. I was getting mad!

Thank you lancelotlinc too!

Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » BIP2217E Error after deploying other apps in the same EG
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.