简体   繁体   English

Oracle Weblogic服务器10.3.6-数据源连接池问题

[英]Oracle Weblogic server 10.3.6 - Data source Connection pool issue

So we started migrating all our code changes in a desktop. 因此,我们开始在台式机中迁移所有代码更改。 After every code is in place (server is up etc) Then tried to browse the localhost. 在每个代码到位之后(服务器启动等),然后尝试浏览localhost。 An exception is encountered. 遇到异常。

java.lang.NullPointerException
    at com.pg.sam.ui.framework.SAMBaseAction.validateUser(SAMBaseAction.java:215)

The Problem is that the application is not communicating with the weblogic server. 问题是应用程序未与Weblogic服务器通信。 I checked our previous logs before and each time that the user browses the localhost, this entry is created. 在用户每次浏览localhost之前,我都检查了以前的日志,创建了该条目。

Here's what was happening in a different computer. 这是另一台计算机上发生的事情。 each time the localhost is entered a connection pool is established: 每次进入本地主机时,都会建立一个连接池:

图片

While in the new desktop. 在新桌面上。 No connection pool is established resulting in the null pointer exception: 没有建立连接池,导致空指针异常:

图片

any help will do. 任何帮助都可以。 I've double checked weblogic.xml, web.xml everything and all files are totally in sync with the other desktop. 我仔细检查了weblogic.xml,web.xml的所有内容,所有文件都与另一个桌面完全同步。 I have no idea why the connection pool is not working on the other one. 我不知道为什么连接池不能在另一个上工作。 thanks! 谢谢!

部署的Earfile没有正确部署(不知道为什么),我只是重新部署了Ear File,一切都令人担忧。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM