interbase.interclient
Class BadInstallationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.sql.SQLException
|
+--interbase.interclient.SQLException
|
+--interbase.interclient.BadInstallationException
- public final class BadInstallationException
- extends interbase.interclient.SQLException
An improper InterClient/InterServer installed configuration has been detected.
Currently, this can occur for the following reasons:
- Incompatible versions of InterClient and InterServer tried to communicate.
- The Java SecurityManager does not allow socket connections to server on port 3060.
When running applets, a common reason for this exception is that interclient.jar
is being picked up from your local classpath. So the JVM is using local
classes to try to connect to a remote server, rather than using a
dynamically downloaded interclient.jar from the remote server.
See
Troubleshooting
- Client or browser is using an unsupported jdk version.
- The set of InterClient library class files (interbase/interclient/*.class)
is incomplete.
The error code associated with this exception is
ErrorCodes.badInstallation.
- Since:
- Extension
- See Also:
- Serialized Form
Send comments or suggestions to icsupport@interbase.com