WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only

Remote service invocation error in application rich client. The application is hosted on WAS 8.5.Please suggest how to fix this error.

  • 1.  Remote service invocation error in application rich client. The application is hosted on WAS 8.5.Please suggest how to fix this error.

    Posted Wed June 15, 2016 07:00 AM

    ERROR - .[readReconDefinition]: #UKRN001: An unexpected error occurred during remote service invocation.[cosm.cee.kernel.connector.InvokerRuntimeException {errorDelegate=[], parameters=[], cause=java.io.EOFException}
     at com.infogix.component.reconciliation.export.ent.service.EReconDefinitionHttpStub.readReconDefinition(EReconDefinitionHttpStub.java:251)
     at com.infogix.component.reconciliation.client.crud.controller.ReconProcessInstancesController.doRefresh(ReconProcessInstancesController.java:238)
     at com.infogix.component.reconciliation.client.crud.controller.ReconProcessInstancesController.refresh(ReconProcessInstancesController.java:205)
     at com.infogix.component.reconciliation.client.crud.controller.ReconProcessesController$13.doInBackground(ReconProcessesController.java:270)
     at javax.swing.SwingWorker$1.call(Unknown Source)
     at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
     at java.util.concurrent.FutureTask.run(Unknown Source)
     at javax.swing.SwingWorker.run(Unknown Source)
     at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
     at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.EOFException
     at java.io.ObjectInputStream$PeekInputStream.readFully(Unknown Source)
     at java.io.ObjectInputStream$BlockDataInputStream.readInt(Unknown Source)
     at java.io.ObjectInputStream.readHandle(Unknown Source)
     at java.io.ObjectInputStream.readClassDesc(Unknown Source)
     at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)
     at java.io.ObjectInputStream.readObject0(Unknown Source)
     at java.io.ObjectInputStream.readObject(Unknown Source)
     at java.util.HashMap.readObject(Unknown Source)
     at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     at java.io.ObjectStreamClass.invokeReadObject(Unknown Source)
     at java.io.ObjectInputStream.readSerialData(Unknown Source)
     at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)
     at java.io.ObjectInputStream.readObject0(Unknown Source)
     at java.io.ObjectInputStream.readObject(Unknown Source)
     at cosm.base.ExternalizableFDT.readObject(ExternalizableFDT.java:261)
     at com.infogix.component.entitymodeler.export.basicmodel.BasicEntityModelFDT.deserialize(BasicEntityModelFDT.java:590)
     at cosm.base.ExternalizableFDT.readExternal(ExternalizableFDT.java:64)