On Dec 28, 2010, at 2:30 PM, Joseph John wrote: > Hi > I am trying to setup nuxeo 5.4 jboss version. I have sun JDK6(full > version) installed in my system (Ubuntu 10.10), java -version shows > that I have Java 1.6, but when I try to run "nuxeoctl" it says that it > needs java 6. while I have installed the jave > > > jos...@joseph-laptop:~$ java -version > java version "1.6.0_17" > Java(TM) SE Runtime Environment (build 1.6.0_17-b04) > Java HotSpot(TM) Client VM (build 14.3-b01, mixed mode) > > > jos...@joseph-laptop:~$ sudo /opt/nuxeo-5.4-jboss/bin/nuxeoctl start > WARNING: Maximum file descriptor limit is too low: 1024 > WARNING: See: > http://doc.nuxeo.com/display/KB/java.net.SocketException+Too+many+open+files > ERROR: Nuxeo 5.4 requires Java 6. > jos...@joseph-laptop:~$ > > Has any one faced this problem before (having java 1.6 and still not > able to install)
Not me, but: 1. Can you run 'sudo java -version' in case the java version root is not the same as the java version for user "joseph" ? 2. I think Java 1.6.0_17 is too old anyway. Anything older that the current 1.6.0_22 may lead you into troubles, due to bugs that have been corrected only recently in the Java platform. S. -- Stefane Fermigier, Founder and Chairman, Nuxeo Open Source, Java EE based, Enterprise Content Management (ECM) http://www.nuxeo.com/ - +33 1 40 33 79 87 - http://twitter.com/sfermigier Join the Nuxeo Group on LinkedIn: http://linkedin.com/groups?gid=43314 New Nuxeo release: http://nuxeo.com/dm54 "There's no such thing as can't. You always have a choice." --- Mailing list: [email protected] Forum: http://forum.nuxeo.org/f/1/
