I’m trying to integrate Aspose.word into a complex java web app. In that app when a “new Document();” call is made my app fails but there is no stacktrace in the console. When I try to reproduce this in a simple WAR project it works fine.
Does Aspose have any special logging setting I could change?
Could this be due to low memory problems?
Could this be due to threading problems?
The app is running on JBoss 7.1, java jdk 7, windows 7.