Hi Christian, Sorry for late reply. I have attached a file (setenv.sh). with help of our internal development colleague, administrator has added a line (*export CATALINA_OPTS: CATALINA_OPTS=-Djava.awt.headless=true) *in "springsource tcserver/application name/bin/setenv.sh" file. This has solved our problem.
The problem is solved by unset command first and added export parameter addition in application bin setenv.sh file. first tried to add it in catalina file, but in spring source environment, file containing the options mentioned by you ( java -Djava.awt.headless=true) is located in other file., that is setenv.sh Thanking you, Regards, Hari. On Mon, Sep 12, 2011 at 6:11 PM, <[email protected]> wrote: > About the X11 error. > > Did you start geoserver with > > java -Djava.awt.headless=true > > On CentOs, you can check with > > ps -ef | grep java > > > If not, set this system property. The X11 error should disappear. > > Cheers > Christian > > > > > Zitat von Harikumar Reddy <[email protected]>: > > > Hi GS users, >> >> I am using Geoserver 2.1.1 and configured Georasters through >> ImageMosiacJDBC >> plugin. In the mapframe, wms output is rendering part of the imagery like >> in >> attachment., but actually whole area imagery is present. Orange color >> square >> is full mapframe boundary, while yellow color square is the portion, where >> imagery rendering is failured. for every image it is rendering imagery in >> same portion and in side yellow rectangle only vector is displaying.... >> what >> is this unexpected behavior of GS 2.1.1 ? >> >> AFAIK, The log file attached has the given below errors, since my 3 days >> observation. Insufficient memory error straight forward., but how to >> increase memory (is it memory of JAI or general RAM increase). I am still >> unable to install JAI & Image IO on Geoserver 2.1.1 & 2.1.0 (installed but >> still it is showing false as value of JAI & ImageIO)... >> >> - java.lang.**NoClassDefFoundError: Could not initialize class >> sun.awt.X11GraphicsEnvironment >> - ERROR [geotools.map] - Call MapContent dispose() to prevent memory >> leaks >> - Error rendering in fast path....Insufficient memory for the specified >> georaster data (ORA-13483) >> >> Thankyou in advance for your time, >> >> Regards, >> Hari. >> >> > > > ------------------------------**------------------------------**---- > This message was sent using IMP, the Internet Messaging Program. > > >
setenv.sh
Description: Bourne shell script
------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA Learn about the latest advances in developing for the BlackBerry® mobile platform with sessions, labs & more. See new tools and technologies. Register for BlackBerry® DevCon today! http://p.sf.net/sfu/rim-devcon-copy1
_______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
