servicemix-3.2.1 部署异常
<jbi-task xmlns="http://java.sun.com/xml/ns/jbi/management-message" version="1.0">
<jbi-task-result>
## framework task result 框架任务部署结果
<frmwk-task-result>
<frmwk-task-result-details>
<task-result-details>
<task-id>deploy</task-id>
<task-result>FAILED</task-result>
<message-type>ERROR</message-type>
</task-result-details>
</frmwk-task-result-details>
</frmwk-task-result>
## component task result 组件任务部署结果
<component-task-result xmlns="http://java.sun.com/xml/ns/jbi/management-message">
<component-name>servicemix-jms</component-name>
<component-task-result-details>
<task-result-details>
<task-id>deploy</task-id>
<task-result>SUCCESS</task-result>
</task-result-details>
</component-task-result-details>
</component-task-result> <component-task-result>
<component-name>servicemix-eip</component-name>
<component-task-result-details>
<task-result-details>
<task-id>deploy</task-id>
<task-result>FAILED</task-result>
<message-type>ERROR</message-type>
<task-status-msg>
<msg-loc-info>
<loc-token/>
<loc-message>Unable to parse result string</loc-message>
</msg-loc-info>
</task-status-msg>
<exception-info>
<nesting-level>1</nesting-level>
<loc-token/>
<loc-message><component-task-result xmlns="http://java.sun.com/xml/ns/jbi/management-message">
<component-name>servicemix-eip</component-name>
<component-task-result-details>
<task-result-details>
<task-id>deploy</task-id>
<task-result>FAILED</task-result>
<message-type>ERROR</message-type>
<task-status-msg><msg-loc-info><loc-token/><loc-message>Could not deploy xbean service unit</loc-message></msg-loc-info></task-status-msg>
<exception-info>
<nesting-level>1</nesting-level>
<msg-loc-info>
<loc-token />
<loc-message> org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException:
Line 39 in XML document from file
[D:\osesbinaction\esb\apache-servicemix-3.2.1\data\smx\service-assemblies\cheapflow-sa\version_1\sus\servicemix-eip\cheapflow-routing-su\xbean.xml] is invalid;
nested exception is org.xml.sax.SAXParseException:
The element type "eip:exchange-target" must be terminated by the matching end-tag "</eip:exchange-target>".</loc-message>
<stack-trace><![CDATA[ org.apache.xbean.kernel.ServiceRegistrationException:
org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException:
Line 39 in XML document from file
[D:\osesbinaction\esb\apache-servicemix-3.2.1\data\smx\service-assemblies\cheapflow-sa\version_1\sus\servicemix-eip\cheapflow-routing-su\xbean.xml] is invalid;
nested exception is org.xml.sax.SAXParseException:
The element type "eip:exchange-target" must be terminated by the matching end-tag "</eip:exchange-target>".
at org.apache.xbean.kernel.standard.ServiceManagerRegistry.registerService(ServiceManagerRegistry.java:424)
at org.apache.xbean.kernel.standard.StandardKernel.registerService(StandardKernel.java:220)
at org.apache.xbean.server.spring.loader.SpringLoader.load(SpringLoader.java:152)
at org.apache.servicemix.common.xbean.AbstractXBeanDeployer.deploy(AbstractXBeanDeployer.java:83)
at org.apache.servicemix.common.BaseServiceUnitManager.doDeploy(BaseServiceUnitManager.java:88)
at org.apache.servicemix.common.BaseServiceUnitManager.deploy(BaseServiceUnitManager.java:69)
at org.apache.servicemix.jbi.framework.DeploymentService.deployServiceAssembly(DeploymentService.java:508)
at org.apache.servicemix.jbi.framework.AutoDeploymentService.updateServiceAssembly(AutoDeploymentService.java:350)
at org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentService.java:253)
at org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDirectory(AutoDeploymentService.java:647)
at org.apache.servicemix.jbi.framework.AutoDeploymentService.access$800(AutoDeploymentService.java:60)
at org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run(AutoDeploymentService.java:611)
at java.util.TimerThread.mainLoop(Timer.java:512)
at java.util.TimerThread.run(Timer.java:462)
Caused by: org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException:
Line 39 in XML document from file
[D:\osesbinaction\esb\apache-servicemix-3.2.1\data\smx\service-assemblies\cheapflow-sa\version_1\sus\servicemix-eip\cheapflow-routing-su\xbean.xml] is invalid;
nested exception is org.xml.sax.SAXParseException:
The element type "eip:exchange-target" must be terminated by the matching end-tag "</eip:exchange-target>". at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:359)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:303)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:280)
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:131)
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:147)
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:173)
at org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions(AbstractXmlApplicationContext.java:112)
at org.apache.xbean.spring.context.FileSystemXmlApplicationContext.loadBeanDefinitions(FileSystemXmlApplicationContext.java:168)
at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:101)
at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:389)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:324)
at org.apache.xbean.server.spring.configuration.SpringConfiguration.<init>(SpringConfiguration.java:63)
at org.apache.xbean.server.spring.configuration.SpringConfigurationServiceFactory.createService(SpringConfigurationServiceFactory.java:106)
at org.apache.xbean.kernel.standard.ServiceManager.start(ServiceManager.java:420)
at org.apache.xbean.kernel.standard.ServiceManager.initialize(ServiceManager.java:200)
at org.apache.xbean.kernel.standard.RegistryFutureTask$RegisterCallable.call(RegistryFutureTask.java:110)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at org.apache.xbean.kernel.standard.ServiceManagerRegistry.registerService(ServiceManagerRegistry.java:409)
... 13 more
Caused by: org.xml.sax.SAXParseException: The element type "eip:exchange-target" must be terminated by the matching end-tag "</eip:exchange-target>".
at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown Source)
at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at org.springframework.beans.factory.xml.DefaultDocumentLoader.loadDocument(DefaultDocumentLoader.java:76)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:351)
... 31 more
]]></stack-trace>
</msg-loc-info>
</exception-info>
</task-result-details>
</component-task-result-details>
</component-task-result></loc-message>
<stack-trace>
<![CDATA[javax.jbi.management.DeploymentException:
<component-task-result xmlns="http://java.sun.com/xml/ns/jbi/management-message">
<component-name>servicemix-eip</component-name>
<component-task-result-details>
<task-result-details>
<task-id>deploy</task-id>
<task-result>FAILED</task-result>
<message-type>ERROR</message-type>
<task-status-msg>
<msg-loc-info>
<loc-token/>
<loc-message>Could not deploy xbean service unit</loc-message>
</msg-loc-info>
</task-status-msg>
<exception-info>
<nesting-level>1</nesting-level>
<msg-loc-info>
<loc-token />
<loc-message>
org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException:
Line 39 in XML document from file [D:\osesbinaction\esb\apache-servicemix-3.2.1\data\smx\service-assemblies\cheapflow-sa\version_1\sus\servicemix-eip\cheapflow-routing-su\xbean.xml] is invalid;
nested exception is org.xml.sax.SAXParseException:
The element type "eip:exchange-target" must be terminated by the matching end-tag "</eip:exchange-target>".
</loc-message>
<stack-trace>
<![CDATA[
服务注册异常:
org.apache.xbean.kernel.ServiceRegistrationException:
XmlBean定义存储异常:文件xxx.xml非法
org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException:
Line 39 in XML document from file [D:\osesbinaction\esb\apache-servicemix-3.2.1\data\smx\service-assemblies\cheapflow-sa\version_1\sus\servicemix-eip\cheapflow-routing-su\xbean.xml] is invalid;
SAX解析异常: "eip:exchange-target"元素类型必须被对应的"</eip:exchange-target>"结束标签终止
nested exception is org.xml.sax.SAXParseException:
The element type "eip:exchange-target" must be terminated by the matching end-tag "</eip:exchange-target>".
at org.apache.xbean.kernel.standard.ServiceManagerRegistry.registerService(ServiceManagerRegistry.java:424)
at org.apache.xbean.kernel.standard.StandardKernel.registerService(StandardKernel.java:220)
at org.apache.xbean.server.spring.loader.SpringLoader.load(SpringLoader.java:152)
at org.apache.servicemix.common.xbean.AbstractXBeanDeployer.deploy(AbstractXBeanDeployer.java:83)
at org.apache.servicemix.common.BaseServiceUnitManager.doDeploy(BaseServiceUnitManager.java:88)
at org.apache.servicemix.common.BaseServiceUnitManager.deploy(BaseServiceUnitManager.java:69)
at org.apache.servicemix.jbi.framework.DeploymentService.deployServiceAssembly(DeploymentService.java:508)
at org.apache.servicemix.jbi.framework.AutoDeploymentService.updateServiceAssembly(AutoDeploymentService.java:350)
at org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentService.java:253)
at org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDirectory(AutoDeploymentService.java:647)
at org.apache.servicemix.jbi.framework.AutoDeploymentService.access$800(AutoDeploymentService.java:60)
at org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run(AutoDeploymentService.java:611)
at java.util.TimerThread.mainLoop(Timer.java:512)
at java.util.TimerThread.run(Timer.java:462)
Caused by: org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException:
Line 39 in XML document from file [D:\osesbinaction\esb\apache-servicemix-3.2.1\data\smx\service-assemblies\cheapflow-sa\version_1\sus\servicemix-eip\cheapflow-routing-su\xbean.xml] is invalid; nested exception is org.xml.sax.SAXParseException: The element type "eip:exchange-target" must be terminated by the matching end-tag "</eip:exchange-target>".
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:359)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:303)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:280)
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:131)
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:147)
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:173)
at org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions(AbstractXmlApplicationContext.java:112)
at org.apache.xbean.spring.context.FileSystemXmlApplicationContext.loadBeanDefinitions(FileSystemXmlApplicationContext.java:168)
at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:101)
at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:389)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:324)
at org.apache.xbean.server.spring.configuration.SpringConfiguration.<init>(SpringConfiguration.java:63)
at org.apache.xbean.server.spring.configuration.SpringConfigurationServiceFactory.createService(SpringConfigurationServiceFactory.java:106)
at org.apache.xbean.kernel.standard.ServiceManager.start(ServiceManager.java:420)
at org.apache.xbean.kernel.standard.ServiceManager.initialize(ServiceManager.java:200)
at org.apache.xbean.kernel.standard.RegistryFutureTask$RegisterCallable.call(RegistryFutureTask.java:110)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at org.apache.xbean.kernel.standard.ServiceManagerRegistry.registerService(ServiceManagerRegistry.java:409)
... 13 more
Caused by: org.xml.sax.SAXParseException: The element type "eip:exchange-target" must be terminated by the matching end-tag "</eip:exchange-target>".
at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown Source)
at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at org.springframework.beans.factory.xml.DefaultDocumentLoader.loadDocument(DefaultDocumentLoader.java:76)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:351)
... 31 more
]]]]><![CDATA[></stack-trace>
</msg-loc-info>
</exception-info>
</task-result-details>
</component-task-result-details>
</component-task-result> at org.apache.servicemix.common.ManagementSupport.failure(ManagementSupport.java:46)
at org.apache.servicemix.common.AbstractDeployer.failure(AbstractDeployer.java:43)
at org.apache.servicemix.common.xbean.AbstractXBeanDeployer.deploy(AbstractXBeanDeployer.java:111)
at org.apache.servicemix.common.BaseServiceUnitManager.doDeploy(BaseServiceUnitManager.java:88)
at org.apache.servicemix.common.BaseServiceUnitManager.deploy(BaseServiceUnitManager.java:69)
at org.apache.servicemix.jbi.framework.DeploymentService.deployServiceAssembly(DeploymentService.java:508)
at org.apache.servicemix.jbi.framework.AutoDeploymentService.updateServiceAssembly(AutoDeploymentService.java:350)
at org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentService.java:253)
at org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDirectory(AutoDeploymentService.java:647)
at org.apache.servicemix.jbi.framework.AutoDeploymentService.access$800(AutoDeploymentService.java:60)
at org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run(AutoDeploymentService.java:611)
at java.util.TimerThread.mainLoop(Timer.java:512)
at java.util.TimerThread.run(Timer.java:462)
]]></stack-trace>
</exception-info>
</task-result-details>
</component-task-result-details>
</component-task-result> <component-task-result xmlns="http://java.sun.com/xml/ns/jbi/management-message">
<component-name>servicemix-bean</component-name>
<component-task-result-details>
<task-result-details>
<task-id>deploy</task-id>
<task-result>SUCCESS</task-result>
</task-result-details>
</component-task-result-details>
</component-task-result> <component-task-result xmlns="http://java.sun.com/xml/ns/jbi/management-message">
<component-name>servicemix-saxon</component-name>
<component-task-result-details>
<task-result-details>
<task-id>deploy</task-id>
<task-result>SUCCESS</task-result>
</task-result-details>
</component-task-result-details>
</component-task-result>
</jbi-task-result>
</jbi-task>
文件xbean.xml 38行缺少结束标签
D:\osesbinaction\esb\apache-servicemix-3.2.1\data\smx\service-assemblies\cheapflow-sa\version_1\sus\servicemix-eip\cheapflow-routing-su\xbean.xml
装配文件cheapflow-sa.zip文件结构:
组件servicemix-eip任务部署失败(即服务单元cheapflow-routing-su.zip组件文件部署失败)
########
${servicemix.home}/hotdeploy目录下的装配文件cheapflow-sa.zip,会被具体部署到${servicemix.home}/data/smx/service-assemblies目录下
cheapflow-sa.zip装配文件的目录结构:
install目录的内容是: cheapflow-sa.zip文件的解压
servicemix-bean目录的内容是: cheapflow-bean-su.zip服务单元文件的解压
servicemix-eip目录的内容是: cheapflow-routing-su.zip服务单元文件的解压
servicemix-jms目录的内容是: cheapflow-jms-su.zip服务单元文件的解压
servicemix-saxon目录的内容是: cheapflow-xslt-su.zip服务单元文件的解压
添加结束标签后部署情况:
[java] INFO - AutoDeploymentService - Directory: hotdeploy: Archive changed: processing cheapflow-sa.zip ...
[java] INFO - ServiceAssemblyLifeCycle - Starting service assembly: cheapflow-sa
[java] INFO - ServiceUnitLifeCycle - Initializing service unit: cheapflow-jms-su
[java] INFO - ServiceUnitLifeCycle - Initializing service unit: cheapflow-routing-su
[java] INFO - ServiceUnitLifeCycle - Initializing service unit: cheapflow-bean-su
[java] INFO - ServiceUnitLifeCycle - Initializing service unit: cheapflow-xslt-su
[java] INFO - ServiceUnitLifeCycle - Starting service unit: cheapflow-jms-su
[java] INFO - ServiceUnitLifeCycle - Starting service unit: cheapflow-routing-su
[java] INFO - ServiceUnitLifeCycle - Starting service unit: cheapflow-bean-su
[java] INFO - ServiceUnitLifeCycle - Starting service unit: cheapflow-xslt-su
[java] INFO - AutoDeploymentService - Directory: hotdeploy: Finished installation of archive: cheapflow-sa.zip
[java] INFO - AutoDeploymentService - Directory: hotdeploy: Archive changed: processing cheapflow-sa.zip ...
[java] INFO - ServiceAssemblyLifeCycle - Shutting down service assembly: cheapflow-sa
[java] INFO - ServiceUnitLifeCycle - Stopping service unit: cheapflow-jms-su
[java] INFO - ServiceUnitLifeCycle - Stopping service unit: cheapflow-routing-su
[java] INFO - ServiceUnitLifeCycle - Stopping service unit: cheapflow-bean-su
[java] INFO - ServiceUnitLifeCycle - Stopping service unit: cheapflow-xslt-su
[java] INFO - ServiceUnitLifeCycle - Shutting down service unit: cheapflow-jms-su
[java] INFO - ServiceUnitLifeCycle - Shutting down service unit: cheapflow-routing-su
[java] INFO - ServiceUnitLifeCycle - Shutting down service unit: cheapflow-bean-su
[java] INFO - ServiceUnitLifeCycle - Shutting down service unit: cheapflow-xslt-su
[java] INFO - ServiceAssemblyLifeCycle - Shutting down service assembly: cheapflow-sa
[java] INFO - DeploymentService - UnDeployed ServiceUnit cheapflow-jms-su from Component: servicemix-jms
[java] INFO - DeploymentService - UnDeployed ServiceUnit cheapflow-routing-su from Component: servicemix-eip
[java] INFO - DeploymentService - UnDeployed ServiceUnit cheapflow-bean-su from Component: servicemix-bean
[java] INFO - DeploymentService - UnDeployed ServiceUnit cheapflow-xslt-su from Component: servicemix-saxon
[java] INFO - ServiceAssemblyLifeCycle - Starting service assembly: cheapflow-sa
[java] INFO - ServiceUnitLifeCycle - Initializing service unit: cheapflow-jms-su
[java] INFO - ServiceUnitLifeCycle - Initializing service unit: cheapflow-routing-su
[java] INFO - ServiceUnitLifeCycle - Initializing service unit: cheapflow-bean-su
[java] INFO - ServiceUnitLifeCycle - Initializing service unit: cheapflow-xslt-su
[java] INFO - ServiceUnitLifeCycle - Starting service unit: cheapflow-jms-su
[java] INFO - ServiceUnitLifeCycle - Starting service unit: cheapflow-routing-su
[java] INFO - ServiceUnitLifeCycle - Starting service unit: cheapflow-bean-su
[java] INFO - ServiceUnitLifeCycle - Starting service unit: cheapflow-xslt-su
[java] INFO - AutoDeploymentService - Directory: hotdeploy: Finished installation of archive: cheapflow-sa.zip
servicemix-3.2.1 部署异常的更多相关文章
- Maven部署异常:on project standalone-pom: Cannot deploy artifact from the local repository解决方法
MAVEN部署异常 org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache. ...
- weblogic部署异常: cvc-enumeration-valid: string value '3.0' is not a valid enumeration value for web-app-versionType in namespace http://java.sun.com/xml/ns/javaee:<null>
尝试使用weblogic部署一个Demo应用,在选择应用目录后,报出下面的异常: VALIDATION PROBLEMS WERE FOUND problem: cvc-enumeration-val ...
- Elasticsearch部署异常Permission denied
异常描述 在Linux上部署ElasticSearch时抛出了一个异常如下: log4j:ERROR setFile(null,true) call failed. java.io.FileNotFo ...
- log4j加载方式导致的bae和sae部署异常
这2天改在bae上部署代码,为了便于程序的功能测试,引入了log4j日志,但是问题来了..测试程序采用的是spring3.2.8框架搭建,web.xml引入日志代码为: <context-par ...
- 《为大量出现的KPI流快速部署异常检测模型》 笔记
以下我为这篇<Rapid Deployment of Anomaly Detection Models for Large Number of Emerging KPI Streams>做 ...
- odoo开发笔记 -- docker容器打包到另一台服务器部署异常
场景描述: odoo.conf文件指定了数据库配置,如果docker打包的时候,没注意,新环境启动该镜像,会导致并没有连接本地的数据库,如果你配置文件中的数据库地址,当前这台服务器也可以访问到,那么问 ...
- docker jenkins 前端node项目 自动化部署异常 env: ‘node’: No such file or directory
出现问题是docker jenkins 里面没有自动安装node导致找不到这个Node命令 解决方案:手动安装nodejs # 进入jenkins对应容器中 # docker exec -it [对应 ...
- 【G】开源的分布式部署解决方案文档 - 使用手册
G.系列导航 [G]开源的分布式部署解决方案 - 导航 已知问题 导航没有联动 因为权限只是做了基础的登录校验,考虑到后面导航要跟权限关联上暂时是写死的. 只有部分界面使用了Vue.js 因为刚开始没 ...
- jenkins自动部署windwos服务器
jenkins 持续构建windows 项目 需求说明 公司新购windwos服务器,并配置了堡垒机,由于经常要提交代码进行更新,导致手动部署很是麻烦,故采用公司jenkins实行持续构建 jenki ...
随机推荐
- 微信小程序开发之图片等比例缩放 获取屏幕尺寸图片尺寸 自适应
wxml: <image style="width: {{imagewidth}}px; height: {{imageheight}}px;" src="{{i ...
- 【Pyqt5】之高级控件QTableWidget的使用
1:动态渲染数据+动态添加控件(按钮,进度条) class MainWindow(QWidget, Ui_MainFrom): def __init__(self): super(MainWindow ...
- 学习JDK1.8集合源码之--LinkedList
1. LinkedList简介 LinkedList是一种可以在任何位置进行高效地插入和移除操作的有序序列,它是基于双向链表实现的.因为它实现了Deque接口,所以也是双端队列的一种实现. 2.Lin ...
- javascript里的eval总结
JavaScript eval() 函数 1.定义和用法 eval() 函数计算 JavaScript 字符串,并把它作为脚本代码来执行. 如果参数是一个表达式,eval() 函数将执行表达式.如果参 ...
- POJ 1845 (洛谷 :题目待添加)Sumdiv
约数和 题目描述 给出a和b求a^b的约数和. 输入格式: 一行两个数a,b. 输出格式: 一个数表示结果对 9901 的模. Input 2 3 Output 15 SB的思路: 这是一道典型的数论 ...
- CentOS上搭建Yii2 --2017
1.安装composer(作曲家?好像是php的包管理,类似python中的pip) #安装 curl -sS https://getcomposer.org/installer | php #移动到 ...
- UIScrollView 实践经验
UIScrollView(包括它的子类 UITableView 和 UICollectionView)是 iOS 开发中最常用也是最有意思的 UI 组件,大部分 App 的核心界面都是基于三者之一或三 ...
- Effective Modern C++:01类型推导
C++的官方钦定版本,都是以ISO标准被接受的年份命名,分别是C++98,C++03,C++11,C++14,C++17,C++20等.C++11及其后续版本统称为Modern C++. C++11之 ...
- More Effective C++: 06杂项讨论
32:在未来时态下发展程序 世事永远在变,好的软件对于变化有良好的适应能力:可以容纳新的性质,可以移植到新的平台,可以适应新的需求,可以掌握新的输入.所谓在未来时态下设计程序,就是接受“事情总会改变” ...
- Python学习之路11☞异常处理
一 错误和异常 part1:程序中难免出现错误,而错误分成两种 1.语法错误(这种错误,根本过不了python解释器的语法检测,必须在程序执行前就改正) #语法错误示范一 if #语法错误示范二 de ...