I'm have a WebObjects Deployment scenario where I cannot get the app to start.
After a long trail of removing Issues I get this error message, when I try to start from shell.
Starting the App via JavaMonitor: App dies without log, even with 288M allocated.
With the same allocated memory Xmx the same app runs without problems on another server..
DEBUG NSLog - === Begin Internal Transaction
DEBUG NSLog - evaluateExpression: <com.webobjects.jdbcadaptor.MySQLPlugIn$MySQLExpression: "SELECT t0.bedeutung, t0.id, t0.wert FROM adminmaster t0" withBindings: >
DEBUG NSLog - 28 row(s) processed
DEBUG NSLog - === Commit Internal Transaction
WARN NSLog - A fatal exception occurred: unable to create new native thread
<main> java.lang.OutOfMemoryError: unable to create new native thread
The database access happens in the Application start process.
Any idea where the problem could be? 28 rows cannot be a real memory problem, The table in question is standalone,
no connections whatsoever to other tables.
Regards,
Ute