暂时未解决

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. VS2008配合SQLite开发WINCE、PDA智能设备项目环境搭设。

    1.安装vs2008 ---------------------------vs2008上安装TFS步骤(详细请见——http://www.cnblogs.com/mayt/archive/2013/ ...

  2. Httpd总结 :HTTPD的基本概念

    这是一篇为初学者准备的文章,所以作者会尽量从基础出发,尽量细致的描述每一个细节,以求让初学者不会一头雾水,有一定基础的同学就不用看了,以免浪费你的时间.   假设博主今天春心荡漾,想要访问一些不可描述 ...

  3. IOS下图片不能显示问题的解决办法

    最近遇到这样一个问题,在HTML5手机页面中,直接给<img>标签设置宽高,即便图片路径正常,在IOS真机下也是无法显示的,而在安卓以及浏览器的模拟真机上都是正常显示的,这是为什么呢? h ...

  4. 特征工程之分箱--Best-KS分箱

    变量的KS值 KS(Kolmogorov-Smirnov)用于模型风险区分能力进行评估,指标衡量的是好坏样本累计部分之间的差距 .KS值越大,表示该变量越能将正,负客户的区分程度越大.通常来说,KS& ...

  5. thinkjs 安装笔记

    1.首先安装thinkjsnpm install -g thinkjs(-g是指全局安装)检查是否安装成功:thinkjs -v 2.创建项目进入项目目录,初始化项目:thinkjs new proj ...

  6. ajax上传文件(javaweb)

    前台:FormData,     formData.append("fileName",$("#file")[0].files[0];); https://ww ...

  7. Joda-DateTime Date 与 String 相互转换

    [参考文章]:Joda-Time 的 DateTimeFormat 问题 public class DateFormatUtils { /** HH 必须大写 */ public static fin ...

  8. IDEA下载安装及绿色方法

    特别提示:本人博客部分有参考网络其他博客,但均是本人亲手编写过并验证通过.如发现博客有错误,请及时提出以免误导其他人,谢谢!欢迎转载,但记得标明文章出处:http://www.cnblogs.com/ ...

  9. OUC_Summer Training_ DIV2_#5

    这是做的最好的一次了一共做了4道题  嘻嘻~ A - Game Outcome Time Limit:2000MS     Memory Limit:262144KB     64bit IO For ...

  10. 搞清楚MySQL事务隔离级别

    首先创建一个表 account.创建表的过程略过(由于 InnoDB 存储引擎支持事务,所以将表的存储引擎设置为 InnoDB).表的结构如下: 然后往表中插入两条数据,插入后结果如下: 为了说明问题 ...