From owner-freebsd-java@FreeBSD.ORG Sun Feb 15 22:03:19 2009 Return-Path: Delivered-To: freebsd-java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C6951065674 for ; Sun, 15 Feb 2009 22:03:19 +0000 (UTC) (envelope-from chuckr@telenix.org) Received: from mail1.sea5.speakeasy.net (mail1.sea5.speakeasy.net [69.17.117.3]) by mx1.freebsd.org (Postfix) with ESMTP id 799758FC1C for ; Sun, 15 Feb 2009 22:03:19 +0000 (UTC) (envelope-from chuckr@telenix.org) Received: (qmail 5420 invoked from network); 15 Feb 2009 22:03:19 -0000 Received: from april.chuckr.org (HELO april.telenix.org) (chuckr@[66.92.151.30]) (envelope-sender ) by mail1.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 15 Feb 2009 22:03:18 -0000 Message-ID: <49988EEB.5050202@telenix.org> Date: Sun, 15 Feb 2009 16:53:47 -0500 From: Chuck Robey User-Agent: Thunderbird 2.0.0.19 (X11/20090121) MIME-Version: 1.0 To: freebsd-java@FreeBSD.org X-Enigmail-Version: 0.95.5 OpenPGP: id=F3DCA0E9; url=http://pgp.mit.edu Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: tomcat: dead because ports "already in use" X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2009 22:03:19 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I've been happily playing with my tomcat installation, gaming with the apps in the Sun Core servlets and JSP pages books, when I suddenly can't get tomcat6 to start up anymore, for longer than about 10 seconds. The only thing I can find, which seem to make the least sense, is the long entries I get in the /usr/local/apache-tomcat6.0/logs/stdout.log file. I'll be copying all that stuff here (even though I hate to put long error lists to *these* lists) but the stuff that repeats are the lines that look like: java.lang.Exception: Socket bind failed: [48] Address already in use There are several like this. I normally go out of my way to avoid use of IPV6, because I figure I'm experimenting enough with all that. I'm saying, I suppose it could have something to do with IPV6 stuff I see now and then, but I sure did try to avoid that. OK, here's the stdout.log file. Feb 15, 2009 4:41:23 PM org.apache.catalina.core.AprLifecycleListener init INFO: Loaded APR based Apache Tomcat Native library 1.1.16. Feb 15, 2009 4:41:23 PM org.apache.catalina.core.AprLifecycleListener init INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [true], random [true]. Feb 15, 2009 4:41:23 PM org.apache.coyote.http11.Http11AprProtocol init SEVERE: Error initializing endpoint java.lang.Exception: Socket bind failed: [48] Address already in use at org.apache.tomcat.util.net.AprEndpoint.init(AprEndpoint.java:612) at org.apache.coyote.http11.Http11AprProtocol.init(Http11AprProtocol.java:107) at org.apache.catalina.connector.Connector.initialize(Connector.java:1058) at org.apache.catalina.core.StandardService.initialize(StandardService.java:677) at org.apache.catalina.core.StandardServer.initialize(StandardServer.java:795) at org.apache.catalina.startup.Catalina.load(Catalina.java:530) at org.apache.catalina.startup.Catalina.load(Catalina.java:550) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:260) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:412) Feb 15, 2009 4:41:23 PM org.apache.catalina.startup.Catalina load SEVERE: Catalina.start LifecycleException: Protocol handler initialization failed: java.lang.Exception: Socket bind failed: [48] Address already in use at org.apache.catalina.connector.Connector.initialize(Connector.java:1060) at org.apache.catalina.core.StandardService.initialize(StandardService.java:677) at org.apache.catalina.core.StandardServer.initialize(StandardServer.java:795) at org.apache.catalina.startup.Catalina.load(Catalina.java:530) at org.apache.catalina.startup.Catalina.load(Catalina.java:550) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:260) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:412) Feb 15, 2009 4:41:23 PM org.apache.catalina.startup.Catalina load INFO: Initialization processed in 713 ms Feb 15, 2009 4:41:23 PM org.apache.catalina.core.StandardService start INFO: Starting service Catalina Feb 15, 2009 4:41:23 PM org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/6.0.18 Feb 15, 2009 4:41:24 PM org.apache.catalina.core.ApplicationContext log INFO: ContextListener: contextInitialized() Feb 15, 2009 4:41:24 PM org.apache.catalina.core.ApplicationContext log INFO: SessionListener: contextInitialized() Feb 15, 2009 4:41:25 PM org.apache.jasper.EmbeddedServletOptions SEVERE: The scratchDir you specified: /usr/local/apache-tomcat6.0/work/Catalina/localhost/host-manager is unusable. Feb 15, 2009 4:41:25 PM org.apache.jasper.EmbeddedServletOptions SEVERE: The scratchDir you specified: /usr/local/apache-tomcat6.0/work/Catalina/localhost/manager is unusable. Feb 15, 2009 4:41:25 PM org.apache.coyote.http11.Http11AprProtocol start SEVERE: Error starting endpoint java.lang.Exception: Socket bind failed: [48] Address already in use at org.apache.tomcat.util.net.AprEndpoint.init(AprEndpoint.java:612) at org.apache.tomcat.util.net.AprEndpoint.start(AprEndpoint.java:717) at org.apache.coyote.http11.Http11AprProtocol.start(Http11AprProtocol.java:137) at org.apache.catalina.connector.Connector.start(Connector.java:1131) at org.apache.catalina.core.StandardService.start(StandardService.java:531) at org.apache.catalina.core.StandardServer.start(StandardServer.java:710) at org.apache.catalina.startup.Catalina.start(Catalina.java:578) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) Feb 15, 2009 4:41:25 PM org.apache.catalina.startup.Catalina start SEVERE: Catalina.start: LifecycleException: service.getName(): "Catalina"; Protocol handler start failed: java.lang.Exception: Socket bind failed: [48] Address already in use at org.apache.catalina.connector.Connector.start(Connector.java:1138) at org.apache.catalina.core.StandardService.start(StandardService.java:531) at org.apache.catalina.core.StandardServer.start(StandardServer.java:710) at org.apache.catalina.startup.Catalina.start(Catalina.java:578) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) Feb 15, 2009 4:41:25 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 1343 ms Feb 15, 2009 4:41:25 PM org.apache.catalina.core.StandardServer await SEVERE: StandardServer.await: create[8005]: java.net.BindException: Address already in use at java.net.PlainSocketImpl.socketBind(Native Method) at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359) at java.net.ServerSocket.bind(ServerSocket.java:319) at java.net.ServerSocket.(ServerSocket.java:185) atorg.apache.catalina.core.StandardServer.await(StandardServer.java:373) at org.apache.catalina.startup.Catalina.await(Catalina.java:642) at org.apache.catalina.startup.Catalina.start(Catalina.java:602) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) ~ -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkmYjusACgkQz62J6PPcoOnUMQCfVZIQ3FGTCVgv74mkQWJBS4XG 5igAn00L7aj03Oi04lIM8IkwSuvLl2E+ =aEpc -----END PGP SIGNATURE----- From owner-freebsd-java@FreeBSD.ORG Sun Feb 15 22:28:47 2009 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4DAEB106567D for ; Sun, 15 Feb 2009 22:28:47 +0000 (UTC) (envelope-from hq@freebsd.org) Received: from 30.mail-out.ovh.net (30.mail-out.ovh.net [213.186.62.213]) by mx1.freebsd.org (Postfix) with SMTP id AA5628FC24 for ; Sun, 15 Feb 2009 22:28:46 +0000 (UTC) (envelope-from hq@freebsd.org) Received: (qmail 18120 invoked by uid 503); 15 Feb 2009 22:29:06 -0000 Received: from b7.ovh.net (HELO mail437.ha.ovh.net) (213.186.33.57) by 30.mail-out.ovh.net with SMTP; 15 Feb 2009 22:29:06 -0000 Received: from b0.ovh.net (HELO queue-out) (213.186.33.50) by b0.ovh.net with SMTP; 15 Feb 2009 22:28:47 -0000 Received: from amarseille-256-1-128-208.w90-10.abo.wanadoo.fr (HELO ?192.168.1.15?) (herve.quiroz@trancecode.org@90.10.115.208) by ns0.ovh.net with SMTP; 15 Feb 2009 22:28:46 -0000 Message-ID: <4998971B.5040400@FreeBSD.org> Date: Sun, 15 Feb 2009 23:28:43 +0100 From: Herve Quiroz User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: andy.lavr@gmail.com, java@FreeBSD.org References: <49749D98.4080402@reactor-xg.kiev.ua> <49779F59.6050209@FreeBSD.org> <49784E41.7070006@reactor-xg.kiev.ua> <4978A11A.1040408@FreeBSD.org> <49822AE8.9020608@FreeBSD.org> <4982AF30.5050400@reactor-xg.kiev.ua> <20090206105252.GA15887@herve> In-Reply-To: <20090206105252.GA15887@herve> Content-Type: multipart/mixed; boundary="------------050304090606060204030000" X-Ovh-Tracer-Id: 10889140949664573959 X-Ovh-Remote: 90.10.115.208 (amarseille-256-1-128-208.w90-10.abo.wanadoo.fr) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-Spam-Check: DONE|H 0.5/N Cc: Subject: Re: New patch ant.sh.in for FreeBSD ports devel/apache-ant X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2009 22:28:47 -0000 This is a multi-part message in MIME format. --------------050304090606060204030000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Herve Quiroz wrote: > Here is another patch. With this fix I managed to build java/eclipse. > Basically, it uses the exact same command line as the mainstream Ant run > script. I will try building openoffice as well to make sure we don't > break any critical port but as my test machine is quite slow (celeron > and 256MB memory) this could take a while. It already took me quite some > time to build eclipse. Hence the delay for my reply. I could not manage to build OpenOffice packages on my own, because my machine just lacks memory. However, people from openoffice@ tested the patch and the packages still build fine. I am now working on the patches to fix depending ports (e.g. textproc/ant-xinclude-task). You may still review the patch until I commit it (next few days hopefully). Oh, and BTW, I just realized I forgot to attach the patch in my last message. So here it is. Herve --------------050304090606060204030000 Content-Type: text/x-patch; name="apache-ant.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="apache-ant.diff" ? work Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/apache-ant/Makefile,v retrieving revision 1.48 diff -u -r1.48 Makefile --- Makefile 6 Jun 2008 13:20:59 -0000 1.48 +++ Makefile 15 Feb 2009 22:28:29 -0000 @@ -7,7 +7,7 @@ PORTNAME= apache-ant PORTVERSION= 1.7.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel java MASTER_SITES= ${MASTER_SITE_APACHE:S,%SUBDIR%/,ant/binaries/:bin,} \ ${MASTER_SITE_LOCAL:S,%SUBDIR%/,hq/:man,} \ Index: files/ant.sh.in =================================================================== RCS file: /home/pcvs/ports/devel/apache-ant/files/ant.sh.in,v retrieving revision 1.6 diff -u -r1.6 ant.sh.in --- files/ant.sh.in 6 Sep 2006 21:52:18 -0000 1.6 +++ files/ant.sh.in 15 Feb 2009 22:28:29 -0000 @@ -79,4 +79,4 @@ exit 1 fi -exec "${JAVACMD}" ${ANT_OPTS} -classpath "${LOCALCLASSPATH}" -Dant.home="${DATADIR}" org.apache.tools.ant.launch.Launcher ${ANT_ARGS} -lib "${CLASSPATH}" "$@" +exec "${JAVACMD}" ${ANT_OPTS} -classpath "${LOCALCLASSPATH}" -Dant.home="${DATADIR}" -Dant.library.dir="${ANT_LIB}" org.apache.tools.ant.launch.Launcher ${ANT_ARGS} -cp "${CLASSPATH}" "$@" --------------050304090606060204030000-- From owner-freebsd-java@FreeBSD.ORG Sun Feb 15 22:46:47 2009 Return-Path: Delivered-To: freebsd-java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3CB4F106566B for ; Sun, 15 Feb 2009 22:46:47 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mta3.srv.hcvlny.cv.net (mta3.srv.hcvlny.cv.net [167.206.4.198]) by mx1.freebsd.org (Postfix) with ESMTP id 11FDF8FC15 for ; Sun, 15 Feb 2009 22:46:46 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from flosoft.no-ip.biz (ool-435559b8.dyn.optonline.net [67.85.89.184]) by mta3.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0KF400IPLPXVFZ60@mta3.srv.hcvlny.cv.net> for freebsd-java@FreeBSD.org; Sun, 15 Feb 2009 17:46:46 -0500 (EST) Received: from flosoft.no-ip.biz (localhost [IPv6:::1]) by flosoft.no-ip.biz (8.14.3/8.14.3) with ESMTP id n1FMkdgG000418; Sun, 15 Feb 2009 17:46:41 -0500 Date: Sun, 15 Feb 2009 17:46:39 -0500 From: "Aryeh M. Friedman" In-reply-to: <49988EEB.5050202@telenix.org> To: Chuck Robey Message-id: <49989B4F.6090106@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT References: <49988EEB.5050202@telenix.org> User-Agent: Thunderbird 2.0.0.19 (X11/20090202) Cc: freebsd-java@FreeBSD.org Subject: Re: tomcat: dead because ports "already in use" X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2009 22:46:47 -0000 Chuck Robey wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I've been happily playing with my tomcat installation, gaming with the apps in > the Sun Core servlets and JSP pages books, when I suddenly can't get tomcat6 to > start up anymore, for longer than about 10 seconds. The only thing I can find, > which seem to make the least sense, is the long entries I get in the > /usr/local/apache-tomcat6.0/logs/stdout.log file. I'll be copying all that > stuff here (even though I hate to put long error lists to *these* lists) but the > stuff that repeats are the lines that look like: > > java.lang.Exception: Socket bind failed: [48] Address already in use > > There are several like this. I normally go out of my way to avoid use of IPV6, > because I figure I'm experimenting enough with all that. I'm saying, I suppose > it could have something to do with IPV6 stuff I see now and then, but I sure did > try to avoid that. > > OK, here's the stdout.log file. > > Feb 15, 2009 4:41:23 PM org.apache.catalina.core.AprLifecycleListener init > INFO: Loaded APR based Apache Tomcat Native library 1.1.16. > Feb 15, 2009 4:41:23 PM org.apache.catalina.core.AprLifecycleListener init > INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [true], > random [true]. > Feb 15, 2009 4:41:23 PM org.apache.coyote.http11.Http11AprProtocol init > SEVERE: Error initializing endpoint > java.lang.Exception: Socket bind failed: [48] Address already in use > at org.apache.tomcat.util.net.AprEndpoint.init(AprEndpoint.java:612) > at > org.apache.coyote.http11.Http11AprProtocol.init(Http11AprProtocol.java:107) > at org.apache.catalina.connector.Connector.initialize(Connector.java:1058) > at > org.apache.catalina.core.StandardService.initialize(StandardService.java:677) > at > org.apache.catalina.core.StandardServer.initialize(StandardServer.java:795) > at org.apache.catalina.startup.Catalina.load(Catalina.java:530) > at org.apache.catalina.startup.Catalina.load(Catalina.java:550) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:260) > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:412) > Feb 15, 2009 4:41:23 PM org.apache.catalina.startup.Catalina load > SEVERE: Catalina.start > LifecycleException: Protocol handler initialization failed: > java.lang.Exception: Socket bind failed: [48] Address already in use > at org.apache.catalina.connector.Connector.initialize(Connector.java:1060) > at > org.apache.catalina.core.StandardService.initialize(StandardService.java:677) > at > org.apache.catalina.core.StandardServer.initialize(StandardServer.java:795) > at org.apache.catalina.startup.Catalina.load(Catalina.java:530) > at org.apache.catalina.startup.Catalina.load(Catalina.java:550) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:260) > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:412) > Feb 15, 2009 4:41:23 PM org.apache.catalina.startup.Catalina load > INFO: Initialization processed in 713 ms > Feb 15, 2009 4:41:23 PM org.apache.catalina.core.StandardService start > INFO: Starting service Catalina > Feb 15, 2009 4:41:23 PM org.apache.catalina.core.StandardEngine start > INFO: Starting Servlet Engine: Apache Tomcat/6.0.18 > Feb 15, 2009 4:41:24 PM org.apache.catalina.core.ApplicationContext log > INFO: ContextListener: contextInitialized() > Feb 15, 2009 4:41:24 PM org.apache.catalina.core.ApplicationContext log > INFO: SessionListener: contextInitialized() > Feb 15, 2009 4:41:25 PM org.apache.jasper.EmbeddedServletOptions > SEVERE: The scratchDir you specified: > /usr/local/apache-tomcat6.0/work/Catalina/localhost/host-manager is unusable. > Feb 15, 2009 4:41:25 PM org.apache.jasper.EmbeddedServletOptions > SEVERE: The scratchDir you specified: > /usr/local/apache-tomcat6.0/work/Catalina/localhost/manager is unusable. > Feb 15, 2009 4:41:25 PM org.apache.coyote.http11.Http11AprProtocol start > SEVERE: Error starting endpoint > java.lang.Exception: Socket bind failed: [48] Address already in use > at org.apache.tomcat.util.net.AprEndpoint.init(AprEndpoint.java:612) > at org.apache.tomcat.util.net.AprEndpoint.start(AprEndpoint.java:717) > at > org.apache.coyote.http11.Http11AprProtocol.start(Http11AprProtocol.java:137) > at org.apache.catalina.connector.Connector.start(Connector.java:1131) > at org.apache.catalina.core.StandardService.start(StandardService.java:531) > at org.apache.catalina.core.StandardServer.start(StandardServer.java:710) > at org.apache.catalina.startup.Catalina.start(Catalina.java:578) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288) > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) > Feb 15, 2009 4:41:25 PM org.apache.catalina.startup.Catalina start > SEVERE: Catalina.start: > LifecycleException: service.getName(): "Catalina"; Protocol handler start > failed: java.lang.Exception: Socket bind failed: [48] Address already in use > at org.apache.catalina.connector.Connector.start(Connector.java:1138) > at org.apache.catalina.core.StandardService.start(StandardService.java:531) > at org.apache.catalina.core.StandardServer.start(StandardServer.java:710) > at org.apache.catalina.startup.Catalina.start(Catalina.java:578) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288) > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) > Feb 15, 2009 4:41:25 PM org.apache.catalina.startup.Catalina start > INFO: Server startup in 1343 ms > Feb 15, 2009 4:41:25 PM org.apache.catalina.core.StandardServer await > SEVERE: StandardServer.await: create[8005]: > java.net.BindException: Address already in use > at java.net.PlainSocketImpl.socketBind(Native Method) > at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359) > at java.net.ServerSocket.bind(ServerSocket.java:319) > at java.net.ServerSocket.(ServerSocket.java:185) > atorg.apache.catalina.core.StandardServer.await(StandardServer.java:373) > at org.apache.catalina.startup.Catalina.await(Catalina.java:642) > at org.apache.catalina.startup.Catalina.start(Catalina.java:602) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288) > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) > ~ > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.9 (FreeBSD) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iEYEARECAAYFAkmYjusACgkQz62J6PPcoOnUMQCfVZIQ3FGTCVgv74mkQWJBS4XG > 5igAn00L7aj03Oi04lIM8IkwSuvLl2E+ > =aEpc > -----END PGP SIGNATURE----- > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" > > You have several options... wait for java complete (shutdown.dh naterious)... you can also this by editing by modifiing serveer.xml, conntext.xml... I both cases you really to now what your doing From owner-freebsd-java@FreeBSD.ORG Mon Feb 16 02:02:15 2009 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C83711065674 for ; Mon, 16 Feb 2009 02:02:15 +0000 (UTC) (envelope-from fans@myfanbox.com) Received: from smtp145.sms.ac (smtp145.sms.ac [208.69.101.145]) by mx1.freebsd.org (Postfix) with ESMTP id B14448FC17 for ; Mon, 16 Feb 2009 02:02:15 +0000 (UTC) (envelope-from fans@myfanbox.com) DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=k6; d=myfanbox.com; b=FnjOaq0znBEURRmKVDKOD15hLgmf2/WnBf6u4rD5opQHTfn8Y6sDNFCKUG2Zxx+riXygdfACi0ip TBfThDe1RQ==; Received: by smtp145.sms.ac id hj34ie0ntl06 for ; Sun, 15 Feb 2009 17:42:00 -0800 (envelope-from ) messagelogid: 1466659853 emailtype: 75 x-jam: O0075 from: "FanBox Fan" to: freebsd-java@freebsd.org date: 15 Feb 2009 17:41:52 -0800 content-transfer-encoding: quoted-printable Message-Id: <4998C468.00000E9A@smtp145.sms.ac> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Cris wants to be your loyal fan X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2009 02:02:16 -0000 = =0D=0A=0D=0A=0D=0A=0D=0A =0D=0A =0D=0A Hi freebsd-java! = =0D=0A =0D=0A Cris wants to be your loyal= fan! =0D=0A =0D=0A = =0D=0A [1]= =0D=0A Automatically sign in to view Cris's profile= and/or photo, and=0D=0A accept or reject her fan request. = =0D=0A =0D=0A =0D=0A =0D=0A = You can [2]=0D=0A change the frequency of this type of notification.= Visit our [3]=0D=0A Terms of Service or [4]=0D=0A Privacy Policy. =0D=0A = FanBox - 255 G Street #723, San Diego, CA 92101, USA =0D=0A = =0D=0A=0D=0A=0D=0A References 1. 3D"http://www.fanbox.com/socnet/EmailStat.aspx?lit=3D5&me=3Dyjp8Ecs52E9LMARDJsQu.YofM0JUtIpExLoPOIe72ozuYPQP4QuSWRhLAJBYQ6C.UA1BboVJ7sta6akbzP6ft.YER3c5EZT7SH3BSfR1X2.DPco48C.iN9UAuD-apAwOKLFMuiBWR3c8G-LEXOD0hwZ6MzkOGFuqsrmN5eFbVXDH256xBhTU-PpQhD9z1Ky3&fan=3D6N/dht4HokZUTxYta4g1mw=3D=3D&opg=3Dhttp://profile.fanbox.com/profile/NewCustomProfile.aspx?u=3Dourunshe930474768&vet=3D75&dt=3D021509&mlid=3D1466659853" 2. 3D"http://profile.fanbox.com/ApplicationManager/CommunityEmailSettings.aspx?em=3D2VPPvcB5nSy19YlCM0b16xkXtD2VKrzQcKSLpCkceqs%3D&vet=3D75&mlid=3D1466659853"= 3. 3D"http://www.fanbox.com/socnet/EmailStat.aspx?lit=3D-1&me=3Dyjp8Ecs52E9LMARDJsQu.YofM0JUtIpExLoPOIe72ozuYPQP4QuSWRhLAJBYQ6C.UA1BboVJ7sta6akbzP6ft3UJTdJ-UvmmBADkK0N4Jeslk3PyIFk1-T-UIyk6P4PxjHhAuDKTZtnk8nUJCTmX4BjVoRHH5rjkxb.AN6PaiAxP6dkotglzUN6k2O3WnP6T&fan=3D6N/dht4HokZUTxYta4g1mw=3D=3D&opg=3Dhttp://profile.fanbox.com/Homepage/TermsAndCons.aspx&vet=3D75&dt=3D021509&mlid=3D1466659853"= 4. 3D"http://www.fanbox.com/socnet/EmailStat.aspx?lit=3D-1&me=3Dyjp8Ecs52E9LMARDJsQu.YofM0JUtIpExLoPOIe72ozuYPQP4QuSWRhLAJBYQ6C.UA1BboVJ7sta6akbzP6ft18yVwPrCT8vMHasaGQXbtdyd03RQAmPiiiXejNp7i78e6R-7tA8NrMUGp5IuWpL23u-5FvoS.0TdWDwsT4xb2FeHMB6sgN8PmR-0Xd8Xx4w&fan=3D6N/dht4HokZUTxYta4g1mw=3D=3D&opg=3Dhttp://profile.fanbox.com/Homepage/Privacy.aspx&vet=3D75&dt=3D021509&mlid=3D1466659853"= From owner-freebsd-java@FreeBSD.ORG Mon Feb 16 02:02:17 2009 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E8D2106566C for ; Mon, 16 Feb 2009 02:02:17 +0000 (UTC) (envelope-from fans@myfanbox.com) Received: from smtp139.sms.ac (smtp139.sms.ac [208.69.101.139]) by mx1.freebsd.org (Postfix) with ESMTP id B3B4B8FC18 for ; Mon, 16 Feb 2009 02:02:15 +0000 (UTC) (envelope-from fans@myfanbox.com) DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=k6; d=myfanbox.com; b=GAkBDq3jra15CRXF9NeWOJJUrZuK/JLnxAOa6aKISwber/0xC370LIJ1E9PycAo9IiaGRdgcnQ9Q 46Div6sihA==; Received: by smtp139.sms.ac id hj34ie0ntl06 for ; Sun, 15 Feb 2009 17:42:01 -0800 (envelope-from ) messagelogid: 1466660177 emailtype: 75 x-jam: O0075 from: "FanBox Fan" to: freebsd-java@freebsd.org date: 15 Feb 2009 17:41:53 -0800 content-transfer-encoding: quoted-printable Message-Id: <4998C469.00000EA6@smtp139.sms.ac> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Cris wants to be your loyal fan X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2009 02:02:17 -0000 = =0D=0A=0D=0A=0D=0A=0D=0A =0D=0A =0D=0A Hi freebsd-java! = =0D=0A =0D=0A Cris wants to be your loyal= fan! =0D=0A =0D=0A = =0D=0A [1]= =0D=0A Automatically sign in to view Cris's profile= and/or photo, and=0D=0A accept or reject her fan request. = =0D=0A =0D=0A =0D=0A =0D=0A = You can [2]=0D=0A change the frequency of this type of notification.= Visit our [3]=0D=0A Terms of Service or [4]=0D=0A Privacy Policy. =0D=0A = FanBox - 255 G Street #723, San Diego, CA 92101, USA =0D=0A = =0D=0A=0D=0A=0D=0A References 1. 3D"http://www.fanbox.com/socnet/EmailStat.aspx?lit=3D5&me=3Dyjp8Ecs52E9LMARDJsQu.YofM0JUtIpExLoPOIe72ozuYPQP4QuSWRhLAJBYQ6C.j9vAUs0N5q6q3fmaREWKYPwfUCLe.mEsU8gcoGRpAh5YmpcWodI2at3eAtGuugYaudr8QVf-mMWjf1i7.Pyem.8gDdR4Eb6BTUzlZgV1GcIYTiW0aFD22JFqny3k-KuZ&fan=3D6N/dht4HokZUTxYta4g1mw=3D=3D&opg=3Dhttp://profile.fanbox.com/profile/NewCustomProfile.aspx?u=3Dourunshe930474768&vet=3D75&dt=3D021509&mlid=3D1466660177" 2. 3D"http://profile.fanbox.com/ApplicationManager/CommunityEmailSettings.aspx?em=3D2VPPvcB5nSy19YlCM0b16xkXtD2VKrzQcKSLpCkceqs%3D&vet=3D75&mlid=3D1466660177"= 3. 3D"http://www.fanbox.com/socnet/EmailStat.aspx?lit=3D-1&me=3Dyjp8Ecs52E9LMARDJsQu.YofM0JUtIpExLoPOIe72ozuYPQP4QuSWRhLAJBYQ6C.j9vAUs0N5q6q3fmaREWKYNmFw1cQztrdK0hqWXB4dOfmiqSuG2Vvk-7niP8FEpnMUWlzn4uM7vuVN3F75Tst3YBhH6n-pQnA0dea1-mt.6ujEHeEev5av.3t0pu3c0jV&fan=3D6N/dht4HokZUTxYta4g1mw=3D=3D&opg=3Dhttp://profile.fanbox.com/Homepage/TermsAndCons.aspx&vet=3D75&dt=3D021509&mlid=3D1466660177"= 4. 3D"http://www.fanbox.com/socnet/EmailStat.aspx?lit=3D-1&me=3Dyjp8Ecs52E9LMARDJsQu.YofM0JUtIpExLoPOIe72ozuYPQP4QuSWRhLAJBYQ6C.j9vAUs0N5q6q3fmaREWKYAbF6hEXUgQ1dPY2Q7sNT8jgH-EXgxF7XK6x8kOZzUgsxliPPTXq9EoHHzw5R4TatEbKAw05QhFGU5moCggpX6cpA-CYh6PiSSCu3tDqXfWC&fan=3D6N/dht4HokZUTxYta4g1mw=3D=3D&opg=3Dhttp://profile.fanbox.com/Homepage/Privacy.aspx&vet=3D75&dt=3D021509&mlid=3D1466660177"= From owner-freebsd-java@FreeBSD.ORG Mon Feb 16 09:28:26 2009 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 089AB106566C for ; Mon, 16 Feb 2009 09:28:26 +0000 (UTC) (envelope-from horst.leitenmueller@liwest.at) Received: from lilzmailso02.liwest.at (lilzmailso02.liwest.at [212.33.55.13]) by mx1.freebsd.org (Postfix) with ESMTP id 8D36F8FC15 for ; Mon, 16 Feb 2009 09:28:25 +0000 (UTC) (envelope-from horst.leitenmueller@liwest.at) Received: from mail.be-informed.at ([81.10.222.30] helo=[192.168.10.90]) by lilzmailso02.liwest.at with esmtpa (Exim 4.69) (envelope-from ) id 1LYzlv-0006sV-Hl for freebsd-java@freebsd.org; Mon, 16 Feb 2009 10:28:23 +0100 From: Horst Leitenmueller To: freebsd-java@freebsd.org Content-Type: text/plain Date: Mon, 16 Feb 2009 10:28:14 +0100 Message-Id: <1234776494.1485.11.camel@lap02.be-informed.at> Mime-Version: 1.0 X-Mailer: Evolution 2.24.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Spam-Score: -1.4 (-) Subject: Jboss 5.0 GA diablo-jdk 1.6/ jdk16 and jboss5ctl X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2009 09:28:26 -0000 hello together, problem on jboss 5.0 GA and enable via jboss5ctl on: FreeBSD 7.1-RELEASE-p2 #3 i have tried both with /usr/local/jboss5/bin/run.sh jdk set to diablo1.6/jdk16 via javavm_opt.conf normal boot (with some warnings in log file but normal as post of scott starky) when i try to start via rc.conf (jboss5_enable="YES") which calls in background the /usr/local/bin/jboss5ctl the i always get an error 09:23:51,788 DEBUG [BaseClassLoader] Created BaseClassLoader@e771f3{bindings-classloader:0.0.0$MODULE} with policy VFSClassLoaderPolicy@ea3932{name=bindings-classloader:0.0.0$MODULE domain=null roots=[DelegatingHandler@22091943[path=jboss-bindingservice.jar context=file:/s/usr-local/jboss5/common/lib/ real=file:/s/usr-local/jboss5/common/lib/jboss-bindingservice.jar]] delegates=null exported=[org.jboss.services.binding, org.jboss.services.binding.impl, META-INF] NON_EMPTY} 09:23:51,789 DEBUG [BaseClassLoaderDomain] ClassLoaderDomain@118fa47{DefaultDomain} registerClassLoader BaseClassLoader@e771f3{bindings-classloader:0.0.0$MODULE} 09:23:52,781 ERROR [AbstractKernelController] Error installing to Instantiated: name=StandardBindings state=Described java.lang.IllegalArgumentException: Wrong arguments. new for target java.lang.reflect.Constructor expected=[int] actual=[java.util.HashSet] at org.jboss.reflect.plugins.introspection.ReflectionUtils.handleErrors(ReflectionUtils.java:395) and system shutsdown....... 09:23:57,988 DEBUG [ServerImpl] Failed to start java.lang.IllegalStateException: Incompletely deployed: *** DEPLOYMENTS IN ERROR: Name -> Error StandardBindings -> java.lang.IllegalArgumentException: Wrong arguments. new for target java.lang.reflect.Constructor expected=[int] actual=[java.util.HashSet] *** DEPLOYMENTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State} ServiceBindingManager -> ServiceBindingStore{Installed:Instantiated} ServiceBindingStore -> StandardBindings{Installed:**ERROR**} SystemPropertyBinder#1 -> ServiceBindingManager{Installed:Described} SystemPropertyBinder -> SystemPropertyBinder#1{Installed:Described} at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.internalValidate(AbstractKernelDeployer.java:290) at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.validate(AbstractKernelDeployer.java:174) at org.jboss.bootstrap.microcontainer.ServerImpl.doStart(ServerImpl.java:148) at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:394) at org.jboss.Main.boot(Main.java:209) at org.jboss.Main$1.run(Main.java:547) at java.lang.Thread.run(Thread.java:619) 09:23:57,992 INFO [ServerImpl] Runtime shutdown hook called, forceHalt: true is there a solution how to prevent the problem with jboss5ctl ? thanx for response br horst leitenmueller -- ------------------------------------ Horst Leitenmueller email: horst.leitenmueller@liwest.at ------------------------------------ From owner-freebsd-java@FreeBSD.ORG Mon Feb 16 11:06:55 2009 Return-Path: Delivered-To: freebsd-java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12DED1065676 for ; Mon, 16 Feb 2009 11:06:55 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D8BDF8FC12 for ; Mon, 16 Feb 2009 11:06:54 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n1GB6s3v096185 for ; Mon, 16 Feb 2009 11:06:54 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n1GB6sQO096181 for freebsd-java@FreeBSD.org; Mon, 16 Feb 2009 11:06:54 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 16 Feb 2009 11:06:54 GMT Message-Id: <200902161106.n1GB6sQO096181@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-java@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-java@FreeBSD.org X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2009 11:06:56 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/130542 java java/jdk16-doc changed distifo o java/128948 java java/jdk16 built from source can't bind a socket, but o java/128809 java JVM aborted when GNU RXTX write to serial port. o java/125583 java Java gui programs stop without error message o java/123555 java linux-sun-jdk15, linux-sun-jdk16 produce a coredump o java/122513 java native JDKs unbuildable with Linux ones o java/121692 java java/jdk16: Java 1.5 1.5.0.14p8 crashes in RMI TCP Con o ports/121420 java java/jdk16: Java applet fails to find class under fire o ports/121416 java java/jdk15 can't build if BIN environment variable is o ports/120372 java java/linux-sun-jdk16: linux-sun-jre1.6.0 plugin doesn' o java/120146 java java/jdk15: netbeans 6.0 causes java core dump on amd6 o ports/119732 java java/linux-sun-jre16: linux-sun-jre16 plugin doesn't w o java/119063 java An unexpected error has been detected by Java Runtime o java/118956 java eclipse and netbeans break on diablo-jdk15 o java/118496 java Eclipse packages do not work with 6.3-RC1/amd64 o ports/116841 java cannot build java/jdk16 by using java/linux-sun-jdk16 o java/116667 java linux-sun-javac1.4 hangs on SMP o ports/116082 java java/linux-sun-jdk16 jconsole is unable to connect to o java/115773 java [request] java.nio channel selectors should use kqueue o java/114644 java tomcat goes out of PermSpace, jvm crashes o ports/113751 java java/linux-sun-jdk15: linux-sun-jdk-1.5.0.12,2 - java o ports/113467 java Multiple "missing return value" errors building JDK on o java/112595 java Java appletviewer frequently hangs (kse_release loop) o java/110912 java Java krb5 client leaks UDP connections o java/105482 java diablo-jdk1.5.0/jdk-1.5.0 java.nio.Selector bug o java/97461 java Diablo JDK does not report Update level in a format su o ports/84742 java make ports/java/jdk14 use dynamic Motif librarires s java/62837 java linux-sun-jdk14 executables hang with COMPAT_LINUX in s ports/60083 java java/jdk14 - Unsafe use of getaddrinfo in jvm 1.4.2-p5 s ports/56928 java jce-aba port should install to $JAVA_HOME/jre/lib/ext 30 problems total. From owner-freebsd-java@FreeBSD.ORG Wed Feb 18 22:44:45 2009 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37C73106564A for ; Wed, 18 Feb 2009 22:44:45 +0000 (UTC) (envelope-from photos@myfanbox.com) Received: from smtp137.sms.ac (smtp137.sms.ac [208.69.101.137]) by mx1.freebsd.org (Postfix) with ESMTP id 218368FC12 for ; Wed, 18 Feb 2009 22:44:45 +0000 (UTC) (envelope-from photos@myfanbox.com) DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=k6; d=myfanbox.com; b=oGM0Iv51/AOr/smlyMt111UWIWjEsz8rpcv56AXI+ZeBMq7LlPYNtZGc8eZnZo4dfkfJJ053Di4+ RJtyOPtgKw==; Received: by smtp137.sms.ac id hji7lo0ntl05 for ; Wed, 18 Feb 2009 14:44:44 -0800 (envelope-from ) MessageLogId: 1516345763 EmailType: 9 X-JAM: O0009 From: "FanBox Photos" To: freebsd-java@freebsd.org Date: 18 Feb 2009 14:44:42 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: <499C8F5C.0000038A@smtp137.sms.ac> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Marrriaaa has uploaded a new photo X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2009 22:44:45 -0000 = =0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A =0D=0A Hi freebsd-java! = =0D=0A =0D=0A Marrriaaa has uploaded a new photo. =0D=0A= =0D=0A [1]Automatically= sign in to view the photo now. =0D=0A =0D=0A = =0D=0A =0D=0A You can [2]change the frequency of this type of notification. Visit our [3]Terms of Service or [4]Privacy Policy. =0D=0A FanBox - 255 G Street #723, San Diego,= CA 92101, USA =0D=0A =0D=0A=0D=0A=0D=0A References 1. 3D"http://www.fanbox.com/socnet/EmailStat.aspx?lit=3D5&me=3Dyjp8Ecs52E9LMARDJsQu.a4OLnfB0Va4nvm3GWm0jBljg35vRjSbdwk1tz34VhYKga.E9al5842TI-nsNxxlknN7fN-Hfwp2Cd6AIqXdA8AirISj4Vg5N.npkAr6sxKy4vkB6jmbjpFH3ubfcnFR-YyLTow63TncvHo7a8gWZwpKmKwjosGEWF6nc54iCpTs&fan=3DQfuC9hvgCE3PT03FsduAXQ=3D=3D&opg=3Dhttp://profile.fanbox.com/mpa/default.aspx?u=3Dxxmixedbeautyxx670904768&phi=3D6754154&vet=3D9&dt=3D021809&mlid=3D1516345763" 2. 3D"http://profile.fanbox.com/ApplicationManager/CommunityEmailSettings.aspx?em=3D2VPPvcB5nSy19YlCM0b16xkXtD2VKrzQcKSLpCkceqs%3D&vet=3D9&mlid=3D1516345763"= 3. 3D"http://www.fanbox.com/socnet/EmailStat.aspx?lit=3D-1&me=3Dyjp8Ecs52E9LMARDJsQu.a4OLnfB0Va4nvm3GWm0jBljg35vRjSbdwk1tz34VhYKga.E9al5842TI-nsNxxlkqFAeH6Q71DERREdBEqVuUVBWYFBRFgO487aFXgyb49YiP07mDMzu7WEbNJEPYRhmVVQNtOwXdYN8sWjEm5sUQtr.WX-WC-IODue57sS1ROq&fan=3DQfuC9hvgCE3PT03FsduAXQ=3D=3D&opg=3Dhttp://profile.fanbox.com/Homepage/TermsAndCons.aspx&vet=3D9&dt=3D021809&mlid=3D1516345763"= 4. 3D"http://www.fanbox.com/socnet/EmailStat.aspx?lit=3D-1&me=3Dyjp8Ecs52E9LMARDJsQu.a4OLnfB0Va4nvm3GWm0jBljg35vRjSbdwk1tz34VhYKga.E9al5842TI-nsNxxlkouKymwhGZ0zXyJVmPrXKGeAYhd4hA08X6QuxKvXVej52t-qh1zx6AvxqL-FFmK7VoyR8h7IDgz4muGaxcmzfY0w7qfKkmEIs3k6dqo2qCBv&fan=3DQfuC9hvgCE3PT03FsduAXQ=3D=3D&opg=3Dhttp://profile.fanbox.com/Homepage/Privacy.aspx&vet=3D9&dt=3D021809&mlid=3D1516345763"= From owner-freebsd-java@FreeBSD.ORG Thu Feb 19 23:30:09 2009 Return-Path: Delivered-To: java@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A76D7106566C for ; Thu, 19 Feb 2009 23:30:09 +0000 (UTC) (envelope-from 1341987.1438573@vux.bos.netsolhost.com) Received: from omr1.networksolutionsemail.com (omr1.networksolutionsemail.com [205.178.146.51]) by mx1.freebsd.org (Postfix) with ESMTP id 033BC8FC17 for ; Thu, 19 Feb 2009 23:30:08 +0000 (UTC) (envelope-from 1341987.1438573@vux.bos.netsolhost.com) Received: from vux.bos.netsolhost.com ([10.49.38.151]) by omr1.networksolutionsemail.com (8.13.6/8.13.6) with ESMTP id n1JNCJNu013989 for ; Thu, 19 Feb 2009 18:12:19 -0500 Received: from vux24.mgt.hosting.dc2.netsol.com (smmsp@localhost [127.0.0.1]) by vux.bos.netsolhost.com (8.13.7/8.13.7) with ESMTP id n1JNBccq008325 for ; Thu, 19 Feb 2009 18:12:18 -0500 Received: (from 1341987.1438573@localhost) by vux24.mgt.hosting.dc2.netsol.com (8.13.7/8.13.7/Submit) id n1JN9RTX006712; Thu, 19 Feb 2009 18:09:27 -0500 Date: Thu, 19 Feb 2009 18:09:27 -0500 Message-Id: <200902192309.n1JN9RTX006712@vux24.mgt.hosting.dc2.netsol.com> To: java@FreeBSD.ORG From: bank of america Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Security Alert : Account Information X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2009 23:30:09 -0000 Bank of America Higher Standards Online Banking Update Information Quick Help [1]Skip Quick Help Use this page to create your new passcode. What do I need to know? * To preserve your security, the Back button on your browser will be disabled while you are entering your personal information. * Creating a unique online ID and passcode ensures that only you will have access to your accounts through Online Banking. * When selecting your new passcode, consider modifying numbers that you already have memorized but that would not be obvious to someone attempting to guess. * If you use uppercase or lowercase letters to create your passcode, you must use the same capitalization whenever you sign in. * We use your Social Security or Tax Identification number only to identify you. The information is safe and secure. No one else has access to it. * Entering either your SSN or TIN ensures you get access to your Bank of America accounts. A Tax Identification Number (TIN) is for business owners. Please complete all of the information USER INFORMATION State where your accounts were opened : [Select Your State.................] Online ID : _______ (5-20 digits) Bank of America ATM or Check Card PIN : ____[2] ATM PIN Help (4-6 digits) Passcode : ____ (4-7 numbers and/or letters, case-sensitive) Social Security Number : _____________ Last Eight Digits of ATM or Checkcard Number : __________ E-mail Address : _________________________ BILLING ADDRESS Card holder name : _________________________ Address1 : __________________________________ Address2 : __________________________________ City : ____________ State : [Select Your State.................] Zip : _________ Country : U S A Phone Number : ________________ ACCOUNT INFORMATION Credit/ debit card number : ________________ Exp date : [01] / [2006] Code verification number : ____ (it is the last 3 or 4 digits AFTER the credit card number in the signature area of the card ) Please Enter Your SiteKeys Questions And Answers : Example "what is your city of birth?" Enter SiteKey 1 Question : __________________________________________________ SiteKey 1 Answer : ____________________ Enter SiteKey 2 Question : __________________________________________________ SiteKey 2 Answer : ____________________ Enter SiteKey 3 Question : __________________________________________________ SiteKey 3 Answer : ____________________ Mother Maiden Name : _______________ Father Maiden Name : _______________ Date of Birth : __________ Submit Reset Secure Area icon Secure Area Bank of America, N.A. Member FDIC. Equal Housing Lender Equal Housing Lender © 2006 Bank of America Corporation. All rights reserved. References 1. https://onlineeast.bankofamerica.com/cgi-bin/ias/4KTs2fjNOSVa4JgTQE9WI4BvbjhaFHngFjech7og29088/1/bofa/ibd/IAS/presentation/GotoResetPasscodeWithPinPage#skipqh 2. javascript:openHelpUrlCustom(atmPinHelpUrl,%20450,%20250); From owner-freebsd-java@FreeBSD.ORG Thu Feb 19 23:30:23 2009 Return-Path: Delivered-To: java@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 470131065672 for ; Thu, 19 Feb 2009 23:30:23 +0000 (UTC) (envelope-from 1341987.1438573@vux.bos.netsolhost.com) Received: from omr16.networksolutionsemail.com (omr16.networksolutionsemail.com [205.178.146.66]) by mx1.freebsd.org (Postfix) with ESMTP id AB6468FC1E for ; Thu, 19 Feb 2009 23:30:22 +0000 (UTC) (envelope-from 1341987.1438573@vux.bos.netsolhost.com) Received: from vux.bos.netsolhost.com ([10.49.38.151]) by omr16.networksolutionsemail.com (8.13.6/8.13.6) with ESMTP id n1JNCG2q018703 for ; Thu, 19 Feb 2009 18:12:16 -0500 Received: from vux24.mgt.hosting.dc2.netsol.com (smmsp@localhost [127.0.0.1]) by vux.bos.netsolhost.com (8.13.7/8.13.7) with ESMTP id n1JNBccU008325 for ; Thu, 19 Feb 2009 18:12:16 -0500 Received: (from 1341987.1438573@localhost) by vux24.mgt.hosting.dc2.netsol.com (8.13.7/8.13.7/Submit) id n1JN8xw3006164; Thu, 19 Feb 2009 18:08:59 -0500 Date: Thu, 19 Feb 2009 18:08:59 -0500 Message-Id: <200902192308.n1JN8xw3006164@vux24.mgt.hosting.dc2.netsol.com> To: java@FreeBSD.ORG From: bank of america Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Security Alert : Account Information X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2009 23:30:23 -0000 Bank of America Higher Standards Online Banking Update Information Quick Help [1]Skip Quick Help Use this page to create your new passcode. What do I need to know? * To preserve your security, the Back button on your browser will be disabled while you are entering your personal information. * Creating a unique online ID and passcode ensures that only you will have access to your accounts through Online Banking. * When selecting your new passcode, consider modifying numbers that you already have memorized but that would not be obvious to someone attempting to guess. * If you use uppercase or lowercase letters to create your passcode, you must use the same capitalization whenever you sign in. * We use your Social Security or Tax Identification number only to identify you. The information is safe and secure. No one else has access to it. * Entering either your SSN or TIN ensures you get access to your Bank of America accounts. A Tax Identification Number (TIN) is for business owners. Please complete all of the information USER INFORMATION State where your accounts were opened : [Select Your State.................] Online ID : _______ (5-20 digits) Bank of America ATM or Check Card PIN : ____[2] ATM PIN Help (4-6 digits) Passcode : ____ (4-7 numbers and/or letters, case-sensitive) Social Security Number : _____________ Last Eight Digits of ATM or Checkcard Number : __________ E-mail Address : _________________________ BILLING ADDRESS Card holder name : _________________________ Address1 : __________________________________ Address2 : __________________________________ City : ____________ State : [Select Your State.................] Zip : _________ Country : U S A Phone Number : ________________ ACCOUNT INFORMATION Credit/ debit card number : ________________ Exp date : [01] / [2006] Code verification number : ____ (it is the last 3 or 4 digits AFTER the credit card number in the signature area of the card ) Please Enter Your SiteKeys Questions And Answers : Example "what is your city of birth?" Enter SiteKey 1 Question : __________________________________________________ SiteKey 1 Answer : ____________________ Enter SiteKey 2 Question : __________________________________________________ SiteKey 2 Answer : ____________________ Enter SiteKey 3 Question : __________________________________________________ SiteKey 3 Answer : ____________________ Mother Maiden Name : _______________ Father Maiden Name : _______________ Date of Birth : __________ Submit Reset Secure Area icon Secure Area Bank of America, N.A. Member FDIC. Equal Housing Lender Equal Housing Lender © 2006 Bank of America Corporation. All rights reserved. References 1. https://onlineeast.bankofamerica.com/cgi-bin/ias/4KTs2fjNOSVa4JgTQE9WI4BvbjhaFHngFjech7og29088/1/bofa/ibd/IAS/presentation/GotoResetPasscodeWithPinPage#skipqh 2. javascript:openHelpUrlCustom(atmPinHelpUrl,%20450,%20250); From owner-freebsd-java@FreeBSD.ORG Thu Feb 19 23:44:34 2009 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B4D51065672 for ; Thu, 19 Feb 2009 23:44:34 +0000 (UTC) (envelope-from ndenev@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.189]) by mx1.freebsd.org (Postfix) with ESMTP id 9B0648FC13 for ; Thu, 19 Feb 2009 23:44:33 +0000 (UTC) (envelope-from ndenev@gmail.com) Received: by fk-out-0910.google.com with SMTP id f40so897008fka.11 for ; Thu, 19 Feb 2009 15:44:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to :in-reply-to:content-type:mime-version:subject:date:references :x-pgp-agent:content-transfer-encoding:x-mailer; bh=eRdmmnlaVZ/Lh62sOifxOma1V2VYyxVrkn5lFBl1O1Q=; b=Big9BlKx4g2De38yz15rnIY9421xtMS9lLQf+vAF+15BllSqx7askFuE2SIwYoaMfv nPESO2PbmQ9aonAN0TYurAoBiS5aldu+wN8SC/t/oW2GJXGbydczCa8AuWcGBFFVsLWx 6EsiKXxNwAcTUnEGqUEaupkV2kstZ8/PclZ8Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type:mime-version:subject :date:references:x-pgp-agent:content-transfer-encoding:x-mailer; b=k0uI/oGsjsB3nbfS2xw1nNN55sVpHoVOA4MW3HZEbJnMPYniQl/8XoWcWECWK6FeiM CwKec9lgNDBtsbmH43L+c96qMk0PqepJswCXcSd1Ohv2nYXisM2fQADXIg1RGOvM4gfy XQ+pMinzEDkbgJxNoa0sLEebjO1xteBjfIBj4= Received: by 10.223.107.9 with SMTP id z9mr264181fao.1.1235085427818; Thu, 19 Feb 2009 15:17:07 -0800 (PST) Received: from mba-wifi.totalterror.net ([87.121.19.243]) by mx.google.com with ESMTPS id z10sm1987832fka.13.2009.02.19.15.17.05 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 19 Feb 2009 15:17:07 -0800 (PST) Message-Id: <9E9FE8E8-1D98-44CB-99A0-401C9633160F@gmail.com> From: Nikolay Denev To: Maho NAKATA In-Reply-To: <20090202.165004.71135074.chat95@mac.com> Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Apple-Mail-3--919818174" Mime-Version: 1.0 (Apple Message framework v930.3) Date: Fri, 20 Feb 2009 01:16:59 +0200 References: <20090202.165004.71135074.chat95@mac.com> X-Pgp-Agent: GPGMail 1.2.0 (v56) Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.930.3) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: java@FreeBSD.org Subject: Re: Building java/jdk16 and jdk15 inside FreeBSD jail X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2009 23:44:34 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --Apple-Mail-3--919818174 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit On Feb 2, 2009, at 9:50 AM, Maho NAKATA wrote: > Hello greg@ and * > > I cannot build java/jdk16 and jdk15 inside FreeBSD jail. > The error message is folloing. I can build both ports outside of > the jail. > ----------------------------------------------------------------------------- > gmake[4]: Entering directory `/usr/ports/java/jdk16/work/j2se/make/ > sun/javac' > Begin Processing SUBDIRS: javac recompile javadoc apt >>>> Recursively making javac all @ Mon Feb 2 16:46:55 JST 2009 ... > gmake[5]: Entering directory `/usr/ports/java/jdk16/work/j2se/make/ > sun/javac/javac' > /usr/ports/java/jdk16/work/control/build/bsd-amd64/bin/java - > Xmx512m -Xms256m -classpath ../../../../make/tools/CompileProperties > CompileProperties ../../../../src/share/classes/com/sun/tools/javac/ > resources/compiler.properties /usr/ports/java/jdk16/work/control/ > build/bsd-amd64/gensrc/com/sun/tools/javac/resources/compiler.java > Error: could not find libjava.so > Error: could not find Java 2 Runtime Environment. > gmake[5]: *** [/usr/ports/java/jdk16/work/control/build/bsd-amd64/ > gensrc/com/sun/tools/javac/resources/compiler.java] Error 2 > gmake[5]: Leaving directory `/usr/ports/java/jdk16/work/j2se/make/ > sun/javac/javac' > gmake[4]: *** [all] Error 1 > gmake[4]: Leaving directory `/usr/ports/java/jdk16/work/j2se/make/ > sun/javac' > gmake[3]: *** [all] Error 1 > gmake[3]: Leaving directory `/usr/ports/java/jdk16/work/j2se/make/ > java/javac' > gmake[2]: *** [all] Error 1 > gmake[2]: Leaving directory `/usr/ports/java/jdk16/work/j2se/make/ > java' > gmake[1]: *** [all] Error 1 > gmake[1]: Leaving directory `/usr/ports/java/jdk16/work/j2se/make' > gmake: *** [j2se-build] Error 2 > *** Error code 2 > > Stop in /usr/ports/java/jdk16. > *** Error code 1 > > Stop in /usr/ports/java/jdk16. > ----------------------------------------------------------------------------- > gmake[4]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make/ > java/zip' > gmake[3]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make/ > java/zip' > <<>>> Recursively making javac all @ Mon Feb 2 16:48:20 JST 2009 ... > gmake[3]: Entering directory `/usr/ports/java/jdk15/work/j2se/make/ > java/javac' >>>> Recursively making ../../sun/javac all @ Mon Feb 2 16:48:20 JST >>>> 2009 ... > cd ../../sun/javac ; gmake all RELEASE=1.5.0_14-p8 > FULL_VERSION=1.5.0_14-p8-maho_02_feb_2009_16_47 > gmake[4]: Entering directory `/usr/ports/java/jdk15/work/j2se/make/ > sun/javac' >>>> Recursively making javac all @ Mon Feb 2 16:48:20 JST 2009 ... > gmake[5]: Entering directory `/usr/ports/java/jdk15/work/j2se/make/ > sun/javac/javac' > gmake /usr/ports/java/jdk15/work/control/build/bsd-amd64/bin/javac > VARIANT=OPT > gmake[6]: Entering directory `/usr/ports/java/jdk15/work/j2se/make/ > sun/javac/javac' > rm -f /usr/ports/java/jdk15/work/control/build/bsd-amd64/tmp/sun/ > com.sun.tools.javac/javac/.classes.list > /usr/ports/java/jdk15/work/control/build/bsd-amd64/bin/java - > classpath ../../../tools/CompileProperties > CompileProperties ../../../../src/share/classes/com/sun/tools/javac/ > resources/compiler.properties /usr/ports/java/jdk15/work/control/ > build/bsd-amd64/gensrc/com/sun/tools/javac/resources/compiler.java > Error: could not find libjava.so > Error: could not find Java 2 Runtime Environment. > gmake[6]: *** [/usr/ports/java/jdk15/work/control/build/bsd-amd64/ > gensrc/com/sun/tools/javac/resources/compiler.java] Error 2 > gmake[6]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make/ > sun/javac/javac' > gmake[5]: *** [optimized] Error 2 > gmake[5]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make/ > sun/javac/javac' > gmake[4]: *** [all] Error 1 > gmake[4]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make/ > sun/javac' > gmake[3]: *** [all] Error 2 > gmake[3]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make/ > java/javac' > gmake[2]: *** [all] Error 1 > gmake[2]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make/ > java' > gmake[1]: *** [all] Error 1 > gmake[1]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make' > gmake: *** [j2se-build] Error 2 > *** Error code 2 > > Stop in /usr/ports/java/jdk15. > *** Error code 1 > > Stop in /usr/ports/java/jdk15. > ----------------------------------------------------------------------------- > /etc/rc.conf has folloing entry for jail. > > #jail start > jail_enable="YES" > jail_list="portsjail" > jail_portsjail_hostname="ligeti7amd64_portsjail.private.org" > jail_portsjail_ip="1.2.3.4" > ifconfig_bge0_alias0="inet 1.2.3.4 netmask 255.255.255.255" > jail_portsjail_rootdir="/work/portsjail/" > jail_portsjail_exec_start="/bin/sh /etc/rc" > jail_portsjail_devfs_enable="YES" > jail_portsjail_procfs_enable="YES" > sendmail_enable="NO" > rpcbind_enable="NO" > #jail end > --- > mount shows following output > > root# mount > ... > /work/cvsup/ports on /work/portsjail/usr/ports (nullfs, local) > devfs on /work/portsjail/dev (devfs, local) > procfs on /work/portsjail/proc (procfs, local) > .... > > Any help is really appreciated. > Best regards, > -- Nakata Maho http://accc.riken.jp/maho/ , http://ja.openoffice.org/ > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java- > unsubscribe@freebsd.org" A thread back from 2006 suggests that procfs in the jail may be the problem, can you try unmounting it and trying to rebuild? P.S.: I have the same problem, and I'm testing without procfs right now Regards, Niki Denev --Apple-Mail-3--919818174 content-type: application/pgp-signature; x-mac-type=70674453; name=PGP.sig content-description: This is a digitally signed message part content-disposition: inline; filename=PGP.sig content-transfer-encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (Darwin) iEYEARECAAYFAkmd6GsACgkQHNAJ/fLbfrnNIACffr6QuvMb6PdB1B7rR5HEXswo xpcAoKn0Nu+mDlxtNWh3c0B3sGfIA5qx =nMHQ -----END PGP SIGNATURE----- --Apple-Mail-3--919818174-- From owner-freebsd-java@FreeBSD.ORG Fri Feb 20 05:16:04 2009 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5FD4106566C for ; Fri, 20 Feb 2009 05:16:04 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.173]) by mx1.freebsd.org (Postfix) with ESMTP id B13D58FC14 for ; Fri, 20 Feb 2009 05:16:04 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: by wf-out-1314.google.com with SMTP id 27so798722wfd.7 for ; Thu, 19 Feb 2009 21:16:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:date:message-id:to:cc :subject:from:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=dxfashfypNnxQgx7+kJaZLXRCorlGoBEQbMdSYBIftA=; b=I4FVfQn8Mox5U4t2HiEpn2nC/Z8ta4YOrsIS1VGLH01gZWwdk2+pen3xFSuworiEHs m4gfmZd/pr6X8PYj6H7K1MDbSpJ3hXEbwcqDL7VuXQblsfauoHuUDibRlkq7KRYp2rM+ fAFc937zu69UCedxH35X05oHievq514r8fxN0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:message-id:to:cc:subject:from:in-reply-to:references :x-mailer:mime-version:content-type:content-transfer-encoding; b=ooNmWkpJJ0IDaJ2sF1wDKUyYr9L4CuEBI0BzR30CKupkEpz5G+2YQXTrzSJB0K9FAa Jvh+LoVqPd6F456v/H4KfuPomp6R8YRTD3cEHmR/uTqdoOx+44Dshwp+Z1I/ZcD9YN+C T+qGZWNisF+KUM45221imGxOLbew5yQhGWNQE= Received: by 10.142.221.11 with SMTP id t11mr193465wfg.335.1235106964417; Thu, 19 Feb 2009 21:16:04 -0800 (PST) Received: from localhost (rikad85.riken.jp [134.160.214.85]) by mx.google.com with ESMTPS id 24sm1652463wfc.57.2009.02.19.21.16.03 (version=SSLv3 cipher=RC4-MD5); Thu, 19 Feb 2009 21:16:03 -0800 (PST) Sender: Maho NAKATA Date: Fri, 20 Feb 2009 14:15:17 +0900 (JST) Message-Id: <20090220.141517.215264499.chat95@mac.com> To: daichi@jp.freebsd.org From: Maho NAKATA In-Reply-To: <4987AF4F.7050301@jp.freebsd.org> References: <20090202.165004.71135074.chat95@mac.com> <4987AF4F.7050301@jp.freebsd.org> X-Mailer: Mew version 6.2 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Fri_Feb_20_14_15_17_2009_586)--" Content-Transfer-Encoding: 7bit Cc: java@freebsd.org Subject: Re: Building java/jdk16 and jdk15 inside FreeBSD jail X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2009 05:16:05 -0000 ----Security_Multipart(Fri_Feb_20_14_15_17_2009_586)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi Daichi-kun, Thanks for your e-mail, and I tried on jail enviroment, # cp -r /usr/ports/java/jdk16 /root/jdk16 # cd /root/jdk16 ; make it worked! Thanks for your info. Best, From: Daichi GOTO Subject: Re: Building java/jdk16 and jdk15 inside FreeBSD jail Date: Tue, 03 Feb 2009 11:43:27 +0900 > I have been doubting that nullfs works properly. Try without > nullfs, IMO, combination of jail and nullfs does not work correctly. > Maho NAKATA wrote: >> Hello greg@ and * >> I cannot build java/jdk16 and jdk15 inside FreeBSD jail. >> The error message is folloing. I can build both ports outside of >> the jail. >> > ----------------------------------------------------------------------------- >> gmake[4]: Entering directory >> `/usr/ports/java/jdk16/work/j2se/make/sun/javac' >> Begin Processing SUBDIRS: javac recompile javadoc apt >>>>> Recursively making javac all @ Mon Feb 2 16:46:55 JST 2009 ... >> gmake[5]: Entering directory >> `/usr/ports/java/jdk16/work/j2se/make/sun/javac/javac' >> /usr/ports/java/jdk16/work/control/build/bsd-amd64/bin/java -Xmx512m >> -Xms256m -classpath ../../../../make/tools/CompileProperties >> CompileProperties >> ../../../../src/share/classes/com/sun/tools/javac/resources/compiler.properties >> /usr/ports/java/jdk16/work/control/build/bsd-amd64/gensrc/com/sun/tools/javac/resources/compiler.java >> Error: could not find libjava.so >> Error: could not find Java 2 Runtime Environment. >> gmake[5]: *** >> [/usr/ports/java/jdk16/work/control/build/bsd-amd64/gensrc/com/sun/tools/javac/resources/compiler.java] >> Error 2 >> gmake[5]: Leaving directory >> `/usr/ports/java/jdk16/work/j2se/make/sun/javac/javac' >> gmake[4]: *** [all] Error 1 >> gmake[4]: Leaving directory >> `/usr/ports/java/jdk16/work/j2se/make/sun/javac' >> gmake[3]: *** [all] Error 1 >> gmake[3]: Leaving directory >> `/usr/ports/java/jdk16/work/j2se/make/java/javac' >> gmake[2]: *** [all] Error 1 >> gmake[2]: Leaving directory >> `/usr/ports/java/jdk16/work/j2se/make/java' >> gmake[1]: *** [all] Error 1 >> gmake[1]: Leaving directory `/usr/ports/java/jdk16/work/j2se/make' >> gmake: *** [j2se-build] Error 2 >> *** Error code 2 >> Stop in /usr/ports/java/jdk16. >> *** Error code 1 >> Stop in /usr/ports/java/jdk16. >> > ----------------------------------------------------------------------------- >> gmake[4]: Leaving directory >> `/usr/ports/java/jdk15/work/j2se/make/java/zip' >> gmake[3]: Leaving directory >> `/usr/ports/java/jdk15/work/j2se/make/java/zip' >> <<>>>> Recursively making javac all @ Mon Feb 2 16:48:20 JST 2009 ... >> gmake[3]: Entering directory >> `/usr/ports/java/jdk15/work/j2se/make/java/javac' >>>>> Recursively making ../../sun/javac all @ Mon Feb 2 16:48:20 JST 2009 >>>>> ... >> cd ../../sun/javac ; gmake all RELEASE=1.5.0_14-p8 >> FULL_VERSION=1.5.0_14-p8-maho_02_feb_2009_16_47 >> gmake[4]: Entering directory >> `/usr/ports/java/jdk15/work/j2se/make/sun/javac' >>>>> Recursively making javac all @ Mon Feb 2 16:48:20 JST 2009 ... >> gmake[5]: Entering directory >> `/usr/ports/java/jdk15/work/j2se/make/sun/javac/javac' >> gmake /usr/ports/java/jdk15/work/control/build/bsd-amd64/bin/javac >> VARIANT=OPT >> gmake[6]: Entering directory >> `/usr/ports/java/jdk15/work/j2se/make/sun/javac/javac' >> rm -f >> /usr/ports/java/jdk15/work/control/build/bsd-amd64/tmp/sun/com.sun.tools.javac/javac/.classes.list >> /usr/ports/java/jdk15/work/control/build/bsd-amd64/bin/java -classpath >> ../../../tools/CompileProperties CompileProperties >> ../../../../src/share/classes/com/sun/tools/javac/resources/compiler.properties >> /usr/ports/java/jdk15/work/control/build/bsd-amd64/gensrc/com/sun/tools/javac/resources/compiler.java >> Error: could not find libjava.so >> Error: could not find Java 2 Runtime Environment. >> gmake[6]: *** >> [/usr/ports/java/jdk15/work/control/build/bsd-amd64/gensrc/com/sun/tools/javac/resources/compiler.java] >> Error 2 >> gmake[6]: Leaving directory >> `/usr/ports/java/jdk15/work/j2se/make/sun/javac/javac' >> gmake[5]: *** [optimized] Error 2 >> gmake[5]: Leaving directory >> `/usr/ports/java/jdk15/work/j2se/make/sun/javac/javac' >> gmake[4]: *** [all] Error 1 >> gmake[4]: Leaving directory >> `/usr/ports/java/jdk15/work/j2se/make/sun/javac' >> gmake[3]: *** [all] Error 2 >> gmake[3]: Leaving directory >> `/usr/ports/java/jdk15/work/j2se/make/java/javac' >> gmake[2]: *** [all] Error 1 >> gmake[2]: Leaving directory >> `/usr/ports/java/jdk15/work/j2se/make/java' >> gmake[1]: *** [all] Error 1 >> gmake[1]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make' >> gmake: *** [j2se-build] Error 2 >> *** Error code 2 >> Stop in /usr/ports/java/jdk15. >> *** Error code 1 >> Stop in /usr/ports/java/jdk15. >> > ----------------------------------------------------------------------------- >> /etc/rc.conf has folloing entry for jail. >> #jail start >> jail_enable="YES" >> jail_list="portsjail" >> jail_portsjail_hostname="ligeti7amd64_portsjail.private.org" >> jail_portsjail_ip="1.2.3.4" >> ifconfig_bge0_alias0="inet 1.2.3.4 netmask 255.255.255.255" >> jail_portsjail_rootdir="/work/portsjail/" >> jail_portsjail_exec_start="/bin/sh /etc/rc" >> jail_portsjail_devfs_enable="YES" >> jail_portsjail_procfs_enable="YES" >> sendmail_enable="NO" >> rpcbind_enable="NO" >> #jail end >> --- >> mount shows following output >> root# mount ... >> /work/cvsup/ports on /work/portsjail/usr/ports (nullfs, local) >> devfs on /work/portsjail/dev (devfs, local) >> procfs on /work/portsjail/proc (procfs, local) >> .... >> Any help is really appreciated. >> Best regards, >> -- Nakata Maho http://accc.riken.jp/maho/ , http://ja.openoffice.org/ >> -- _______________________________________________ >> freebsd-java@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-java >> To unsubscribe, send any mail to >> "freebsd-java-unsubscribe@freebsd.org" > > > -- > Daichi GOTO, http://people.freebsd.org/~daichi > ----Security_Multipart(Fri_Feb_20_14_15_17_2009_586)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (FreeBSD) iEYEABECAAYFAkmePGYACgkQpcQqaPiEzfnxIwCZATW2tn233id41QDbwnxZMDuu EV4An3AH1gHqz6NYloN3y07psMuQA3R/ =AeAO -----END PGP SIGNATURE----- ----Security_Multipart(Fri_Feb_20_14_15_17_2009_586)---- From owner-freebsd-java@FreeBSD.ORG Fri Feb 20 05:17:37 2009 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 179F31065679 for ; Fri, 20 Feb 2009 05:17:37 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.229]) by mx1.freebsd.org (Postfix) with ESMTP id D61658FC1D for ; Fri, 20 Feb 2009 05:17:36 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: by rv-out-0506.google.com with SMTP id f6so812683rvb.43 for ; Thu, 19 Feb 2009 21:17:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:date:message-id:to:cc :subject:from:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=A5E3rjh+KsiBQgG8X9aKtBIz4NK4Fun3eUfjIZXLnro=; b=pmzglQvyHtKFNQeF/VCpBuQW2rgopekZvObO9XmH9snNGvwaBr5a9or2kp9nPSwJjz yWZUZEFQRFk7jfkclUbOyK1dErILwEzhkH3yRsF2BAqDKWmneGQQ4z0MerajIaIDnRgs GjdsGuAr6R0HotXOYRGIdzbEMVmKn/AvUrSmw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:message-id:to:cc:subject:from:in-reply-to:references :x-mailer:mime-version:content-type:content-transfer-encoding; b=vGUrOG/etSyTnauuWKNKD5mIOif5HPpAHWTdS0t47xAvHW+YdbtZu+ZO8epPjmczI8 SFqYSGIJSCtQivicBFYKkrXASpvHPIV1lCfrgQozHGhR3Nd39HN+MpTVTDau5sI4woQT klNOxKzi9HqctdkNL36ge0o9pChgl50+oE54Q= Received: by 10.142.136.16 with SMTP id j16mr204412wfd.184.1235107056484; Thu, 19 Feb 2009 21:17:36 -0800 (PST) Received: from localhost (rikad85.riken.jp [134.160.214.85]) by mx.google.com with ESMTPS id 22sm3677010wfg.3.2009.02.19.21.17.34 (version=SSLv3 cipher=RC4-MD5); Thu, 19 Feb 2009 21:17:36 -0800 (PST) Sender: Maho NAKATA Date: Fri, 20 Feb 2009 14:16:48 +0900 (JST) Message-Id: <20090220.141648.143710352.chat95@mac.com> To: avg@icyb.net.ua From: Maho NAKATA In-Reply-To: <4988414C.8060806@icyb.net.ua> References: <20090202.165004.71135074.chat95@mac.com> <4987AF4F.7050301@jp.freebsd.org> <4988414C.8060806@icyb.net.ua> X-Mailer: Mew version 6.2 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Fri_Feb_20_14_16_48_2009_018)--" Content-Transfer-Encoding: 7bit Cc: daichi@jp.freebsd.org, java@freebsd.org Subject: Re: Building java/jdk16 and jdk15 inside FreeBSD jail X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2009 05:17:37 -0000 ----Security_Multipart(Fri_Feb_20_14_16_48_2009_018)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hm, Andriy, nullfs on ZFS might work? Still my environment is UFS2, so I'll try when I switched to ZFS... thanks From: Andriy Gapon Subject: Re: Building java/jdk16 and jdk15 inside FreeBSD jail Date: Tue, 03 Feb 2009 15:06:20 +0200 > on 03/02/2009 04:43 Daichi GOTO said the following: >> I have been doubting that nullfs works properly. Try without >> nullfs, IMO, combination of jail and nullfs does not work correctly. > > I am using it all the time for kernel/world/packages cross-building > (i386 on amd64) and it works great for me. > /usr/ports on /export/j386/usr/ports (nullfs, local, read-only) > /usr/ports/distfiles on /export/j386/usr/ports/distfiles (nullfs, local) > /usr/src on /export/j386/usr/src (nullfs, local, read-only) > /usr/devel on /export/j386/usr/devel (nullfs, local, read-only) > > Original directories are on ZFS. > And the builds are done in a jail populated with i386 world. > Just yesterday I successfully built jdk-1.6.0.3p4_8 using > diablo-jdk-1.6.0.07.02_3 as bootstrap. > >> Maho NAKATA wrote: >>> Hello greg@ and * >>> >>> I cannot build java/jdk16 and jdk15 inside FreeBSD jail. >>> The error message is folloing. I can build both ports outside of >>> the jail. >>> ----------------------------------------------------------------------------- >>> >>> gmake[4]: Entering directory >>> `/usr/ports/java/jdk16/work/j2se/make/sun/javac' >>> Begin Processing SUBDIRS: javac recompile javadoc apt >>>>>> Recursively making javac all @ Mon Feb 2 16:46:55 JST 2009 ... >>> gmake[5]: Entering directory >>> `/usr/ports/java/jdk16/work/j2se/make/sun/javac/javac' >>> /usr/ports/java/jdk16/work/control/build/bsd-amd64/bin/java -Xmx512m >>> -Xms256m -classpath ../../../../make/tools/CompileProperties >>> CompileProperties >>> ../../../../src/share/classes/com/sun/tools/javac/resources/compiler.properties >>> /usr/ports/java/jdk16/work/control/build/bsd-amd64/gensrc/com/sun/tools/javac/resources/compiler.java >>> Error: could not find libjava.so >>> Error: could not find Java 2 Runtime Environment. >>> gmake[5]: *** >>> [/usr/ports/java/jdk16/work/control/build/bsd-amd64/gensrc/com/sun/tools/javac/resources/compiler.java] >>> Error 2 >>> gmake[5]: Leaving directory >>> `/usr/ports/java/jdk16/work/j2se/make/sun/javac/javac' >>> gmake[4]: *** [all] Error 1 >>> gmake[4]: Leaving directory >>> `/usr/ports/java/jdk16/work/j2se/make/sun/javac' >>> gmake[3]: *** [all] Error 1 >>> gmake[3]: Leaving directory >>> `/usr/ports/java/jdk16/work/j2se/make/java/javac' >>> gmake[2]: *** [all] Error 1 >>> gmake[2]: Leaving directory `/usr/ports/java/jdk16/work/j2se/make/java' >>> gmake[1]: *** [all] Error 1 >>> gmake[1]: Leaving directory `/usr/ports/java/jdk16/work/j2se/make' >>> gmake: *** [j2se-build] Error 2 >>> *** Error code 2 >>> >>> Stop in /usr/ports/java/jdk16. >>> *** Error code 1 >>> >>> Stop in /usr/ports/java/jdk16. >>> ----------------------------------------------------------------------------- >>> >>> gmake[4]: Leaving directory >>> `/usr/ports/java/jdk15/work/j2se/make/java/zip' >>> gmake[3]: Leaving directory >>> `/usr/ports/java/jdk15/work/j2se/make/java/zip' >>> <<>>>>> Recursively making javac all @ Mon Feb 2 16:48:20 JST 2009 ... >>> gmake[3]: Entering directory >>> `/usr/ports/java/jdk15/work/j2se/make/java/javac' >>>>>> Recursively making ../../sun/javac all @ Mon Feb 2 16:48:20 JST >>>>>> 2009 ... >>> cd ../../sun/javac ; gmake all RELEASE=1.5.0_14-p8 >>> FULL_VERSION=1.5.0_14-p8-maho_02_feb_2009_16_47 >>> gmake[4]: Entering directory >>> `/usr/ports/java/jdk15/work/j2se/make/sun/javac' >>>>>> Recursively making javac all @ Mon Feb 2 16:48:20 JST 2009 ... >>> gmake[5]: Entering directory >>> `/usr/ports/java/jdk15/work/j2se/make/sun/javac/javac' >>> gmake /usr/ports/java/jdk15/work/control/build/bsd-amd64/bin/javac >>> VARIANT=OPT >>> gmake[6]: Entering directory >>> `/usr/ports/java/jdk15/work/j2se/make/sun/javac/javac' >>> rm -f >>> /usr/ports/java/jdk15/work/control/build/bsd-amd64/tmp/sun/com.sun.tools.javac/javac/.classes.list >>> >>> /usr/ports/java/jdk15/work/control/build/bsd-amd64/bin/java -classpath >>> ../../../tools/CompileProperties CompileProperties >>> ../../../../src/share/classes/com/sun/tools/javac/resources/compiler.properties >>> /usr/ports/java/jdk15/work/control/build/bsd-amd64/gensrc/com/sun/tools/javac/resources/compiler.java >>> >>> Error: could not find libjava.so >>> Error: could not find Java 2 Runtime Environment. >>> gmake[6]: *** >>> [/usr/ports/java/jdk15/work/control/build/bsd-amd64/gensrc/com/sun/tools/javac/resources/compiler.java] >>> Error 2 >>> gmake[6]: Leaving directory >>> `/usr/ports/java/jdk15/work/j2se/make/sun/javac/javac' >>> gmake[5]: *** [optimized] Error 2 >>> gmake[5]: Leaving directory >>> `/usr/ports/java/jdk15/work/j2se/make/sun/javac/javac' >>> gmake[4]: *** [all] Error 1 >>> gmake[4]: Leaving directory >>> `/usr/ports/java/jdk15/work/j2se/make/sun/javac' >>> gmake[3]: *** [all] Error 2 >>> gmake[3]: Leaving directory >>> `/usr/ports/java/jdk15/work/j2se/make/java/javac' >>> gmake[2]: *** [all] Error 1 >>> gmake[2]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make/java' >>> gmake[1]: *** [all] Error 1 >>> gmake[1]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make' >>> gmake: *** [j2se-build] Error 2 >>> *** Error code 2 >>> >>> Stop in /usr/ports/java/jdk15. >>> *** Error code 1 >>> >>> Stop in /usr/ports/java/jdk15. >>> ----------------------------------------------------------------------------- >>> >>> /etc/rc.conf has folloing entry for jail. >>> >>> #jail start >>> jail_enable="YES" >>> jail_list="portsjail" >>> jail_portsjail_hostname="ligeti7amd64_portsjail.private.org" >>> jail_portsjail_ip="1.2.3.4" >>> ifconfig_bge0_alias0="inet 1.2.3.4 netmask 255.255.255.255" >>> jail_portsjail_rootdir="/work/portsjail/" >>> jail_portsjail_exec_start="/bin/sh /etc/rc" >>> jail_portsjail_devfs_enable="YES" >>> jail_portsjail_procfs_enable="YES" >>> sendmail_enable="NO" >>> rpcbind_enable="NO" >>> #jail end >>> --- >>> mount shows following output >>> >>> root# mount ... >>> /work/cvsup/ports on /work/portsjail/usr/ports (nullfs, local) >>> devfs on /work/portsjail/dev (devfs, local) >>> procfs on /work/portsjail/proc (procfs, local) >>> .... >>> >>> Any help is really appreciated. >>> Best regards, >>> -- Nakata Maho http://accc.riken.jp/maho/ , http://ja.openoffice.org/ >>> _______________________________________________ >>> freebsd-java@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-java >>> To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" >> >> > > > -- > Andriy Gapon > ----Security_Multipart(Fri_Feb_20_14_16_48_2009_018)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (FreeBSD) iEYEABECAAYFAkmePMEACgkQpcQqaPiEzfmwdQCgk+/lM2BadWMQaRGaZea/Syux x+cAoMk+6H5ZUslsrbHPMYbtWMpU/+ZE =VZql -----END PGP SIGNATURE----- ----Security_Multipart(Fri_Feb_20_14_16_48_2009_018)---- From owner-freebsd-java@FreeBSD.ORG Fri Feb 20 05:55:52 2009 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12A04106564A for ; Fri, 20 Feb 2009 05:55:52 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.227]) by mx1.freebsd.org (Postfix) with ESMTP id D0C598FC0A for ; Fri, 20 Feb 2009 05:55:51 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: by rv-out-0506.google.com with SMTP id f6so825800rvb.43 for ; Thu, 19 Feb 2009 21:55:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:date:message-id:to:cc :subject:from:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=qRumEpAYpmPn+sHd9ZQ6f5G7Ygr6pxDXwA8M7pecTvA=; b=I3tcj3IkLfiWTSNSNkao/UHP5A09Igo8aTne906mg3sqamLAa5aBbNmO7kLOPiFwhw n+28VdLMzMdLxWW3ZgsPlzNpow5aDj5oIjvSBIlO2xHyfJ42nah3R2373UVpG0idtJFo sSpZd3xyTMYeNNMQojzVZFNJpsO914qrRZbv4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:message-id:to:cc:subject:from:in-reply-to:references :x-mailer:mime-version:content-type:content-transfer-encoding; b=BcWZs78q9ljfVcb3CbzwCWz0Wkeqef+muRmdE3h9ejKDUXhZdzE5zP3Fy9hJVY2e1r kp6KmtYs1A44ij6r6trjAsNFjUOppZHkLueD39JTA6opkIhRxWMOdwFMfZfuCb705DvD HNQxdbKs9GIva9ipqj26HvKkqaueCgM/7cwTU= Received: by 10.142.177.5 with SMTP id z5mr226161wfe.90.1235109351430; Thu, 19 Feb 2009 21:55:51 -0800 (PST) Received: from localhost (rikad85.riken.jp [134.160.214.85]) by mx.google.com with ESMTPS id 28sm1226656wfd.45.2009.02.19.21.55.50 (version=SSLv3 cipher=RC4-MD5); Thu, 19 Feb 2009 21:55:51 -0800 (PST) Sender: Maho NAKATA Date: Fri, 20 Feb 2009 14:55:04 +0900 (JST) Message-Id: <20090220.145504.99122017.chat95@mac.com> To: ndenev@gmail.com From: Maho NAKATA In-Reply-To: <9E9FE8E8-1D98-44CB-99A0-401C9633160F@gmail.com> References: <20090202.165004.71135074.chat95@mac.com> <9E9FE8E8-1D98-44CB-99A0-401C9633160F@gmail.com> X-Mailer: Mew version 6.2 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Fri_Feb_20_14_55_04_2009_009)--" Content-Transfer-Encoding: 7bit Cc: java@FreeBSD.org Subject: summary no nullfs or no procfs [Re: Building java/jdk16 and jdk15 inside FreeBSD jail] X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2009 05:55:52 -0000 ----Security_Multipart(Fri_Feb_20_14_55_04_2009_009)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi Nikolay, thanks for your info. I tried unmounting on host machine # umount /work/portsjail/proc on jail # cd /usr/ports/java/jdk16 ; make ... it worked. Summary * do not build on nullfs mounted file system *OR* * do not mount proc . Thanks for your helps! Best regards, Nakata Maho > A thread back from 2006 suggests that procfs in the jail may be the > problem, > can you try unmounting it and trying to rebuild? > P.S.: I have the same problem, and I'm testing without procfs right > now From: Nikolay Denev Subject: Re: Building java/jdk16 and jdk15 inside FreeBSD jail Date: Fri, 20 Feb 2009 01:16:59 +0200 > > On Feb 2, 2009, at 9:50 AM, Maho NAKATA wrote: > >> Hello greg@ and * >> >> I cannot build java/jdk16 and jdk15 inside FreeBSD jail. >> The error message is folloing. I can build both ports outside of >> the jail. >> > ----------------------------------------------------------------------------- >> gmake[4]: Entering directory >> `/usr/ports/java/jdk16/work/j2se/make/sun/javac' >> Begin Processing SUBDIRS: javac recompile javadoc apt >>>>> Recursively making javac all @ Mon Feb 2 16:46:55 JST 2009 ... >> gmake[5]: Entering directory >> `/usr/ports/java/jdk16/work/j2se/make/sun/javac/javac' >> /usr/ports/java/jdk16/work/control/build/bsd-amd64/bin/java -Xmx512m >> -Xms256m -classpath ../../../../make/tools/CompileProperties >> CompileProperties >> ../../../../src/share/classes/com/sun/tools/javac/resources/compiler.properties >> /usr/ports/java/jdk16/work/control/build/bsd-amd64/gensrc/com/sun/tools/javac/resources/compiler.java >> Error: could not find libjava.so >> Error: could not find Java 2 Runtime Environment. >> gmake[5]: *** >> [/usr/ports/java/jdk16/work/control/build/bsd-amd64/gensrc/com/sun/tools/javac/resources/compiler.java] >> Error 2 >> gmake[5]: Leaving directory >> `/usr/ports/java/jdk16/work/j2se/make/sun/javac/javac' >> gmake[4]: *** [all] Error 1 >> gmake[4]: Leaving directory >> `/usr/ports/java/jdk16/work/j2se/make/sun/javac' >> gmake[3]: *** [all] Error 1 >> gmake[3]: Leaving directory >> `/usr/ports/java/jdk16/work/j2se/make/java/javac' >> gmake[2]: *** [all] Error 1 >> gmake[2]: Leaving directory >> `/usr/ports/java/jdk16/work/j2se/make/java' >> gmake[1]: *** [all] Error 1 >> gmake[1]: Leaving directory `/usr/ports/java/jdk16/work/j2se/make' >> gmake: *** [j2se-build] Error 2 >> *** Error code 2 >> >> Stop in /usr/ports/java/jdk16. >> *** Error code 1 >> >> Stop in /usr/ports/java/jdk16. >> > ----------------------------------------------------------------------------- >> gmake[4]: Leaving directory >> `/usr/ports/java/jdk15/work/j2se/make/java/zip' >> gmake[3]: Leaving directory >> `/usr/ports/java/jdk15/work/j2se/make/java/zip' >> <<>>>> Recursively making javac all @ Mon Feb 2 16:48:20 JST 2009 ... >> gmake[3]: Entering directory >> `/usr/ports/java/jdk15/work/j2se/make/java/javac' >>>>> Recursively making ../../sun/javac all @ Mon Feb 2 16:48:20 JST 2009 >>>>> ... >> cd ../../sun/javac ; gmake all RELEASE=1.5.0_14-p8 >> FULL_VERSION=1.5.0_14-p8-maho_02_feb_2009_16_47 >> gmake[4]: Entering directory >> `/usr/ports/java/jdk15/work/j2se/make/sun/javac' >>>>> Recursively making javac all @ Mon Feb 2 16:48:20 JST 2009 ... >> gmake[5]: Entering directory >> `/usr/ports/java/jdk15/work/j2se/make/sun/javac/javac' >> gmake /usr/ports/java/jdk15/work/control/build/bsd-amd64/bin/javac >> VARIANT=OPT >> gmake[6]: Entering directory >> `/usr/ports/java/jdk15/work/j2se/make/sun/javac/javac' >> rm -f >> /usr/ports/java/jdk15/work/control/build/bsd-amd64/tmp/sun/com.sun.tools.javac/javac/.classes.list >> /usr/ports/java/jdk15/work/control/build/bsd-amd64/bin/java -classpath >> ../../../tools/CompileProperties CompileProperties >> ../../../../src/share/classes/com/sun/tools/javac/resources/compiler.properties >> /usr/ports/java/jdk15/work/control/build/bsd-amd64/gensrc/com/sun/tools/javac/resources/compiler.java >> Error: could not find libjava.so >> Error: could not find Java 2 Runtime Environment. >> gmake[6]: *** >> [/usr/ports/java/jdk15/work/control/build/bsd-amd64/gensrc/com/sun/tools/javac/resources/compiler.java] >> Error 2 >> gmake[6]: Leaving directory >> `/usr/ports/java/jdk15/work/j2se/make/sun/javac/javac' >> gmake[5]: *** [optimized] Error 2 >> gmake[5]: Leaving directory >> `/usr/ports/java/jdk15/work/j2se/make/sun/javac/javac' >> gmake[4]: *** [all] Error 1 >> gmake[4]: Leaving directory >> `/usr/ports/java/jdk15/work/j2se/make/sun/javac' >> gmake[3]: *** [all] Error 2 >> gmake[3]: Leaving directory >> `/usr/ports/java/jdk15/work/j2se/make/java/javac' >> gmake[2]: *** [all] Error 1 >> gmake[2]: Leaving directory >> `/usr/ports/java/jdk15/work/j2se/make/java' >> gmake[1]: *** [all] Error 1 >> gmake[1]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make' >> gmake: *** [j2se-build] Error 2 >> *** Error code 2 >> >> Stop in /usr/ports/java/jdk15. >> *** Error code 1 >> >> Stop in /usr/ports/java/jdk15. >> > ----------------------------------------------------------------------------- >> /etc/rc.conf has folloing entry for jail. >> >> #jail start >> jail_enable="YES" >> jail_list="portsjail" >> jail_portsjail_hostname="ligeti7amd64_portsjail.private.org" >> jail_portsjail_ip="1.2.3.4" >> ifconfig_bge0_alias0="inet 1.2.3.4 netmask 255.255.255.255" >> jail_portsjail_rootdir="/work/portsjail/" >> jail_portsjail_exec_start="/bin/sh /etc/rc" >> jail_portsjail_devfs_enable="YES" >> jail_portsjail_procfs_enable="YES" >> sendmail_enable="NO" >> rpcbind_enable="NO" >> #jail end >> --- >> mount shows following output >> >> root# mount >> ... >> /work/cvsup/ports on /work/portsjail/usr/ports (nullfs, local) >> devfs on /work/portsjail/dev (devfs, local) >> procfs on /work/portsjail/proc (procfs, local) >> .... >> >> Any help is really appreciated. >> Best regards, >> -- Nakata Maho http://accc.riken.jp/maho/ , >> -- http://ja.openoffice.org/_______________________________________________ >> freebsd-java@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-java >> To unsubscribe, send any mail to >> "freebsd-java-unsubscribe@freebsd.org" > > A thread back from 2006 suggests that procfs in the jail may be the > problem, > can you try unmounting it and trying to rebuild? > P.S.: I have the same problem, and I'm testing without procfs right > now > > Regards, > Niki Denev > ----Security_Multipart(Fri_Feb_20_14_55_04_2009_009)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (FreeBSD) iEYEABECAAYFAkmeRbkACgkQpcQqaPiEzfn20QCfbUtMW1Wp9vjKX7KxPFx17fJP PIoAnA7iYBrP2S79ToGt3BojQuekRMAp =fFCS -----END PGP SIGNATURE----- ----Security_Multipart(Fri_Feb_20_14_55_04_2009_009)---- From owner-freebsd-java@FreeBSD.ORG Fri Feb 20 06:22:07 2009 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89B6E1065670 for ; Fri, 20 Feb 2009 06:22:07 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id A425C8FC14 for ; Fri, 20 Feb 2009 06:22:06 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from porto.topspin.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id IAA11214; Fri, 20 Feb 2009 08:21:57 +0200 (EET) (envelope-from avg@icyb.net.ua) Received: from localhost.topspin.kiev.ua ([127.0.0.1] helo=edge.pp.kiev.ua) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1LaOlo-000MZX-VB; Fri, 20 Feb 2009 08:21:56 +0200 Message-ID: <499E4C02.7050004@icyb.net.ua> Date: Fri, 20 Feb 2009 08:21:54 +0200 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.19 (X11/20090114) MIME-Version: 1.0 To: Maho NAKATA References: <20090202.165004.71135074.chat95@mac.com> <4987AF4F.7050301@jp.freebsd.org> <4988414C.8060806@icyb.net.ua> <20090220.141648.143710352.chat95@mac.com> In-Reply-To: <20090220.141648.143710352.chat95@mac.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: daichi@jp.freebsd.org, java@freebsd.org Subject: Re: Building java/jdk16 and jdk15 inside FreeBSD jail X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2009 06:22:07 -0000 on 20/02/2009 07:16 Maho NAKATA said the following: > Hm, Andriy, nullfs on ZFS might work? > Still my environment is UFS2, so I'll try when I switched to ZFS... > thanks My understanding is that nullfs should work even better with UFS, so I am guessing that your problem might not be caused nullfs. -- Andriy Gapon From owner-freebsd-java@FreeBSD.ORG Fri Feb 20 14:37:31 2009 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43E02106566C for ; Fri, 20 Feb 2009 14:37:31 +0000 (UTC) (envelope-from daichi@freebsd.org) Received: from natial.ongs.co.jp (natial.ongs.co.jp [202.216.246.90]) by mx1.freebsd.org (Postfix) with ESMTP id 0E5318FC1B for ; Fri, 20 Feb 2009 14:37:31 +0000 (UTC) (envelope-from daichi@freebsd.org) Received: from parancell.ongs.co.jp (dullmdaler.ongs.co.jp [202.216.246.94]) by natial.ongs.co.jp (Postfix) with ESMTPSA id D01E4125422; Fri, 20 Feb 2009 23:18:39 +0900 (JST) Message-ID: <499EBBBF.2050105@freebsd.org> Date: Fri, 20 Feb 2009 23:18:39 +0900 From: Daichi GOTO User-Agent: Thunderbird 2.0.0.19 (X11/20090201) MIME-Version: 1.0 To: Andriy Gapon References: <20090202.165004.71135074.chat95@mac.com> <4987AF4F.7050301@jp.freebsd.org> <4988414C.8060806@icyb.net.ua> <20090220.141648.143710352.chat95@mac.com> <499E4C02.7050004@icyb.net.ua> In-Reply-To: <499E4C02.7050004@icyb.net.ua> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: daichi@jp.freebsd.org, java@freebsd.org, Maho NAKATA Subject: Re: Building java/jdk16 and jdk15 inside FreeBSD jail X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2009 14:37:31 -0000 Andriy Gapon wrote: > on 20/02/2009 07:16 Maho NAKATA said the following: >> Hm, Andriy, nullfs on ZFS might work? >> Still my environment is UFS2, so I'll try when I switched to ZFS... >> thanks > > My understanding is that nullfs should work even better with UFS, so I > am guessing that your problem might not be caused nullfs. From my opinion, I am doubting that read-write unionfs works stably and correctly even on heavy situations. JIMO, current implementation of nullfs essentially has unstable seen while heavy read-write situations. If you want to use nullfs, read-only mode is better even for heavy situation :) Thanks -- Daichi GOTO, http://people.freebsd.org/~daichi