CHAPTER 10 Database Error Messages
825
Java virtual machine could not be started
Item Value
SQLCODE -675
Constant SQLE_JAVA_VM_NOT_STARTED
SQLSTATE WP006
Sybase error code 13747
ODBC 2 State ERROR
ODBC 3 State ERROR
A problem was encountered starting the Java virtual machine. Possible
problems include not enough memory, or incomplete installation of the Java
runtime support classes.
Java VM Heap Exhausted at Internal fn: %1
Item Value
SQLCODE -165
Constant SQLE_JAVA_VM_HEAP_EXHAUSTED
SQLSTATE WP008
Sybase error code 13740
ODBC 2 State ERROR
ODBC 3 State ERROR
Parameter 1 The internal function is for debugging purposes.
The amount of space allocated for the Java VM is insufficient to continue
allocating new objects. Increase the size by using: set option
public.java_heap_size = nnnnnnnn
Probable cause
Probable cause