I used the below code to the SDE direct connection from java (Used Arcsde 9.0 maven dependency)
String instance = "1234";//
String server="host";
if (conn == null) {
try {
conn = new SeConnection(server, instance, database, userName, password);
}I got the below error
ArcSDE Error Number : -10 Error Description : NETWORK I/O OPERATION FAILED
Could you pls advice...!