Deployer : FlowException error when deploying a WSD

Hi,

I have web service that calls a consumer. After an update of the consumer (Refreshing web descriptor), when deploying the web service I’ve met for the first time that error in the Delpoyer which is blocking my upgrade :

My web service contains 4 operations :

[38208]2016-09-16 16:45:49 CEST [ISS.0026.0008C] Error: Exception serializing Flow Service com.wm.app.b2b.server.ServiceSetupException: com.wm.lang.flow.FlowException: com.wm.lang.xml.WMDocumentException: [ISC.0042.9327] Expecting </DOCUMENT> got </>
[38207]2016-09-16 16:45:46 CEST [ISS.0026.0008C] Error: Exception serializing Flow Service com.wm.app.b2b.server.ServiceSetupException: com.wm.lang.flow.FlowException: com.wm.lang.xml.WMDocumentException: [ISC.0042.9327] Expecting </DOCUMENT> got </>
[38206]2016-09-16 16:45:46 CEST [ISS.0026.0008C] Error: Exception serializing Flow Service com.wm.app.b2b.server.ServiceSetupException: com.wm.lang.flow.FlowException: com.wm.lang.xml.WMDocumentException: [ISC.0042.9327] Expecting </DOCUMENT> got </>
[38205]2016-09-16 16:45:45 CEST [ISS.0026.0008C] Error: Exception serializing Flow Service com.wm.app.b2b.server.ServiceSetupException: com.wm.lang.flow.FlowException: com.wm.lang.xml.WMDocumentException: [ISC.0042.9327] Expecting </DOCUMENT> got </>

[38016]2016-09-16 16:28:16 CEST [ISS.0026.0002E] Failure while loading service mifMetier.synchrone.ws.consumer.crm.getIdentitesCRM_.responseServices:IClientWebService_getAllReference_Response: com.wm.lang.flow.FlowException: com.wm.lang.xml.WMDocumentException: [ISC.0042.9327] Expecting </DOCUMENT> got </>
[38015]2016-09-16 16:28:16 CEST [ISS.0026.0002E] Failure while loading service mifMetier.synchrone.ws.consumer.crm.getIdentitesCRM_.responseServices:IClientWebService_updateClient_Response: com.wm.lang.flow.FlowException: com.wm.lang.xml.WMDocumentException: [ISC.0042.9327] Expecting </DOCUMENT> got </>
[38014]2016-09-16 16:28:16 CEST [ISS.0026.0002E] Failure while loading service mifMetier.synchrone.ws.consumer.crm.getIdentitesCRM_.responseServices:IClientWebService_getAllPays_Response: com.wm.lang.flow.FlowException: com.wm.lang.xml.WMDocumentException: [ISC.0042.9327] Expecting </DOCUMENT> got </>
[38013]2016-09-16 16:28:15 CEST [ISS.0026.0002E] Failure while loading service mifMetier.synchrone.ws.consumer.crm.getIdentitesCRM_.responseServices:IClientWebService_getClientByNumeroClientA_Response: com.wm.lang.flow.FlowException: com.wm.lang.xml.WMDocumentException: [ISC.0042.9327] Expecting </DOCUMENT> got </>

What could be the cause of this error please ?

The consumer has been impacted with two minor modifications (addition of a new field in the WSDL, and changment of order of a field)

Please share your IS vesion with fix levels.

This is due to a corrupted file in the package. Do you have any files under \config? If yes have a look at it.

Thank you, I will look at it tomorrow.
For the fix level, my last updates has less to 3 weeks ago.

Regards

Hi,

Yes, in the config folder inside my services package, I’ve an urlalias.cnf file. Why ?

Example :

ws/mifMetier.synchrone.ws.provider:wsBeneficiaires

My version is :
IS_9.8_Core_Fix7
IS_9.8_SPM_Fix1

What would have I to do when there is a corrupted file ?

Regards

See if this xml file is well formed. If not you can copy the same file from different environment which is working as expected. If you do not have a working one, you must recreate these files.

The XML file is correct and can be edited, opened… and copied.
In my opinion, that XML file is correct.

After regarding near the probem, I’m understanding the issue is happening in the DEV environment.
So it’s not a Deployer issue… it’s an issue I have to correct on the DEV environment, and then I will be abble to make the deployment on Preproduction.

hi,

After looking deeper in this problem, in the end I’ve understood there were a problem in my consumer.
For an unknow reason, the services contained in the responseServices folder were like orphan (they lose all references).
So I’ve recreated the Consumers, and then, all is got back normal :slight_smile: .

Thanks for your help.