在过去的 3 周里,我在使用 OIM AS400 连接器时遇到了一个严重的问题。连接工作正常,直到一个周末 AS400 管理员更改了 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 工具,并显示连接工作正常。Ι 通过配置jt400.properties文件产生了更多的日志。我收到了以下信息:
**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)
我们不知道似乎是什么问题。我们已经联系了 AS400 管理员,他们也无法弄清楚。以前有没有人经历过类似的事情,或者有没有人对此有任何见解?