All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class interbase.interclient.CommunicationException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.sql.SQLException
                           |
                           +----interbase.interclient.CommunicationException

public final class CommunicationException
extends SQLException
InterClient Extension

I/O subsystem communication failure.

InterServer must be running, either as a service or an application. If you are using Local InterBase, you must run InterServer as an application so it can talk to the Local InterBase application.

On Windows 95/NT the InterServer service must be started by the InterServer Configuration Utility in the InterClient program group.

Check the InterServer service configuration. The new port number for InterServer is 3060.

On UNIX, inetd must be running. For both Windows and UNIX, interserver must be configured as a TCP service, listening on port 3060.

In general, this exception represents an error of the underlying I/O subsystem, and can occur for the following reasons.


Method Index

 o getServerName()
Get the name of the server to which communication has failed.

Methods

 o getServerName
  public String getServerName()
Get the name of the server to which communication has failed.


All Packages  Class Hierarchy  This Package  Previous  Next  Index