Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

...

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

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

(in user interface on source machine)

Panel
Html bobswift
<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>

(in Controller log on source machine)

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

(on Target machine)

See Error when refreshing target agents.
 
 

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

See Error in your SQL syntax.
 
 

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

See Permanent Generation (PermGen) space removed in Java 8
 
 

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

See Invalid Call Error.
 
 

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

See Cannot launch a task.
 
 

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

See Maximum open cursors have been exceeded.
 
 

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

See Packet for query is too large.
 
 

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

See Error when Starting Controller.
 
 

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

See Out-of-Range Value during Database Initialization.
 
 

Panel
Html bobswift
<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.
 
 

Panel
Html bobswift
<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>

See Tomcat Post Limit - STATUS_MAX_POST_SIZE_EXCEEDED.