暂时未解决

checkActivation=====================true
Can Not Parse ConnectionCfg!
2019/10/12-11:23:38 >> INFO >> localhost-startStop-1 >> com.neusoft.unieap.connection.cfg.BusinessConnectionCfg.getInputStreamForConfigFile(BusinessConnectionCfg.java:116) >> Using business connection pool config file in JAR file '/D:/lab/UniEAPWorkshop_5.0/Project/WEB/framework/webroot/WEB-INF/lib/unieap-connection.jar', which path is 'com/neusoft/unieap/connection/cfg/business-connection-config.xml'.
[UniEAP Connection Module] Using business connection pool config file in JAR file '/D:/lab/UniEAPWorkshop_5.0/Project/WEB/framework/webroot/WEB-INF/lib/unieap-connection.jar', which path is 'com/neusoft/unieap/connection/cfg/business-connection-config.xml'.
[UniEAP Connection Module] Error! Can not find connection pool config file in 'D:\lab\UniEAPWorkshop_5.0\Project\WEB\framework\webroot\WEB-INF/conf/unieap/connection/connection-config.xml'!
2019/10/12-11:23:38 >> ERROR >> localhost-startStop-1 >> com.neusoft.unieap.connection.PoolRegistry.setupPoolRegistry(PoolRegistry.java:154) >> Error Can not find connection pool config file in 'D:\lab\UniEAPWorkshop_5.0\Project\WEB\framework\webroot\WEB-INF/conf/unieap/connection/connection-config.xml'!
[UniEAP Transaction Module] Start instanting TransactionManager.
2019/10/12-11:23:38 >> INFO >> localhost-startStop-1 >> com.neusoft.unieap.transaction.TransactionManagerAdaptor.getTransactionManager(TransactionManagerAdaptor.java:52) >> Start instanting TransactionManager.
[UniEAP Transaction Module] Initialize TransactionManager Finished.
2019/10/12-11:23:38 >> INFO >> localhost-startStop-1 >> com.neusoft.unieap.transaction.TransactionManagerAdaptor.getTransactionManager(TransactionManagerAdaptor.java:100) >> Initialize TransactionManager Finished.
[UniEAP Workflow] Database time: 2019-10-12 11:23:39.0 [UniEAP Connection Module] Error! Can not find connection pool config file in 'D:\lab\UniEAPWorkshop_5.0\Project\WEB\framework\webroot\WEB-INF/conf/unieap/connection/connection-config.xml'! Oracle CUUG

  

Can not find connection pool config file的更多相关文章

  1. No connection string named '***' could be found in the application config file

    Code-First时更新数据库遇到妖孽问题“No connection string named '***' could be found in the application config fil ...

  2. ERROR: No pool defined. at least one pool section must be specified in config file

    root@ubuntu:/opt/php7# /opt/php7/sbin/php-fpm [22-Sep-2015 14:29:00] WARNING: Nothing matches the in ...

  3. MVC模式下unity配置,报错“No connection string named '**Context' could be found in the application config file”

     写在前面: 第一次配置时好好的,后来第二次改到MVC模式,把依赖注入写成字典的单例模式时,由于新建的ORM(数据库映射模型EF),怎么弄都不用,一直报错"No connection str ...

  4. [笔记]HAproxy reload config file with uninterrupt session

    HAProxy is a high performance load balancer. It is very light-weight, and free, making it a great op ...

  5. java.lang.IllegalStateException: Connection pool shut down

    最近使用HttpClient 4.5 使用 CloseableHttpClient 发起连接后,使用CloseableHttpResponse 接受返回结果,结果就报错了,上网查了下,有位stacko ...

  6. 500 OOPS: bad bool value in config file for: anon_world_readable_only Login failed.

    [root@hyc ~]# ftp 192.168.254.5 Connected to 192.168.254.5 (192.168.254.5). Welcome to blah FTP serv ...

  7. Example config file /etc/vsftpd.conf

    # Example config file /etc/vsftpd.conf # # The default compiled in settings are fairly paranoid. Thi ...

  8. error in config file "/etc/rabbitmq/rabbitmq.config"

    记录一次RabbitMQ配置文件配置错误 error信息: dill@ubuntu-vm:/usr/share/doc/rabbitmq-server$ sudo /usr/lib/rabbitmq/ ...

  9. Cannot get a connection, pool exhausted解决办法

    http://blog.163.com/it_message/blog/static/8892051200908102032653/ 连接池(Tomcat+oracle),运行一段时间后就会出现 Ca ...

随机推荐

  1. CSS基础学习-8.CSS盒子模型_标准盒子&&9.CSS怪异盒子

    怪异盒模型 box-sizing:content-box;/*正常盒模型,默认值*/ box-sizing:border-box:/*怪异盒模型,固定了盒子的大小,无论是否添加内边距还是边框,盒子的大 ...

  2. CentOS5、CentOS6启动流程

    这三篇文章讲的都很好,可以看一下 http://os.51cto.com/art/201407/446819.htm http://www.mamicode.com/info-detail-11656 ...

  3. 计算机基础之BIOS

    BIOS BIOS是英文"Basic Input Output System"的缩略词,直译过来后中文名称就是"基本输入输出系统".在IBM PC兼容系统上,是 ...

  4. WPF界面开发必备技能!TreeListView - 如何快速更新多个项目属性

    DevExpress广泛应用于ECM企业内容管理. 成本管控.进程监督.生产调度,在企业/政务信息化管理中占据一席重要之地.通过DevExpress WPF Controls,您能创建有着强大互动功能 ...

  5. AJAX增删查

    数据库 CREATE DATABASE crmweb; CREATE TABLE `customerstatus` ( `id` bigint(20) NOT NULL AUTO_INCREMENT ...

  6. pro git 读书笔记 2

    Git 2 - Git Basics 1 add github 上建立新的 repository,命名 demo git clone 到本地 github 目录 将自己之前的项目 copy 到该 de ...

  7. nodejs+mysql 批量更新

    没办法,只能通过循环一次次更新: var updateMysql = function(){ data = excel[0].data; for(var i=1; i<data.length; ...

  8. Confluence 6 在一个空间中查看所有附加的文件

    有下面 2 种方法可以让你查看空间的所有附件.你可以: 使用 Space Attachments Macro 来在一个页面中显示列表文件. 进入空间后,然后从边栏的底部选择 空间工具(Space to ...

  9. 利用栈实现字符串中三种括号的匹配问题c++语言实现

    编写一个算法,检查一个程序中的花括号,方括号和圆括号是否配对,若能够全部配对则返回1,否则返回0. Head.h: #ifndef HEAD_H_INCLUDED #define HEAD_H_INC ...

  10. ZOJ - 4045District Division dfs划分子树

    ZOJ - 4045District Division 题目大意:给你n个节点的树,然后让你划分这棵数使得,每一块都恰好k个节点并且两两间是连通的,也就是划分成n/k个连通集,如果可以输出YES,并输 ...