Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

<pre>
GET http://NN.NNN.NN.N:8080/uc/resources/agents/list returned a response status of 401 Unauthorized
</pre>
Panel
Html bobswift

(in user interface on source machine)

<pre>
ERROR [http-8080-10] com.sun.jersey.api.client.UniformInterfaceException: 
GET http://
<YourCoreAddress:Port>
/uc/resources/agents/list returned a response status of 401 Unauthorized"
</pre>
Panel
Html bobswift

(in Controller log on source machine)

<pre>
ERROR [http-
<YourConnectingPort>
-#] *** ERROR *** Login using Basic Authentication failed for:
<TheChosenUser>
 
</pre>
Panel
Html bobswift

(on Target machine)

See Error when refreshing target agents.
 
 

<pre>
INSERT INTO uc_demo (name, value) values ('A', 'F');
</pre>
Panel
Html bobswift

See Error in your SQL syntax.
 
 

<pre>
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
</pre>
Panel
Html bobswift

See Permanent Generation (PermGen) space removed in Java 8
 
 

<pre>
onUncaughtException: Exception caught: Invalid call to setDataSource() passing null.
</pre>
Panel
Html bobswift

See Invalid Call Error.
 
 

html-bobswift
Panel
<pre>
ops_suexec___Not enough privileges. Check SUID bit and binary owner
</pre>

See Cannot launch a task.
 
 

html-bobswift
Panel
<pre>
ORA-01000: maximum open cursors exceeded
</pre>

See Maximum open cursors have been exceeded.
 
 

<pre>
Packet for query is too large (1084852 > 1048576
</pre>
Panel
Html bobswift

See Packet for query is too large.
 
 

<pre>
SQLSTATE: HY000, SQLERR. 1040, ERRMSG. unixODBC MySQL ODBC 5.1 Driver Too many connections
</pre>
Panel
Html bobswift

See Error when Starting Controller.
 
 

<pre>
The conversion of a varchar data type to a datetime data type resulted in an out-of-range value.
</pre>
Panel
Html bobswift

See Out-of-Range Value during Database Initialization.
 
 

html-bobswift
Panel
<pre>
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.
</pre>

See DB2 JDBC License Error.
 
 

<pre>
The server did not receive the data that was sent to it. Please see the documentation for isc.RPCResponse.STATUS_MAX_POST_SIZE_EXCEEDED
</pre>
Panel
Html bobswift

See Tomcat Post Limit - STATUS_MAX_POST_SIZE_EXCEEDED.