Mule InstallException:找不到应用程序的配置

Mule InstallException:找不到应用程序的配置,mule,Mule,dev.properties位于/src/main/resources中 在Studio中工作,但不在Mule单机版中工作在单机版中部署后,交叉检查/opt/{Mule.}/apps/{your apps}/classes/properties/dev.properties中的服务器dev.properties文件 或者,如果project在config文件夹中维护了所有属性,请在以下位置/conf/dev.properties中进行交叉检查 确保在mule-app.properties中或在运

dev.properties位于/src/main/resources中


在Studio中工作,但不在Mule单机版中工作

在单机版中部署后,交叉检查/opt/{Mule.}/apps/{your apps}/classes/properties/dev.properties中的服务器dev.properties文件

或者,如果project在config文件夹中维护了所有属性,请在以下位置/conf/dev.properties中进行交叉检查

确保在mule-app.properties中或在运行时传递中定义了环境

参考:

将很难帮助您了解此信息。。你介意提供stacktrace和一些附加信息吗。你在用maven吗?
    <?xml version="1.0" encoding="UTF-8"?>
<mule xmlns:scripting="http://www.mulesoft.org/schema/mule/scripting" xmlns:tracking="http://www.mulesoft.org/schema/mule/ee/tracking" 
    xmlns="http://www.mulesoft.org/schema/mule/core" 
    xmlns:apikit="http://www.mulesoft.org/schema/mule/apikit" 
    xmlns:context="http://www.springframework.org/schema/context" 
    xmlns:doc="http://www.mulesoft.org/schema/mule/documentation" 
    xmlns:http="http://www.mulesoft.org/schema/mule/http" 
    xmlns:jms="http://www.mulesoft.org/schema/mule/jms" 
    xmlns:spring="http://www.springframework.org/schema/beans" 
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-current.xsd
http://www.mulesoft.org/schema/mule/core http://www.mulesoft.org/schema/mule/core/current/mule.xsd
http://www.mulesoft.org/schema/mule/http http://www.mulesoft.org/schema/mule/http/current/mule-http.xsd
http://www.mulesoft.org/schema/mule/apikit http://www.mulesoft.org/schema/mule/apikit/current/mule-apikit.xsd
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
http://www.mulesoft.org/schema/mule/jms http://www.mulesoft.org/schema/mule/jms/current/mule-jms.xsd
http://www.mulesoft.org/schema/mule/ee/tracking http://www.mulesoft.org/schema/mule/ee/tracking/current/mule-tracking-ee.xsd
http://www.mulesoft.org/schema/mule/scripting http://www.mulesoft.org/schema/mule/scripting/current/mule-scripting.xsd">
    <context:property-placeholder location="dev.properties" />