From owner-freebsd-java@FreeBSD.ORG Sun Feb 13 17:50:16 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 914CA16A4CE for ; Sun, 13 Feb 2005 17:50:16 +0000 (GMT) Received: from smtp103.rog.mail.re2.yahoo.com (smtp103.rog.mail.re2.yahoo.com [206.190.36.81]) by mx1.FreeBSD.org (Postfix) with SMTP id 4642943D31 for ; Sun, 13 Feb 2005 17:50:13 +0000 (GMT) (envelope-from derekm.nospam@rogers.com) Received: from unknown (HELO server.razorfever.net) (plick@rogers.com@70.25.112.61 with plain) by smtp103.rog.mail.re2.yahoo.com with SMTP; 13 Feb 2005 17:50:12 -0000 Received: from [192.168.0.254] ([192.168.0.254]) by server.razorfever.net (8.13.1/8.13.1) with ESMTP id j1DHoBOg028933; Sun, 13 Feb 2005 12:50:11 -0500 (EST) (envelope-from derekm.nospam@rogers.com) Message-ID: <420F9362.80707@rogers.com> Date: Sun, 13 Feb 2005 12:50:26 -0500 From: Derek User-Agent: Mozilla Thunderbird 1.0 (X11/20050112) X-Accept-Language: en-us, en MIME-Version: 1.0 To: java@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.81, clamav-milter version 0.81b on server.razorfever.net X-Virus-Status: Clean Subject: eclipse-vep-1.0 from packages not loading X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Feb 2005 17:50:16 -0000 Hi, I wanted to try and use the visual editor for Eclipse, and I installed it from packages when I first set up my machine. When I went to go and use it, it just wasn't available in the appropriate menus. However, when I went to "Help\Software Updates\Manage Configuration..." I expanded the "/usr/local/eclipse" and noticed a big red X beside "Visual Editor SDK 1.0.1". I went to "Visual Editor SDK 1.0.1\Java EMF Model SDK 1.0.1\Java EMF Model 1.0.1\Show Properties". It says "Plug-in "com.ibm.etools.emf.event" version "3.0.0.1" referenced by this feature is missing." I figured it was something screwy, so I used pkg_delete to remove all of my eclipse intallation. I renamed the remaining /usr/local/eclipse to /usr/local/eclipse.old. I then followed this squence of instructions: export PACKAGESITE=ftp://ftp2.freebsd.org/pub/FreeBSD/ports/i386/packages-5-stable/Latest/ pkg_add -r eclipse pkg_add -r eclipse-cdt pkg_add -r eclipse-vep I ended up with the following versions: eclipse-3.0.1_3 eclipse-cdt-2.1.0 eclipse-emf-2.0.1_2 eclipse-gef-3.0.1_1 eclipse-vep-1.0_2,1 And the same problem persists. I used pkg_delete for eclipse-emf-2.0.1_2, eclipse-gef-3.0.1_1, eclipse-vep-1.0_2,1 I then did a cvsup of my ports tree, and did a "make && make install && make clean" for eclipse-emf, eclipse-gef, eclipse-vep, in that order. I end up with the following versions: eclipse-3.0.1_3 eclipse-cdt-2.1.0 eclipse-emf-2.0.1_2 eclipse-gef-3.0.1_1 eclipse-vep-1.0_2,1 Now the X is gone (from "Visual Editor SDK 1.0.1\Java EMF Model SDK 1.0.1\Java EMF Model 1.0.1\Show Properties"), and I can select visual editor, but when i go to create a class, it hangs at a screen that says "Loading..." and the error log reports: java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:129) at java.io.BufferedInputStream.fill(BufferedInputStream.java:183) at java.io.BufferedInputStream.read(BufferedInputStream.java:201) at java.io.DataInputStream.readByte(DataInputStream.java:331) at org.eclipse.jem.internal.proxy.common.remote.Commands.readBackValue(Commands.java:1141) at org.eclipse.jem.internal.proxy.common.remote.Commands.sendInvokeMethodCommand(Commands.java:1301) at org.eclipse.jem.internal.proxy.remote.REMConnection.invokeMethod(REMConnection.java:197) at org.eclipse.jem.internal.proxy.remote.REMMethodProxy.invoke(REMMethodProxy.java:214) at org.eclipse.jem.internal.proxy.remote.REMMethodProxy.invokeWithParms(REMMethodProxy.java:184) at org.eclipse.jem.internal.proxy.remote.REMMethodProxyFactory.getMethodProxy(REMMethodProxyFactory.java:168) at org.eclipse.jem.internal.proxy.remote.REMAbstractBeanTypeProxy.getMethodProxy(REMAbstractBeanTypeProxy.java:177) at org.eclipse.jem.internal.beaninfo.adapters.BeaninfoProxyConstants.(BeaninfoProxyConstants.java:119) at org.eclipse.jem.internal.beaninfo.adapters.BeaninfoProxyConstants.getConstants(BeaninfoProxyConstants.java:89) at org.eclipse.jem.internal.beaninfo.core.Utilities.setBeanInfoSearchPath(Utilities.java:332) at org.eclipse.jem.internal.beaninfo.adapters.BeaninfoNature.setProxySearchPath(BeaninfoNature.java:427) at org.eclipse.jem.internal.beaninfo.adapters.BeaninfoNature$ConfigurationContributor.contributeToRegistry(BeaninfoNature.java:935) at org.eclipse.jem.internal.proxy.core.ProxyLaunchSupport$3.run(ProxyLaunchSupport.java:445) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:616) at org.eclipse.core.runtime.Platform.run(Platform.java:747) at org.eclipse.jem.internal.proxy.core.ProxyLaunchSupport.startImplementation(ProxyLaunchSupport.java:439) at org.eclipse.jem.internal.proxy.core.ProxyLaunchSupport.startImplementation(ProxyLaunchSupport.java:295) at org.eclipse.jem.internal.beaninfo.adapters.BeaninfoNature.createRegistry(BeaninfoNature.java:393) at org.eclipse.jem.internal.beaninfo.adapters.CreateRegistryJobHandler.doCreateRegistry(CreateRegistryJobHandler.java:154) at org.eclipse.jem.internal.beaninfo.adapters.CreateRegistryJobHandler.processCreateRegistry(CreateRegistryJobHandler.java:109) at org.eclipse.jem.internal.beaninfo.adapters.UICreateRegistryJobHandler.processCreateRegistry(UICreateRegistryJobHandler.java:52) at org.eclipse.jem.internal.beaninfo.adapters.CreateRegistryJobHandler.createRegistry(CreateRegistryJobHandler.java:75) at org.eclipse.jem.internal.beaninfo.adapters.BeaninfoNature.getRegistry(BeaninfoNature.java:374) at org.eclipse.jem.internal.beaninfo.adapters.BeaninfoNature$6.getRegistry(BeaninfoNature.java:312) at org.eclipse.jem.internal.beaninfo.adapters.BeaninfoAdapterFactory.getRegistry(BeaninfoAdapterFactory.java:78) at org.eclipse.jem.internal.beaninfo.adapters.BeaninfoClassAdapter.getRegistry(BeaninfoClassAdapter.java:275) at org.eclipse.jem.internal.beaninfo.adapters.BeaninfoClassAdapter.applyExtensionDocument(BeaninfoClassAdapter.java:510) at org.eclipse.jem.internal.beaninfo.adapters.BeaninfoClassAdapter.introspect(BeaninfoClassAdapter.java:437) at org.eclipse.jem.internal.beaninfo.adapters.BeaninfoClassAdapter.introspectIfNecessary(BeaninfoClassAdapter.java:394) at org.eclipse.jem.java.impl.JavaClassImpl.getEAnnotations(JavaClassImpl.java:339) at org.eclipse.ve.internal.cde.emf.ClassDecoratorSourceIterator.findDecorator(ClassDecoratorSourceIterator.java:37) at org.eclipse.ve.internal.cde.emf.ClassDecoratorIterator.initialize(ClassDecoratorIterator.java:47) at org.eclipse.ve.internal.cde.emf.ClassDecoratorSourceIterator.(ClassDecoratorSourceIterator.java:33) at org.eclipse.ve.internal.cde.emf.ClassDecoratorFeatureAccess.getDecoratorWithFeature(ClassDecoratorFeatureAccess.java:67) at org.eclipse.ve.internal.java.codegen.java.rules.InstanceVariableCreationRule.getDefaultBooleanValue(InstanceVariableCreationRule.java:70) at org.eclipse.ve.internal.java.codegen.java.rules.InstanceVariableCreationRule.isModelled(InstanceVariableCreationRule.java:97) at org.eclipse.ve.internal.java.codegen.java.rules.InstanceVariableRule.isModelled(InstanceVariableRule.java:114) at org.eclipse.ve.internal.java.codegen.java.rules.InstanceVariableRule.ignoreVariable(InstanceVariableRule.java:46) at org.eclipse.ve.internal.java.codegen.java.TypeVisitor.visit(TypeVisitor.java:151) at org.eclipse.ve.internal.java.codegen.java.JavaBeanModelBuilder.visitType(JavaBeanModelBuilder.java:406) at org.eclipse.ve.internal.java.codegen.java.JavaBeanModelBuilder.build(JavaBeanModelBuilder.java:372) at org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslator.decodeDocument(JavaSourceTranslator.java:877) at org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslator.loadModel(JavaSourceTranslator.java:656) at org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEditorPart$Setup.run(JavaVisualEditorPart.java:1444) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66) eclipse.buildId=200409161125 Can anyone give me some pointers/suggestions? Thanks, Derek From owner-freebsd-java@FreeBSD.ORG Sun Feb 13 19:59:52 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EB7216A4CE for ; Sun, 13 Feb 2005 19:59:52 +0000 (GMT) Received: from smtp.wp.pl (smtp.wp.pl [212.77.101.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id A18EE43D2D for ; Sun, 13 Feb 2005 19:59:51 +0000 (GMT) (envelope-from hlv@wp.pl) Received: (wp-smtpd smtp.wp.pl 25896 invoked from network); 13 Feb 2005 20:59:50 +0100 Received: from pop3.xl.wp.pl (HELO localhost) ([212.77.101.222]) (envelope-sender ) by smtp.wp.pl (WP-SMTPD) with SMTP for ; 13 Feb 2005 20:59:50 +0100 Date: Sun, 13 Feb 2005 20:59:50 +0100 From: "piotr hlawski" To: java@freebsd.org Message-ID: <420fb1b62362d@wp.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 8bit Content-Disposition: inline X-Mailer: Interfejs WWW nowej poczty Wirtualnej Polski X-User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050212 Firefox/1.0 Organization: Nowa Poczta Wirtualnej Polski S.A. http://www.wp.pl/ X-IP: 83.22.54.224 X-WP-AV: skaner antywirusowy poczty Wirtualnej Polski S. A. X-WP-SPAM: NO AS1=NO AS2=YES(0.992402) AS3=NO AS4=NO Subject: Problems with eclipse X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Feb 2005 19:59:52 -0000 Hello, I just installed latest port of eclipse, but I've got a problems with running it. My system is FreeBSD 5.3-RELEASE-p5 with latest gtk20 port. When i tried to run eclipse I've got this error: An unexpected exception has been detected in native code outside the VM. Unexpected Signal : 10 occurred at PC=0x34DD1090 Function=gtk_tree_view_get_column+0x132 Library=/usr/X11R6/lib/libgtk-x11-2.0.so.400 Motif port of eclipse works fine but gtk not. Is there any solution? Best regards, piter ---------------------------------------------------- Lubisz walentynkowe niespodzianki? Kliknij: http://klik.wp.pl/?adr=www.walentynki.wp.pl%2Fzyczenia.html&sid=310 From owner-freebsd-java@FreeBSD.ORG Sun Feb 13 20:29:25 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F39F716A4CE for ; Sun, 13 Feb 2005 20:29:24 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.199.47.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC1A543D2D for ; Sun, 13 Feb 2005 20:29:23 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 05AD8514F6; Sun, 13 Feb 2005 12:29:22 -0800 (PST) Date: Sun, 13 Feb 2005 12:29:22 -0800 From: Kris Kennaway To: java@FreeBSD.org Message-ID: <20050213202922.GL24036@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZrCu0B0FMx3UnjE2" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: [ports-i386@pointyhat.freebsd.org: linux-sun-jdk-1.4.2.06_1 failed on i386 4] X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Feb 2005 20:29:25 -0000 --ZrCu0B0FMx3UnjE2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Dear port maintainer, As per previous warnings over the past few months, this port is now considered to be broken due to the pkg-plist or file ownership/permission errors reported below. It will not be built on the package cluster or uploaded for redistribution by ftp until these are corrected, and will be marked BROKEN in ~2 weeks and scheduled for deletion from the ports tree in a future sweep. Please consider fixing this ASAP, or if you have no time to work on this port then consider relinquishing maintainership in favour of someone else who can take care of it. If you have already submitted a PR that fixes this, please accept my thanks! Thanks, Kris "Ports Janitor" Kennaway ----- Forwarded message from User Ports-i386 ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org Delivered-To: kris@freebsd.org Date: Sun, 13 Feb 2005 17:45:48 GMT From: User Ports-i386 To: krion@FreeBSD.org, kris@FreeBSD.org Subject: linux-sun-jdk-1.4.2.06_1 failed on i386 4 X-UIDL: :km!!\F]!!a2`"!4/6!! X-Bogosity: No, tests=3Dbogofilter, spamicity=3D0.000000, version=3D0.92.8 building linux-sun-jdk-1.4.2.06_1 on gohan29.freebsd.org in directory /x/tmp/4/chroot/70786 maintained by: java@FreeBSD.org port directory: /usr/ports/java/linux-sun-jdk14 build started at Sun Feb 13 17:35:46 GMT 2005 FETCH_DEPENDS=3D PATCH_DEPENDS=3D EXTRACT_DEPENDS=3Dlinux_base-8-8.0_6.tgz BUILD_DEPENDS=3D RUN_DEPENDS=3Dexpat-1.95.8.tgz gettext-0.14.1.tgz javavmwrapper-2.0_3.tgz l= ibiconv-1.9.2_1.tgz linux-XFree86-libs-4.3.99.902_2.tgz linux-expat-1.95.5_= 2.tgz linux-fontconfig-2.1_2.tgz linux_base-8-8.0_6.tgz popt-1.7.tgz rpm-3.= 0.6_9.tgz add_pkg =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Warning: This JDK may be unstable. You are advised to use the native FreeBSD JDK, in ports/java/jdk14. This Java VM will attempt to obtain some system information by accessing files in linux's procfs. You must install the Linux emulation procfs filesystem for this to work correctly. The JVM will exhibit various problems otherwise. This can be accomplished by adding the following line to your /etc/fstab file: linprocfs /compat/linux/proc linprocfs rw 0 0 and then, as root, executing the commands: kldload linprocfs mount /compat/linux/proc=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D> Vulnerability check disabled =3D> j2sdk-1_4_2_06-linux-i586.bin doesn't seem to exist in /tmp/distfiles/. =3D> Attempting to fetch from ftp://ftp-master.freebsd.org/pub/FreeBSD/port= s/distfiles/. fetch: ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/j2sdk-1_4_2= _06-linux-i586.bin: File unavailable (e.g., file not found, no access) =3D> Attempting to fetch from ftp://pointyhat.freebsd.org/pub/FreeBSD/distf= iles/. j2sdk-1_4_2_06-linux-i586.bin 34 MB 1905 kBps =3D> Checksum OK for j2sdk-1_4_2_06-linux-i586.bin. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg linux_base-8-8.0_6.tgz adding dependencies pkg_add linux_base-8-8.0_6.tgz Un-mounting linprocfs... Re-mounting linprocfs... This software is based in part on the work of the FreeType Team. See . Installation of the Linux base system is finished. The Linux kernel mode, which must be enabled for Linux binaries to run, is now enabled. Linux mode can be enabled permanently with the linux_enable variable of rc.conf(5). When using NIS, don't forget to edit yp.conf in /compat/linux/etc. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Warning: This JDK may be unstable. You are advised to use the native FreeBSD JDK, in ports/java/jdk14. This Java VM will attempt to obtain some system information by accessing files in linux's procfs. You must install the Linux emulation procfs filesystem for this to work correctly. The JVM will exhibit various problems otherwise. This can be accomplished by adding the following line to your /etc/fstab file: linprocfs /compat/linux/proc linprocfs rw 0 0 and then, as root, executing the commands: kldload linprocfs mount /compat/linux/proc=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D> Vulnerability check disabled =3D=3D=3D> Extracting for linux-sun-jdk-1.4.2.06_1 =3D> Checksum OK for j2sdk-1_4_2_06-linux-i586.bin. =3D=3D=3D> linux-sun-jdk-1.4.2.06_1 depends on file: /compat/linux/lib/li= bc.so.6 - found Deleting linux_base-8-8.0_6=20 pkg_delete: file '/compat/linux/etc/X11/applnk' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/etc/X11/ap= plnk' pkg_delete: file '/compat/linux/etc/X11/serverconfig' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/etc/X11/se= rverconfig' pkg_delete: file '/compat/linux/etc/X11/starthere' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/etc/X11/st= arthere' pkg_delete: file '/compat/linux/etc/X11/sysconfig' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/etc/X11/sy= sconfig' pkg_delete: file '/compat/linux/etc/X11' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/etc/X11' pkg_delete: file '/compat/linux/etc/opt' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/etc/opt' pkg_delete: file '/compat/linux/etc/sysconfig' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/etc/syscon= fig' pkg_delete: file '/compat/linux/etc/xinetd.d' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/etc/xinetd= .d' pkg_delete: file '/compat/linux/etc/rpm' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/etc/rpm' pkg_delete: file '/compat/linux/lib/modules' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/lib/module= s' pkg_delete: file '/compat/linux/mnt' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/mnt' pkg_delete: file '/compat/linux/opt' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/opt' pkg_delete: unable to completely remove directory '/compat/linux/proc' pkg_delete: file '/compat/linux/usr/share/empty' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/usr/share/= empty' pkg_delete: file '/compat/linux/usr/share/man/man2' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/usr/share/= man/man2' pkg_delete: file '/compat/linux/usr/share/man/man4' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/usr/share/= man/man4' pkg_delete: file '/compat/linux/usr/share/man/man6' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/usr/share/= man/man6' pkg_delete: file '/compat/linux/usr/share/man/man9' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/usr/share/= man/man9' pkg_delete: file '/compat/linux/usr/share/man/mann' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/usr/share/= man/mann' pkg_delete: file '/compat/linux/usr/share/misc' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/usr/share/= misc' pkg_delete: file '/compat/linux/usr/share/pixmaps' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/usr/share/= pixmaps' pkg_delete: file '/compat/linux/usr/lib/games' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/usr/lib/ga= mes' pkg_delete: file '/compat/linux/usr/lib/gcc-lib' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/usr/lib/gc= c-lib' pkg_delete: file '/compat/linux/usr/lib/bash' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/usr/lib/ba= sh' pkg_delete: file '/compat/linux/usr/X11R6/bin' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/usr/X11R6/= bin' pkg_delete: file '/compat/linux/usr/X11R6/include' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/usr/X11R6/= include' pkg_delete: file '/compat/linux/usr/X11R6/lib' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/usr/X11R6/= lib' pkg_delete: file '/compat/linux/usr/X11R6/man' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/usr/X11R6/= man' pkg_delete: file '/compat/linux/usr/X11R6/share' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/usr/X11R6/= share' pkg_delete: file '/compat/linux/usr/X11R6' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/usr/X11R6' pkg_delete: file '/compat/linux/usr/dict' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/usr/dict' pkg_delete: file '/compat/linux/usr/etc' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/usr/etc' pkg_delete: file '/compat/linux/usr/games' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/usr/games' pkg_delete: file '/compat/linux/usr/src' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/usr/src' pkg_delete: file '/compat/linux/var/lib/games' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/var/lib/ga= mes' pkg_delete: file '/compat/linux/var/lib/misc' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/var/lib/mi= sc' pkg_delete: file '/compat/linux/var/cache' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/var/cache' pkg_delete: file '/compat/linux/var/db' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/var/db' pkg_delete: file '/compat/linux/var/local' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/var/local' pkg_delete: file '/compat/linux/var/lock/subsys' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/var/lock/s= ubsys' pkg_delete: file '/compat/linux/var/lock' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/var/lock' pkg_delete: file '/compat/linux/var/nis' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/var/nis' pkg_delete: file '/compat/linux/var/opt' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/var/opt' pkg_delete: file '/compat/linux/var/preserve' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/var/preser= ve' pkg_delete: file '/compat/linux/var/run' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/var/run' pkg_delete: file '/compat/linux/var/spool/lpd' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/var/spool/= lpd' pkg_delete: file '/compat/linux/var/spool/mail' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/var/spool/= mail' pkg_delete: file '/compat/linux/var/spool/repackage' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/var/spool/= repackage' pkg_delete: file '/compat/linux/var/spool' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/var/spool' pkg_delete: file '/compat/linux/var/yp' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/var/yp' pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg =3D=3D=3D> Patching for linux-sun-jdk-1.4.2.06_1 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg =3D=3D=3D> Configuring for linux-sun-jdk-1.4.2.06_1 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg expat-1.95.8.tgz gettext-0.14.1.tgz javavmwrapper-2.0_3.tgz libicon= v-1.9.2_1.tgz linux-XFree86-libs-4.3.99.902_2.tgz linux-expat-1.95.5_2.tgz = linux-fontconfig-2.1_2.tgz linux_base-8-8.0_6.tgz popt-1.7.tgz rpm-3.0.6_9.= tgz adding dependencies pkg_add expat-1.95.8.tgz pkg_add gettext-0.14.1.tgz pkg_add javavmwrapper-2.0_3.tgz pkg_add libiconv-1.9.2_1.tgz skipping libiconv-1.9.2_1, already added pkg_add linux-XFree86-libs-4.3.99.902_2.tgz Un-mounting linprocfs... Re-mounting linprocfs... This software is based in part on the work of the FreeType Team. See . Installation of the Linux base system is finished. The Linux kernel mode, which must be enabled for Linux binaries to run, is now enabled. Linux mode can be enabled permanently with the linux_enable variable of rc.conf(5). When using NIS, don't forget to edit yp.conf in /compat/linux/etc. pkg_add linux-expat-1.95.5_2.tgz skipping linux-expat-1.95.5_2, already added pkg_add linux-fontconfig-2.1_2.tgz skipping linux-fontconfig-2.1_2, already added pkg_add linux_base-8-8.0_6.tgz skipping linux_base-8-8.0_6, already added pkg_add popt-1.7.tgz skipping popt-1.7, already added pkg_add rpm-3.0.6_9.tgz skipping rpm-3.0.6_9, already added =3D=3D=3D> Installing for linux-sun-jdk-1.4.2.06_1 =3D=3D=3D> linux-sun-jdk-1.4.2.06_1 depends on executable: javavm - found =3D=3D=3D> linux-sun-jdk-1.4.2.06_1 depends on file: /compat/linux/usr/X1= 1R6/lib/libXrender.so.1 - found =3D=3D=3D> linux-sun-jdk-1.4.2.06_1 depends on file: /compat/linux/etc/re= dhat-release - found =3D=3D=3D> Generating temporary packing list =3D=3D=3D> Checking if java/linux-sun-jdk14 already installed /bin/mkdir -p /usr/local/linux-sun-jdk1.4.2 cd /tmp/a/ports/java/linux-sun-jdk14/work/j2sdk1.4.2_06 && /usr/bin/find . = -print | /usr/bin/cpio -pdmu -R root:wheel /usr/local/linux-sun-jdk1.4.2 129952 blocks for i in lib/tools.jar jre/lib/rt.jar jre/lib/jsse.jar jre/lib/charsets.jar= jre/lib/ext/localedata.jar jre/lib/plugin.jar jre/javaws/javaws.jar; do i= f [ -f /usr/local/linux-sun-jdk1.4.2/`dirname $i`/`basename $i .jar`.pack ]= ; then /usr/local/linux-sun-jdk1.4.2/lib/unpack /usr/local/linux-sun-jdk1.= 4.2/`dirname $i`/`basename $i .jar`.pack /usr/local/linux-sun-jdk1.4.2/$i; = /bin/rm -f /usr/local/linux-sun-jdk1.4.2/`dirname $i`/`basename $i .jar`.p= ack; fi done /usr/local/bin/registervm "/usr/local/linux-sun-jdk1.4.2/bin/java # Linux-S= un-JDK1.4.2.06" /usr/bin/sed -e "s:%%JRE_HOME%%:/usr/local/linux-sun-jdk1.4.2/jre:g" < /a/= ports/java/linux-sun-jdk14/files/pkg-install.in > /tmp/a/ports/java/linux-s= un-jdk14/work/pkg-install /usr/bin/env PKG_PREFIX=3D/usr/local /bin/sh /tmp/a/ports/java/linux-sun-jd= k14/work/pkg-install linux-sun-jdk-1.4.2.06_1 POST-INSTALL =3D=3D=3D> Registering installation for linux-sun-jdk-1.4.2.06_1 =3D=3D=3D> SECURITY REPORT:=20 This port has installed the following files which may act as network servers and may therefore pose a remote security risk to the system. /usr/local/linux-sun-jdk1.4.2/jre/lib/i386/server/libjvm.so /usr/local/linux-sun-jdk1.4.2/jre/javaws/javawsbin (USES POSSIBLY INSECURE = FUNCTIONS: tempnam) /usr/local/linux-sun-jdk1.4.2/jre/lib/i386/client/libjvm.so /usr/local/linux-sun-jdk1.4.2/jre/lib/i386/libnet.so /usr/local/linux-sun-jdk1.4.2/jre/lib/i386/libdt_socket.so /usr/local/linux-sun-jdk1.4.2/jre/lib/i386/libnio.so /usr/local/linux-sun-jdk1.4.2/jre/lib/i386/native_threads/libhpi.so If there are vulnerabilities in these programs there may be a security risk to the system. FreeBSD makes no guarantee about the security of ports included in the Ports Collection. Please type 'make deinstall' to deinstall the port if this is a concern. For more information, and contact details about the security status of this software, see the following webpage:=20 http://java.sun.com/j2se/1.4/ =3D=3D=3D> Building package for linux-sun-jdk-1.4.2.06_1 Creating package /tmp/packages/All/linux-sun-jdk-1.4.2.06_1.tgz Registering depends: linux-XFree86-libs-4.3.99.902_2 linux-fontconfig-2.1_2= javavmwrapper-2.0_3 rpm-3.0.6_9 popt-1.7 linux-expat-1.95.5_2 gettext-0.14= .1 linux_base-8-8.0_6 expat-1.95.8 libiconv-1.9.2_1. Creating gzip'd tar ball in '/tmp/packages/All/linux-sun-jdk-1.4.2.06_1.tgz' Deleting linux-sun-jdk-1.4.2.06_1=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Deleting rpm-3.0.6_9 popt-1.7 linux_base-8-8.0_6 linux-fontconfig-2.1_2 lin= ux-expat-1.95.5_2 linux-XFree86-libs-4.3.99.902_2 libiconv-1.9.2_1 javavmwr= apper-2.0_3 gettext-0.14.1 expat-1.95.8=20 pkg_delete: '/compat/linux/etc/ld.so.cache' fails original MD5 checksum - d= eleted anyway. pkg_delete: file '/compat/linux/etc/X11/applnk' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/etc/X11/ap= plnk' pkg_delete: file '/compat/linux/etc/X11/serverconfig' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/etc/X11/se= rverconfig' pkg_delete: file '/compat/linux/etc/X11/starthere' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/etc/X11/st= arthere' pkg_delete: file '/compat/linux/etc/X11/sysconfig' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/etc/X11/sy= sconfig' pkg_delete: file '/compat/linux/etc/X11' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/etc/X11' pkg_delete: file '/compat/linux/etc/opt' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/etc/opt' pkg_delete: file '/compat/linux/etc/sysconfig' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/etc/syscon= fig' pkg_delete: file '/compat/linux/etc/xinetd.d' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/etc/xinetd= .d' pkg_delete: file '/compat/linux/etc/rpm' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/etc/rpm' pkg_delete: file '/compat/linux/lib/modules' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/lib/module= s' pkg_delete: file '/compat/linux/mnt' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/mnt' pkg_delete: file '/compat/linux/opt' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/opt' pkg_delete: unable to completely remove directory '/compat/linux/proc' pkg_delete: file '/compat/linux/usr/share/empty' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/usr/share/= empty' pkg_delete: file '/compat/linux/usr/share/man/man2' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/usr/share/= man/man2' pkg_delete: file '/compat/linux/usr/share/man/man4' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/usr/share/= man/man4' pkg_delete: file '/compat/linux/usr/share/man/man6' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/usr/share/= man/man6' pkg_delete: file '/compat/linux/usr/share/man/man9' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/usr/share/= man/man9' pkg_delete: file '/compat/linux/usr/share/man/mann' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/usr/share/= man/mann' pkg_delete: file '/compat/linux/usr/share/misc' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/usr/share/= misc' pkg_delete: file '/compat/linux/usr/share/pixmaps' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/usr/share/= pixmaps' pkg_delete: file '/compat/linux/usr/lib/games' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/usr/lib/ga= mes' pkg_delete: file '/compat/linux/usr/lib/gcc-lib' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/usr/lib/gc= c-lib' pkg_delete: file '/compat/linux/usr/lib/bash' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/usr/lib/ba= sh' pkg_delete: file '/compat/linux/usr/X11R6/include' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/usr/X11R6/= include' pkg_delete: file '/compat/linux/usr/X11R6/man' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/usr/X11R6/= man' pkg_delete: file '/compat/linux/usr/X11R6/share' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/usr/X11R6/= share' pkg_delete: file '/compat/linux/usr/dict' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/usr/dict' pkg_delete: file '/compat/linux/usr/etc' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/usr/etc' pkg_delete: file '/compat/linux/usr/games' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/usr/games' pkg_delete: file '/compat/linux/usr/src' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/usr/src' pkg_delete: file '/compat/linux/var/lib/games' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/var/lib/ga= mes' pkg_delete: file '/compat/linux/var/lib/misc' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/var/lib/mi= sc' pkg_delete: file '/compat/linux/var/cache' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/var/cache' pkg_delete: file '/compat/linux/var/db' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/var/db' pkg_delete: file '/compat/linux/var/local' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/var/local' pkg_delete: file '/compat/linux/var/lock/subsys' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/var/lock/s= ubsys' pkg_delete: file '/compat/linux/var/lock' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/var/lock' pkg_delete: file '/compat/linux/var/nis' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/var/nis' pkg_delete: file '/compat/linux/var/opt' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/var/opt' pkg_delete: file '/compat/linux/var/preserve' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/var/preser= ve' pkg_delete: file '/compat/linux/var/run' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/var/run' pkg_delete: file '/compat/linux/var/spool/lpd' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/var/spool/= lpd' pkg_delete: file '/compat/linux/var/spool/mail' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/var/spool/= mail' pkg_delete: file '/compat/linux/var/spool/repackage' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/var/spool/= repackage' pkg_delete: file '/compat/linux/var/spool' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/var/spool' pkg_delete: file '/compat/linux/var/yp' doesn't really exist pkg_delete: unable to completely remove directory '/compat/linux/var/yp' pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) =3D=3D=3D Checking filesystem state list of extra files and directories in / (not present before this port was = installed but present after it was deinstalled) 287468 0 lrwxr-xr-x 1 root wheel 21 Feb = 13 17:41 usr/local/bin/HtmlConverter -> /usr/local/bin/javavm 287470 0 lrwxr-xr-x 1 root wheel 21 Feb = 13 17:41 usr/local/bin/appletviewer -> /usr/local/bin/javavm 287471 0 lrwxr-xr-x 1 root wheel 21 Feb = 13 17:41 usr/local/bin/extcheck -> /usr/local/bin/javavm 287473 0 lrwxr-xr-x 1 root wheel 21 Feb = 13 17:41 usr/local/bin/idlj -> /usr/local/bin/javavm 287474 0 lrwxr-xr-x 1 root wheel 21 Feb = 13 17:41 usr/local/bin/jar -> /usr/local/bin/javavm 287476 0 lrwxr-xr-x 1 root wheel 21 Feb = 13 17:41 usr/local/bin/jarsigner -> /usr/local/bin/javavm 287477 0 lrwxr-xr-x 1 root wheel 21 Feb = 13 17:41 usr/local/bin/java -> /usr/local/bin/javavm 287479 0 lrwxr-xr-x 1 root wheel 21 Feb = 13 17:41 usr/local/bin/java-rmi.cgi -> /usr/local/bin/javavm 287480 0 lrwxr-xr-x 1 root wheel 21 Feb = 13 17:41 usr/local/bin/javac -> /usr/local/bin/javavm 287482 0 lrwxr-xr-x 1 root wheel 21 Feb = 13 17:41 usr/local/bin/javadoc -> /usr/local/bin/javavm 287483 0 lrwxr-xr-x 1 root wheel 21 Feb = 13 17:41 usr/local/bin/javah -> /usr/local/bin/javavm 287485 0 lrwxr-xr-x 1 root wheel 21 Feb = 13 17:41 usr/local/bin/javap -> /usr/local/bin/javavm 287486 0 lrwxr-xr-x 1 root wheel 21 Feb = 13 17:41 usr/local/bin/jdb -> /usr/local/bin/javavm 288010 0 lrwxr-xr-x 1 root wheel 21 Feb = 13 17:41 usr/local/bin/keytool -> /usr/local/bin/javavm 288011 0 lrwxr-xr-x 1 root wheel 21 Feb = 13 17:41 usr/local/bin/kinit -> /usr/local/bin/javavm 288015 0 lrwxr-xr-x 1 root wheel 21 Feb = 13 17:41 usr/local/bin/klist -> /usr/local/bin/javavm 288016 0 lrwxr-xr-x 1 root wheel 21 Feb = 13 17:41 usr/local/bin/ktab -> /usr/local/bin/javavm 288018 0 lrwxr-xr-x 1 root wheel 21 Feb = 13 17:41 usr/local/bin/native2ascii -> /usr/local/bin/javavm 288020 0 lrwxr-xr-x 1 root wheel 21 Feb = 13 17:41 usr/local/bin/orbd -> /usr/local/bin/javavm 288023 0 lrwxr-xr-x 1 root wheel 21 Feb = 13 17:41 usr/local/bin/policytool -> /usr/local/bin/javavm 288027 0 lrwxr-xr-x 1 root wheel 21 Feb = 13 17:41 usr/local/bin/rmic -> /usr/local/bin/javavm 288030 0 lrwxr-xr-x 1 root wheel 21 Feb = 13 17:41 usr/local/bin/rmid -> /usr/local/bin/javavm 288034 0 lrwxr-xr-x 1 root wheel 21 Feb = 13 17:41 usr/local/bin/rmiregistry -> /usr/local/bin/javavm 288035 0 lrwxr-xr-x 1 root wheel 21 Feb = 13 17:41 usr/local/bin/serialver -> /usr/local/bin/javavm 288092 0 lrwxr-xr-x 1 root wheel 21 Feb = 13 17:41 usr/local/bin/java_vm -> /usr/local/bin/javavm 288056 0 lrwxr-xr-x 1 root wheel 21 Feb = 13 17:41 usr/local/bin/servertool -> /usr/local/bin/javavm 288066 0 lrwxr-xr-x 1 root wheel 21 Feb = 13 17:41 usr/local/bin/tnameserv -> /usr/local/bin/javavm 288088 0 lrwxr-xr-x 1 root wheel 21 Feb = 13 17:41 usr/local/bin/ControlPanel -> /usr/local/bin/javavm ----- End forwarded message ----- --ZrCu0B0FMx3UnjE2 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCD7iiWry0BWjoQKURAk4NAKCZ8B2pF7wJ0PEk1X3iIs3rlhTSkQCgrckW y43EpYfos0LcryFXIVhfaxs= =AXlm -----END PGP SIGNATURE----- --ZrCu0B0FMx3UnjE2-- From owner-freebsd-java@FreeBSD.ORG Mon Feb 14 00:45:21 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42C7E16A4CE; Mon, 14 Feb 2005 00:45:21 +0000 (GMT) Received: from melon.pingpong.net (82.milagro.bahnhof.net [195.178.168.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0CE543D39; Mon, 14 Feb 2005 00:45:20 +0000 (GMT) (envelope-from girgen@pingpong.net) Received: from localhost (localhost.pingpong.net [127.0.0.1]) by melon.pingpong.net (Postfix) with ESMTP id 96D5E4AC78; Mon, 14 Feb 2005 01:45:19 +0100 (CET) Received: from melon.pingpong.net ([127.0.0.1]) by localhost (melon.pingpong.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 13995-04; Mon, 14 Feb 2005 01:45:19 +0100 (CET) Received: from palle.girgensohn.se (1-2-8-5a.asp.sth.bostream.se [82.182.157.66]) by melon.pingpong.net (Postfix) with ESMTP id 5BD134AC33; Mon, 14 Feb 2005 01:45:19 +0100 (CET) Date: Mon, 14 Feb 2005 01:45:19 +0100 From: Palle Girgensohn To: ports@freebsd.org, java@freebsd.org Message-ID: X-Mailer: Mulberry/3.1.6 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by amavisd-new at pingpong.net Subject: postgresql-jdbc packaging X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Feb 2005 00:45:21 -0000 Hi! I'm maintaining the postgresql-jdbc port. One thing I've considered, but not come to any conclusion about, is whether the port should register somehow which version of JDBC it has built, JDBC1, JDBC2 or JDBC3. There's even a JDBC2 + EE variant... Which version is built depends on which JDK was used to build it. jdk1.1 => JDBC1, jdk1.2-1.3 => JDBC2, and jdk1.4+ => JDBC3. Hence, very few would want JDBC1 nowadays, I suppose. The only package built by the package cluster now is for JDBC1, which kind of sucks a bit :) To fix this, the right way is to create a bunch of slave ports, on for each type as per above. Then, the package building cluster would build all version. The slave ports would set JAVA_VERSION=1.1 and 1.2 respectively, and the main port could install the greatest version. PKGNAMESUFFIX would be set to jdbcN. Is this just overkill? If most of you use the port anyway, it probably is, but if ppl tend to use prebuilt packages, they will end up with a somewhat crippled JDBC1 jar even if they run jdk-1.5, so then it might be worth it. I slimmer way is to just let the package name reflect which version has been built, but not bother to create slave ports. Any opinions? What do you think, is it worth the effort? /Palle (See for info on different versions of PostgreSQL's JDBC.) From owner-freebsd-java@FreeBSD.ORG Mon Feb 14 09:15:57 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E09016A4CE; Mon, 14 Feb 2005 09:15:57 +0000 (GMT) Received: from fly.ebs.gr (fly.ebs.gr [62.103.84.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9996C43D31; Mon, 14 Feb 2005 09:15:55 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id j1E9FrBu066317; Mon, 14 Feb 2005 11:15:53 +0200 (EET) (envelope-from past@ebs.gr) Received: from [10.1.1.200] (pptp.ebs.gr [10.1.1.200]) by ebs.gr (8.12.11/8.12.11) with ESMTP id j1E9FhCC043725; Mon, 14 Feb 2005 11:15:46 +0200 (EET) (envelope-from past@ebs.gr) Received: from 127.0.0.1 (AVG SMTP 7.0.300 [265.8.7]); Mon, 14 Feb 2005 11:15:36 +0200 Message-ID: <42106C38.6060006@ebs.gr> Date: Mon, 14 Feb 2005 11:15:36 +0200 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Palle Girgensohn References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: ports@freebsd.org cc: java@freebsd.org Subject: Re: postgresql-jdbc packaging X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Feb 2005 09:15:57 -0000 Palle Girgensohn wrote: > Hi! > > I'm maintaining the postgresql-jdbc port. > > One thing I've considered, but not come to any conclusion about, is > whether the port should register somehow which version of JDBC it has > built, JDBC1, JDBC2 or JDBC3. There's even a JDBC2 + EE variant... Which > version is built depends on which JDK was used to build it. jdk1.1 => > JDBC1, jdk1.2-1.3 => JDBC2, and jdk1.4+ => JDBC3. Hence, very few would > want JDBC1 nowadays, I suppose. The only package built by the package > cluster now is for JDBC1, which kind of sucks a bit :) > > To fix this, the right way is to create a bunch of slave ports, on for > each type as per above. Then, the package building cluster would build > all version. The slave ports would set JAVA_VERSION=1.1 and 1.2 > respectively, and the main port could install the greatest version. > PKGNAMESUFFIX would be set to jdbcN. > > Is this just overkill? If most of you use the port anyway, it probably > is, but if ppl tend to use prebuilt packages, they will end up with a > somewhat crippled JDBC1 jar even if they run jdk-1.5, so then it might > be worth it. > > I slimmer way is to just let the package name reflect which version has > been built, but not bother to create slave ports. > > Any opinions? What do you think, is it worth the effort? > > /Palle > > (See for info on different > versions of PostgreSQL's JDBC.) As someone who was bitten by this, I believe package users should have some sort of warning sign. I don't mind what the solution will be, as long as a regular "pkg_add -r foo" can work as expected. Is this possible with the "slimmer" approach? Cheers, Panagiotis From owner-freebsd-java@FreeBSD.ORG Mon Feb 14 09:19:32 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A83A16A4CE; Mon, 14 Feb 2005 09:19:32 +0000 (GMT) Received: from melon.pingpong.net (82.milagro.bahnhof.net [195.178.168.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 629A643D39; Mon, 14 Feb 2005 09:19:31 +0000 (GMT) (envelope-from girgen@pingpong.net) Received: from localhost (localhost.pingpong.net [127.0.0.1]) by melon.pingpong.net (Postfix) with ESMTP id 6920F4AC3A; Mon, 14 Feb 2005 10:19:29 +0100 (CET) Received: from melon.pingpong.net ([127.0.0.1]) by localhost (melon.pingpong.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 51083-01-30; Mon, 14 Feb 2005 10:19:29 +0100 (CET) Received: from [192.168.1.187] (81.milagro.bahnhof.net [195.178.168.81]) by melon.pingpong.net (Postfix) with ESMTP id 40E754AC35; Mon, 14 Feb 2005 10:19:29 +0100 (CET) Date: Mon, 14 Feb 2005 10:19:25 +0100 From: Palle Girgensohn To: Panagiotis Astithas Message-ID: <408B661F5EDB9C3D9623E3E5@rambutan.pingpong.net> In-Reply-To: <42106C38.6060006@ebs.gr> References: <42106C38.6060006@ebs.gr> X-Mailer: Mulberry/3.1.6 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Scanned: by amavisd-new at pingpong.net cc: ports@freebsd.org cc: java@freebsd.org Subject: Re: postgresql-jdbc packaging X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Feb 2005 09:19:32 -0000 --On m=E5ndag, februari 14, 2005 11.15.36 +0200 Panagiotis Astithas=20 wrote: > Palle Girgensohn wrote: >> Hi! >> >> I'm maintaining the postgresql-jdbc port. >> >> One thing I've considered, but not come to any conclusion about, is >> whether the port should register somehow which version of JDBC it has >> built, JDBC1, JDBC2 or JDBC3. There's even a JDBC2 + EE variant... Which >> version is built depends on which JDK was used to build it. jdk1.1 =3D> >> JDBC1, jdk1.2-1.3 =3D> JDBC2, and jdk1.4+ =3D> JDBC3. Hence, very few = would >> want JDBC1 nowadays, I suppose. The only package built by the package >> cluster now is for JDBC1, which kind of sucks a bit :) >> >> To fix this, the right way is to create a bunch of slave ports, on for >> each type as per above. Then, the package building cluster would build >> all version. The slave ports would set JAVA_VERSION=3D1.1 and 1.2 >> respectively, and the main port could install the greatest version. >> PKGNAMESUFFIX would be set to jdbcN. >> >> Is this just overkill? If most of you use the port anyway, it probably >> is, but if ppl tend to use prebuilt packages, they will end up with a >> somewhat crippled JDBC1 jar even if they run jdk-1.5, so then it might >> be worth it. >> >> I slimmer way is to just let the package name reflect which version has >> been built, but not bother to create slave ports. >> >> Any opinions? What do you think, is it worth the effort? >> >> /Palle >> >> (See for info on different >> versions of PostgreSQL's JDBC.) > > As someone who was bitten by this, I believe package users should have > some sort of warning sign. I don't mind what the solution will be, as > long as a regular "pkg_add -r foo" can work as expected. Is this possible > with the "slimmer" approach? > > Cheers, > > Panagiotis With the slimmer approach, pkg_add will install postgresql-jdbc1,=20 explicitally. With the fatter approach, there will be three packages to=20 chose from, one each for jdbc{1,2,3}. /Palle From owner-freebsd-java@FreeBSD.ORG Mon Feb 14 09:36:29 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A20616A4CF; Mon, 14 Feb 2005 09:36:29 +0000 (GMT) Received: from fly.ebs.gr (fly.ebs.gr [62.103.84.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A29543D31; Mon, 14 Feb 2005 09:36:28 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id j1E9aQBu066372; Mon, 14 Feb 2005 11:36:26 +0200 (EET) (envelope-from past@ebs.gr) Received: from [10.1.1.200] (pptp.ebs.gr [10.1.1.200]) by ebs.gr (8.12.11/8.12.11) with ESMTP id j1E9aGCU043968; Mon, 14 Feb 2005 11:36:18 +0200 (EET) (envelope-from past@ebs.gr) Received: from 127.0.0.1 (AVG SMTP 7.0.300 [265.8.7]); Mon, 14 Feb 2005 11:36:09 +0200 Message-ID: <42107108.5000901@ebs.gr> Date: Mon, 14 Feb 2005 11:36:08 +0200 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Palle Girgensohn References: <42106C38.6060006@ebs.gr> <408B661F5EDB9C3D9623E3E5@rambutan.pingpong.net> In-Reply-To: <408B661F5EDB9C3D9623E3E5@rambutan.pingpong.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit cc: ports@freebsd.org cc: java@freebsd.org Subject: Re: postgresql-jdbc packaging X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Feb 2005 09:36:29 -0000 Palle Girgensohn wrote: > > > --On måndag, februari 14, 2005 11.15.36 +0200 Panagiotis Astithas > wrote: > >> Palle Girgensohn wrote: >> >>> Hi! >>> >>> I'm maintaining the postgresql-jdbc port. >>> >>> One thing I've considered, but not come to any conclusion about, is >>> whether the port should register somehow which version of JDBC it has >>> built, JDBC1, JDBC2 or JDBC3. There's even a JDBC2 + EE variant... Which >>> version is built depends on which JDK was used to build it. jdk1.1 => >>> JDBC1, jdk1.2-1.3 => JDBC2, and jdk1.4+ => JDBC3. Hence, very few would >>> want JDBC1 nowadays, I suppose. The only package built by the package >>> cluster now is for JDBC1, which kind of sucks a bit :) >>> >>> To fix this, the right way is to create a bunch of slave ports, on for >>> each type as per above. Then, the package building cluster would build >>> all version. The slave ports would set JAVA_VERSION=1.1 and 1.2 >>> respectively, and the main port could install the greatest version. >>> PKGNAMESUFFIX would be set to jdbcN. >>> >>> Is this just overkill? If most of you use the port anyway, it probably >>> is, but if ppl tend to use prebuilt packages, they will end up with a >>> somewhat crippled JDBC1 jar even if they run jdk-1.5, so then it might >>> be worth it. >>> >>> I slimmer way is to just let the package name reflect which version has >>> been built, but not bother to create slave ports. >>> >>> Any opinions? What do you think, is it worth the effort? >>> >>> /Palle >>> >>> (See for info on different >>> versions of PostgreSQL's JDBC.) >> >> >> As someone who was bitten by this, I believe package users should have >> some sort of warning sign. I don't mind what the solution will be, as >> long as a regular "pkg_add -r foo" can work as expected. Is this possible >> with the "slimmer" approach? >> >> Cheers, >> >> Panagiotis > > > With the slimmer approach, pkg_add will install postgresql-jdbc1, > explicitally. With the fatter approach, there will be three packages to > chose from, one each for jdbc{1,2,3}. > > /Palle > So, in the former case, one would not be able to install a package other than -jdbc1, even if native binary jdk versions exist for 1.3, etc.? If I understand it correctly we are currently not building postgresql-jdbc2, even though we have a binary jdk 1.3, right? This sounds rather limiting. Can't the package cluster build at least postgresql-jdbc2, too? And when we get binary distributions for jdk 1.4/1.5, build packages for postgresql-jdbc3? If this requires the "fat" approach, then I'm all for it. Cheers, Panagiotis From owner-freebsd-java@FreeBSD.ORG Mon Feb 14 10:59:59 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0806C16A4CE for ; Mon, 14 Feb 2005 10:59:59 +0000 (GMT) Received: from mail.dti.supsi.ch (mail.dti.supsi.ch [193.5.153.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 423DB43D2F for ; Mon, 14 Feb 2005 10:59:57 +0000 (GMT) (envelope-from roberto.nunnari@supsi.ch) Received: from [193.5.152.27] (pcm2027.dti.supsi.ch [193.5.152.27]) by mail.dti.supsi.ch (8.11.6/8.11.6) with ESMTP id j1EAxr019408; Mon, 14 Feb 2005 11:59:53 +0100 Message-ID: <421084A6.3040508@supsi.ch> Date: Mon, 14 Feb 2005 11:59:50 +0100 From: Roberto Nunnari User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041217 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Roberto Nunnari References: <20050211122826.GB61803@gravitas.thebunker.net> <20050211161913.GA67712@gravitas.thebunker.net> <420CEEFC.90302@supsi.ch> In-Reply-To: <420CEEFC.90302@supsi.ch> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-java@freebsd.org Subject: Re: Setting java properties for tomcat5.0 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Feb 2005 10:59:59 -0000 Hi. Here are the modifications I made to the Makefile and daemonctl.c Note that I had to modify daemonctl.c only because I don't know sed well enough.. if somebody knows how to do it using %%JAVA_OPTS%% instead of adding %%MYARGS%% then I'd be glad to know. *********************************************************** -bash-2.05b# diff /root/mytomcatdaemon/daemonctl.c /usr/ports/www/jakarta-tomcat4 jakarta-tomcat4 jakarta-tomcat41 -bash-2.05b# diff /root/mytomcatdaemon/daemonctl.c /usr/ports/www/jakarta-tomcat4/files/daemonctl.c 428,429c428 < /* execl("%%JAVA_HOME%%/%%JAVA_CMD%%", "%%JAVA_HOME%%/%%JAVA_CMD%%", "-jar", %%JAVA_ARGS%% "%%JAR_FILE%%", %%JAR_ARGS%% NULL);*/ < execl("%%JAVA_HOME%%/%%JAVA_CMD%%", "%%JAVA_HOME%%/%%JAVA_CMD%%", %%MYARGS%% %%JAVA_ARGS%% "-jar", "bin/bootstrap.jar", %%JAR_ARGS%% NULL); --- > execl("%%JAVA_HOME%%/%%JAVA_CMD%%", "%%JAVA_HOME%%/%%JAVA_CMD%%", "-jar", %%JAVA_ARGS%% "%%JAR_FILE%%", %%JAR_ARGS%% NULL); *********************************************************** and then add the following lines at the end of your tomcat makefile but before the final .include directive: *********************************************************** -bash-2.05b# tail -n14 /usr/ports/www/jakarta-tomcat41/Makefile miodaemon: @${ECHO_MSG} -n ">> Compiling and installing control program..." @${SED} \ -e "/%%MYARGS%%/s//\"-Djava.awt.headless=true\",/g" \ -e "/%%JAVA_ARGS%%/s//\"-Dcatalina.home=${APP_HOME:S/\//\\\//g}\",/g" \ -e "/%%JAR_ARGS%%/s//\"start\",/g" \ ${WRKDIR}/daemonctl.c > ${WRKDIR}/daemonctl_.c @cd ${WRKDIR} && ${CC} -ansi -o ${CONTROL_SCRIPT_NAME} daemonctl_.c @${CP} ${WRKDIR}/${CONTROL_SCRIPT_NAME} ${CONTROL_SCRIPT} @${CHOWN} ${USER}:${GROUP} ${CONTROL_SCRIPT} @${CHMOD} 6754 ${CONTROL_SCRIPT} @${ECHO_MSG} " [ DONE ]" .include *********************************************************** Best regards. Roberto Nunnari wrote: > I had to modify daemonctl and Makefile.. not sure I still > have them around.. but it's just 10 minutes work once you > make you're way round.. If I find them I'll send to you. > > Best regards. > > Matthew Seaman wrote: > >> On Fri, Feb 11, 2005 at 04:47:25PM +0200, Achilleus Mantzios wrote: >> >>> O Matthew Seaman ?????? ???? Feb 11, 2005 : >>> >>> >>>> Dear list, >>>> >>>> I've got a standard installation of the www/jakarta-tomcat5 port, >>>> which is working pretty well. However I need to start tomcat >>>> including setting the 'java.awt.headless=true' property. >>> >>> >>> Why dont you edit >>> /usr/local/jakarta-tomcat5.0/bin/catalina.sh >>> and put a >>> -Djava.awt.headless=true \ >>> line at the appropriate location. >>> >>> Use this catalina.sh instead of tomcat50ctl. >>> >> >> >> That's certainly a possibility, but it means you need root access in >> order to bounce the tomcat server (ie. because the rc.d script will >> use su(1) to change the tomcat process to running as user www:www) If >> I can avoid that necessity it would be good. >> >> Cheers, >> >> Matthew >> > > -- Roberto Nunnari -software engineer- mailto:roberto.nunnari@supsi.ch Scuola Universitaria Professionale della Svizzera Italiana Dipartimento Tecnologie Innovative http://www.dti.supsi.ch SUPSI-DTI Via Cantonale tel: +41-91-6108561 6928 Manno """ fax: +41-91-6108570 Switzerland (o o) =======================oOO==(_)==OOo======================== From owner-freebsd-java@FreeBSD.ORG Mon Feb 14 11:01:53 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2212016A4D0 for ; Mon, 14 Feb 2005 11:01:53 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0559E43D2F for ; Mon, 14 Feb 2005 11:01:53 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j1EB1qXt015138 for ; Mon, 14 Feb 2005 11:01:52 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j1EB1qDK015132 for freebsd-java@freebsd.org; Mon, 14 Feb 2005 11:01:52 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 14 Feb 2005 11:01:52 GMT Message-Id: <200502141101.j1EB1qDK015132@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: freebsd-java@FreeBSD.org Subject: Current problem reports assigned to you X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Feb 2005 11:01:53 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [2002/05/13] ports/38018 java www/jakarta-tomcat4: make passing of JVM f [2002/05/13] ports/38020 java www/jakarta-tomcat4: stop tomcat via java o [2004/05/01] java/66151 java JBuilderX (sun jvm 1.4.1 builtin) crashes f [2004/07/13] java/68972 java unpack crashes during make install of lin o [2004/07/27] ports/69675 java Eclipse slow typing o [2004/09/22] ports/72014 java Eclipse doesn't work (SigBus 10) if it ha o [2004/10/20] ports/72902 java Make of /usr/ports/java/jdk14 fails with o [2004/12/06] ports/74760 java javavmwrapper messes up amavisd-new f [2004/12/21] ports/75348 java Tomcat port overwrites server.xml config o [2005/01/24] java/76631 java any port linux-*-jdk12 will core dump if o [2005/01/25] java/76658 java font.properties actual font file cannot p o [2005/02/06] java/77162 java Tomcat5 regression with jdk15-p1 12 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- s [2003/09/16] ports/56928 java jce-aba port should install to $JAVA_HOME o [2004/08/11] java/70292 java jdk14 compile problem f [2004/11/24] ports/74344 java [proposal] tomcat41ctl: support for passi 3 problems total. From owner-freebsd-java@FreeBSD.ORG Mon Feb 14 17:04:47 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 375CC16A4CE for ; Mon, 14 Feb 2005 17:04:47 +0000 (GMT) Received: from male.aldigital.co.uk (male.thebunker.net [213.129.64.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66BAD43D31 for ; Mon, 14 Feb 2005 17:04:46 +0000 (GMT) (envelope-from matthew@thebunker.net) Received: from gravitas.thebunker.net (gateway.ash.thebunker.net [213.129.64.4]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by male.aldigital.co.uk (Postfix) with ESMTP id AA24C976FA; Mon, 14 Feb 2005 17:04:44 +0000 (GMT) Received: from gravitas.thebunker.net (localhost [127.0.0.1]) j1EH4cfh041267; Mon, 14 Feb 2005 17:04:38 GMT (envelope-from matthew@gravitas.thebunker.net) Received: (from matthew@localhost) by gravitas.thebunker.net (8.13.1/8.13.1/Submit) id j1EH4XBS041266; Mon, 14 Feb 2005 17:04:33 GMT (envelope-from matthew) Date: Mon, 14 Feb 2005 17:04:33 +0000 From: Matthew Seaman To: Roberto Nunnari Message-ID: <20050214170433.GB1855@gravitas.thebunker.net> Mail-Followup-To: Roberto Nunnari , Achilleus Mantzios , freebsd-java@freebsd.org References: <20050211122826.GB61803@gravitas.thebunker.net> <20050211161913.GA67712@gravitas.thebunker.net> <420CEEFC.90302@supsi.ch> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3lcZGd9BuhuYXNfi" Content-Disposition: inline In-Reply-To: <420CEEFC.90302@supsi.ch> User-Agent: Mutt/1.5.7i cc: freebsd-java@freebsd.org Subject: Re: Setting java properties for tomcat5.0 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Feb 2005 17:04:47 -0000 --3lcZGd9BuhuYXNfi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Feb 11, 2005 at 06:44:28PM +0100, Roberto Nunnari wrote: > I had to modify daemonctl and Makefile.. not sure I still > have them around.. but it's just 10 minutes work once you > make you're way round.. If I find them I'll send to you. Right -- just a SMOP. I can certainly do that. Thanks everyone for your suggestions. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 8 Dane Court Manor School Rd PGP: http://www.infracaninophile.co.uk/pgpkey Tilmanstone Tel: +44 1304 617253 Kent, CT14 0JL UK --3lcZGd9BuhuYXNfi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iQCVAwUBQhDaIZr7OpndfbmCAQIX8QQAnWT7C/JCQMNtTpaulBgDqDj7yla9Qg4D wT/6hozEi2xr+85zJjfrE/ll9Ovxi21HG3Lwvbln0qhT7/WRohwDF6De7URBDQ8j XbT32VeOKKlHzZUqVtIyooNTsQ2bERyTaAXp6LD7FxqobMx+XWv/G3NNxw4mR8GL 7mxoqF1llQc= =3cCP -----END PGP SIGNATURE----- --3lcZGd9BuhuYXNfi-- From owner-freebsd-java@FreeBSD.ORG Mon Feb 14 23:33:22 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C72C416A4CE; Mon, 14 Feb 2005 23:33:22 +0000 (GMT) Received: from vader.aacc.edu (vader.aacc.cc.md.us [12.167.138.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16E7643D3F; Mon, 14 Feb 2005 23:33:20 +0000 (GMT) (envelope-from fox@vader.aacc.cc.md.us) Received: from vader.aacc.edu (localhost [127.0.0.1]) by vader.aacc.edu (8.12.11/8.12.11) with ESMTP id j1ENQIfu017518; Mon, 14 Feb 2005 18:26:28 -0500 Received: from localhost (fox@localhost)j1ENQ85S017515; Mon, 14 Feb 2005 18:26:18 -0500 X-Authentication-Warning: vader.aacc.edu: fox owned process doing -bs Date: Mon, 14 Feb 2005 18:26:08 -0500 (EST) From: Michel Lavondes X-X-Sender: fox@vader.aacc.edu To: Alexey Zelkin In-Reply-To: <200412240845.iBO8jwog079655@freefall.freebsd.org> Message-ID: References: <200412240845.iBO8jwog079655@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: freebsd-java@FreeBSD.org Subject: Re: java/68972: unpack crashes during make install of linux-sun-jdk-1.4.2.05 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Feb 2005 23:33:22 -0000 On Fri, 24 Dec 2004, Alexey Zelkin wrote: > Synopsis: unpack crashes during make install of linux-sun-jdk-1.4.2.05 > > State-Changed-From-To: open->feedback > State-Changed-By: phantom > State-Changed-When: Fri Dec 24 08:44:40 GMT 2004 > State-Changed-Why: > Do you still expirience this problem ? If so, I'd suggest trying > to install another linux_base port (preferably linux_base, v7.1) Sorry for the late answer. Currently using linux_base-8, tried with linux.ko and linprocfs loaded, /compat/linux/proc mounted. No crash, but a problem brandelf-ing linux executables. As I don't use the linux JDK anymore, I'm not going to spend time documenting or investigating. You can close the bug report or do whatever you do to dormant ones - I'll open another one if needed. Thanks for checking, BTW. > http://www.freebsd.org/cgi/query-pr.cgi?pr=68972 -- "I'd ask if you'd found the right sort of isolated wasteland for your citadel of dread yet, but that would be a silly question; you're in Utah, after all." --ESR to Darl McBride (Chief Excessive Ossifier of Squandered Clues Obstination), in http://www.catb.org/~esr/writings/mcbride.html From owner-freebsd-java@FreeBSD.ORG Tue Feb 15 18:21:49 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 651F616A4CE for ; Tue, 15 Feb 2005 18:21:49 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id C78C843D39 for ; Tue, 15 Feb 2005 18:21:48 +0000 (GMT) (envelope-from neuromant3@gmail.com) Received: by wproxy.gmail.com with SMTP id 58so2052688wri for ; Tue, 15 Feb 2005 10:21:48 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=hyuJglK5uvux8wF+d9wlsiThPVKyZh8+KfLbnSbSs99zm9BbZixAk+e6rkYpWxmfZm4jTxMW2xrXheq9p4D/3tGmcB++o+vvlw4KhEMKJx6uqKkOEsvl4R58n8TyYRd6SsK1MOXS3SuWXerggpQ2NmFSOl2UsHmPJe27n82SYrw= Received: by 10.54.56.31 with SMTP id e31mr80638wra; Tue, 15 Feb 2005 10:21:47 -0800 (PST) Received: by 10.54.43.73 with HTTP; Tue, 15 Feb 2005 10:21:47 -0800 (PST) Message-ID: <6f5abe0f050215102167fa5801@mail.gmail.com> Date: Tue, 15 Feb 2005 19:21:47 +0100 From: Neuromante El To: freebsd-java@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: mozilla and firefox java plugins on jdk1.5.0 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Neuromante El List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2005 18:21:49 -0000 Hi all Have java plugins to firefox and mozilla browsers jdk1.5.0 on Freebsd? this not work already... ln -s /usr/local/jdk1.4.2/jre/plugin/i386/ns610/libjavaplugin_oji.so \ /usr/X11R6/lib/browser_plugins/ I have jdk1.5.0 and the dir /plugin is dissapeared :-( %pwd /usr/local/jdk1.5.0/jre %ll total 36 drwxr-xr-x 2 root wheel 512 14 feb 22:12 .systemPrefs -r--r--r-- 1 root wheel 2487 14 feb 21:53 COPYRIGHT -r--r--r-- 1 root wheel 969 14 feb 21:53 CHANGES -r--r--r-- 1 root wheel 9223 14 feb 21:53 LICENSE -r--r--r-- 1 root wheel 11172 14 feb 21:53 README -r--r--r-- 1 root wheel 969 14 feb 21:53 Welcome.html drwxr-xr-x 2 root wheel 512 14 feb 22:11 bin drwxr-xr-x 14 root wheel 1024 14 feb 22:11 lib I have installed too... %java -version java version "1.5.0-p1" linuxpluginwrapper-20050119_1 thanks in advance! From owner-freebsd-java@FreeBSD.ORG Tue Feb 15 19:54:45 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0DA816A4CE for ; Tue, 15 Feb 2005 19:54:45 +0000 (GMT) Received: from mxfep02.bredband.com (mxfep02.bredband.com [195.54.107.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id C668143D3F for ; Tue, 15 Feb 2005 19:54:44 +0000 (GMT) (envelope-from lassee@kth.se) Received: from [192.168.0.2] ([217.215.25.182] [217.215.25.182]) by mxfep02.bredband.com with ESMTP id <20050215195443.CIJ17521.mxfep02.bredband.com@[192.168.0.2]> for ; Tue, 15 Feb 2005 20:54:43 +0100 Message-ID: <42125399.8080503@kth.se> Date: Tue, 15 Feb 2005 20:55:05 +0100 From: Lasse Edlund User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: azureus shutting down, 2.2.0.2, freeBSD 5.3 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: lassee@kth.se List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2005 19:54:45 -0000 sometimes, I get this error in console, and azureus shuts down(crashes): Problems with Tracker, will retry in 1 minute DEBUG::Tue Feb 15 08:31:02 CET 2005 java.lang.RuntimeException: PeerTransport added when manager not running at org.gudy.azureus2.core3.peer.impl.control.PEPeerControlImpl.addToPeerTransports(Unknown Source) at org.gudy.azureus2.core3.peer.impl.control.PEPeerControlImpl.makeNewOutgoingConnection(Unknown Source) at org.gudy.azureus2.core3.peer.impl.control.PEPeerControlImpl.doConnectionChecks(Unknown Source) at org.gudy.azureus2.core3.peer.impl.control.PEPeerControlImpl.mainLoop(Unknown Source) at org.gudy.azureus2.core3.peer.impl.control.PEPeerControlImpl.access$100(Unknown Source) at org.gudy.azureus2.core3.peer.impl.control.PEPeerControlImpl$4.runSupport(Unknown Source) at org.gudy.azureus2.core3.util.AEThread.run(Unknown Source) Killed when I start it again it shows this in console: DEBUG::Tue Feb 15 19:04:47 CET 2005::org.gudy.azureus2.core3.util.FileUtil::renameFile::-1: renameFile: target file '/home/lasse/.Azureus/logs/save/0_debug_1.log' already exists, failing AEDiagnostics::startup::-1,AzureusCoreImpl::::-1,AzureusCoreImpl::create::-1,AzureusCoreFactory::create::-1,Main::::-1,Main::main::-1 (:520): libgnomevfs-WARNING **: Deprecated function. User modifications to the MIME database are no longer supported. the last message (:520)... is repeating itself endless times, but doesnt seem to do anything ( had it when I had 2.1.4.0 too...)' what should I do? From owner-freebsd-java@FreeBSD.ORG Wed Feb 16 09:05:37 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFD0E16A4CE for ; Wed, 16 Feb 2005 09:05:37 +0000 (GMT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A25143D48 for ; Wed, 16 Feb 2005 09:05:37 +0000 (GMT) (envelope-from owen.g@onlinehome.de) Received: from [212.227.126.206] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1D1L7o-00025A-00; Wed, 16 Feb 2005 10:05:36 +0100 Received: from [84.154.42.156] (helo=[192.168.1.199]) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1D1L7n-0005TJ-00; Wed, 16 Feb 2005 10:05:36 +0100 Received: from 127.0.0.1 (AVG SMTP 7.0.300 [265.8.8]); Wed, 16 Feb 2005 10:14:12 +0100 Message-ID: <42130EE3.7050306@onlinehome.de> Date: Wed, 16 Feb 2005 10:14:11 +0100 From: "Owen.G" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-GB; rv:1.7.3) Gecko/20040910 X-Accept-Language: en-gb, en, en-us MIME-Version: 1.0 To: java@FreeBSD.org References: <4212F2F4.8080904@onlinehome.de> <20050216081305.GA73971@cirb503493.alcatel.com.au> In-Reply-To: <20050216081305.GA73971@cirb503493.alcatel.com.au> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:4e7b6bfadbfaa9d59ebe2d9dce9eb48d cc: Peter Jeremy Subject: Re: Port unbuildable - openoffice-1.1 / java sdk is outdated X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Feb 2005 09:05:37 -0000 Dear Java maintainer, As Peter pointed out to me, the real problem I have is building FreeBSD port for openoffice-1.1 where the build falls out after needing Java files for linux. I copied in the bsd-jds14-patches-7.tar.gz patches and "a.n.other" as requested but the file j2sdk-1_4_2_06-linux-i586.bin has been removed from Sun's website. It has been replaced with j2sdk-1_4_2_07-linux-i586.bin I did the only thing I could think of and copied that file into /usr/ports/distfiles and renamed it but of course the checksum doesn't match. Do you know where I could get the superceded file from? - google doesn't help. Any help appreciated, ---- Peter, Thanks for the advice - I told you, I'm a newbie! ;-) As it happens, the build of openoffice-1.1 still fails in the same place even with the make option ""DWITHOUT_JAVA" set. Regards, Owen - Peter Jeremy wrote: > On Wed, 2005-Feb-16 08:15:00 +0100, Owen.G wrote: > >>Hi, I'm a newbie to FreeBSD. I'm trying to build OOO openoffice-1.1 > >>from the ports collection without success. The sticking point is the > >>java sdk which has moved on from 1.4.2.06 to .07. Sun have removed the >>old version from their web site. > > > This sounds like a Java problem rather than an OO.org problem. But in > any case, you haven't been clear as to your problem. Exactly what do you > mean by 'java sdk which has moved on from 1.4.2.06 to .07'? If you > mean that /usr/ports/java/linux-sun-jdk14/ references a j2sdk version > that is no longer available, I suggest you take it up with that port's > maintainer: java@FreeBSD.org > From owner-freebsd-java@FreeBSD.ORG Wed Feb 16 09:16:13 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BCA216A4CE for ; Wed, 16 Feb 2005 09:16:13 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id D79FD43D46 for ; Wed, 16 Feb 2005 09:16:12 +0000 (GMT) (envelope-from neuromant3@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so57260wri for ; Wed, 16 Feb 2005 01:16:10 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=Mrc1OWV5gufvxYtsfI2jUfyebpRtR03tD7sP/PSYkqa1TKMJXLp8u7akddw0hJt9N5HAU7R8cYzzo9s3UddLKceBPP6UVQSsmiLrrYyxWY59FIl45OEY+5ExAbmgFFPeAp9U0I9/c8Ifcmy9FNo3B2zIhfB85cfo9LXmJLfet0Q= Received: by 10.54.48.5 with SMTP id v5mr110250wrv; Wed, 16 Feb 2005 01:16:10 -0800 (PST) Received: by 10.54.43.73 with HTTP; Wed, 16 Feb 2005 01:16:09 -0800 (PST) Message-ID: <6f5abe0f050216011630a6137f@mail.gmail.com> Date: Wed, 16 Feb 2005 10:16:09 +0100 From: Neuromante El To: freebsd-java@freebsd.org In-Reply-To: <6f5abe0f050215102167fa5801@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <6f5abe0f050215102167fa5801@mail.gmail.com> Subject: Re: mozilla and firefox java plugins on jdk1.5.0 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Neuromante El List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Feb 2005 09:16:13 -0000 On Tue, 15 Feb 2005 19:21:47 +0100, Neuromante El wrote: > Hi all > > Have java plugins to firefox and mozilla browsers jdk1.5.0 in Freebsd? > > this not work already... > > ln -s /usr/local/jdk1.4.2/jre/plugin/i386/ns610/libjavaplugin_oji.so \ > /usr/X11R6/lib/browser_plugins/ > > I have jdk1.5.0 and the dir /plugin is dissapeared :-( > > %pwd > /usr/local/jdk1.5.0/jre > > %ll > total 36 > drwxr-xr-x 2 root wheel 512 14 feb 22:12 .systemPrefs > -r--r--r-- 1 root wheel 2487 14 feb 21:53 COPYRIGHT > -r--r--r-- 1 root wheel 969 14 feb 21:53 CHANGES > -r--r--r-- 1 root wheel 9223 14 feb 21:53 LICENSE > -r--r--r-- 1 root wheel 11172 14 feb 21:53 README > -r--r--r-- 1 root wheel 969 14 feb 21:53 Welcome.html > drwxr-xr-x 2 root wheel 512 14 feb 22:11 bin > drwxr-xr-x 14 root wheel 1024 14 feb 22:11 lib > > I have installed too... > > %java -version > java version "1.5.0-p1" > > linuxpluginwrapper-20050119_1 > > thanks in advance! > From owner-freebsd-java@FreeBSD.ORG Wed Feb 16 09:40:24 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DE5E16A4CE for ; Wed, 16 Feb 2005 09:40:24 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id C249743D1F for ; Wed, 16 Feb 2005 09:40:23 +0000 (GMT) (envelope-from neuromant3@gmail.com) Received: by wproxy.gmail.com with SMTP id 68so67015wra for ; Wed, 16 Feb 2005 01:40:23 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=iJuoGGGgOO3dNVJ6NITB/Dmh0VJTJEnynMthef0HdnFSTzDCJ8YQBUaAqGz/BKBfb3QoDViVBlivBP6CFUCDgT+5HqzCT2nsuwecKiioYMpXqeSTYCoyvuNl2qJ7nXYaD5Xa5c3cELK96aqaaSN7SmF5ZKO3ONNLDIr5e6lxRaE= Received: by 10.54.45.66 with SMTP id s66mr5427wrs; Wed, 16 Feb 2005 01:40:23 -0800 (PST) Received: by 10.54.43.73 with HTTP; Wed, 16 Feb 2005 01:40:22 -0800 (PST) Message-ID: <6f5abe0f05021601401908af6c@mail.gmail.com> Date: Wed, 16 Feb 2005 10:40:22 +0100 From: Neuromante El To: java@FreeBSD.org In-Reply-To: <6f5abe0f050215102167fa5801@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <6f5abe0f050215102167fa5801@mail.gmail.com> Subject: Re: mozilla and firefox java plugins on jdk1.5.0 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Neuromante El List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Feb 2005 09:40:24 -0000 > Hi > > Have java plugins to firefox and mozilla browsers jdk1.5.0 on Freebsd? > > this not work already... > > ln -s /usr/local/jdk1.4.2/jre/plugin/i386/ns610/libjavaplugin_oji.so \ > /usr/X11R6/lib/browser_plugins/ > > I have jdk1.5.0 and the dir /plugin is dissapeared :-( > > %pwd > /usr/local/jdk1.5.0/jre > > %ll > total 36 > drwxr-xr-x 2 root wheel 512 14 feb 22:12 .systemPrefs > -r--r--r-- 1 root wheel 2487 14 feb 21:53 COPYRIGHT > -r--r--r-- 1 root wheel 969 14 feb 21:53 CHANGES > -r--r--r-- 1 root wheel 9223 14 feb 21:53 LICENSE > -r--r--r-- 1 root wheel 11172 14 feb 21:53 README > -r--r--r-- 1 root wheel 969 14 feb 21:53 Welcome.html > drwxr-xr-x 2 root wheel 512 14 feb 22:11 bin > drwxr-xr-x 14 root wheel 1024 14 feb 22:11 lib > > I have installed too... > > %java -version > java version "1.5.0-p1" > > linuxpluginwrapper-20050119_1 > > thanks in advance! > From owner-freebsd-java@FreeBSD.ORG Wed Feb 16 15:41:18 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3789B16A4E5 for ; Wed, 16 Feb 2005 15:41:18 +0000 (GMT) Received: from orbit.kuwaitnet.net (orbit.kuwaitnet.net [216.40.249.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id E787A43D48 for ; Wed, 16 Feb 2005 15:41:16 +0000 (GMT) (envelope-from bashar@kuwaitnet.net) Received: from [62.150.129.102] (helo=[127.0.0.1]) by orbit.kuwaitnet.net with esmtpa (Exim 4.43) id 1D1RIZ-0005JT-Qg for freebsd-java@FreeBSD.org; Wed, 16 Feb 2005 18:41:08 +0300 Message-ID: <42136811.1010407@kuwaitnet.net> Date: Wed, 16 Feb 2005 18:34:41 +0300 From: Bashar Al-Abdulhadi User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-java@FreeBSD.org X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orbit.kuwaitnet.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - kuwaitnet.net X-Source: X-Source-Args: X-Source-Dir: Content-Type: text/plain; charset=ISO-8859-6; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: tomcat segfaulting after installing /usr/ports/java/linux-sun-jdk14/ X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Feb 2005 15:41:18 -0000 Hello all, for some reason whenever i start tomcat it works fine but when accessing jps pages and submitting some stuff it segfaults and generates the following files at /usr/local/jakarta-tomcat5.0 -rw-r--r-- 1 www www 1230 Feb 16 18:26 hs_err_pid7246.log -rw-r--r-- 1 www www 1229 Feb 16 18:28 hs_err_pid7330.log -rw-r--r-- 1 www www 1229 Feb 16 18:31 hs_err_pid7448.log -rw-r--r-- 1 www www 1229 Feb 16 18:34 hs_err_pid7572.log and the hs_err_pid files has the following: root@server# cat hs_err_pid7* Unexpected Signal : 11 occurred at PC=0x2A70F04A Function=[Unknown.] Library=(N/A) NOTE: We are unable to locate the function name symbol for the error just occurred. Please refer to release documentation for possible reason and solutions. Current Java thread: Dynamic libraries: Can not get information for pid = 7280 Heap at VM Abort: Heap def new generation total 640K, used 500K [0x2c7b0000, 0x2c860000, 0x2cc90000) eden space 576K, 75% used [0x2c7b0000, 0x2c81d6b8, 0x2c840000) from space 64K, 98% used [0x2c850000, 0x2c85fb78, 0x2c860000) to space 64K, 0% used [0x2c840000, 0x2c840000, 0x2c850000) tenured generation total 8000K, used 4896K [0x2cc90000, 0x2d460000, 0x307b0000) the space 8000K, 61% used [0x2cc90000, 0x2d1581a8, 0x2d158200, 0x2d460000) compacting perm gen total 8704K, used 8583K [0x307b0000, 0x31030000, 0x347b0000) the space 8704K, 98% used [0x307b0000, 0x31011c08, 0x31011e00, 0x31030000) Local Time = Wed Feb 16 18:26:47 2005 Elapsed Time = 106 # # HotSpot Virtual Machine Error : 11 # Error ID : 4F530E43505002EF # Please report this error at # http://java.sun.com/cgi-bin/bugreport.cgi # # Java VM: Java HotSpot(TM) Client VM (1.4.2_07-b05 mixed mode) # Unexpected Signal : 11 occurred at PC=0x2A70F04A Function=[Unknown.] Library=(N/A) NOTE: We are unable to locate the function name symbol for the error just occurred. Please refer to release documentation for possible reason and solutions. Current Java thread: Dynamic libraries: Can not get information for pid = 7364 Heap at VM Abort: Heap def new generation total 640K, used 277K [0x2c7b0000, 0x2c860000, 0x2cc90000) eden space 576K, 37% used [0x2c7b0000, 0x2c7e54a0, 0x2c840000) from space 64K, 100% used [0x2c850000, 0x2c860000, 0x2c860000) to space 64K, 0% used [0x2c840000, 0x2c840000, 0x2c850000) tenured generation total 8048K, used 5081K [0x2cc90000, 0x2d46c000, 0x307b0000) the space 8048K, 63% used [0x2cc90000, 0x2d1866b8, 0x2d186800, 0x2d46c000) compacting perm gen total 8704K, used 8571K [0x307b0000, 0x31030000, 0x347b0000) the space 8704K, 98% used [0x307b0000, 0x3100eea0, 0x3100f000, 0x31030000) Local Time = Wed Feb 16 18:28:21 2005 Elapsed Time = 17 # # HotSpot Virtual Machine Error : 11 # Error ID : 4F530E43505002EF # Please report this error at # http://java.sun.com/cgi-bin/bugreport.cgi # # Java VM: Java HotSpot(TM) Client VM (1.4.2_07-b05 mixed mode) # Unexpected Signal : 11 occurred at PC=0x2A70F04A Function=[Unknown.] Library=(N/A) NOTE: We are unable to locate the function name symbol for the error just occurred. Please refer to release documentation for possible reason and solutions. Current Java thread: Dynamic libraries: Can not get information for pid = 7481 Heap at VM Abort: Heap def new generation total 640K, used 206K [0x2c7b0000, 0x2c860000, 0x2cc90000) eden space 576K, 24% used [0x2c7b0000, 0x2c7d3920, 0x2c840000) from space 64K, 100% used [0x2c850000, 0x2c860000, 0x2c860000) to space 64K, 0% used [0x2c840000, 0x2c840000, 0x2c850000) tenured generation total 8056K, used 5083K [0x2cc90000, 0x2d46e000, 0x307b0000) the space 8056K, 63% used [0x2cc90000, 0x2d186cd0, 0x2d186e00, 0x2d46e000) compacting perm gen total 8704K, used 8571K [0x307b0000, 0x31030000, 0x347b0000) the space 8704K, 98% used [0x307b0000, 0x3100ee90, 0x3100f000, 0x31030000) Local Time = Wed Feb 16 18:31:53 2005 Elapsed Time = 21 # # HotSpot Virtual Machine Error : 11 # Error ID : 4F530E43505002EF # Please report this error at # http://java.sun.com/cgi-bin/bugreport.cgi # # Java VM: Java HotSpot(TM) Client VM (1.4.2_07-b05 mixed mode) # Unexpected Signal : 11 occurred at PC=0x2A70F04A Function=[Unknown.] Library=(N/A) NOTE: We are unable to locate the function name symbol for the error just occurred. Please refer to release documentation for possible reason and solutions. Current Java thread: Dynamic libraries: Can not get information for pid = 7604 Heap at VM Abort: Heap def new generation total 640K, used 206K [0x2c7b0000, 0x2c860000, 0x2cc90000) eden space 576K, 24% used [0x2c7b0000, 0x2c7d3920, 0x2c840000) from space 64K, 100% used [0x2c850000, 0x2c860000, 0x2c860000) to space 64K, 0% used [0x2c840000, 0x2c840000, 0x2c850000) tenured generation total 8068K, used 5053K [0x2cc90000, 0x2d471000, 0x307b0000) the space 8068K, 62% used [0x2cc90000, 0x2d17f450, 0x2d17f600, 0x2d471000) compacting perm gen total 8704K, used 8574K [0x307b0000, 0x31030000, 0x347b0000) the space 8704K, 98% used [0x307b0000, 0x3100fa00, 0x3100fa00, 0x31030000) Local Time = Wed Feb 16 18:34:58 2005 Elapsed Time = 50 # # HotSpot Virtual Machine Error : 11 # Error ID : 4F530E43505002EF # Please report this error at # http://java.sun.com/cgi-bin/bugreport.cgi # # Java VM: Java HotSpot(TM) Client VM (1.4.2_07-b05 mixed mode) # any idea what might be wrong? because when i installed /usr/ports/java/jdk14 'keytool' didnt work fine so i had to install the linux-sun version and mount the following: linprocfs /compat/linux/proc linprocfs rw 0 0 whats the best option? -- KuwaitNET Internet Services Bashar Al-Abdulhadi President/C.E.O. bashar@kuwaitnet.net http://www.KuwaitNET.net Phone: (SL) +965-2647060 Fax: (SL) +965-2637060 Phone: (HQ) +965-4840110 Fax: (HQ) +965-4810026 Phone: (-) 807060 ext.12 Fax: (US) +801-4373934 Mobile:(GSM) +965-7607060 Pager: (KW) 9327060 MSN: bashar@kuwaitnet.net YaHoO ID: kuwaitnets Sales office.: Hawally Binkhaldoun St. AlFaiha complex 1st floor office #6 Head Quarters: Kuwait Free Trade Zone, Future Zone, Al-Arjan Building B Plot 22B offices #6 & 7 "Quality, Stability, Unbeatable Prices and Value" "Think KuwaitNET" From owner-freebsd-java@FreeBSD.ORG Wed Feb 16 16:31:46 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9451A16A4CE for ; Wed, 16 Feb 2005 16:31:46 +0000 (GMT) Received: from misty.eyesbeyond.com (glewis.dsl.xmission.com [166.70.56.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACB7743D31 for ; Wed, 16 Feb 2005 16:31:45 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) j1GGViKW034395; Wed, 16 Feb 2005 09:31:44 -0700 (MST) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.11/8.12.11/Submit) id j1GGVhcE034394; Wed, 16 Feb 2005 09:31:43 -0700 (MST) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Wed, 16 Feb 2005 09:31:43 -0700 From: Greg Lewis To: Neuromante El Message-ID: <20050216163143.GA34356@misty.eyesbeyond.com> References: <6f5abe0f050215102167fa5801@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6f5abe0f050215102167fa5801@mail.gmail.com> User-Agent: Mutt/1.4.2.1i cc: freebsd-java@freebsd.org Subject: Re: mozilla and firefox java plugins on jdk1.5.0 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Feb 2005 16:31:46 -0000 On Tue, Feb 15, 2005 at 07:21:47PM +0100, Neuromante El wrote: > Have java plugins to firefox and mozilla browsers jdk1.5.0 on Freebsd? Patchset 1 does not include plugin support. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From owner-freebsd-java@FreeBSD.ORG Thu Feb 17 01:45:54 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E616E16A4CE for ; Thu, 17 Feb 2005 01:45:54 +0000 (GMT) Received: from misty.eyesbeyond.com (glewis.dsl.xmission.com [166.70.56.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7152A43D45 for ; Thu, 17 Feb 2005 01:45:54 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) j1H1jqYO045035; Wed, 16 Feb 2005 18:45:53 -0700 (MST) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.11/8.12.11/Submit) id j1H1jpx8045034; Wed, 16 Feb 2005 18:45:51 -0700 (MST) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Wed, 16 Feb 2005 18:45:51 -0700 From: Greg Lewis To: Kris Kennaway Message-ID: <20050217014551.GA45018@misty.eyesbeyond.com> References: <20050213202922.GL24036@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050213202922.GL24036@xor.obsecurity.org> User-Agent: Mutt/1.4.2.1i cc: java@FreeBSD.org Subject: Re: [ports-i386@pointyhat.freebsd.org: linux-sun-jdk-1.4.2.06_1 failed on i386 4] X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Feb 2005 01:45:55 -0000 On Sun, Feb 13, 2005 at 12:29:22PM -0800, Kris Kennaway wrote: > As per previous warnings over the past few months, this port is now > considered to be broken due to the pkg-plist or file > ownership/permission errors reported below. It will not be built on > the package cluster or uploaded for redistribution by ftp until these > are corrected, and will be marked BROKEN in ~2 weeks and scheduled for > deletion from the ports tree in a future sweep. > > Please consider fixing this ASAP, or if you have no time to work on > this port then consider relinquishing maintainership in favour of > someone else who can take care of it. If you have already submitted a > PR that fixes this, please accept my thanks! Fixed. I'll do a sweep of the other JDK/JREs shortly as they probably have similar problems. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From owner-freebsd-java@FreeBSD.ORG Thu Feb 17 04:48:58 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6846916A4CE for ; Thu, 17 Feb 2005 04:48:58 +0000 (GMT) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1ED3043D31 for ; Thu, 17 Feb 2005 04:48:58 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id 69CCA5643A; Thu, 17 Feb 2005 17:48:57 +1300 (NZDT) Date: Thu, 17 Feb 2005 17:48:57 +1300 From: Jonathan Chen To: Bashar Al-Abdulhadi Message-ID: <20050217044857.GB8548@osiris.chen.org.nz> References: <42136811.1010407@kuwaitnet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42136811.1010407@kuwaitnet.net> User-Agent: Mutt/1.4.2.1i cc: freebsd-java@FreeBSD.org Subject: Re: tomcat segfaulting after installing /usr/ports/java/linux-sun-jdk14/ X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Feb 2005 04:48:58 -0000 On Wed, Feb 16, 2005 at 06:34:41PM +0300, Bashar Al-Abdulhadi wrote: > Hello all, > for some reason whenever i start tomcat it works fine but when accessing > jps pages and submitting some stuff it segfaults and generates the > following files at /usr/local/jakarta-tomcat5.0 The Linux JVM is known to be unstable under FreeBSD. Use the native JVM. [...] > any idea what might be wrong? because when i installed > /usr/ports/java/jdk14 'keytool' didnt work fine so i had to install the > linux-sun version and mount the following: keytool works fine for me. What sort of problems are you getting? Cheers. -- Jonathan Chen ---------------------------------------------------------------------- "A person should be able to do a small bit of everything, specialisation is for insects" From owner-freebsd-java@FreeBSD.ORG Fri Feb 18 00:19:47 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF5E016A4CF for ; Fri, 18 Feb 2005 00:19:47 +0000 (GMT) Received: from orbit.kuwaitnet.net (orbit.kuwaitnet.net [216.40.249.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE67143D54 for ; Fri, 18 Feb 2005 00:19:46 +0000 (GMT) (envelope-from bashar@kuwaitnet.net) Received: from [62.150.38.166] (helo=[127.0.0.1]) by orbit.kuwaitnet.net with esmtpa (Exim 4.43) id 1D1vrz-0002qK-JB; Fri, 18 Feb 2005 03:19:44 +0300 Message-ID: <42153316.3030500@kuwaitnet.net> Date: Fri, 18 Feb 2005 03:13:10 +0300 From: Bashar Al-Abdulhadi User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jonathan Chen References: <42136811.1010407@kuwaitnet.net> <20050217044857.GB8548@osiris.chen.org.nz> In-Reply-To: <20050217044857.GB8548@osiris.chen.org.nz> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orbit.kuwaitnet.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - kuwaitnet.net X-Source: X-Source-Args: X-Source-Dir: Content-Type: text/plain; charset=ISO-8859-6; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: freebsd-java@FreeBSD.org Subject: Re: tomcat segfaulting after installing /usr/ports/java/linux-sun-jdk14/ X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Feb 2005 00:19:48 -0000 i'm not exactly sure what error, but it wasn't able to import the certificates giving error saying not in XYZ formats or something, and after installing the linux-sun one my coder told me its working just fine maybe i was missing something during the installation? any step by step installation from ports HOW-TO around? because what i did is getting the following files and placed them in /usr/ports/distfiles : bsd-jdk14-patches-7.tar.gz j2sdk-1_4_2-bin-scsl.zip j2sdk-1_4_2-src-scsl.zip and cd'ed to /usr/ports/java/jdk14 && make && make install Thanks. KuwaitNET Internet Services Bashar Al-Abdulhadi President/C.E.O. bashar@kuwaitnet.net http://www.KuwaitNET.net Phone: (SL) +965-2647060 Fax: (SL) +965-2637060 Phone: (HQ) +965-4840110 Fax: (HQ) +965-4810026 Phone: (-) 807060 ext.12 Fax: (US) +801-4373934 Mobile:(GSM) +965-7607060 Pager: (KW) 9327060 MSN: bashar@kuwaitnet.net YaHoO ID: kuwaitnets Sales office.: Hawally Binkhaldoun St. AlFaiha complex 1st floor office #6 Head Quarters: Kuwait Free Trade Zone, Future Zone, Al-Arjan Building B Plot 22B offices #6 & 7 "Quality, Stability, Unbeatable Prices and Value" "Think KuwaitNET" Jonathan Chen wrote: >On Wed, Feb 16, 2005 at 06:34:41PM +0300, Bashar Al-Abdulhadi wrote: > > >>Hello all, >>for some reason whenever i start tomcat it works fine but when accessing >>jps pages and submitting some stuff it segfaults and generates the >>following files at /usr/local/jakarta-tomcat5.0 >> >> > >The Linux JVM is known to be unstable under FreeBSD. Use the native JVM. > >[...] > > >>any idea what might be wrong? because when i installed >>/usr/ports/java/jdk14 'keytool' didnt work fine so i had to install the >>linux-sun version and mount the following: >> >> > >keytool works fine for me. What sort of problems are you getting? > >Cheers. > > From owner-freebsd-java@FreeBSD.ORG Fri Feb 18 23:32:57 2005 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 569F416A4CE; Fri, 18 Feb 2005 23:32:57 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E85B43D54; Fri, 18 Feb 2005 23:32:57 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from freefall.freebsd.org (hq@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j1INWuNt052189; Fri, 18 Feb 2005 23:32:56 GMT (envelope-from hq@freefall.freebsd.org) Received: (from hq@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j1INWuaq052185; Fri, 18 Feb 2005 23:32:56 GMT (envelope-from hq) Date: Fri, 18 Feb 2005 23:32:56 GMT From: Herve Quiroz Message-Id: <200502182332.j1INWuaq052185@freefall.freebsd.org> To: nsayer@kfu.com, hq@FreeBSD.org, freebsd-java@FreeBSD.org Subject: Re: ports/56928: jce-aba port should install to $JAVA_HOME/jre/lib/ext X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Feb 2005 23:32:57 -0000 Synopsis: jce-aba port should install to $JAVA_HOME/jre/lib/ext State-Changed-From-To: suspended->feedback State-Changed-By: hq State-Changed-When: Fri Feb 18 23:21:26 GMT 2005 State-Changed-Why: IMHO, we should decide whether we implement something here or just close the PR. I would really like to hear opinions from the community. And here is my own proposal: add a new macro to install jar files (probably INSTALL_JAR) that would handle everything, from the installation of the JAR file in ${JAVAJARDIR}, to the output of a message to explain where the JAR file is and how to add it to the classpath -- using classpath(1) for example. In the Makefile: > do-install: > @${INSTALL_JAR} ${WRKSRC}/myapp.jar > @${INSTALL_JAR} ${WRKSRC}/myapp-core.jar > @${INSTALL_JAR} ${WRKSRC}/myapp-ext.jar Then, while installing the port: $ make install > [...] > >> Installing JAR file as /usr/local/share/java/classes/myapp.jar... [ DONE ] > >> Installing JAR file as /usr/local/share/java/classes/myapp-core.jar... [ DONE ] > >> Installing JAR file as /usr/local/share/java/classes/myapp-ext.jar... [ DONE ] > [...] > The port has installed several JAR files in /usr/local/share/java/classes > > To add these JAR files to your classpath, install java/javavmwrapper and use > classpath(1). I don't know if this is really worth the trouble of implementing it, documenting it, and upgrading Java ports, though... Herve http://www.freebsd.org/cgi/query-pr.cgi?pr=56928 From owner-freebsd-java@FreeBSD.ORG Sat Feb 19 02:30:21 2005 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6CD216A4CE for ; Sat, 19 Feb 2005 02:30:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AF9243D1D for ; Sat, 19 Feb 2005 02:30:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j1J2UL4o076307 for ; Sat, 19 Feb 2005 02:30:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j1J2ULHF076306; Sat, 19 Feb 2005 02:30:21 GMT (envelope-from gnats) Date: Sat, 19 Feb 2005 02:30:21 GMT Message-Id: <200502190230.j1J2ULHF076306@freefall.freebsd.org> To: freebsd-java@FreeBSD.org From: Palle Girgensohn Subject: Re: ports/69675: Eclipse slow typing X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Palle Girgensohn List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Feb 2005 02:30:21 -0000 The following reply was made to PR ports/69675; it has been noted by GNATS. From: Palle Girgensohn To: freebsd-gnats-submit@FreeBSD.org, bjorn@sccs.swarthmore.edu Cc: Subject: Re: ports/69675: Eclipse slow typing Date: Sat, 19 Feb 2005 03:26:42 +0100 Is this still a problem? I cannot reproduce it. Regards, Palle From owner-freebsd-java@FreeBSD.ORG Sat Feb 19 11:39:40 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B631216A4CE; Sat, 19 Feb 2005 11:39:40 +0000 (GMT) Received: from mailout01.sul.t-online.com (mailout01.sul.t-online.com [194.25.134.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34CB843D3F; Sat, 19 Feb 2005 11:39:40 +0000 (GMT) (envelope-from mike@reifenberger.com) Received: from fwd00.aul.t-online.de by mailout01.sul.t-online.com with smtp id 1D2SxX-0008Hv-00; Sat, 19 Feb 2005 12:39:39 +0100 Received: from fw.reifenberger.com (Efr7XsZ-weF4d8CwQ5skg3Cf7vCPKxFrvtifsDWK2losYnTzCNlaoc@[62.158.172.51]) by fmrl00.sul.t-online.com with esmtp id 1D2SxM-2JinqK0; Sat, 19 Feb 2005 12:39:28 +0100 Received: from localhost (mike@localhost)j1JBdGDn063420; Sat, 19 Feb 2005 12:39:16 +0100 (CET) (envelope-from mike@reifenberger.com) X-Authentication-Warning: fw.reifenberger.com: mike owned process doing -bs Date: Sat, 19 Feb 2005 12:39:15 +0100 (CET) From: Michael Reifenberger To: phantom@FreeBSD.org Message-ID: <20050219123658.F63417@fw.reifenberger.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-ID: Efr7XsZ-weF4d8CwQ5skg3Cf7vCPKxFrvtifsDWK2losYnTzCNlaoc@t-dialin.net X-TOI-MSGID: 25f0eedc-4796-489c-986c-ef23bbddb1fc cc: java@FreeBSD.org Subject: Adding cacerts to jdk15 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Feb 2005 11:39:40 -0000 Hi, I'd like to commit the following patch (in conjunction with a files/cacerts) to java/jdk15: ... totum# cvs diff -u Password for mr@FREEBSD.ORG: cvs diff: Diffing . Index: Makefile =================================================================== RCS file: /home/pcvs/ports/java/jdk15/Makefile,v retrieving revision 1.87 diff -u -r1.87 Makefile --- Makefile 18 Feb 2005 17:21:52 -0000 1.87 +++ Makefile 19 Feb 2005 11:36:24 -0000 @@ -267,6 +267,8 @@ @${FIND} -s ${JDKIMAGEDIR_G} -not -type d | \ ${SED} -ne 's#^${JDKIMAGEDIR}#jdk${JDK_VERSION}#p' >> ${TMPPLIST} .endif + ${INSTALL_DATA} ${FILESDIR}/cacerts \ + ${PREFIX}/jdk${JDK_VERSION}/jre/lib/security/cacerts @${FIND} -s -d ${PREFIX}/jdk${JDK_VERSION} -type d | \ ${SED} -ne 's#^${PREFIX}/#@dirrm #p' >> ${TMPPLIST} @${ECHO_MSG} "@exec ${LOCALBASE}/bin/registervm ${PREFIX}/jdk${JDK_VERSION}/bin/java # FREEBSD-JDK${JDK_VERSION}" >> ${TMPPLIST} cvs diff: Diffing files cvs diff: files/cacerts is a new entry, no comparison available ... Any objections? Bye/2 --- Michael Reifenberger, Business Development Manager SAP-Basis, Plaut Consulting Comp: Michael.Reifenberger@plaut.de | Priv: Michael@Reifenberger.com http://www.plaut.de | http://www.Reifenberger.com From owner-freebsd-java@FreeBSD.ORG Sat Feb 19 11:51:40 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9352716A4CE for ; Sat, 19 Feb 2005 11:51:40 +0000 (GMT) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id F207043D5C for ; Sat, 19 Feb 2005 11:51:38 +0000 (GMT) (envelope-from ml@FreeBSD.org.ua) Received: from phantom.cris.net (ml@localhost [127.0.0.1]) by phantom.cris.net (8.12.10/8.12.10) with ESMTP id j1JBtvJ1020538; Sat, 19 Feb 2005 13:55:57 +0200 (EET) (envelope-from ml@FreeBSD.org.ua) Received: (from ml@localhost) by phantom.cris.net (8.12.10/8.12.10/Submit) id j1JBtvvm020537; Sat, 19 Feb 2005 13:55:57 +0200 (EET) (envelope-from ml) Date: Sat, 19 Feb 2005 13:55:56 +0200 From: Alexey Zelkin To: Michael Reifenberger Message-ID: <20050219115556.GA20517@phantom.cris.net> References: <20050219123658.F63417@fw.reifenberger.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050219123658.F63417@fw.reifenberger.com> X-Operating-System: FreeBSD 4.9-STABLE i386 User-Agent: Mutt/1.5.5.1i cc: java@freebsd.org Subject: Re: Adding cacerts to jdk15 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Feb 2005 11:51:40 -0000 Why ? On Sat, Feb 19, 2005 at 12:39:15PM +0100, Michael Reifenberger wrote: > Hi, > I'd like to commit the following patch (in conjunction with a > files/cacerts) to java/jdk15: > ... > totum# cvs diff -u > Password for mr@FREEBSD.ORG: > cvs diff: Diffing . > Index: Makefile > =================================================================== > RCS file: /home/pcvs/ports/java/jdk15/Makefile,v > retrieving revision 1.87 > diff -u -r1.87 Makefile > --- Makefile 18 Feb 2005 17:21:52 -0000 1.87 > +++ Makefile 19 Feb 2005 11:36:24 -0000 > @@ -267,6 +267,8 @@ > @${FIND} -s ${JDKIMAGEDIR_G} -not -type d | \ > ${SED} -ne 's#^${JDKIMAGEDIR}#jdk${JDK_VERSION}#p' >> ${TMPPLIST} > .endif > + ${INSTALL_DATA} ${FILESDIR}/cacerts \ > + ${PREFIX}/jdk${JDK_VERSION}/jre/lib/security/cacerts > @${FIND} -s -d ${PREFIX}/jdk${JDK_VERSION} -type d | \ > ${SED} -ne 's#^${PREFIX}/#@dirrm #p' >> ${TMPPLIST} > @${ECHO_MSG} "@exec ${LOCALBASE}/bin/registervm > ${PREFIX}/jdk${JDK_VERSION}/bin/java # FREEBSD-JDK${JDK_VERSION}" >> > ${TMPPLIST} > cvs diff: Diffing files > cvs diff: files/cacerts is a new entry, no comparison available > ... > > Any objections? > > Bye/2 > --- > Michael Reifenberger, Business Development Manager SAP-Basis, Plaut > Consulting > Comp: Michael.Reifenberger@plaut.de | Priv: Michael@Reifenberger.com > http://www.plaut.de | http://www.Reifenberger.com > > _______________________________________________ > 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" From owner-freebsd-java@FreeBSD.ORG Sat Feb 19 12:00:40 2005 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 369E616A4CE for ; Sat, 19 Feb 2005 12:00:40 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E529743D5A for ; Sat, 19 Feb 2005 12:00:39 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j1JC0d5t088867 for ; Sat, 19 Feb 2005 12:00:39 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j1JC0dg2088866; Sat, 19 Feb 2005 12:00:39 GMT (envelope-from gnats) Resent-Date: Sat, 19 Feb 2005 12:00:39 GMT Resent-Message-Id: <200502191200.j1JC0dg2088866@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-java@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anthony Ginepro Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E5FE16A4CE for ; Sat, 19 Feb 2005 11:56:27 +0000 (GMT) Received: from renaissance.homeip.net (m197.net81-67-151.noos.fr [81.67.151.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id A88D343D45 for ; Sat, 19 Feb 2005 11:56:26 +0000 (GMT) (envelope-from rapiere@renaissance.homeip.net) Received: by renaissance.homeip.net (Postfix, from userid 1001) id 554DD2079; Sat, 19 Feb 2005 12:56:25 +0100 (CET) Message-Id: <20050219115625.554DD2079@renaissance.homeip.net> Date: Sat, 19 Feb 2005 12:56:25 +0100 (CET) From: Anthony Ginepro To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: java/77725: [PATCH] Java Management not working with jdk1.5.0-p1 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Anthony Ginepro List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Feb 2005 12:00:40 -0000 >Number: 77725 >Category: java >Synopsis: [PATCH] Java Management not working with jdk1.5.0-p1 >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-java >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 19 12:00:39 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Anthony Ginepro >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD renaissance.homeip.net 5.3-STABLE FreeBSD 5.3-STABLE #6: Thu Feb 17 18:58:50 CET 2005 rapiere@renaissance.homeip.net:/usr/obj/usr/src/sys/CUSTOM_20050210 i386 java version "1.5.0-p1" >Description: Launching tomcat 5.5 with "-Dcom.sun.management.jmxremote" and connecting to it with jconsole breaks jconsole. >How-To-Repeat: export JAVA_OPTS="-Dcom.sun.management.jmxremote" launch tomcat launch jconsole connect jconsole to tomcat's JVM >Fix: Apply following patch in order to fix missing symbol (typo) : --- work/j2se/src/solaris/native/com/sun/management/UnixOperatingSystem_md.c.p1 Sat Feb 19 12:50:03 2005 +++ work/j2se/src/solaris/native/com/sun/management/UnixOperatingSystem_md.c Fri Feb 18 20:26:04 2005 @@ -283,7 +283,7 @@ mib[0] = CTL_HW; mib[1] = HW_PHYSMEM; - rlen = sizof(result); + rlen = sizeof(result); if (sysctl(mib, 2, &result, &rlen, NULL, 0) == -1) result = 256 * MB; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-java@FreeBSD.ORG Sat Feb 19 12:39:20 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F14B16A4CE; Sat, 19 Feb 2005 12:39:20 +0000 (GMT) Received: from fly.ebs.gr (fly.ebs.gr [62.103.84.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id D110443D49; Sat, 19 Feb 2005 12:39:18 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id j1JCdGBu085814; Sat, 19 Feb 2005 14:39:16 +0200 (EET) (envelope-from past@ebs.gr) Received: from [10.1.1.200] (pptp.ebs.gr [10.1.1.200]) by ebs.gr (8.12.11/8.12.11) with ESMTP id j1JCdF1h015748; Sat, 19 Feb 2005 14:39:15 +0200 (EET) (envelope-from past@ebs.gr) Received: from 127.0.0.1 (AVG SMTP 7.0.300 [266.1.0]); Sat, 19 Feb 2005 14:39:08 +0200 Message-ID: <4217336C.1010004@ebs.gr> Date: Sat, 19 Feb 2005 14:39:08 +0200 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Palle Girgensohn References: <200502190230.j1J2ULHF076306@freefall.freebsd.org> In-Reply-To: <200502190230.j1J2ULHF076306@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-java@freebsd.org Subject: Re: ports/69675: Eclipse slow typing X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Feb 2005 12:39:20 -0000 Palle Girgensohn wrote: > The following reply was made to PR ports/69675; it has been noted by GNATS. > > From: Palle Girgensohn > To: freebsd-gnats-submit@FreeBSD.org, bjorn@sccs.swarthmore.edu > Cc: > Subject: Re: ports/69675: Eclipse slow typing > Date: Sat, 19 Feb 2005 03:26:42 +0100 > > Is this still a problem? I cannot reproduce it. > > Regards, > Palle Nobody ever could, AFAIR. Cheers, Panagiotis From owner-freebsd-java@FreeBSD.ORG Sat Feb 19 13:03:48 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A31CB16A4CE for ; Sat, 19 Feb 2005 13:03:48 +0000 (GMT) Received: from mailout10.sul.t-online.com (mailout10.sul.t-online.com [194.25.134.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 274E543D49 for ; Sat, 19 Feb 2005 13:03:48 +0000 (GMT) (envelope-from mike@reifenberger.com) Received: from fwd11.aul.t-online.de by mailout10.sul.t-online.com with smtp id 1D2UGw-0007If-02; Sat, 19 Feb 2005 14:03:46 +0100 Received: from fw.reifenberger.com (E44pDsZZreooE56BF4-m4fg9g8VYTn4bNEfJP5G0NZTwUzv9kN5VZ8@[62.158.172.51]) by fmrl11.sul.t-online.com with esmtp id 1D2UGh-0DJDlo0; Sat, 19 Feb 2005 14:03:31 +0100 Received: from localhost (mike@localhost)j1JD3ULq063697; Sat, 19 Feb 2005 14:03:30 +0100 (CET) (envelope-from mike@reifenberger.com) X-Authentication-Warning: fw.reifenberger.com: mike owned process doing -bs Date: Sat, 19 Feb 2005 14:03:30 +0100 (CET) From: Michael Reifenberger To: Alexey Zelkin In-Reply-To: <20050219115556.GA20517@phantom.cris.net> Message-ID: <20050219140045.G63696@fw.reifenberger.com> References: <20050219123658.F63417@fw.reifenberger.com> <20050219115556.GA20517@phantom.cris.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-ID: E44pDsZZreooE56BF4-m4fg9g8VYTn4bNEfJP5G0NZTwUzv9kN5VZ8@t-dialin.net X-TOI-MSGID: fc051b08-0ac9-43d1-87cf-74483057b977 cc: java@freebsd.org Subject: Re: Adding cacerts to jdk15 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Feb 2005 13:03:48 -0000 On Sat, 19 Feb 2005, Alexey Zelkin wrote: > Date: Sat, 19 Feb 2005 13:55:56 +0200 > From: Alexey Zelkin > To: Michael Reifenberger > Cc: java@freebsd.org > Subject: Re: Adding cacerts to jdk15 > > Why ? > Because without cacerts no SSL connection works. Its the same reason cacerts got added to java/jdk14 I tested with http://jbidwatcher.sourceforge.net/ Bye/2 --- Michael Reifenberger, Business Development Manager SAP-Basis, Plaut Consulting Comp: Michael.Reifenberger@plaut.de | Priv: Michael@Reifenberger.com http://www.plaut.de | http://www.Reifenberger.com From owner-freebsd-java@FreeBSD.ORG Sat Feb 19 13:17:55 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89D3316A4CE for ; Sat, 19 Feb 2005 13:17:55 +0000 (GMT) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 439AB43D41 for ; Sat, 19 Feb 2005 13:17:54 +0000 (GMT) (envelope-from phantom@FreeBSD.org.ua) Received: from phantom.cris.net (phantom@localhost [127.0.0.1]) by phantom.cris.net (8.12.10/8.12.10) with ESMTP id j1JDMCJ1021093; Sat, 19 Feb 2005 15:22:12 +0200 (EET) (envelope-from phantom@FreeBSD.org.ua) Received: (from phantom@localhost) by phantom.cris.net (8.12.10/8.12.10/Submit) id j1JDMCFY021092; Sat, 19 Feb 2005 15:22:12 +0200 (EET) (envelope-from phantom) Date: Sat, 19 Feb 2005 15:22:12 +0200 From: Alexey Zelkin To: Michael Reifenberger Message-ID: <20050219132212.GA21028@phantom.cris.net> References: <20050219123658.F63417@fw.reifenberger.com> <20050219115556.GA20517@phantom.cris.net> <20050219140045.G63696@fw.reifenberger.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050219140045.G63696@fw.reifenberger.com> X-Operating-System: FreeBSD 4.9-STABLE i386 User-Agent: Mutt/1.5.5.1i cc: java@freebsd.org Subject: Re: Adding cacerts to jdk15 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Feb 2005 13:17:55 -0000 On Sat, Feb 19, 2005 at 02:03:30PM +0100, Michael Reifenberger wrote: > On Sat, 19 Feb 2005, Alexey Zelkin wrote: > > >Date: Sat, 19 Feb 2005 13:55:56 +0200 > >From: Alexey Zelkin > >To: Michael Reifenberger > >Cc: java@freebsd.org > >Subject: Re: Adding cacerts to jdk15 > > > >Why ? > > > > Because without cacerts no SSL connection works. > Its the same reason cacerts got added to java/jdk14 We are not adding cacerts for jdk1[34], but *replacing* it (because of security problems). JDK 1.5.0 was released *after* this problem was found and fixed, so jdk15 is distributing with valid cacerts file and there's no reason to do any manual interventions. > I tested with http://jbidwatcher.sourceforge.net/ > > Bye/2 > --- > Michael Reifenberger, Business Development Manager SAP-Basis, Plaut > Consulting > Comp: Michael.Reifenberger@plaut.de | Priv: Michael@Reifenberger.com > http://www.plaut.de | http://www.Reifenberger.com -- /* Alexey Zelkin && Independent Contractor */ /* phantom(at)FreeBSD.org && http://www.FreeBSD.org/java */ /* phantom(at)cris.net && http://www.FreeBSD.org.ua/ */ From owner-freebsd-java@FreeBSD.ORG Sat Feb 19 14:03:36 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D9E616A4CE for ; Sat, 19 Feb 2005 14:03:36 +0000 (GMT) Received: from mailout05.sul.t-online.com (mailout05.sul.t-online.com [194.25.134.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id D078343D46 for ; Sat, 19 Feb 2005 14:03:35 +0000 (GMT) (envelope-from mike@reifenberger.com) Received: from fwd09.aul.t-online.de by mailout05.sul.t-online.com with smtp id 1D2VCn-0005lq-00; Sat, 19 Feb 2005 15:03:33 +0100 Received: from fw.reifenberger.com (GEdM1GZ-weHO43Fv-vpw7AV3X6uCPKyfGST3w8s2fJ5W+YdBL1t-k7@[62.158.172.51]) by fmrl09.sul.t-online.com with esmtp id 1D2VCO-0dQrpo0; Sat, 19 Feb 2005 15:03:08 +0100 Received: from localhost (mike@localhost)j1JE374h063910; Sat, 19 Feb 2005 15:03:07 +0100 (CET) (envelope-from mike@reifenberger.com) X-Authentication-Warning: fw.reifenberger.com: mike owned process doing -bs Date: Sat, 19 Feb 2005 15:03:07 +0100 (CET) From: Michael Reifenberger To: Alexey Zelkin In-Reply-To: <20050219132212.GA21028@phantom.cris.net> Message-ID: <20050219145725.N63696@fw.reifenberger.com> References: <20050219123658.F63417@fw.reifenberger.com> <20050219140045.G63696@fw.reifenberger.com> <20050219132212.GA21028@phantom.cris.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-ID: GEdM1GZ-weHO43Fv-vpw7AV3X6uCPKyfGST3w8s2fJ5W+YdBL1t-k7@t-dialin.net X-TOI-MSGID: ca6436a6-7372-458f-b9d5-249a336d3ac8 cc: java@freebsd.org Subject: Re: Adding cacerts to jdk15 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Feb 2005 14:03:36 -0000 On Sat, 19 Feb 2005, Alexey Zelkin wrote: ... >> >> Because without cacerts no SSL connection works. >> Its the same reason cacerts got added to java/jdk14 > > We are not adding cacerts for jdk1[34], but *replacing* it (because > of security problems). JDK 1.5.0 was released *after* this problem > was found and fixed, so jdk15 is distributing with valid cacerts > file and there's no reason to do any manual interventions. > Hmm. On my amd64 System the installed cacerts file was empty. That caused me a non working SSL... Lets see: totum# cd /usr/ports/java/jdk15 totum# make extract ... totum# find work -name cacerts|xargs ls -l -r--r--r-- 1 root wheel 7910 19 Okt 21:04 work/deploy/src/javaws/share/config/cacerts -r--r--r-- 1 root wheel 32 19 Okt 20:59 work/j2se/src/share/lib/security/cacerts ^^^^^ Looks pretty empty for me... Bye/2 --- Michael Reifenberger, Business Development Manager SAP-Basis, Plaut Consulting Comp: Michael.Reifenberger@plaut.de | Priv: Michael@Reifenberger.com http://www.plaut.de | http://www.Reifenberger.com From owner-freebsd-java@FreeBSD.ORG Sat Feb 19 19:22:56 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EC2316A4CE for ; Sat, 19 Feb 2005 19:22:56 +0000 (GMT) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1FE343D5A for ; Sat, 19 Feb 2005 19:22:55 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id 9E6375647C; Sun, 20 Feb 2005 08:22:54 +1300 (NZDT) Date: Sun, 20 Feb 2005 08:22:54 +1300 From: Jonathan Chen To: Alexey Zelkin Message-ID: <20050219192254.GA30667@osiris.chen.org.nz> References: <20050219123658.F63417@fw.reifenberger.com> <20050219115556.GA20517@phantom.cris.net> <20050219140045.G63696@fw.reifenberger.com> <20050219132212.GA21028@phantom.cris.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050219132212.GA21028@phantom.cris.net> User-Agent: Mutt/1.4.2.1i cc: java@freebsd.org cc: Michael Reifenberger Subject: Re: Adding cacerts to jdk15 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Feb 2005 19:22:56 -0000 On Sat, Feb 19, 2005 at 03:22:12PM +0200, Alexey Zelkin wrote: [...] > We are not adding cacerts for jdk1[34], but *replacing* it (because > of security problems). JDK 1.5.0 was released *after* this problem > was found and fixed, so jdk15 is distributing with valid cacerts > file and there's no reason to do any manual interventions. I have to agree with Micheal. The installed port on i386 comes back with an empty cacerts file as well: 8:19am> ls -l /usr/local/jdk1.5.0/jre/lib/security/cacerts -rw-r--r-- 1 root wheel 32 Jan 25 22:53 /usr/local/jdk1.5.0/jre/lib/security/cacerts -- Jonathan Chen ---------------------------------------------------------------------- Power corrupts, Absolute Power is pretty neat