過去3週間私はOIM AS400コネクタに深刻な問題に直面しています。 AS400 AdminsがAS400システムのストレージを変更した週末まで、接続は正常に機能していました。それ以来、何も機能していないようです。エラーは以下の通りです:OIM 11gR2 PS3 AS400:サーバージョブへの接続を渡すことができません。
**org.identityconnectors.framework.common.exceptions.ConnectorException: com.ibm.as400.access.ServerStartupException: Not able to pass connection to server job. Subsystem problem detected.**
at org.identityconnectors.framework.common.exceptions.ConnectorException.wrap(ConnectorException.java:101)
at org.identityconnectors.as400.AS400EntryIterator.<init>(AS400EntryIterator.java:45)
at org.identityconnectors.as400.AS400Connector.executeQuery(AS400Connector.java:565)
at org.identityconnectors.as400.AS400Connector.executeQuery(AS400Connector.java:163)
at org.identityconnectors.framework.impl.api.local.operations.SearchImpl.rawSearch(SearchImpl.java:105)
at org.identityconnectors.framework.impl.api.local.operations.SearchImpl.search(SearchImpl.java:82)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunnerProxy.invoke(ConnectorAPIOperationRunnerProxy.java:93)
at com.sun.proxy.$Proxy506.search(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
Ιはjt400.jarをユーティリティでJPingツールを使用してみました、との接続が正常に動作していることが示されました。
**Exchange of random seeds failed with return code:
00 04 00 05 | .... | .... |
java.lang.Throwable**
at com.ibm.as400.access.Trace.log(Trace.java:1164)
at com.ibm.as400.access.Trace.log(Trace.java:1092)
at com.ibm.as400.access.AS400ImplRemote.getConnection(AS400ImplRemote.java:1147)
at com.ibm.as400.access.RemoteCommandImplRemote.openOffThread(RemoteCommandImplRemote.java:360)
at com.ibm.as400.access.RemoteCommandImplRemote.getJobInfo(RemoteCommandImplRemote.java:81)
at com.ibm.as400.access.ProgramCall.getServerJob(ProgramCall.java:521)
at com.ibm.as400.access.ProgramCall.run(ProgramCall.java:757)
at com.ibm.as400.access.UserList.load(UserList.java:514)
at com.ibm.as400.access.UserList.getUsers(UserList.java:378)
at org.identityconnectors.as400.AS400EntryIterator.<init>(AS400EntryIterator.java:43)
at org.identityconnectors.as400.AS400Connector.executeQuery(AS400Connector.java:565)
at org.identityconnectors.as400.AS400Connector.executeQuery(AS400Connector.java:163)
at org.identityconnectors.framework.impl.api.local.operations.SearchImpl.rawSearch(SearchImpl.java:105)
at org.identityconnectors.framework.impl.api.local.operations.SearchImpl.search(SearchImpl.java:82)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunnerProxy.invoke(ConnectorAPIOperationRunnerProxy.java:93)
at com.sun.proxy.$Proxy532.search(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.identityconnectors.framework.impl.api.local.operations.ThreadClassLoaderManagerProxy.invoke(ThreadClassLoaderManagerProxy.java:107)
at com.sun.proxy.$Proxy532.search(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.identityconnectors.framework.impl.api.BufferedResultsProxy$BufferedResultsHandler.run(BufferedResultsProxy.java:162)
**Establishing connection failed:
com.ibm.as400.access.ServerStartupException: Not able to pass connection to server job. Subsystem problem detected.**
at com.ibm.as400.access.AS400ImplRemote.returnSecurityException(AS400ImplRemote.java:1974)
at com.ibm.as400.access.AS400ImplRemote.getConnection(AS400ImplRemote.java:1148)
at com.ibm.as400.access.RemoteCommandImplRemote.openOffThread(RemoteCommandImplRemote.java:360)
at com.ibm.as400.access.RemoteCommandImplRemote.getJobInfo(RemoteCommandImplRemote.java:81)
at com.ibm.as400.access.ProgramCall.getServerJob(ProgramCall.java:521)
at com.ibm.as400.access.ProgramCall.run(ProgramCall.java:757)
at com.ibm.as400.access.UserList.load(UserList.java:514)
at com.ibm.as400.access.UserList.getUsers(UserList.java:378)
私たちが問題のようですか分からない: Ιは.Iは以下を受信したファイルjt400.propertiesを設定することで、より多くのログを生成します。私たちはAS400 Adminsに連絡しており、彼らはそれを把握することもできません。 これまで誰も経験したことがありますか、それとも誰かがこれに関する洞察を持っていますか?
わかりませんが、接続に問題がある可能性があります。コネクタサーバーを使用している場合は、コネクタサーバーを再起動できますか? – Chaitanya