Home : J-Integra for .NET : Server Exception: Incomplete channel data provided
Q141993 - ERRMSG: Server Exception: Incomplete channel data provided

Server Exception: Incomplete channel data provided

 

Contents

  1. SYMPTOMS
  2. CAUSE
  3. RESOLUTION

SYMPTOMS

When 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)

CAUSE

This occurs when the remoting.config file is mis-configured.

RESOLUTION

Open remoting.config file, find the following line:

<channel ref="tcp">

Add port="0" to this tag:

<channel ref="tcp" port="0">

Related Articles
No Related Articles Available.

Article Attachments
No Attachments Available.

Related External Links
No Related Links Available.
Help us improve this article...
What did you think of this article?

poor 
1
2
3
4
5
6
7
8
9
10

 excellent
Tell us why you rated the content this way. (optional)
 
Approved Comments...
No user comments available for this article.
Created on 6/23/2006.
Last Modified on 7/10/2006.
Last Modified by No Author Name Available!.
Article has been viewed 13272 times.
Rated 8 out of 10 based on 10 votes.
Print Article
Email Article