Mule服务器错误:com.mulesoft.Mule.module.datamapper.api.exception.DataMapperCreationException:org.jetel.exception.XMLConfigurationException

Mule服务器错误:com.mulesoft.Mule.module.datamapper.api.exception.DataMapperCreationException:org.jetel.exception.XMLConfigurationException,mule,mule-studio,Mule,Mule Studio,我的Mule应用程序与localmachine中的集成Mule服务器配合得很好。当我将其部署到不同计算机中的独立服务器时,它在调用流时抛出以下错误: ERROR 2015-02-13 18:05:55,657 [[OrderFull-v201502131805].connector.http.mule.default.receiver.02] org.mule.exception.DefaultMessagingExceptionStrategy: **********************

我的Mule应用程序与localmachine中的集成Mule服务器配合得很好。当我将其部署到不同计算机中的独立服务器时,它在调用流时抛出以下错误:

ERROR 2015-02-13 18:05:55,657 [[OrderFull-v201502131805].connector.http.mule.default.receiver.02] org.mule.exception.DefaultMessagingExceptionStrategy: 
********************************************************************************
Message               : com.mulesoft.mule.module.datamapper.api.exception.DataMapperCreationException: org.jetel.exception.XMLConfigurationException (java.lang.RuntimeException). Message payload is of type: String
Code                  : MULE_ERROR-29999
--------------------------------------------------------------------------------
Exception stack is:
1. zip file closed (java.lang.IllegalStateException)
  java.util.zip.ZipFile:632 (null)
2. Unknown component type: EXT_XML_WRITER (java.lang.RuntimeException)
  org.jetel.component.ComponentFactory:113 (null)
3. null (org.jetel.exception.XMLConfigurationException)
  org.jetel.graph.TransformationGraphXMLReaderWriter:927 (null)
4. null (org.jetel.exception.XMLConfigurationException)
  org.jetel.graph.TransformationGraphXMLReaderWriter:927 (null)
5. org.jetel.exception.XMLConfigurationException (com.mulesoft.mule.module.datamapper.api.exception.DataMapperCreationException)
  com.mulesoft.mule.module.datamapper.clover.impl.graphfactory.DocumentCloverGraphFactoryImpl:59 (null)
6. com.mulesoft.mule.module.datamapper.api.exception.DataMapperCreationException: org.jetel.exception.XMLConfigurationException (java.lang.RuntimeException)
  com.mulesoft.mule.module.datamapper.clover.impl.graphprovider.PoolGraphProvider:109 (null)
7. com.mulesoft.mule.module.datamapper.api.exception.DataMapperCreationException: org.jetel.exception.XMLConfigurationException (java.lang.RuntimeException). Message payload is of type: String (org.mule.api.MessagingException)
  org.mule.execution.ExceptionToMessagingExceptionExecutionInterceptor:32 (http://www.mulesoft.org/docs/site/current3/apidocs/org/mule/api/MessagingException.html)
--------------------------------------------------------------------------------
Root Exception stack trace:
java.lang.IllegalStateException: zip file closed
    at java.util.zip.ZipFile.ensureOpen(ZipFile.java:632)
    at java.util.zip.ZipFile.getEntry(ZipFile.java:303)
    at java.util.jar.JarFile.getEntry(JarFile.java:226)
    + 3 more (set debug level logging or '-Dmule.verbose.exceptions=true' for everything)
********************************************************************************
在服务器计算机中放置grf文件的位置。我是否需要更改grf文件中的xsd和json文件路径项


请帮助

这是一个众所周知的问题,已在Mule 3.4.0 RC4中修复

见: