1

我正在使用 IBM Filenet Content Platform 5.2.1 ,最近我不断收到以下流程引擎错误:

[FNRPE2131090055E]Invalid ascii string for work object number: "B1826D83A9FA7D****************FF".

    at filenet.jpe.base.Guid.<init>(Guid.java:111)
    at filenet.jpe.rpc.ejb.EJBPEUtils.getTypedArrayFromAPIArray(EJBPEUtils.java:1002)
    at filenet.jpe.rpc.ejb.EJB_rpc_fetchCount.execute(EJB_rpc_fetchCount.java:339)
    at filenet.jpe.rpc.ejb.PECommandsRemote.pejb_fetchCount(PECommandsRemote.java:980)
    at sun.reflect.GeneratedMethodAccessor67.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
    at java.lang.reflect.Method.invoke(Method.java:611)
    at filenet.jpe.rpc.ejb.PECommandsRemote.invokeRPC(PECommandsRemote.java:178)
    at filenet.jpe.rpc.ejb.PESendCommandImpl.invokeRPC(PESendCommandImpl.java:105)
    at sun.reflect.GeneratedMethodAccessor60.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
    at java.lang.reflect.Method.invoke(Method.java:611)
    at com.ibm.ejs.container.EJSContainer.invokeProceed(EJSContainer.java:5730)
    at com.ibm.ejs.container.interceptors.InvocationContextImpl.proceed(InvocationContextImpl.java:568)
    at filenet.jpe.rpc.common.RequestInterceptor.getMyUser(RequestInterceptor.java:93)
    at sun.reflect.GeneratedMethodAccessor58.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
    at java.lang.reflect.Method.invoke(Method.java:611)
    at com.ibm.ejs.container.interceptors.InterceptorProxy.invokeInterceptor(InterceptorProxy.java:227)
    at com.ibm.ejs.container.interceptors.InvocationContextImpl.proceed(InvocationContextImpl.java:548)
    at com.ibm.ejs.container.interceptors.InvocationContextImpl.doAroundInvoke(InvocationContextImpl.java:229)
    at com.ibm.ejs.container.EJSContainer.invoke(EJSContainer.java:5621)
    at filenet.vw.server.rpc.EJSLocal0SLFNP8PESNDCMD_b55fe6a6.invokeRPC(EJSLocal0SLFNP8PESNDCMD_b55fe6a6.java)
    at filenet.jpe.rpc.ejb.PESendAPIRPCImpl.invokeRPC(PESendAPIRPCImpl.java:308)
    at filenet.jpe.rpc.ejb.PESendAPIRPCImpl.sendCommand(PESendAPIRPCImpl.java:207)
    at filenet.jpe.rpc.ejb.PESendAPIRPCImpl.sendCommandBytes(PESendAPIRPCImpl.java:159)
    at filenet.vw.server.rpc.EJSRemote0SLPESENDAPIRPC_7f999854.sendCommandBytes(EJSRemote0SLPESENDAPIRPC_7f999854.java)
    at filenet.vw.server.rpc._EJSRemote0SLPESENDAPIRPC_7f999854_Tie.sendCommandBytes(_EJSRemote0SLPESENDAPIRPC_7f999854_Tie.java:1)
    at filenet.vw.server.rpc._EJSRemote0SLPESENDAPIRPC_7f999854_Tie._invoke(_EJSRemote0SLPESENDAPIRPC_7f999854_Tie.java)
    at com.ibm.CORBA.iiop.ServerDelegate.dispatchInvokeHandler(ServerDelegate.java:631)
    at com.ibm.CORBA.iiop.ServerDelegate.dispatch(ServerDelegate.java:501)
    at com.ibm.rmi.iiop.ORB.process(ORB.java:623)
    at com.ibm.CORBA.iiop.ORB.process(ORB.java:1581)
    at com.ibm.rmi.iiop.Connection.doRequestWork(Connection.java:3151)
    at com.ibm.rmi.iiop.Connection.doWork(Connection.java:3016)
    at com.ibm.rmi.iiop.WorkUnitImpl.doWork(WorkUnitImpl.java:63)
    at com.ibm.ws.giop.threadpool.WorkQueueElement.dispatch(WorkQueueElement.java:174)
    at com.ibm.ws.giop.filter.GiopFilterChain.processMessage(GiopFilterChain.java:203)
    at com.ibm.ws.giop.threadpool.PooledThread.handleRequest(PooledThread.java:81)
    at com.ibm.ws.giop.threadpool.PooledThread.run(PooledThread.java:102)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1865)

有谁知道为什么我会收到此错误以及如何解决它?

4

1 回答 1

0

您可以在此处找到调用 API 的问题的较旧解决方案,该解决方案似乎与您的情况非常相似。

建议的修复是升级到最新的 Process Engine 修复包,所以我建议您将系统升级到最新的 FileNet Content Engine Platform 5.2.1 FP3

于 2016-03-02T08:30:38.667 回答