私たちの公開テスト環境では、WLST での最初の接続試行は常に失敗します。2 回目の試行は常に機能し、接続が確立されます。Googleを使用して同様のものを見つけることができなかったので、ここの誰かが助けてくれることを願っています.
私が得る最初の試みで;
<Oct 7, 2014 1:49:03 PM EEST> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
<Oct 7, 2014 1:49:03 PM EEST> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
Traceback (innermost last):
File "<console>", line 1, in ?
File "<iostream>", line 22, in connect
File "<iostream>", line 653, in raiseWLSTException
WLSTException: Error occured while performing connect : Error getting the initial context. There is no server running at t3s://xxx.xxx.xxx.xxx:nnnn
dumpStack() は以下を示します。
javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3s://xxx.xxx.xxx.xxx:nnnn: Destination unreachable; nested exception is:
java.net.SocketException: Write failed: Broken pipe; No available router to destination]
javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3s://xxx.xxx.xxx.xxx:nnnn: Destination unreachable; nested exception is:
java.net.SocketException: Write failed: Broken pipe; No available router to destination]
この後、もう一度接続しようとすると、これが発生します。
Connecting to t3s://xxx.xxx.xxx.xxx:nnnn with userid adminuserid ...
Successfully connected to Admin Server 'ourTestServer' that belongs to domain 'ourTestDomain'.
これを約10回試しましたが、常に同じで、最初の試行は失敗し、2回目の試行は機能します。アドレスの名前ではなく IP を使用するたびに。これは、最新のセキュリティ パッチを適用した WLS 10.3.6 を搭載した Linux (RHEL6) にあります。
サーバーのログからのこの行は、上記の情報行の 29 秒後に発生するため、関連していると思います。
####<Oct 7, 2014 1:49:32 PM EEST> <Warning> <Socket> <machinename.domain.local> <ourTestServer> <[ACTIVE] ExecuteThread: '19' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1412678972504> <BEA-000449> <Closing socket as no data read from it on xxx.xxx.xxx.xxx:nnnn during the configured idle timeout of 25 secs>
常に最初の試行は失敗し、2 回目の試行は機能するため、途方に暮れています。