Hi, You could probably add "-Djava.awt.headless=true" to your startup config (NUXEO/bin/run.conf ) Add it to JAVA_OPTS
Hope this helps, Patrick On 10-01-20 02:02 PM, [email protected] wrote: > Hellow. > sry for bad English... > > I need autostarting nuxeo after my Debian server reboot. > I make nuxeo starting script in /etc/init.d > make update-rc nuxeo defaults 99 > But i have some problem. > When my server loading - i recive gdm greeting and must input user and pass > > If i am not enter my login and pass - nuxeo not work normaly. > Error log : > > Caused by: java.lang.InternalError: Can't connect to X11 window server using > ':0.0' as the value of the DISPLAY variable. > at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method) > at > sun.awt.X11GraphicsEnvironment.access$100(X11GraphicsEnvironment.java:52) > at sun.awt.X11GraphicsEnvironment$1.run(X11GraphicsEnvironment.java:155) > at java.security.AccessController.doPrivileged(Native Method) > at > sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:131) > at java.lang.Class.forName0(Native Method) > at java.lang.Class.forName(Class.java:169) > at > java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:68) > at java.awt.image.BufferedImage.createGraphics(BufferedImage.java:1135) > at > org.ajax4jsf.resource.Java2Dresource.getImage(Java2Dresource.java:115) > at org.ajax4jsf.resource.Java2Dresource.send(Java2Dresource.java:89) > at > org.ajax4jsf.resource.ResourceLifecycle.sendResource(ResourceLifecycle.java:215) > at > org.ajax4jsf.resource.ResourceLifecycle.send(ResourceLifecycle.java:154) > at > org.ajax4jsf.resource.InternetResourceService.load(InternetResourceService.java:335) > at org.ajax4jsf.cache.LRUMapCache.load(LRUMapCache.java:116) > at org.ajax4jsf.cache.LRUMapCache.get(LRUMapCache.java:87) > at > org.ajax4jsf.resource.InternetResourceService.serviceResource(InternetResourceService.java:195) > at > org.ajax4jsf.resource.InternetResourceService.serviceResource(InternetResourceService.java:141) > at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:488) > at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) > at > org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) > at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) > at > org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) > at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158) > at > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > ... 29 more > > If i am tune autologon in Debian - all work normaly, but i think that bad > workaround. > How start nuxeo whithout login in gnome desktop??? > -- > Posted by "DenisG" at Nuxeo Discussions <http://nuxeo.org/discussions> > View the complete thread: > <http://www.nuxeo.org/discussions/thread.jspa?threadID=3230#9629> > _______________________________________________ > ECM mailing list > [email protected] > http://lists.nuxeo.com/mailman/listinfo/ecm > To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm > _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm
