Server Exception: Incomplete channel data provided |
|
Contents
- SYMPTOMS
- CAUSE
- RESOLUTION
SYMPTOMSWhen accessing Java from .NET, the following runtime Exception occurs: ERROR: com.intrinsyc.janet.RemoteException occurred: Incomplete channel data provided java.lang.RuntimeException: com.intrinsyc.janet.RemoteException occurred: Incomplete channel data provided at com.intrinsyc.janet.remoting.b.invoke(Unknown Source)
CAUSEThis occurs when the remoting.config file is mis-configured.
RESOLUTIONOpen remoting.config file, find the following line:
<channel ref="tcp"> Add port="0" to this tag:
<channel ref="tcp" port="0">
|