我们在节点管理器控制台中显示以下错误。
static_assert(p_[0]!='a', "String does not begin with 'a'.")
以下是有关环境的一些细节: Weblogic 10.我们已经超过了我们的支持许可证。但是,事情似乎没有问题。除了我们最近开始这样做。
问题: - 这可能是以下原因:
<Warning> <Uncaught exception in server handler:
javax.net.ssl.SSLKeyException: [Security:090482]BAD_CERTIFICATE alert was r
eceived from 127.0.0.1 - 127.0.0.1. Check the peer to determine why it
rejected the certificate chain (trusted CA configuration, hostname
verification). SSL debug tracing may be required to determine the exact
reason the certificate was rejected.>
javax.net.ssl.SSLKeyException: [Security:090482]BAD_CERTIFICATE alert was
received from 127.0.0.1 - 127.0.0.1. Check the peer to determine why it
rejected the certificate chain (trusted CA configuration, hostname
verification). SSL debug tracing may be required to determine the exact
reason the certificate was rejected. at
com.certicom.tls.interfaceimpl.TLSConnectionImpl.fireException(Unknown
Source)
此外,它可能是以下原因:
I can't restart any instance server from the web console app. Only via some
command line scripts we are having here.
在我们所有的weblogic安装中,这个问题(上面提到的异常跟踪)无处不在。开发,质量保证,生产 我提出的问题,最近开始,支持许可证很久以前就已经过期了......也许3年前。这个时间让我困惑。它表明必须有办法解决问题。 我们正在转向另一个中间件,但在我们重新设计系统时,必须保持运行状态。
任何人都可以告知发生了什么以及是否有办法绕过它。主要担心的是,如果由于任何原因我们重新启动生产机器,我们将无法启动网络服务AT ALL !!
请帮助!!