Product Documentation

c-treeACE V10.3 Release Notes

Previous Topic

Next Topic

SQL - Stored procedure not available if called before JVM initialized

If a SQL client attempted to run a Java stored procedure when c-treeACE SQL Server was starting and had not yet initialized the JVM, Java stored procedure support was not available even though it was properly configured. This state persisted for that database until c-treeACE SQL Server was restarted. (A client that connected to a different database after the JVM was initialized was able to use Java stored procedure support.)

A new state variable is now set after the JVM initialization is complete and the SQL shared memory thread waits for that variable to be set before accepting connections.

TOCIndex