Error Messages

Error Messages

This page identifies error messages (in alphabetical order) that you may receive for Universal Controller.

For each error, there is a link to the cause problem, and its solution, in Problem Resolution.
 
 

GET http://NN.NNN.NN.N:8080/uc/resources/agents/list returned a response status of 401 Unauthorized

(in user interface on source machine)

ERROR [http-8080-10] com.sun.jersey.api.client.UniformInterfaceException: 
GET http:///uc/resources/agents/list returned a response status of 401 Unauthorized"

(in Controller log on source machine)

ERROR [http--#] *** ERROR *** Login using Basic Authentication failed for: 

(on Target machine)

See Error when refreshing target agents.
 
 

INSERT INTO uc_demo (name, value) values ('A', 'F');

See Error in your SQL syntax.
 
 

Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0

See Permanent Generation (PermGen) space removed in Java 8
 
 

onUncaughtException: Exception caught: Invalid call to setDataSource() passing null.

See Invalid Call Error.
 
 

ops_suexec___Not enough privileges. Check SUID bit and binary owner

See Cannot launch a task.
 
 

ORA-01000: maximum open cursors exceeded

See Maximum open cursors have been exceeded.
 
 

Packet for query is too large (1084852 > 1048576

See Packet for query is too large.
 
 

SQLSTATE: HY000, SQLERR. 1040, ERRMSG. unixODBC MySQL ODBC 5.1 Driver Too many connections

See Error when Starting Controller.
 
 

The conversion of a varchar data type to a datetime data type resulted in an out-of-range value.

See Out-of-Range Value during Database Initialization.
 
 

The IBM Data Server for JDBC and SQLJ license was invalid or was not activated for the DB2 for z/OS subsystem. If you are connecting directly to the data server and using DB2 Connect Unlimited Edition for System z, perform the activation step by running the activation program in the license activation kit. If you are using any other edition of DB2 Connect, obtain the license file, db2jcc_license_cisuz.jar, from the license activation kit, and follow the installation directions to include the license file in the class path.

See DB2 JDBC License Error.
 
 

The server did not receive the data that was sent to it. Please see the documentation for isc.RPCResponse.STATUS_MAX_POST_SIZE_EXCEEDED

See Tomcat Post Limit - STATUS_MAX_POST_SIZE_EXCEEDED.