I have a Coldfusion J2EE archive packaged and exported on windows running on weblogic, the application runs fine on windows
Once the same WAR is deployed on WL 8 running on Solaris, there are errors in weblogic log files and the server goes in a hung state.
Error: Too many open files
When checked for lots of files like coldfusion 8 /usr/openwin/lib/X11/fonts/TrueType/LucidaBrightDemiItalic.ttf are open
and error in log file --
Information [main] - ColdFusion started
java.lang.NoClassDefFoundError
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:141)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:62)
at com.gp.client.graphics.general.UFontManagerFactory.<clinit>(UFontManagerFactory.java:56)
at com.gp.image.server.IcImageServer.<init>(IcImageServer.java:40)
at com.gp.api.jsp.MxServerComponent.<init>(MxServerComponent.java:83)
at com.gp.api.jsp.MxServerComponent.<init>(MxServerComponent.java:64)
at com.gp.api.jsp.MxServerComponent.getDefaultInstance(MxServerComponent.java:48)
at coldfusion.graph.GraphingServiceImpl$1.run(GraphingServiceImpl.java:105)
Please help me to make the war run on solaris