From bugmaster at FreeBSD.org Mon May 4 11:07:56 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon May 4 11:09:10 2009 Subject: Current problem reports assigned to freebsd-java@FreeBSD.org Message-ID: <200905041107.n44B7too098658@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o java/128948 java java/jdk16 built from source can't bind a socket, but o java/128809 java JVM aborted when GNU RXTX write to serial port. o java/125583 java Java gui programs stop without error message o java/123555 java linux-sun-jdk15, linux-sun-jdk16 produce a coredump o java/122513 java native JDKs unbuildable with Linux ones o java/121692 java java/jdk16: Java 1.5 1.5.0.14p8 crashes in RMI TCP Con o ports/121420 java java/jdk16: Java applet fails to find class under fire o ports/121416 java java/jdk15 can't build if BIN environment variable is o ports/120372 java java/linux-sun-jdk16: linux-sun-jre1.6.0 plugin doesn' o java/120146 java java/jdk15: netbeans 6.0 causes java core dump on amd6 o ports/119732 java java/linux-sun-jre16: linux-sun-jre16 plugin doesn't w o java/119063 java An unexpected error has been detected by Java Runtime o java/118956 java eclipse and netbeans break on diablo-jdk15 o java/118496 java Eclipse packages do not work with 6.3-RC1/amd64 o ports/116841 java cannot build java/jdk16 by using java/linux-sun-jdk16 o java/116667 java linux-sun-javac1.4 hangs on SMP o ports/116082 java java/linux-sun-jdk16 jconsole is unable to connect to o java/115773 java [request] java.nio channel selectors should use kqueue o java/114644 java tomcat goes out of PermSpace, jvm crashes o ports/113751 java java/linux-sun-jdk15: linux-sun-jdk-1.5.0.12,2 - java o ports/113467 java Multiple "missing return value" errors building JDK on o java/112595 java Java appletviewer frequently hangs (kse_release loop) o java/110912 java Java krb5 client leaks UDP connections f java/105482 java diablo-jdk1.5.0/jdk-1.5.0 java.nio.Selector bug o java/97461 java Diablo JDK does not report Update level in a format su o ports/84742 java make ports/java/jdk14 use dynamic Motif librarires s java/62837 java linux-sun-jdk14 executables hang with COMPAT_LINUX in s ports/60083 java java/jdk14 - Unsafe use of getaddrinfo in jvm 1.4.2-p5 s ports/56928 java jce-aba port should install to $JAVA_HOME/jre/lib/ext 29 problems total. From jonc at chen.org.nz Sun May 10 21:23:05 2009 From: jonc at chen.org.nz (Jonathan Chen) Date: Sun May 10 21:23:11 2009 Subject: allow java/openjdk6 port to use itself or jdk16 as bootstrap jdks Message-ID: <20090510210726.C9DE52840C@chen.org.nz> >Submitter-Id: current-users >Originator: Jonathan Chen >Organization: >Confidential: no >Synopsis: allow java/openjdk6 port to use itself or jdk16 as bootstrap jdks >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 7.2-PRERELEASE amd64 >Environment: System: FreeBSD osiris.chen.org.nz 7.2-PRERELEASE FreeBSD 7.2-PRERELEASE #0: Sun Apr 26 09:33:29 NZST 2009 root@osiris.chen.org.nz:/usr/obj/usr/src/sys/OSIRIS amd64 >Description: Currently, the java/openjdk6 port will only use diablo-jdk1.6.0 to boostrap itself. This patch will allow it to use a currently installed java/openjdk6 port or a java/jdk16 port as bootstrap jdks in preference to diablo-jdk. The patch is liberally adapted from the java/jdk16 Makefile. >How-To-Repeat: >Fix: --- Makefile.orig 2009-05-11 08:31:46.000000000 +1200 +++ Makefile 2009-05-11 08:54:22.000000000 +1200 @@ -52,10 +52,25 @@ ONLY_FOR_ARCHS= amd64 i386 -BOOTSTRAP_JDKS= ${LOCALBASE}/diablo-jdk1.6.0 +BOOTSTRAP_JDKS= ${LOCALBASE}/openjdk6 \ + ${LOCALBASE}/jdk1.6.0 \ + ${LOCALBASE}/diablo-jdk1.6.0 + +# do we have valid native jdk installed? +.for CJDK in ${BOOTSTRAP_JDKS} +. if !defined(BOOTSTRAPJDKDIR) && exists(${CJDK}/bin/javac) +BOOTSTRAPJDKDIR= ${CJDK} +. endif +.endfor + +# if no valid jdk found, set dependency +.if !defined(BOOTSTRAPJDKDIR) +BOOTSTRAPJDKDIR?= ${LOCALBASE}/diablo-jdk1.6.0 +BUILD_DEPENDS+= ${BOOTSTRAPJDKDIR}/bin/javac:${PORTSDIR}/java/diablo-jdk16 +.endif MAKE_ENV= LANG=C LC_ALL=C \ - ALT_BOOTDIR=${BOOTSTRAP_JDKS} \ + ALT_BOOTDIR=${BOOTSTRAPJDKDIR} \ ALT_FREETYPE_HEADERS_PATH=${LOCALBASE}/include \ ALT_FREETYPE_LIB_PATH=${LOCALBASE}/lib \ ALT_X11_PATH=${LOCALBASE} \ From swun2010 at gmail.com Mon May 11 10:01:53 2009 From: swun2010 at gmail.com (Sam Wun) Date: Mon May 11 10:01:59 2009 Subject: eclipse and jboss5 Message-ID: <736c47cb0905110231q229f2a0hdc95eceaf6df98a4@mail.gmail.com> Hi, I got this 2 problems when I was trying to setup eclipse and jboss5 from freebsd 7.2 ports. Firstly, I have intall jboss5, but don't know how to setup it up. I run "jboss5ctl start" or "./jboss5 start" , in the "top" command, the java jvm runs few seconds, then disapeared, - that means it failed to start jboss5. But I don't know where to look for the log messages. Can anyone tell me how to setup jboss5 in freebsd 7.2? Another problem is I can't compile eclipse from the ports. The error I got is : ===> Applying FreeBSD patches for eclipse-3.4.1 Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file assemble.org.eclipse.sdk.all.xml.rej => Patch patch-assemble.org.eclipse.sdk.all.xml failed to apply cleanly. *** Error code 1 Stop in /usr/ports/java/eclipse. Your suggestion is highly appreciated. Thanks From swun2010 at gmail.com Mon May 11 10:16:05 2009 From: swun2010 at gmail.com (Sam Wun) Date: Mon May 11 10:16:14 2009 Subject: eclipse and jboss5 In-Reply-To: <736c47cb0905110231q229f2a0hdc95eceaf6df98a4@mail.gmail.com> References: <736c47cb0905110231q229f2a0hdc95eceaf6df98a4@mail.gmail.com> Message-ID: <736c47cb0905110316n3bdbf922o2890d3a7cbae5802@mail.gmail.com> Hi, Here is the errors I am getting: wp1:jboss5 # /usr/local/jboss5/bin/run.sh 192.168.1.246 ========================================================================= JBoss Bootstrap Environment JBOSS_HOME: /usr/local/jboss5 JAVA: java JAVA_OPTS: -Dprogram.name=run.sh -server -Xms128m -Xmx1024m -XX:MaxPermSize=128m -Dfile.encoding=UTF8 -Duser.timezone=GMT CLASSPATH: /usr/local/jboss5/bin/run.jar ========================================================================= run.sh: unused non-option argument: 192.168.1.246 10:12:27,363 INFO [ServerImpl] Starting JBoss (Microcontainer)... 10:12:27,425 INFO [ServerImpl] Release ID: JBoss [Morpheus] 5.0.0.GA (build: SVNTag=JBoss_5_0_0_GA date=200905111733) 10:12:27,427 INFO [ServerImpl] Bootstrap URL: null 10:12:27,427 INFO [ServerImpl] Home Dir: /usr/local/jboss5 10:12:27,428 INFO [ServerImpl] Home URL: file:/usr/local/jboss5/ 10:12:27,428 INFO [ServerImpl] Library URL: file:/usr/local/jboss5/lib/ 10:12:27,430 INFO [ServerImpl] Patch URL: null 10:12:27,431 INFO [ServerImpl] Common Base URL: file:/usr/local/jboss5/common/ 10:12:27,432 INFO [ServerImpl] Common Library URL: file:/usr/local/jboss5/common/lib/ 10:12:27,432 INFO [ServerImpl] Server Name: default 10:12:27,433 INFO [ServerImpl] Server Base Dir: /usr/local/jboss5/server 10:12:27,433 INFO [ServerImpl] Server Base URL: file:/usr/local/jboss5/server/ 10:12:27,434 INFO [ServerImpl] Server Config URL: file:/usr/local/jboss5/server/default/conf/ 10:12:27,434 INFO [ServerImpl] Server Home Dir: /usr/local/jboss5/server/default 10:12:27,435 INFO [ServerImpl] Server Home URL: file:/usr/local/jboss5/server/default/ 10:12:27,435 INFO [ServerImpl] Server Data Dir: /usr/local/jboss5/server/default/data 10:12:27,436 INFO [ServerImpl] Server Library URL: file:/usr/local/jboss5/server/default/lib/ 10:12:27,437 INFO [ServerImpl] Server Log Dir: /usr/local/jboss5/server/default/log 10:12:27,437 INFO [ServerImpl] Server Native Dir: /usr/local/jboss5/server/default/tmp/native 10:12:27,438 INFO [ServerImpl] Server Temp Dir: /usr/local/jboss5/server/default/tmp 10:12:27,438 INFO [ServerImpl] Server Temp Deploy Dir: /usr/local/jboss5/server/default/tmp/deploy 10:12:29,124 INFO [ServerImpl] Starting Microcontainer, bootstrapURL=file:/usr/local/jboss5/server/default/conf/bootstrap.xml 10:12:30,538 INFO [VFSCacheFactory] Initializing VFSCache [org.jboss.virtual.plugins.cache.IterableTimedVFSCache] 10:12:30,557 INFO [VFSCacheFactory] Using VFSCache [IterableTimedVFSCache{lifetime=1800, resolution=60}] 10:12:30,804 ERROR [AbstractKernelController] Error installing to Start: name=JBossVFSInitializer state=Create java.io.FileNotFoundException: lib doesn't exist. (rootURI: file:/usr/local/jboss5/common/lib, file: /usr/local/jboss5/common/lib) at org.jboss.virtual.plugins.context.file.FileSystemContext.getRoot(FileSystemContext.java:213) at org.jboss.virtual.VFS.getRoot(VFS.java:259) at org.jboss.virtual.plugins.cache.PreInitializeVFSContexts.start(PreInitializeVFSContexts.java:66) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.jboss.reflect.plugins.introspection.ReflectionUtils.invoke(ReflectionUtils.java:59) at org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.invoke(ReflectMethodInfoImpl.java:150) at org.jboss.joinpoint.plugins.BasicMethodJoinPoint.dispatch(BasicMethodJoinPoint.java:66) at org.jboss.kernel.plugins.dependency.KernelControllerContextAction$JoinpointDispatchWrapper.execute(KernelControllerContextAction.java:241) at org.jboss.kernel.plugins.dependency.ExecutionWrapper.execute(ExecutionWrapper.java:47) at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.dispatchExecutionWrapper(KernelControllerContextAction.java:109) at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.dispatchJoinPoint(KernelControllerContextAction.java:70) at org.jboss.kernel.plugins.dependency.LifecycleAction.installActionInternal(LifecycleAction.java:221) at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54) at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42) at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62) at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71) at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348) at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1598) at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934) at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1062) at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984) at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:774) at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:540) at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBean(AbstractKernelDeployer.java:331) at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBeans(AbstractKernelDeployer.java:309) at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deploy(AbstractKernelDeployer.java:130) at org.jboss.kernel.plugins.deployment.BasicKernelDeployer.deploy(BasicKernelDeployer.java:76) at org.jboss.bootstrap.microcontainer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:91) at org.jboss.bootstrap.microcontainer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:161) at org.jboss.bootstrap.microcontainer.ServerImpl.doStart(ServerImpl.java:144) at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:394) at org.jboss.Main.boot(Main.java:209) at org.jboss.Main$1.run(Main.java:547) at java.lang.Thread.run(Thread.java:619) 10:12:31,460 INFO [CopyMechanism] VFS temp dir: /usr/local/jboss5/server/default/tmp 10:12:31,462 INFO [ZipEntryContext] VFS force nested jars copy-mode is enabled. 10:12:35,560 INFO [ServerInfo] Java version: 1.6.0_07,The FreeBSD Foundation 10:12:35,560 INFO [ServerInfo] Java VM: Diablo Java HotSpot(TM) Server VM 10.0-b23,The FreeBSD Foundation 10:12:35,561 INFO [ServerInfo] OS-System: FreeBSD 7.2-RELEASE,i386 10:12:35,638 INFO [JMXKernel] Legacy JMX core initialized 10:12:45,322 ERROR [AbstractKernelController] Error installing to Instantiated: name=bindings-classloader:0.0.0 state=Described java.lang.RuntimeException: Error creating VFS file for file:/usr/local/jboss5/common/lib/jboss-bindingservice.jar at org.jboss.classloading.spi.vfs.dependency.VFSClassLoaderPolicyModule.determineVFSRoots(VFSClassLoaderPolicyModule.java:178) at org.jboss.classloading.spi.vfs.dependency.VFSClassLoaderPolicyModule.determinePolicy(VFSClassLoaderPolicyModule.java:210) at org.jboss.classloading.spi.vfs.dependency.VFSClassLoaderPolicyModule.determinePolicy(VFSClassLoaderPolicyModule.java:52) at org.jboss.classloading.spi.dependency.policy.ClassLoaderPolicyModule.getPolicy(ClassLoaderPolicyModule.java:149) at org.jboss.classloading.spi.vfs.dependency.VFSClassLoaderPolicyModule.getPolicy(VFSClassLoaderPolicyModule.java:204) at org.jboss.classloading.spi.vfs.dependency.VFSClassLoaderPolicyModule.getPolicy(VFSClassLoaderPolicyModule.java:52) at org.jboss.classloading.spi.dependency.policy.ClassLoaderPolicyModule.registerClassLoaderPolicy(ClassLoaderPolicyModule.java:88) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.jboss.reflect.plugins.introspection.ReflectionUtils.invoke(ReflectionUtils.java:59) at org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.invoke(ReflectMethodInfoImpl.java:150) at org.jboss.joinpoint.plugins.BasicMethodJoinPoint.dispatch(BasicMethodJoinPoint.java:66) at org.jboss.kernel.plugins.dependency.KernelControllerContextAction$JoinpointDispatchWrapper.execute(KernelControllerContextAction.java:241) at org.jboss.kernel.plugins.dependency.ExecutionWrapper.execute(ExecutionWrapper.java:47) at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.dispatchExecutionWrapper(KernelControllerContextAction.java:109) at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.dispatchJoinPoint(KernelControllerContextAction.java:70) at org.jboss.kernel.plugins.dependency.InstantiateAction.installActionInternal(InstantiateAction.java:66) at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54) at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42) at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62) at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71) at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348) at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1598) at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934) at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1062) at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984) at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:774) at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:540) at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBean(AbstractKernelDeployer.java:331) at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBeans(AbstractKernelDeployer.java:309) at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deploy(AbstractKernelDeployer.java:130) at org.jboss.kernel.plugins.deployment.BasicKernelDeployer.deploy(BasicKernelDeployer.java:76) at org.jboss.bootstrap.microcontainer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:91) at org.jboss.bootstrap.microcontainer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:161) at org.jboss.bootstrap.microcontainer.ServerImpl.doStart(ServerImpl.java:144) at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:394) at org.jboss.Main.boot(Main.java:209) at org.jboss.Main$1.run(Main.java:547) at java.lang.Thread.run(Thread.java:619) Caused by: java.io.FileNotFoundException: lib doesn't exist. (rootURI: file:/usr/local/jboss5/common/lib, file: /usr/local/jboss5/common/lib) at org.jboss.virtual.plugins.context.file.FileSystemContext.getRoot(FileSystemContext.java:213) at org.jboss.virtual.plugins.cache.AbstractVFSCache.getFile(AbstractVFSCache.java:71) at org.jboss.virtual.VFS.getCachedFile(VFS.java:164) at org.jboss.classloading.spi.vfs.dependency.VFSClassLoaderPolicyModule.getVirtualFile(VFSClassLoaderPolicyModule.java:196) at org.jboss.classloading.spi.vfs.dependency.VFSClassLoaderPolicyModule.determineVFSRoots(VFSClassLoaderPolicyModule.java:170) ... 41 more 10:12:46,370 INFO [ProfileServiceImpl] Loading profile: default from: org.jboss.system.server.profileservice.repository.SerializableDeploymentRepository@247d4a(root=/usr/local/jboss5/server, key=org.jboss.profileservice.spi.ProfileKey@143b82c3[domain=default,server=default,name=default]) 10:12:46,374 INFO [ProfileImpl] Using repository:org.jboss.system.server.profileservice.repository.SerializableDeploymentRepository@247d4a(root=/usr/local/jboss5/server, key=org.jboss.profileservice.spi.ProfileKey@143b82c3[domain=default,server=default,name=default]) 10:12:46,375 INFO [ProfileServiceImpl] Loaded profile: ProfileImpl@1b258fa{key=org.jboss.profileservice.spi.ProfileKey@143b82c3[domain=default,server=default,name=default]} Failed to boot JBoss: java.lang.IllegalStateException: Incompletely deployed: *** DEPLOYMENTS IN ERROR: Name -> Error bindings-classloader:0.0.0 -> java.lang.RuntimeException: Error creating VFS file for file:/usr/local/jboss5/common/lib/jboss-bindingservice.jar JBossVFSInitializer -> java.io.FileNotFoundException: lib doesn't exist. (rootURI: file:/usr/local/jboss5/common/lib, file: /usr/local/jboss5/common/lib) *** DEPLOYMENTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State} StandardBindings#7 -> bindings-classloader:0.0.0{Installed:**ERROR**} Ports02Bindings -> bindings-classloader:0.0.0{Installed:**ERROR**} StandardBindings#3 -> bindings-classloader:0.0.0{Installed:**ERROR**} StandardBindings#15 -> bindings-classloader:0.0.0{Installed:**ERROR**}, JBossWebConnectorXSLTConfig{Installed:Real} StandardBindings#6 -> bindings-classloader:0.0.0{Installed:**ERROR**} StandardBindings#9 -> bindings-classloader:0.0.0{Installed:**ERROR**} StandardBindings#12 -> bindings-classloader:0.0.0{Installed:**ERROR**} StandardBindings#11 -> bindings-classloader:0.0.0{Installed:**ERROR**} StandardBindings#13 -> bindings-classloader:0.0.0{Installed:**ERROR**} JBossWebConnectorXSLTConfig -> bindings-classloader:0.0.0{Installed:**ERROR**} Ports01Bindings -> bindings-classloader:0.0.0{Installed:**ERROR**} StandardBindings#5 -> bindings-classloader:0.0.0{Installed:**ERROR**} SystemPropertyBinder#1 -> ServiceBindingManager{Installed:Real}, bindings-classloader:0.0.0{Installed:**ERROR**} StandardBindings#2 -> bindings-classloader:0.0.0{Installed:**ERROR**} StandardBindings#1 -> bindings-classloader:0.0.0{Installed:**ERROR**} PortsDefaultBindings -> bindings-classloader:0.0.0{Installed:**ERROR**} StandardBindings#17 -> bindings-classloader:0.0.0{Installed:**ERROR**} StandardBindings -> StandardBindings#1{Installed:Real}, StandardBindings#2{Installed:Real}, StandardBindings#3{Installed:Real}, StandardBindings#4{Installed:Real}, StandardBindings#5{Installed:Real}, StandardBindings#6{Installed:Real}, StandardBindings#7{Installed:Real}, StandardBindings#8{Installed:Real}, StandardBindings#9{Installed:Real}, StandardBindings#10{Installed:Real}, StandardBindings#11{Installed:Real}, StandardBindings#12{Installed:Real}, StandardBindings#13{Installed:Real}, StandardBindings#14{Installed:Real}, StandardBindings#15{Installed:Real}, StandardBindings#16{Installed:Real}, StandardBindings#17{Installed:Real}, StandardBindings#18{Installed:Real}, StandardBindings#19{Installed:Real}, StandardBindings#20{Installed:Real}, bindings-classloader:0.0.0{Installed:**ERROR**} StandardBindings#8 -> bindings-classloader:0.0.0{Installed:**ERROR**} StandardBindings#10 -> bindings-classloader:0.0.0{Installed:**ERROR**} StandardBindings#19 -> bindings-classloader:0.0.0{Installed:**ERROR**} ServiceBindingStore -> PortsDefaultBindings{Installed:Real}, Ports01Bindings{Installed:Real}, Ports02Bindings{Installed:Real}, Ports03Bindings{Installed:Real}, bindings-classloader:0.0.0{Installed:**ERROR**}, StandardBindings{Installed:Real} ServiceBindingManager -> bindings-classloader:0.0.0{Installed:**ERROR**}, ServiceBindingStore{Installed:Real} StandardBindings#16 -> bindings-classloader:0.0.0{Installed:**ERROR**} StandardBindings#14 -> bindings-classloader:0.0.0{Installed:**ERROR**} Ports03Bindings -> bindings-classloader:0.0.0{Installed:**ERROR**} StandardBindings#4 -> bindings-classloader:0.0.0{Installed:**ERROR**} SystemPropertyBinder -> bindings-classloader:0.0.0{Installed:**ERROR**}, SystemPropertyBinder#1{Installed:Real} StandardBindings#18 -> bindings-classloader:0.0.0{Installed:**ERROR**} StandardBindings#20 -> bindings-classloader:0.0.0{Installed:**ERROR**} at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.internalValidate(AbstractKernelDeployer.java:290) at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.validate(AbstractKernelDeployer.java:174) at org.jboss.bootstrap.microcontainer.ServerImpl.doStart(ServerImpl.java:148) at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:394) at org.jboss.Main.boot(Main.java:209) at org.jboss.Main$1.run(Main.java:547) at java.lang.Thread.run(Thread.java:619) 10:12:48,257 INFO [ServerImpl] Runtime shutdown hook called, forceHalt: true 10:12:48,271 INFO [ServerImpl] Shutdown complete Shutdown complete Halting VM wp1:jboss5 # There is no "common" directory in my jboss5 installation. wp1:jboss5 # ls -l /usr/local/jboss5/ total 16 drwxr-xr-x 7 www www 512 May 11 18:19 ./ drwxr-xr-x 16 root wheel 512 May 11 19:14 ../ drwxr-xr-x 2 www www 1024 May 11 18:19 bin/ drwxr-xr-x 2 www www 3072 May 11 18:19 client/ drwxr-xr-x 3 www www 2048 May 11 18:19 lib/ drwxr-xr-x 2 www www 512 May 11 18:19 log/ drwxr-xr-x 7 www www 512 May 11 18:19 server/ wp1:jboss5 # What is wrong with my installation? In the ports "jboss5", I just typed "make install". Thanks On Mon, May 11, 2009 at 7:31 PM, Sam Wun wrote: > Hi, > > I got this 2 problems when I was trying to setup eclipse and jboss5 > from freebsd 7.2 ports. > > Firstly, I have intall jboss5, but don't ?know how to setup it up. > I run "jboss5ctl start" or "./jboss5 start" , in the "top" command, > the java jvm runs few seconds, then disapeared, ?- that means it > failed to start jboss5. But I don't know where to look for the log > messages. > Can anyone tell me how to setup jboss5 in freebsd 7.2? > > Another problem is I can't compile eclipse from the ports. > The error I got is : > ===> ?Applying FreeBSD patches for eclipse-3.4.1 > Reversed (or previously applied) patch detected! ?Skipping patch. > 1 out of 1 hunk ignored -- saving rejects to file > assemble.org.eclipse.sdk.all.xml.rej > => Patch patch-assemble.org.eclipse.sdk.all.xml failed to apply cleanly. > *** Error code 1 > > Stop in /usr/ports/java/eclipse. > > Your suggestion is highly appreciated. > > Thanks > From bugmaster at FreeBSD.org Mon May 11 11:07:00 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon May 11 11:08:35 2009 Subject: Current problem reports assigned to freebsd-java@FreeBSD.org Message-ID: <200905111106.n4BB6xkb086015@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o java/128948 java java/jdk16 built from source can't bind a socket, but o java/128809 java JVM aborted when GNU RXTX write to serial port. o java/125583 java Java gui programs stop without error message o java/123555 java linux-sun-jdk15, linux-sun-jdk16 produce a coredump o java/122513 java native JDKs unbuildable with Linux ones o java/121692 java java/jdk16: Java 1.5 1.5.0.14p8 crashes in RMI TCP Con o ports/121420 java java/jdk16: Java applet fails to find class under fire o ports/121416 java java/jdk15 can't build if BIN environment variable is o ports/120372 java java/linux-sun-jdk16: linux-sun-jre1.6.0 plugin doesn' o java/120146 java java/jdk15: netbeans 6.0 causes java core dump on amd6 o ports/119732 java java/linux-sun-jre16: linux-sun-jre16 plugin doesn't w o java/119063 java An unexpected error has been detected by Java Runtime o java/118956 java eclipse and netbeans break on diablo-jdk15 o java/118496 java Eclipse packages do not work with 6.3-RC1/amd64 o ports/116841 java cannot build java/jdk16 by using java/linux-sun-jdk16 o java/116667 java linux-sun-javac1.4 hangs on SMP o ports/116082 java java/linux-sun-jdk16 jconsole is unable to connect to o java/115773 java [request] java.nio channel selectors should use kqueue o java/114644 java tomcat goes out of PermSpace, jvm crashes o ports/113751 java java/linux-sun-jdk15: linux-sun-jdk-1.5.0.12,2 - java o ports/113467 java Multiple "missing return value" errors building JDK on o java/112595 java Java appletviewer frequently hangs (kse_release loop) o java/110912 java Java krb5 client leaks UDP connections f java/105482 java diablo-jdk1.5.0/jdk-1.5.0 java.nio.Selector bug o java/97461 java Diablo JDK does not report Update level in a format su o ports/84742 java make ports/java/jdk14 use dynamic Motif librarires s java/62837 java linux-sun-jdk14 executables hang with COMPAT_LINUX in s ports/60083 java java/jdk14 - Unsafe use of getaddrinfo in jvm 1.4.2-p5 s ports/56928 java jce-aba port should install to $JAVA_HOME/jre/lib/ext 29 problems total. From pieter at degoeje.nl Mon May 11 11:23:50 2009 From: pieter at degoeje.nl (Pieter de Goeje) Date: Mon May 11 11:23:56 2009 Subject: allow java/openjdk6 port to use itself or jdk16 as bootstrap jdks In-Reply-To: <20090510210726.C9DE52840C@chen.org.nz> References: <20090510210726.C9DE52840C@chen.org.nz> Message-ID: <200905111311.43210.pieter@degoeje.nl> On Sunday 10 May 2009 23:07:26 Jonathan Chen wrote: > Currently, the java/openjdk6 port will only use diablo-jdk1.6.0 > to boostrap itself. This patch will allow it to use a currently > installed java/openjdk6 port or a java/jdk16 port as bootstrap > jdks in preference to diablo-jdk. It would also be nice to add an entry to bsd.java.mk, something like this: _JAVA_PORT_NATIVE_OPEN_JDK_1_6_INFO= HOME=${LOCALBASE}/openjdk6 \ VERSION=1.6.0 OS=native VENDOR=sun(?) Other ports will then use it as a dependency instead of building diablo-jdk. -- Pieter de Goeje From horst.leitenmueller at liwest.at Mon May 11 11:33:52 2009 From: horst.leitenmueller at liwest.at (Horst Leitenmueller) Date: Mon May 11 11:34:02 2009 Subject: eclipse and jboss5 In-Reply-To: <736c47cb0905110316n3bdbf922o2890d3a7cbae5802@mail.gmail.com> References: <736c47cb0905110231q229f2a0hdc95eceaf6df98a4@mail.gmail.com> <736c47cb0905110316n3bdbf922o2890d3a7cbae5802@mail.gmail.com> Message-ID: <1242041619.2512.28.camel@lap01> hi, problem is that the makefile is not correct, you can fix it with a small there is the common dir missing on toplevel which must be copied to the output (small fix for now) cp -R /usr/ports/java/jboss5/work/jboss-5.0.0.GA-src/build/output/jboss-5.0.0.GA/common /usr/local/jboss5/ chown -R www:www /usr/local/jboss5/common this is new; changed from jboss 4 to jboss 5 common contains the jar files for the base server/* missing in Makefile: APP_HOME_FILES= bin client lib server *common* hope it helps br horst PS sent it alread in february but no update on port, i will sent a bug report On Mon, 2009-05-11 at 20:16 +1000, Sam Wun wrote: > Hi, > > Here is the errors I am getting: > > wp1:jboss5 # /usr/local/jboss5/bin/run.sh 192.168.1.246 > ========================================================================= > > JBoss Bootstrap Environment > > JBOSS_HOME: /usr/local/jboss5 > > JAVA: java > > JAVA_OPTS: -Dprogram.name=run.sh -server -Xms128m -Xmx1024m > -XX:MaxPermSize=128m -Dfile.encoding=UTF8 -Duser.timezone=GMT > > CLASSPATH: /usr/local/jboss5/bin/run.jar > > ========================================================================= > > run.sh: unused non-option argument: 192.168.1.246 > 10:12:27,363 INFO [ServerImpl] Starting JBoss (Microcontainer)... > 10:12:27,425 INFO [ServerImpl] Release ID: JBoss [Morpheus] 5.0.0.GA > (build: SVNTag=JBoss_5_0_0_GA date=200905111733) > 10:12:27,427 INFO [ServerImpl] Bootstrap URL: null > 10:12:27,427 INFO [ServerImpl] Home Dir: /usr/local/jboss5 > 10:12:27,428 INFO [ServerImpl] Home URL: file:/usr/local/jboss5/ > 10:12:27,428 INFO [ServerImpl] Library URL: file:/usr/local/jboss5/lib/ > 10:12:27,430 INFO [ServerImpl] Patch URL: null > 10:12:27,431 INFO [ServerImpl] Common Base URL: file:/usr/local/jboss5/common/ > 10:12:27,432 INFO [ServerImpl] Common Library URL: > file:/usr/local/jboss5/common/lib/ > 10:12:27,432 INFO [ServerImpl] Server Name: default > 10:12:27,433 INFO [ServerImpl] Server Base Dir: /usr/local/jboss5/server > 10:12:27,433 INFO [ServerImpl] Server Base URL: file:/usr/local/jboss5/server/ > 10:12:27,434 INFO [ServerImpl] Server Config URL: > file:/usr/local/jboss5/server/default/conf/ > 10:12:27,434 INFO [ServerImpl] Server Home Dir: > /usr/local/jboss5/server/default > 10:12:27,435 INFO [ServerImpl] Server Home URL: > file:/usr/local/jboss5/server/default/ > 10:12:27,435 INFO [ServerImpl] Server Data Dir: > /usr/local/jboss5/server/default/data > 10:12:27,436 INFO [ServerImpl] Server Library URL: > file:/usr/local/jboss5/server/default/lib/ > 10:12:27,437 INFO [ServerImpl] Server Log Dir: > /usr/local/jboss5/server/default/log > 10:12:27,437 INFO [ServerImpl] Server Native Dir: > /usr/local/jboss5/server/default/tmp/native > 10:12:27,438 INFO [ServerImpl] Server Temp Dir: > /usr/local/jboss5/server/default/tmp > 10:12:27,438 INFO [ServerImpl] Server Temp Deploy Dir: > /usr/local/jboss5/server/default/tmp/deploy > 10:12:29,124 INFO [ServerImpl] Starting Microcontainer, > bootstrapURL=file:/usr/local/jboss5/server/default/conf/bootstrap.xml > 10:12:30,538 INFO [VFSCacheFactory] Initializing VFSCache > [org.jboss.virtual.plugins.cache.IterableTimedVFSCache] > 10:12:30,557 INFO [VFSCacheFactory] Using VFSCache > [IterableTimedVFSCache{lifetime=1800, resolution=60}] > 10:12:30,804 ERROR [AbstractKernelController] Error installing to > Start: name=JBossVFSInitializer state=Create > java.io.FileNotFoundException: lib doesn't exist. (rootURI: > file:/usr/local/jboss5/common/lib, file: /usr/local/jboss5/common/lib) > at org.jboss.virtual.plugins.context.file.FileSystemContext.getRoot(FileSystemContext.java:213) > at org.jboss.virtual.VFS.getRoot(VFS.java:259) > at org.jboss.virtual.plugins.cache.PreInitializeVFSContexts.start(PreInitializeVFSContexts.java:66) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.reflect.plugins.introspection.ReflectionUtils.invoke(ReflectionUtils.java:59) > at org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.invoke(ReflectMethodInfoImpl.java:150) > at org.jboss.joinpoint.plugins.BasicMethodJoinPoint.dispatch(BasicMethodJoinPoint.java:66) > at org.jboss.kernel.plugins.dependency.KernelControllerContextAction$JoinpointDispatchWrapper.execute(KernelControllerContextAction.java:241) > at org.jboss.kernel.plugins.dependency.ExecutionWrapper.execute(ExecutionWrapper.java:47) > at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.dispatchExecutionWrapper(KernelControllerContextAction.java:109) > at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.dispatchJoinPoint(KernelControllerContextAction.java:70) > at org.jboss.kernel.plugins.dependency.LifecycleAction.installActionInternal(LifecycleAction.java:221) > at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54) > at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42) > at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62) > at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71) > at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) > at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348) > at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1598) > at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934) > at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1062) > at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984) > at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:774) > at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:540) > at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBean(AbstractKernelDeployer.java:331) > at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBeans(AbstractKernelDeployer.java:309) > at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deploy(AbstractKernelDeployer.java:130) > at org.jboss.kernel.plugins.deployment.BasicKernelDeployer.deploy(BasicKernelDeployer.java:76) > at org.jboss.bootstrap.microcontainer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:91) > at org.jboss.bootstrap.microcontainer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:161) > at org.jboss.bootstrap.microcontainer.ServerImpl.doStart(ServerImpl.java:144) > at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:394) > at org.jboss.Main.boot(Main.java:209) > at org.jboss.Main$1.run(Main.java:547) > at java.lang.Thread.run(Thread.java:619) > 10:12:31,460 INFO [CopyMechanism] VFS temp dir: > /usr/local/jboss5/server/default/tmp > 10:12:31,462 INFO [ZipEntryContext] VFS force nested jars copy-mode is enabled. > 10:12:35,560 INFO [ServerInfo] Java version: 1.6.0_07,The FreeBSD Foundation > 10:12:35,560 INFO [ServerInfo] Java VM: Diablo Java HotSpot(TM) > Server VM 10.0-b23,The FreeBSD Foundation > 10:12:35,561 INFO [ServerInfo] OS-System: FreeBSD 7.2-RELEASE,i386 > 10:12:35,638 INFO [JMXKernel] Legacy JMX core initialized > 10:12:45,322 ERROR [AbstractKernelController] Error installing to > Instantiated: name=bindings-classloader:0.0.0 state=Described > java.lang.RuntimeException: Error creating VFS file for > file:/usr/local/jboss5/common/lib/jboss-bindingservice.jar > at org.jboss.classloading.spi.vfs.dependency.VFSClassLoaderPolicyModule.determineVFSRoots(VFSClassLoaderPolicyModule.java:178) > at org.jboss.classloading.spi.vfs.dependency.VFSClassLoaderPolicyModule.determinePolicy(VFSClassLoaderPolicyModule.java:210) > at org.jboss.classloading.spi.vfs.dependency.VFSClassLoaderPolicyModule.determinePolicy(VFSClassLoaderPolicyModule.java:52) > at org.jboss.classloading.spi.dependency.policy.ClassLoaderPolicyModule.getPolicy(ClassLoaderPolicyModule.java:149) > at org.jboss.classloading.spi.vfs.dependency.VFSClassLoaderPolicyModule.getPolicy(VFSClassLoaderPolicyModule.java:204) > at org.jboss.classloading.spi.vfs.dependency.VFSClassLoaderPolicyModule.getPolicy(VFSClassLoaderPolicyModule.java:52) > at org.jboss.classloading.spi.dependency.policy.ClassLoaderPolicyModule.registerClassLoaderPolicy(ClassLoaderPolicyModule.java:88) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.reflect.plugins.introspection.ReflectionUtils.invoke(ReflectionUtils.java:59) > at org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.invoke(ReflectMethodInfoImpl.java:150) > at org.jboss.joinpoint.plugins.BasicMethodJoinPoint.dispatch(BasicMethodJoinPoint.java:66) > at org.jboss.kernel.plugins.dependency.KernelControllerContextAction$JoinpointDispatchWrapper.execute(KernelControllerContextAction.java:241) > at org.jboss.kernel.plugins.dependency.ExecutionWrapper.execute(ExecutionWrapper.java:47) > at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.dispatchExecutionWrapper(KernelControllerContextAction.java:109) > at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.dispatchJoinPoint(KernelControllerContextAction.java:70) > at org.jboss.kernel.plugins.dependency.InstantiateAction.installActionInternal(InstantiateAction.java:66) > at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54) > at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42) > at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62) > at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71) > at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) > at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348) > at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1598) > at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934) > at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1062) > at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984) > at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:774) > at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:540) > at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBean(AbstractKernelDeployer.java:331) > at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBeans(AbstractKernelDeployer.java:309) > at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deploy(AbstractKernelDeployer.java:130) > at org.jboss.kernel.plugins.deployment.BasicKernelDeployer.deploy(BasicKernelDeployer.java:76) > at org.jboss.bootstrap.microcontainer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:91) > at org.jboss.bootstrap.microcontainer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:161) > at org.jboss.bootstrap.microcontainer.ServerImpl.doStart(ServerImpl.java:144) > at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:394) > at org.jboss.Main.boot(Main.java:209) > at org.jboss.Main$1.run(Main.java:547) > at java.lang.Thread.run(Thread.java:619) > Caused by: java.io.FileNotFoundException: lib doesn't exist. (rootURI: > file:/usr/local/jboss5/common/lib, file: /usr/local/jboss5/common/lib) > at org.jboss.virtual.plugins.context.file.FileSystemContext.getRoot(FileSystemContext.java:213) > at org.jboss.virtual.plugins.cache.AbstractVFSCache.getFile(AbstractVFSCache.java:71) > at org.jboss.virtual.VFS.getCachedFile(VFS.java:164) > at org.jboss.classloading.spi.vfs.dependency.VFSClassLoaderPolicyModule.getVirtualFile(VFSClassLoaderPolicyModule.java:196) > at org.jboss.classloading.spi.vfs.dependency.VFSClassLoaderPolicyModule.determineVFSRoots(VFSClassLoaderPolicyModule.java:170) > ... 41 more > 10:12:46,370 INFO [ProfileServiceImpl] Loading profile: default from: > org.jboss.system.server.profileservice.repository.SerializableDeploymentRepository@247d4a(root=/usr/local/jboss5/server, > key=org.jboss.profileservice.spi.ProfileKey@143b82c3[domain=default,server=default,name=default]) > 10:12:46,374 INFO [ProfileImpl] Using > repository:org.jboss.system.server.profileservice.repository.SerializableDeploymentRepository@247d4a(root=/usr/local/jboss5/server, > key=org.jboss.profileservice.spi.ProfileKey@143b82c3[domain=default,server=default,name=default]) > 10:12:46,375 INFO [ProfileServiceImpl] Loaded profile: > ProfileImpl@1b258fa{key=org.jboss.profileservice.spi.ProfileKey@143b82c3[domain=default,server=default,name=default]} > Failed to boot JBoss: > java.lang.IllegalStateException: Incompletely deployed: > > *** DEPLOYMENTS IN ERROR: Name -> Error > bindings-classloader:0.0.0 -> java.lang.RuntimeException: Error > creating VFS file for > file:/usr/local/jboss5/common/lib/jboss-bindingservice.jar > JBossVFSInitializer -> java.io.FileNotFoundException: lib doesn't > exist. (rootURI: file:/usr/local/jboss5/common/lib, file: > /usr/local/jboss5/common/lib) > > *** DEPLOYMENTS MISSING DEPENDENCIES: Name -> Dependency{Required > State:Actual State} > StandardBindings#7 -> bindings-classloader:0.0.0{Installed:**ERROR**} > Ports02Bindings -> bindings-classloader:0.0.0{Installed:**ERROR**} > StandardBindings#3 -> bindings-classloader:0.0.0{Installed:**ERROR**} > StandardBindings#15 -> > bindings-classloader:0.0.0{Installed:**ERROR**}, > JBossWebConnectorXSLTConfig{Installed:Real} > StandardBindings#6 -> bindings-classloader:0.0.0{Installed:**ERROR**} > StandardBindings#9 -> bindings-classloader:0.0.0{Installed:**ERROR**} > StandardBindings#12 -> bindings-classloader:0.0.0{Installed:**ERROR**} > StandardBindings#11 -> bindings-classloader:0.0.0{Installed:**ERROR**} > StandardBindings#13 -> bindings-classloader:0.0.0{Installed:**ERROR**} > JBossWebConnectorXSLTConfig -> bindings-classloader:0.0.0{Installed:**ERROR**} > Ports01Bindings -> bindings-classloader:0.0.0{Installed:**ERROR**} > StandardBindings#5 -> bindings-classloader:0.0.0{Installed:**ERROR**} > SystemPropertyBinder#1 -> ServiceBindingManager{Installed:Real}, > bindings-classloader:0.0.0{Installed:**ERROR**} > StandardBindings#2 -> bindings-classloader:0.0.0{Installed:**ERROR**} > StandardBindings#1 -> bindings-classloader:0.0.0{Installed:**ERROR**} > PortsDefaultBindings -> bindings-classloader:0.0.0{Installed:**ERROR**} > StandardBindings#17 -> bindings-classloader:0.0.0{Installed:**ERROR**} > StandardBindings -> StandardBindings#1{Installed:Real}, > StandardBindings#2{Installed:Real}, > StandardBindings#3{Installed:Real}, > StandardBindings#4{Installed:Real}, > StandardBindings#5{Installed:Real}, > StandardBindings#6{Installed:Real}, > StandardBindings#7{Installed:Real}, > StandardBindings#8{Installed:Real}, > StandardBindings#9{Installed:Real}, > StandardBindings#10{Installed:Real}, > StandardBindings#11{Installed:Real}, > StandardBindings#12{Installed:Real}, > StandardBindings#13{Installed:Real}, > StandardBindings#14{Installed:Real}, > StandardBindings#15{Installed:Real}, > StandardBindings#16{Installed:Real}, > StandardBindings#17{Installed:Real}, > StandardBindings#18{Installed:Real}, > StandardBindings#19{Installed:Real}, > StandardBindings#20{Installed:Real}, > bindings-classloader:0.0.0{Installed:**ERROR**} > StandardBindings#8 -> bindings-classloader:0.0.0{Installed:**ERROR**} > StandardBindings#10 -> bindings-classloader:0.0.0{Installed:**ERROR**} > StandardBindings#19 -> bindings-classloader:0.0.0{Installed:**ERROR**} > ServiceBindingStore -> PortsDefaultBindings{Installed:Real}, > Ports01Bindings{Installed:Real}, Ports02Bindings{Installed:Real}, > Ports03Bindings{Installed:Real}, > bindings-classloader:0.0.0{Installed:**ERROR**}, > StandardBindings{Installed:Real} > ServiceBindingManager -> > bindings-classloader:0.0.0{Installed:**ERROR**}, > ServiceBindingStore{Installed:Real} > StandardBindings#16 -> bindings-classloader:0.0.0{Installed:**ERROR**} > StandardBindings#14 -> bindings-classloader:0.0.0{Installed:**ERROR**} > Ports03Bindings -> bindings-classloader:0.0.0{Installed:**ERROR**} > StandardBindings#4 -> bindings-classloader:0.0.0{Installed:**ERROR**} > SystemPropertyBinder -> > bindings-classloader:0.0.0{Installed:**ERROR**}, > SystemPropertyBinder#1{Installed:Real} > StandardBindings#18 -> bindings-classloader:0.0.0{Installed:**ERROR**} > StandardBindings#20 -> bindings-classloader:0.0.0{Installed:**ERROR**} > > at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.internalValidate(AbstractKernelDeployer.java:290) > at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.validate(AbstractKernelDeployer.java:174) > at org.jboss.bootstrap.microcontainer.ServerImpl.doStart(ServerImpl.java:148) > at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:394) > at org.jboss.Main.boot(Main.java:209) > at org.jboss.Main$1.run(Main.java:547) > at java.lang.Thread.run(Thread.java:619) > 10:12:48,257 INFO [ServerImpl] Runtime shutdown hook called, forceHalt: true > 10:12:48,271 INFO [ServerImpl] Shutdown complete > Shutdown complete > Halting VM > wp1:jboss5 # > > There is no "common" directory in my jboss5 installation. > > wp1:jboss5 # ls -l /usr/local/jboss5/ > total 16 > drwxr-xr-x 7 www www 512 May 11 18:19 ./ > drwxr-xr-x 16 root wheel 512 May 11 19:14 ../ > drwxr-xr-x 2 www www 1024 May 11 18:19 bin/ > drwxr-xr-x 2 www www 3072 May 11 18:19 client/ > drwxr-xr-x 3 www www 2048 May 11 18:19 lib/ > drwxr-xr-x 2 www www 512 May 11 18:19 log/ > drwxr-xr-x 7 www www 512 May 11 18:19 server/ > wp1:jboss5 # > > What is wrong with my installation? > In the ports "jboss5", I just typed "make install". > > Thanks > > On Mon, May 11, 2009 at 7:31 PM, Sam Wun wrote: > > Hi, > > > > I got this 2 problems when I was trying to setup eclipse and jboss5 > > from freebsd 7.2 ports. > > > > Firstly, I have intall jboss5, but don't know how to setup it up. > > I run "jboss5ctl start" or "./jboss5 start" , in the "top" command, > > the java jvm runs few seconds, then disapeared, - that means it > > failed to start jboss5. But I don't know where to look for the log > > messages. > > Can anyone tell me how to setup jboss5 in freebsd 7.2? > > > > Another problem is I can't compile eclipse from the ports. > > The error I got is : > > ===> Applying FreeBSD patches for eclipse-3.4.1 > > Reversed (or previously applied) patch detected! Skipping patch. > > 1 out of 1 hunk ignored -- saving rejects to file > > assemble.org.eclipse.sdk.all.xml.rej > > => Patch patch-assemble.org.eclipse.sdk.all.xml failed to apply cleanly. > > *** Error code 1 > > > > Stop in /usr/ports/java/eclipse. > > > > Your suggestion is highly appreciated. > > > > Thanks > > > _______________________________________________ > 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" -- ------------------------------------ Ing.Dipl.-Ing. Horst Leitenmueller Sperlstr. 11 4040 Linz tel.: +43 650 2042702 email: horst.leitenmueller@liwest.at ------------------------------------ From pieter at degoeje.nl Mon May 11 19:10:42 2009 From: pieter at degoeje.nl (Pieter de Goeje) Date: Mon May 11 19:10:53 2009 Subject: ports/134440: allow java/openjdk6 port to use itself or jdk16 as bootstrap jdks In-Reply-To: <20090510210726.C9DE52840C@chen.org.nz> References: <20090510210726.C9DE52840C@chen.org.nz> Message-ID: <200905111311.43210.pieter@degoeje.nl> On Sunday 10 May 2009 23:07:26 Jonathan Chen wrote: > Currently, the java/openjdk6 port will only use diablo-jdk1.6.0 > to boostrap itself. This patch will allow it to use a currently > installed java/openjdk6 port or a java/jdk16 port as bootstrap > jdks in preference to diablo-jdk. It would also be nice to add an entry to bsd.java.mk, something like this: _JAVA_PORT_NATIVE_OPEN_JDK_1_6_INFO= HOME=${LOCALBASE}/openjdk6 \ VERSION=1.6.0 OS=native VENDOR=sun(?) Other ports will then use it as a dependency instead of building diablo-jdk. -- Pieter de Goeje From horst.leitenmueller at liwest.at Tue May 12 05:50:02 2009 From: horst.leitenmueller at liwest.at (Horst Leitenmueller) Date: Tue May 12 05:50:09 2009 Subject: java/134481: Jboss 5 Makefile problem with copying dir to deployment path Message-ID: <200905120548.n4C5mKbJ028914@www.freebsd.org> >Number: 134481 >Category: java >Synopsis: Jboss 5 Makefile problem with copying dir to deployment path >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-java >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue May 12 05:50:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Horst Leitenmueller >Release: 7.1 >Organization: >Environment: FreeBSD 7.1-RELEASE-p3 #0: Thu Feb 19 14:43:15 CET 2009 amd64 >Description: Problem on building jboss 5 port /usr/ports/java/jboss5 deployment runs ok, but on starting the jboss does not find the default libs which are located in the common directory this is new; changed from jboss 4 to jboss 5 common contains the jar files for the base server/* missing in Makefile: APP_HOME_FILES= bin client lib server *common* >How-To-Repeat: remove the deployed /usr/local/jboss5 directory deploy it again start the jboss5 add in /etc/rc.conf the line jboss5_enable="YES" boot the jboss /usr/local/etc/rc.d/jboss5 start look in jboss5 log file tail -f /usr/local/jboss5/server/default/log/server.log >Fix: cp -R /usr/ports/java/jboss5/work/jboss-5.0.0.GA-src/build/output/jboss-5.0.0.GA/common /usr/local/jboss5/ chown -R www:www /usr/local/jboss5/common correct fix is: add in /usr/ports/java/jboss5/Makefile (without *) APP_HOME_FILES= bin client lib server *common* >Release-Note: >Audit-Trail: >Unformatted: From linimon at FreeBSD.org Tue May 12 20:29:17 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Tue May 12 20:29:30 2009 Subject: ports/134481: java/jboss5 Makefile problem with copying dir to deployment path Message-ID: <200905122029.n4CKTHpT038143@freefall.freebsd.org> Old Synopsis: Jboss 5 Makefile problem with copying dir to deployment path New Synopsis: java/jboss5 Makefile problem with copying dir to deployment path Responsible-Changed-From-To: freebsd-java->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Tue May 12 20:28:30 UTC 2009 Responsible-Changed-Why: ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=134481 From artemciy at gmail.com Wed May 13 09:48:05 2009 From: artemciy at gmail.com (ArtemGr) Date: Wed May 13 09:48:12 2009 Subject: Can't compile openjdk6 b16 Message-ID: <4A0A9111.6060708@gmail.com> cc1plus: warnings being treated as errors /usr/ports/java/openjdk6/work/hotspot/src/share/vm/ci/ciMethodBlocks.cpp:332: warning: deprecated conversion from string constant to 'char*' /usr/ports/java/openjdk6/work/hotspot/src/share/vm/ci/ciMethodBlocks.cpp:332: warning: deprecated conversion from string constant to 'char*' /usr/ports/java/openjdk6/work/hotspot/src/share/vm/ci/ciMethodBlocks.cpp:332: warning: deprecated conversion from string constant to 'char*' /usr/ports/java/openjdk6/work/hotspot/src/share/vm/ci/ciMethodBlocks.cpp:332: warning: deprecated conversion from string constant to 'char*' /usr/ports/java/openjdk6/work/hotspot/src/share/vm/ci/ciMethodBlocks.cpp:332: warning: deprecated conversion from string constant to 'char*' /usr/ports/java/openjdk6/work/hotspot/src/share/vm/ci/ciMethodBlocks.cpp:332: warning: deprecated conversion from string constant to 'char*' /usr/ports/java/openjdk6/work/hotspot/src/share/vm/ci/ciMethodBlocks.cpp:332: warning: deprecated conversion from string constant to 'char*' gmake[7]: *** [ciMethodBlocks.o] Error 1 gmake[7]: *** Waiting for unfinished jobs.... gmake[7]: Leaving directory `/usr/ports/java/openjdk6/work/build/bsd-amd64-debug/hotspot/outputdir/bsd_amd64_compiler2/jvmg' gmake[6]: *** [the_vm] Error 2 gmake[6]: Leaving directory `/usr/ports/java/openjdk6/work/build/bsd-amd64-debug/hotspot/outputdir/bsd_amd64_compiler2/jvmg' gmake[5]: *** [jvmg] Error 2 gmake[5]: Leaving directory `/usr/ports/java/openjdk6/work/build/bsd-amd64-debug/hotspot/outputdir' gmake[4]: *** [generic_build2] Error 2 gmake[4]: Leaving directory `/usr/ports/java/openjdk6/work/hotspot/make' gmake[3]: *** [jvmg] Error 2 gmake[3]: Leaving directory `/usr/ports/java/openjdk6/work/hotspot/make' gmake[2]: *** [hotspot-build] Error 2 gmake[2]: Leaving directory `/usr/ports/java/openjdk6/work' gmake[1]: *** [generic_debug_build] Error 2 gmake[1]: Leaving directory `/usr/ports/java/openjdk6/work' gmake: *** [debug_build] Error 2 *** Error code 1 From swun2010 at gmail.com Wed May 13 10:09:46 2009 From: swun2010 at gmail.com (Sam Wun) Date: Wed May 13 10:10:08 2009 Subject: Can't compile openjdk6 b16 In-Reply-To: <736c47cb0905130308o62bc579bl111ff4e95871646d@mail.gmail.com> References: <4A0A9111.6060708@gmail.com> <736c47cb0905130308o62bc579bl111ff4e95871646d@mail.gmail.com> Message-ID: <736c47cb0905130309u3933279djfa8cc509e56d8003@mail.gmail.com> Any good to have this replace the traditional JDK 1.6? On Wed, May 13, 2009 at 8:08 PM, Sam Wun wrote: > Any good to have this replace the traditional JDK 1.6? > > On Wed, May 13, 2009 at 7:21 PM, ArtemGr wrote: >> cc1plus: warnings being treated as errors >> /usr/ports/java/openjdk6/work/hotspot/src/share/vm/ci/ciMethodBlocks.cpp:332: >> warning: deprecated conversion from string constant to 'char*' >> /usr/ports/java/openjdk6/work/hotspot/src/share/vm/ci/ciMethodBlocks.cpp:332: >> warning: deprecated conversion from string constant to 'char*' >> /usr/ports/java/openjdk6/work/hotspot/src/share/vm/ci/ciMethodBlocks.cpp:332: >> warning: deprecated conversion from string constant to 'char*' >> /usr/ports/java/openjdk6/work/hotspot/src/share/vm/ci/ciMethodBlocks.cpp:332: >> warning: deprecated conversion from string constant to 'char*' >> /usr/ports/java/openjdk6/work/hotspot/src/share/vm/ci/ciMethodBlocks.cpp:332: >> warning: deprecated conversion from string constant to 'char*' >> /usr/ports/java/openjdk6/work/hotspot/src/share/vm/ci/ciMethodBlocks.cpp:332: >> warning: deprecated conversion from string constant to 'char*' >> /usr/ports/java/openjdk6/work/hotspot/src/share/vm/ci/ciMethodBlocks.cpp:332: >> warning: deprecated conversion from string constant to 'char*' >> gmake[7]: *** [ciMethodBlocks.o] Error 1 >> gmake[7]: *** Waiting for unfinished jobs.... >> gmake[7]: Leaving directory >> `/usr/ports/java/openjdk6/work/build/bsd-amd64-debug/hotspot/outputdir/bsd_amd64_compiler2/jvmg' >> gmake[6]: *** [the_vm] Error 2 >> gmake[6]: Leaving directory >> `/usr/ports/java/openjdk6/work/build/bsd-amd64-debug/hotspot/outputdir/bsd_amd64_compiler2/jvmg' >> gmake[5]: *** [jvmg] Error 2 >> gmake[5]: Leaving directory >> `/usr/ports/java/openjdk6/work/build/bsd-amd64-debug/hotspot/outputdir' >> gmake[4]: *** [generic_build2] Error 2 >> gmake[4]: Leaving directory `/usr/ports/java/openjdk6/work/hotspot/make' >> gmake[3]: *** [jvmg] Error 2 >> gmake[3]: Leaving directory `/usr/ports/java/openjdk6/work/hotspot/make' >> gmake[2]: *** [hotspot-build] Error 2 >> gmake[2]: Leaving directory `/usr/ports/java/openjdk6/work' >> gmake[1]: *** [generic_debug_build] Error 2 >> gmake[1]: Leaving directory `/usr/ports/java/openjdk6/work' >> gmake: *** [debug_build] Error 2 >> *** Error code 1 >> >> _______________________________________________ >> 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 lists at intricatesoftware.com Wed May 13 22:53:08 2009 From: lists at intricatesoftware.com (Kurt Miller) Date: Wed May 13 22:53:14 2009 Subject: Can't compile openjdk6 b16 In-Reply-To: <4A0A9111.6060708@gmail.com> References: <4A0A9111.6060708@gmail.com> Message-ID: <200905131842.23134.lists@intricatesoftware.com> I see this is a debug build on amd64, but what version of FreeBSD and what compiler version? Most likely the following change is all that is needed for this warning: -static char *flagnames[] = { +static const char *flagnames[] = { On Wednesday 13 May 2009 5:21:21 am ArtemGr wrote: > cc1plus: warnings being treated as errors > /usr/ports/java/openjdk6/work/hotspot/src/share/vm/ci/ciMethodBlocks.cpp:332: > warning: deprecated conversion from string constant to 'char*' > /usr/ports/java/openjdk6/work/hotspot/src/share/vm/ci/ciMethodBlocks.cpp:332: > warning: deprecated conversion from string constant to 'char*' > /usr/ports/java/openjdk6/work/hotspot/src/share/vm/ci/ciMethodBlocks.cpp:332: > warning: deprecated conversion from string constant to 'char*' > /usr/ports/java/openjdk6/work/hotspot/src/share/vm/ci/ciMethodBlocks.cpp:332: > warning: deprecated conversion from string constant to 'char*' > /usr/ports/java/openjdk6/work/hotspot/src/share/vm/ci/ciMethodBlocks.cpp:332: > warning: deprecated conversion from string constant to 'char*' > /usr/ports/java/openjdk6/work/hotspot/src/share/vm/ci/ciMethodBlocks.cpp:332: > warning: deprecated conversion from string constant to 'char*' > /usr/ports/java/openjdk6/work/hotspot/src/share/vm/ci/ciMethodBlocks.cpp:332: > warning: deprecated conversion from string constant to 'char*' > gmake[7]: *** [ciMethodBlocks.o] Error 1 > gmake[7]: *** Waiting for unfinished jobs.... > gmake[7]: Leaving directory > `/usr/ports/java/openjdk6/work/build/bsd-amd64-debug/hotspot/outputdir/bsd_amd64_compiler2/jvmg' > gmake[6]: *** [the_vm] Error 2 > gmake[6]: Leaving directory > `/usr/ports/java/openjdk6/work/build/bsd-amd64-debug/hotspot/outputdir/bsd_amd64_compiler2/jvmg' > gmake[5]: *** [jvmg] Error 2 > gmake[5]: Leaving directory > `/usr/ports/java/openjdk6/work/build/bsd-amd64-debug/hotspot/outputdir' > gmake[4]: *** [generic_build2] Error 2 > gmake[4]: Leaving directory `/usr/ports/java/openjdk6/work/hotspot/make' > gmake[3]: *** [jvmg] Error 2 > gmake[3]: Leaving directory `/usr/ports/java/openjdk6/work/hotspot/make' > gmake[2]: *** [hotspot-build] Error 2 > gmake[2]: Leaving directory `/usr/ports/java/openjdk6/work' > gmake[1]: *** [generic_debug_build] Error 2 > gmake[1]: Leaving directory `/usr/ports/java/openjdk6/work' > gmake: *** [debug_build] Error 2 > *** Error code 1 > > _______________________________________________ > 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 artemciy at gmail.com Thu May 14 09:27:40 2009 From: artemciy at gmail.com (ArtemGr) Date: Thu May 14 09:27:46 2009 Subject: Can't compile openjdk6 b16 In-Reply-To: <200905131842.23134.lists@intricatesoftware.com> References: <4A0A9111.6060708@gmail.com> <200905131842.23134.lists@intricatesoftware.com> Message-ID: <4A0BE408.2080404@gmail.com> Kurt Miller wrote: > I see this is a debug build on amd64, but what version of FreeBSD and what compiler version? > 7.0-RELEASE-p5 gcc version 4.2.1 20070719 [FreeBSD] > Most likely the following change is all that is needed for this > warning: > > -static char *flagnames[] = { > +static const char *flagnames[] = { > Yeah, but there are other such places: cc1plus: warnings being treated as errors /usr/ports/java/openjdk6/work/hotspot/src/share/vm/opto/escape.cpp:62: warning: deprecated conversion from string consta nt to 'char*' /usr/ports/java/openjdk6/work/hotspot/src/share/vm/opto/escape.cpp:62: warning: deprecated conversion from string consta nt to 'char*' /usr/ports/java/openjdk6/work/hotspot/src/share/vm/opto/escape.cpp:62: warning: deprecated conversion from string consta nt to 'char*' /usr/ports/java/openjdk6/work/hotspot/src/share/vm/opto/escape.cpp:62: warning: deprecated conversion from string consta nt to 'char*' /usr/ports/java/openjdk6/work/hotspot/src/share/vm/opto/escape.cpp:69: warning: deprecated conversion from string consta nt to 'char*' /usr/ports/java/openjdk6/work/hotspot/src/share/vm/opto/escape.cpp:69: warning: deprecated conversion from string consta nt to 'char*' /usr/ports/java/openjdk6/work/hotspot/src/share/vm/opto/escape.cpp:69: warning: deprecated conversion from string consta nt to 'char*' /usr/ports/java/openjdk6/work/hotspot/src/share/vm/opto/escape.cpp:69: warning: deprecated conversion from string consta nt to 'char*' /usr/ports/java/openjdk6/work/hotspot/src/share/vm/opto/escape.cpp:76: warning: deprecated conversion from string consta nt to 'char*' /usr/ports/java/openjdk6/work/hotspot/src/share/vm/opto/escape.cpp:76: warning: deprecated conversion from string consta nt to 'char*' /usr/ports/java/openjdk6/work/hotspot/src/share/vm/opto/escape.cpp:76: warning: deprecated conversion from string consta nt to 'char*' /usr/ports/java/openjdk6/work/hotspot/src/share/vm/opto/escape.cpp:76: warning: deprecated conversion from string consta nt to 'char*' gmake[7]: *** [escape.o] Error 1 gmake[7]: *** Waiting for unfinished jobs.... gmake[7]: Leaving directory `/usr/ports/java/openjdk6/work/build/bsd-amd64-debug/hotspot/outputdir/bsd_amd64_compiler2/j vmg' gmake[6]: *** [the_vm] Error 2 gmake[6]: Leaving directory `/usr/ports/java/openjdk6/work/build/bsd-amd64-debug/hotspot/outputdir/bsd_amd64_compiler2/j vmg' gmake[5]: *** [jvmg] Error 2 gmake[5]: Leaving directory `/usr/ports/java/openjdk6/work/build/bsd-amd64-debug/hotspot/outputdir' gmake[4]: *** [generic_build2] Error 2 gmake[4]: Leaving directory `/usr/ports/java/openjdk6/work/hotspot/make' gmake[3]: *** [jvmg] Error 2 gmake[3]: Leaving directory `/usr/ports/java/openjdk6/work/hotspot/make' gmake[2]: *** [hotspot-build] Error 2 gmake[2]: Leaving directory `/usr/ports/java/openjdk6/work' From artemciy at gmail.com Thu May 14 09:51:48 2009 From: artemciy at gmail.com (ArtemGr) Date: Thu May 14 09:52:01 2009 Subject: Can't compile openjdk6 b16 In-Reply-To: <200905131842.23134.lists@intricatesoftware.com> References: <4A0A9111.6060708@gmail.com> <200905131842.23134.lists@intricatesoftware.com> Message-ID: <4A0BE9B1.20608@gmail.com> Here is another one: # Running javac: /usr/local/diablo-jdk1.6.0/bin/java -Xmx896m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/usr/ports /java/openjdk6/work/build/bsd-amd64/langtools/dist/bootstrap/lib/javac.jar -jar /usr/ports/java/openjdk6/work/build/bsd- amd64/langtools/dist/bootstrap/lib/javac.jar -source 1.5 -target 5 -encoding ascii -classpath /usr/local/diablo-jdk1.6.0 /lib/tools.jar -sourcepath /usr/ports/java/openjdk6/work/build/bsd-amd64/corba/gensrc:../../../../src/solaris/classes:.. /../../../src/share/classes -d /usr/ports/java/openjdk6/work/build/bsd-amd64/corba/classes @/usr/ports/java/openjdk6/wor k/build/bsd-amd64/corba/tmp/org/org.omg.PortableServer/.classes.list /usr/ports/java/openjdk6/work/build/bsd-amd64/corba/gensrc/org/omg/PortableServer/POAOperations.java:109: cannot access org.omg.PortableServer.IdAssignmentPolicy bad class file: /usr/ports/java/openjdk6/work/build/bsd-amd64/corba/gensrc/org/omg/PortableServer/IdAssignmentPolicy.jav a file does not contain class org.omg.PortableServer.IdAssignmentPolicy Please remove or make sure it appears in the correct subdirectory of the classpath. org.omg.PortableServer.IdAssignmentPolicy create_id_assignment_policy (org.omg.PortableServer.IdAssignmentPolicyValue value); ^ gmake[4]: *** [.compile.classlist] Error 1 gmake[4]: Leaving directory `/usr/ports/java/openjdk6/work/corba/make/org/omg/PortableServer' gmake[3]: *** [build] Error 1 gmake[3]: Leaving directory `/usr/ports/java/openjdk6/work/corba/make/org/omg' gmake[2]: *** [build] Error 1 gmake[2]: Leaving directory `/usr/ports/java/openjdk6/work/corba/make/org' gmake[1]: *** [build] Error 1 gmake[1]: Leaving directory `/usr/ports/java/openjdk6/work/corba/make' gmake: *** [corba-build] Error 2 *** Error code 1 This time it's 7.1-RELEASE-p4 gcc version 4.2.1 20070719 [FreeBSD] From artemciy at gmail.com Thu May 14 09:53:21 2009 From: artemciy at gmail.com (ArtemGr) Date: Thu May 14 09:53:27 2009 Subject: Can't compile openjdk6 b16 In-Reply-To: <4A0BE9B1.20608@gmail.com> References: <4A0A9111.6060708@gmail.com> <200905131842.23134.lists@intricatesoftware.com> <4A0BE9B1.20608@gmail.com> Message-ID: <4A0BEA0D.1030504@gmail.com> And another: cc1plus: warnings being treated as errors /usr/ports/java/openjdk6/work/hotspot/src/share/vm/utilities/ostream.cpp: In member function 'bool networkStream::connect(const char*, short int)': /usr/ports/java/openjdk6/work/hotspot/src/share/vm/utilities/ostream.cpp:835: warning: comparison is always false due to limited range of data type gmake[7]: *** [ostream.o] Error 1 gmake[7]: *** Waiting for unfinished jobs.... gmake[7]: Leaving directory `/usr/ports/java/openjdk6/work/build/bsd-amd64-debug/hotspot/outputdir/bsd_amd64_compiler2/jvmg' gmake[6]: *** [the_vm] Error 2 gmake[6]: Leaving directory `/usr/ports/java/openjdk6/work/build/bsd-amd64-debug/hotspot/outputdir/bsd_amd64_compiler2/jvmg' gmake[5]: *** [jvmg] Error 2 gmake[5]: Leaving directory `/usr/ports/java/openjdk6/work/build/bsd-amd64-debug/hotspot/outputdir' gmake[4]: *** [generic_build2] Error 2 gmake[4]: Leaving directory `/usr/ports/java/openjdk6/work/hotspot/make' gmake[3]: *** [jvmg] Error 2 gmake[3]: Leaving directory `/usr/ports/java/openjdk6/work/hotspot/make' gmake[2]: *** [hotspot-build] Error 2 gmake[2]: Leaving directory `/usr/ports/java/openjdk6/work' gmake[1]: *** [generic_debug_build] Error 2 gmake[1]: Leaving directory `/usr/ports/java/openjdk6/work' gmake: *** [debug_build] Error 2 *** Error code 1 7.0-RELEASE-p5 gcc version 4.2.1 20070719 [FreeBSD] From artemciy at gmail.com Thu May 14 11:10:15 2009 From: artemciy at gmail.com (ArtemGr) Date: Thu May 14 11:10:23 2009 Subject: Can't compile openjdk6 b16 In-Reply-To: <200905131842.23134.lists@intricatesoftware.com> References: <4A0A9111.6060708@gmail.com> <200905131842.23134.lists@intricatesoftware.com> Message-ID: <4A0BFC14.6020605@gmail.com> Kurt Miller wrote: > I see this is a debug build on amd64, but what version of FreeBSD and what compiler version? > Under another host with 7.2-STABLE (gcc version 4.2.1 20070719 [FreeBSD]) the build seems to work. From kurt at intricatesoftware.com Thu May 14 21:10:29 2009 From: kurt at intricatesoftware.com (Kurt Miller) Date: Thu May 14 21:10:41 2009 Subject: Can't compile openjdk6 b16 In-Reply-To: <4A0BE9B1.20608@gmail.com> References: <4A0A9111.6060708@gmail.com> <200905131842.23134.lists@intricatesoftware.com> <4A0BE9B1.20608@gmail.com> Message-ID: <200905141704.25280.kurt@intricatesoftware.com> On Thursday 14 May 2009 5:51:45 am ArtemGr wrote: > Here is another one: > > # Running javac: > /usr/local/diablo-jdk1.6.0/bin/java -Xmx896m -Xms128m -XX:PermSize=32m > -XX:MaxPermSize=160m -Xbootclasspath/p:/usr/ports > /java/openjdk6/work/build/bsd-amd64/langtools/dist/bootstrap/lib/javac.jar > -jar /usr/ports/java/openjdk6/work/build/bsd- > amd64/langtools/dist/bootstrap/lib/javac.jar -source 1.5 -target 5 > -encoding ascii -classpath /usr/local/diablo-jdk1.6.0 > /lib/tools.jar -sourcepath > /usr/ports/java/openjdk6/work/build/bsd-amd64/corba/gensrc:../../../../src/solaris/classes:.. > /../../../src/share/classes -d > /usr/ports/java/openjdk6/work/build/bsd-amd64/corba/classes > @/usr/ports/java/openjdk6/wor > k/build/bsd-amd64/corba/tmp/org/org.omg.PortableServer/.classes.list > /usr/ports/java/openjdk6/work/build/bsd-amd64/corba/gensrc/org/omg/PortableServer/POAOperations.java:109: > cannot access > org.omg.PortableServer.IdAssignmentPolicy > bad class file: > /usr/ports/java/openjdk6/work/build/bsd-amd64/corba/gensrc/org/omg/PortableServer/IdAssignmentPolicy.jav > a > file does not contain class org.omg.PortableServer.IdAssignmentPolicy > Please remove or make sure it appears in the correct subdirectory of the > classpath. > org.omg.PortableServer.IdAssignmentPolicy create_id_assignment_policy > (org.omg.PortableServer.IdAssignmentPolicyValue > value); > ^ > gmake[4]: *** [.compile.classlist] Error 1 > gmake[4]: Leaving directory > `/usr/ports/java/openjdk6/work/corba/make/org/omg/PortableServer' > gmake[3]: *** [build] Error 1 > gmake[3]: Leaving directory > `/usr/ports/java/openjdk6/work/corba/make/org/omg' > gmake[2]: *** [build] Error 1 > gmake[2]: Leaving directory `/usr/ports/java/openjdk6/work/corba/make/org' > gmake[1]: *** [build] Error 1 > gmake[1]: Leaving directory `/usr/ports/java/openjdk6/work/corba/make' > gmake: *** [corba-build] Error 2 > *** Error code 1 > > This time it's > 7.1-RELEASE-p4 > gcc version 4.2.1 20070719 [FreeBSD] Hmm, this one is different and I have no idea why it is failing just on 7.1. Is it reproduceable after deleting the work dir and doing a clean build? -Kurt From kurt at intricatesoftware.com Thu May 14 21:10:30 2009 From: kurt at intricatesoftware.com (Kurt Miller) Date: Thu May 14 21:10:41 2009 Subject: Can't compile openjdk6 b16 In-Reply-To: <4A0BE408.2080404@gmail.com> References: <4A0A9111.6060708@gmail.com> <200905131842.23134.lists@intricatesoftware.com> <4A0BE408.2080404@gmail.com> Message-ID: <200905141659.43012.kurt@intricatesoftware.com> On Thursday 14 May 2009 5:27:36 am ArtemGr wrote: > Kurt Miller wrote: > > I see this is a debug build on amd64, but what version of FreeBSD and what compiler version? > > > > 7.0-RELEASE-p5 > gcc version 4.2.1 20070719 [FreeBSD] > > > Most likely the following change is all that is needed for this > > warning: > > > > -static char *flagnames[] = { > > +static const char *flagnames[] = { > > > > Yeah, but there are other such places: Ok no problem. I'll fix these in the next update that I'm working on. -Kurt From dudu at dudu.ro Thu May 14 21:51:53 2009 From: dudu at dudu.ro (Vlad GALU) Date: Thu May 14 21:52:03 2009 Subject: Can't compile openjdk6 b16 In-Reply-To: <200905141659.43012.kurt@intricatesoftware.com> References: <4A0A9111.6060708@gmail.com> <200905131842.23134.lists@intricatesoftware.com> <4A0BE408.2080404@gmail.com> <200905141659.43012.kurt@intricatesoftware.com> Message-ID: On Thu, May 14, 2009 at 11:59 PM, Kurt Miller wrote: > On Thursday 14 May 2009 5:27:36 am ArtemGr wrote: >> Kurt Miller wrote: >> > I see this is a debug build on amd64, but what version of FreeBSD and what compiler version? >> > >> >> 7.0-RELEASE-p5 >> gcc version 4.2.1 20070719 ?[FreeBSD] >> >> > Most likely the following change is all that is needed for this >> > warning: >> > >> > -static char *flagnames[] = { >> > +static const char *flagnames[] = { >> > >> >> Yeah, but there are other such places: > > Ok no problem. I'll fix these in the next update that I'm working on. Hi Kurt. Chiming in to ask whether you have any clue why fonts show up in weird ways (different from diablo-jdk, for one) in Swing apps (Netbeans, my case). Thanks, Vlad From kurt at intricatesoftware.com Thu May 14 23:58:33 2009 From: kurt at intricatesoftware.com (Kurt Miller) Date: Thu May 14 23:58:42 2009 Subject: Can't compile openjdk6 b16 In-Reply-To: References: <4A0A9111.6060708@gmail.com> <200905131842.23134.lists@intricatesoftware.com> <4A0BE408.2080404@gmail.com> <200905141659.43012.kurt@intricatesoftware.com> Message-ID: <4A0CB021.2050003@intricatesoftware.com> Vlad GALU wrote: > On Thu, May 14, 2009 at 11:59 PM, Kurt Miller > wrote: >> On Thursday 14 May 2009 5:27:36 am ArtemGr wrote: >>> Kurt Miller wrote: >>>> I see this is a debug build on amd64, but what version of FreeBSD and what compiler version? >>>> >>> 7.0-RELEASE-p5 >>> gcc version 4.2.1 20070719 [FreeBSD] >>> >>>> Most likely the following change is all that is needed for this >>>> warning: >>>> >>>> -static char *flagnames[] = { >>>> +static const char *flagnames[] = { >>>> >>> Yeah, but there are other such places: >> Ok no problem. I'll fix these in the next update that I'm working on. > > Hi Kurt. Chiming in to ask whether you have any clue why fonts show > up in weird ways (different from diablo-jdk, for one) in Swing apps > (Netbeans, my case). Hi Vlad, Sorry no, but you could experiment with installing various fonts from ports and see if they help. If you identify one that corrects they way they look, be sure to let the list know. -Kurt From artemciy at gmail.com Fri May 15 20:32:41 2009 From: artemciy at gmail.com (Artem Kozarezov) Date: Fri May 15 20:32:48 2009 Subject: Can't compile openjdk6 b16 In-Reply-To: <200905141704.25280.kurt@intricatesoftware.com> References: <4A0A9111.6060708@gmail.com> <200905131842.23134.lists@intricatesoftware.com> <4A0BE9B1.20608@gmail.com> <200905141704.25280.kurt@intricatesoftware.com> Message-ID: <4A0DDF70.3080705@gmail.com> 15.05.2009 0:04, Kurt Miller wrote: > On Thursday 14 May 2009 5:51:45 am ArtemGr wrote: > >> Here is another one: >> >> # Running javac: >> /usr/local/diablo-jdk1.6.0/bin/java -Xmx896m -Xms128m -XX:PermSize=32m >> -XX:MaxPermSize=160m -Xbootclasspath/p:/usr/ports >> /java/openjdk6/work/build/bsd-amd64/langtools/dist/bootstrap/lib/javac.jar >> -jar /usr/ports/java/openjdk6/work/build/bsd- >> amd64/langtools/dist/bootstrap/lib/javac.jar -source 1.5 -target 5 >> -encoding ascii -classpath /usr/local/diablo-jdk1.6.0 >> /lib/tools.jar -sourcepath >> /usr/ports/java/openjdk6/work/build/bsd-amd64/corba/gensrc:../../../../src/solaris/classes:.. >> /../../../src/share/classes -d >> /usr/ports/java/openjdk6/work/build/bsd-amd64/corba/classes >> @/usr/ports/java/openjdk6/wor >> k/build/bsd-amd64/corba/tmp/org/org.omg.PortableServer/.classes.list >> /usr/ports/java/openjdk6/work/build/bsd-amd64/corba/gensrc/org/omg/PortableServer/POAOperations.java:109: >> cannot access >> org.omg.PortableServer.IdAssignmentPolicy >> bad class file: >> /usr/ports/java/openjdk6/work/build/bsd-amd64/corba/gensrc/org/omg/PortableServer/IdAssignmentPolicy.jav >> a >> file does not contain class org.omg.PortableServer.IdAssignmentPolicy >> Please remove or make sure it appears in the correct subdirectory of the >> classpath. >> org.omg.PortableServer.IdAssignmentPolicy create_id_assignment_policy >> (org.omg.PortableServer.IdAssignmentPolicyValue >> value); >> ^ >> gmake[4]: *** [.compile.classlist] Error 1 >> gmake[4]: Leaving directory >> `/usr/ports/java/openjdk6/work/corba/make/org/omg/PortableServer' >> gmake[3]: *** [build] Error 1 >> gmake[3]: Leaving directory >> `/usr/ports/java/openjdk6/work/corba/make/org/omg' >> gmake[2]: *** [build] Error 1 >> gmake[2]: Leaving directory `/usr/ports/java/openjdk6/work/corba/make/org' >> gmake[1]: *** [build] Error 1 >> gmake[1]: Leaving directory `/usr/ports/java/openjdk6/work/corba/make' >> gmake: *** [corba-build] Error 2 >> *** Error code 1 >> >> This time it's >> 7.1-RELEASE-p4 >> gcc version 4.2.1 20070719 [FreeBSD] >> > > Hmm, this one is different and I have no idea why it is failing just on > 7.1. Is it reproduceable after deleting the work dir and doing a clean build? > I've tried a clean build with appropriate C++ patches. It finished successfully on 7.0. Will try on 7.1 later. From glewis at eyesbeyond.com Sat May 16 18:23:11 2009 From: glewis at eyesbeyond.com (Greg Lewis) Date: Sat May 16 18:23:18 2009 Subject: Can't compile openjdk6 b16 In-Reply-To: References: <4A0A9111.6060708@gmail.com> <200905131842.23134.lists@intricatesoftware.com> <4A0BE408.2080404@gmail.com> <200905141659.43012.kurt@intricatesoftware.com> Message-ID: <20090516180155.GA42033@misty.eyesbeyond.com> On Fri, May 15, 2009 at 12:21:57AM +0300, Vlad GALU wrote: > On Thu, May 14, 2009 at 11:59 PM, Kurt Miller > wrote: > > On Thursday 14 May 2009 5:27:36 am ArtemGr wrote: > >> Kurt Miller wrote: > >> > I see this is a debug build on amd64, but what version of FreeBSD and what compiler version? > >> > > >> > >> 7.0-RELEASE-p5 > >> gcc version 4.2.1 20070719 ?[FreeBSD] > >> > >> > Most likely the following change is all that is needed for this > >> > warning: > >> > > >> > -static char *flagnames[] = { > >> > +static const char *flagnames[] = { > >> > > >> > >> Yeah, but there are other such places: > > > > Ok no problem. I'll fix these in the next update that I'm working on. > > Hi Kurt. Chiming in to ask whether you have any clue why fonts show > up in weird ways (different from diablo-jdk, for one) in Swing apps > (Netbeans, my case). Different fontconfig.properties between the various JDKs would be my guess. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From itetcu at FreeBSD.org Sun May 17 06:30:36 2009 From: itetcu at FreeBSD.org (Ion-Mihai Tetcu) Date: Sun May 17 06:30:42 2009 Subject: Makefile error: "1.5+" is not a valid value for JAVA_VERSION. It should be one or more of: 1.3 1.4 1.5 1.6 (with an optional "+" suffix.) Message-ID: <20090517091422.7617092c@it.buh.tecnik93.com> Hi, On an absolute pristine 7.2R w/o any java installed, all java-dependent ports give output similar the following during make fetch: ===> java/eclipse-aptana eclipse-aptana-1.2.2.022571,1: Makefile error: "1.5+" is not a valid value for JAVA_VERSION. It should be one or more of: 1.3 1.4 1.5 1.6 (with an optional "+" suffix.) This does not happen if the distfile already exists. -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-java/attachments/20090517/5dfcbac5/signature.pgp From miwi at FreeBSD.org Sun May 17 09:01:54 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sun May 17 09:02:01 2009 Subject: ports/60083: java/jdk14 - Unsafe use of getaddrinfo in jvm 1.4.2-p5 Message-ID: <200905170901.n4H91rAD016787@freefall.freebsd.org> Synopsis: java/jdk14 - Unsafe use of getaddrinfo in jvm 1.4.2-p5 State-Changed-From-To: suspended->closed State-Changed-By: miwi State-Changed-When: Sun May 17 09:01:53 UTC 2009 State-Changed-Why: feedback timeout over year's. http://www.freebsd.org/cgi/query-pr.cgi?pr=60083 From itetcu at FreeBSD.org Sun May 17 10:21:18 2009 From: itetcu at FreeBSD.org (Ion-Mihai Tetcu) Date: Sun May 17 10:21:24 2009 Subject: Makefile error: "1.5+" is not a valid value for JAVA_VERSION. It should be one or more of: 1.3 1.4 1.5 1.6 (with an optional "+" suffix.) In-Reply-To: <20090517091422.7617092c@it.buh.tecnik93.com> References: <20090517091422.7617092c@it.buh.tecnik93.com> Message-ID: <20090517132144.31453842@it.buh.tecnik93.com> On Sun, 17 May 2009 09:14:22 +0300 Ion-Mihai Tetcu wrote: > Hi, > > > On an absolute pristine 7.2R w/o any java installed, all > java-dependent ports give output similar the following during make > fetch: > > ===> java/eclipse-aptana > eclipse-aptana-1.2.2.022571,1: Makefile error: "1.5+" is not a valid > value for JAVA_VERSION. It should be one or more of: 1.3 1.4 1.5 1.6 > (with an optional "+" suffix.) > > This does not happen if the distfile already exists. > ===> net-p2p/azureus azureus-3.1.1.0: Makefile error: "1.4+" is not a valid value for JAVA_VERSION. It should be one or more of: 1.3 1.4 1.5 1.6 (with an optional "+" suffix.) azureus-3.1.1.0: Makefile error: "native" is not a valid value for JAVA_OS. It should be one or more of: native linux -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-java/attachments/20090517/a7eca0a6/signature.pgp From ronald-freebsd8 at klop.yi.org Sun May 17 13:00:35 2009 From: ronald-freebsd8 at klop.yi.org (Ronald Klop) Date: Sun May 17 13:00:47 2009 Subject: Fwd: openjdk6 error in Locale In-Reply-To: <21097791.14281242121898393.JavaMail.tomcat@localhost> References: <21097791.14281242121898393.JavaMail.tomcat@localhost> Message-ID: Hi, I sent this to the maintainer of the openjdk6 port, but thought it would be good to share it with you to? If I run the attached programm with port java/openjdk6 (b14 and b16) I get this output. displayname: Dutch decimal: . grouping: , dateformat: AD displayname: Dutch (Netherlands) decimal: . grouping: , dateformat: AD If I run it with port java/jdk16 I get. displayname: Dutch decimal: , grouping: . dateformat: AD displayname: Dutch (Netherlands) decimal: , grouping: . dateformat: AD As you see the 'decimal' and 'grouping' are reverted. The last output is correct for The Netherlands. This is all on 7.2-STABLE/amd64. Can you reproduce the problem? And does anybody know how can I fix it? Cheers, Ronald. -------------- next part -------------- A non-text attachment was scrubbed... Name: LocaleTest.java Type: application/octet-stream Size: 719 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-java/attachments/20090517/23cf2228/LocaleTest.obj From bugmaster at FreeBSD.org Mon May 18 11:06:57 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon May 18 11:08:43 2009 Subject: Current problem reports assigned to freebsd-java@FreeBSD.org Message-ID: <200905181106.n4IB6tCU075714@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o java/128948 java java/jdk16 built from source can't bind a socket, but o java/128809 java JVM aborted when GNU RXTX write to serial port. o java/125583 java Java gui programs stop without error message o java/123555 java linux-sun-jdk15, linux-sun-jdk16 produce a coredump o java/122513 java native JDKs unbuildable with Linux ones o java/121692 java java/jdk16: Java 1.5 1.5.0.14p8 crashes in RMI TCP Con o ports/121420 java java/jdk16: Java applet fails to find class under fire o ports/121416 java java/jdk15 can't build if BIN environment variable is o ports/120372 java java/linux-sun-jdk16: linux-sun-jre1.6.0 plugin doesn' o java/120146 java java/jdk15: netbeans 6.0 causes java core dump on amd6 o ports/119732 java java/linux-sun-jre16: linux-sun-jre16 plugin doesn't w o java/119063 java An unexpected error has been detected by Java Runtime o java/118956 java eclipse and netbeans break on diablo-jdk15 o java/118496 java Eclipse packages do not work with 6.3-RC1/amd64 o ports/116841 java cannot build java/jdk16 by using java/linux-sun-jdk16 o java/116667 java linux-sun-javac1.4 hangs on SMP o ports/116082 java java/linux-sun-jdk16 jconsole is unable to connect to o java/115773 java [request] java.nio channel selectors should use kqueue o java/114644 java tomcat goes out of PermSpace, jvm crashes o ports/113751 java java/linux-sun-jdk15: linux-sun-jdk-1.5.0.12,2 - java o ports/113467 java Multiple "missing return value" errors building JDK on o java/112595 java Java appletviewer frequently hangs (kse_release loop) o java/110912 java Java krb5 client leaks UDP connections f java/105482 java diablo-jdk1.5.0/jdk-1.5.0 java.nio.Selector bug o java/97461 java Diablo JDK does not report Update level in a format su o ports/84742 java make ports/java/jdk14 use dynamic Motif librarires s java/62837 java linux-sun-jdk14 executables hang with COMPAT_LINUX in s ports/56928 java jce-aba port should install to $JAVA_HOME/jre/lib/ext 28 problems total. From info at o-notation.org Tue May 19 11:08:52 2009 From: info at o-notation.org (Matthias) Date: Tue May 19 11:08:59 2009 Subject: jaybird can't connect dbs diablo jdk16 Message-ID: <4A128FD2.5070507@o-notation.org> Hello, here is a freebsd 7.1 machine with Diablo JavaSE 1.6.0_07_b02 and a firebird 2.0.3 db. From this server I can't connect any firebird db neither the local one nor the lan dbs with jaybird2.1.6. I get the error message:GDS Exception. 335544721 Unable to complete network request to host $hostname. $hostname is the orginal given name. IP addresses or fqdns create the same error message. First thought: address resolving! I've checked firewall, name resolving - everything seems to be ok. The same binaries and ajybird drivers are running without problems on win and mac os, connecting to _every_ db. Unfortunately i have only a second freebsd 6.2 server with diablo jdk 1.5 ; but compiled for 1.5 it runs without problems too; the same on Solaris10. Only this machine has connection problems with jaybird. The local db is reachable from other applications; the local gbak can connect too. Maybe someone has a clue or expierence with this combo. Matthias From info at o-notation.org Tue May 19 15:16:03 2009 From: info at o-notation.org (Matthias) Date: Tue May 19 15:16:09 2009 Subject: jaybird can't connect dbs diablo jdk16 In-Reply-To: <4A128FD2.5070507@o-notation.org> References: <4A128FD2.5070507@o-notation.org> Message-ID: <4A12CD2A.10808@o-notation.org> Hello, Matthias schrieb: > Hello, > here is a freebsd 7.1 machine with Diablo JavaSE 1.6.0_07_b02 and a > firebird 2.0.3 db. > From this server I can't connect any firebird db neither the local one > nor the lan dbs with jaybird2.1.6. > I get the error message:GDS Exception. 335544721 Unable to complete > network request to host $hostname. $hostname is the orginal given name. > IP addresses or fqdns create the same error message. > First thought: address resolving! I've checked firewall, name resolving > - everything seems to be ok. > The same binaries and ajybird drivers are running without problems on > win and mac os, connecting to _every_ db. > Unfortunately i have only a second freebsd 6.2 server with diablo jdk > 1.5 ; but compiled for 1.5 it runs without problems too; the same on > Solaris10. > Only this machine has connection problems with jaybird. The local db is > reachable from other applications; the local gbak can connect too. > > Maybe someone has a clue or expierence with this combo. > > Matthias SOLVED: the local hostname wasn't listed in /etc/hosts; you can add every host in the lan, but when the localhost isn't listed with his name, the whole name resolving isn't working properly - in this case. I don't know if this is an iussue of diablo or the java vm, because for a while a java XMPP client was running on this machine without problems. Matthias From artemciy at gmail.com Wed May 20 13:14:23 2009 From: artemciy at gmail.com (Artem Kozarezov) Date: Wed May 20 13:14:28 2009 Subject: Can't compile openjdk6 b16 In-Reply-To: <200905141704.25280.kurt@intricatesoftware.com> References: <4A0A9111.6060708@gmail.com> <200905131842.23134.lists@intricatesoftware.com> <4A0BE9B1.20608@gmail.com> <200905141704.25280.kurt@intricatesoftware.com> Message-ID: <4A141031.1020404@gmail.com> 15.05.2009 0:04, Kurt Miller ?????: > On Thursday 14 May 2009 5:51:45 am ArtemGr wrote: > >> Here is another one: >> >> # Running javac: >> /usr/local/diablo-jdk1.6.0/bin/java -Xmx896m -Xms128m -XX:PermSize=32m >> -XX:MaxPermSize=160m -Xbootclasspath/p:/usr/ports >> /java/openjdk6/work/build/bsd-amd64/langtools/dist/bootstrap/lib/javac.jar >> -jar /usr/ports/java/openjdk6/work/build/bsd- >> amd64/langtools/dist/bootstrap/lib/javac.jar -source 1.5 -target 5 >> -encoding ascii -classpath /usr/local/diablo-jdk1.6.0 >> /lib/tools.jar -sourcepath >> /usr/ports/java/openjdk6/work/build/bsd-amd64/corba/gensrc:../../../../src/solaris/classes:.. >> /../../../src/share/classes -d >> /usr/ports/java/openjdk6/work/build/bsd-amd64/corba/classes >> @/usr/ports/java/openjdk6/wor >> k/build/bsd-amd64/corba/tmp/org/org.omg.PortableServer/.classes.list >> /usr/ports/java/openjdk6/work/build/bsd-amd64/corba/gensrc/org/omg/PortableServer/POAOperations.java:109: >> cannot access >> org.omg.PortableServer.IdAssignmentPolicy >> bad class file: >> /usr/ports/java/openjdk6/work/build/bsd-amd64/corba/gensrc/org/omg/PortableServer/IdAssignmentPolicy.jav >> a >> file does not contain class org.omg.PortableServer.IdAssignmentPolicy >> Please remove or make sure it appears in the correct subdirectory of the >> classpath. >> org.omg.PortableServer.IdAssignmentPolicy create_id_assignment_policy >> (org.omg.PortableServer.IdAssignmentPolicyValue >> value); >> ^ >> gmake[4]: *** [.compile.classlist] Error 1 >> gmake[4]: Leaving directory >> `/usr/ports/java/openjdk6/work/corba/make/org/omg/PortableServer' >> gmake[3]: *** [build] Error 1 >> gmake[3]: Leaving directory >> `/usr/ports/java/openjdk6/work/corba/make/org/omg' >> gmake[2]: *** [build] Error 1 >> gmake[2]: Leaving directory `/usr/ports/java/openjdk6/work/corba/make/org' >> gmake[1]: *** [build] Error 1 >> gmake[1]: Leaving directory `/usr/ports/java/openjdk6/work/corba/make' >> gmake: *** [corba-build] Error 2 >> *** Error code 1 >> >> This time it's >> 7.1-RELEASE-p4 >> gcc version 4.2.1 20070719 [FreeBSD] >> > > Hmm, this one is different and I have no idea why it is failing just on > 7.1. Is it reproduceable after deleting the work dir and doing a clean build? > No. > -Kurt > From krinklyfig at gmail.com Wed May 20 18:02:18 2009 From: krinklyfig at gmail.com (Joshua Tinnin) Date: Wed May 20 18:02:25 2009 Subject: Bad checksum problem building jdk17 on 7.2-R In-Reply-To: <20090520175103.GA2129@smogmonster.local> References: <20090520175103.GA2129@smogmonster.local> Message-ID: <20090520175626.GB2129@smogmonster.local> Obviously, there was a typo in the subject. The port is jdk16. - jt On Wed, May 20, 2009 at 11:51:03AM -0600, Joshua Tinnin wrote: > Trying to build jdk16 on 7.2-R, and am getting this error: > > gamera:/usr/ports/java/jdk16:# make install clean > ===> Vulnerability check disabled, database not found > ===> Found saved configuration for jdk-1.6.0.3p4_2 > > IMPORTANT: To build the JDK 1.6.0 port, you should have at least > 2.5Gb of free disk space in the build area! > > ===> Extracting for jdk-1.6.0.3p4_10 > => MD5 Checksum mismatch for jdk-6u3-fcs-src-b05-jrl-24_sep_2007.jar. > => SHA256 Checksum mismatch for jdk-6u3-fcs-src-b05-jrl-24_sep_2007.jar. > => MD5 Checksum OK for jdk-6u3-fcs-bin-b05-jrl-24_sep_2007.jar. > => SHA256 Checksum OK for jdk-6u3-fcs-bin-b05-jrl-24_sep_2007.jar. > => MD5 Checksum OK for > jdk-6u3-fcs-mozilla_headers-b05-unix-24_sep_2007.jar. > => SHA256 Checksum OK for > jdk-6u3-fcs-mozilla_headers-b05-unix-24_sep_2007.jar. > => MD5 Checksum OK for bsd-jdk16-patches-4.tar.bz2. > => SHA256 Checksum OK for bsd-jdk16-patches-4.tar.bz2. > => MD5 Checksum OK for tzupdater-1_3_12-2009a.zip. > => SHA256 Checksum OK for tzupdater-1_3_12-2009a.zip. > ===> Refetch for 1 more times files: > jdk-6u3-fcs-src-b05-jrl-24_sep_2007.jar > jdk-6u3-fcs-src-b05-jrl-24_sep_2007.jar > ===> Vulnerability check disabled, database not found > ===> Found saved configuration for jdk-1.6.0.3p4_2 > > IMPORTANT: To build the JDK 1.6.0 port, you should have at least > 2.5Gb of free disk space in the build area! > > => jdk-6u3-fcs-src-b05-jrl-24_sep_2007.jar doesn't seem to exist in > /usr/ports/distfiles/. > => Attempting to fetch from > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. > fetch: > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/jdk-6u3-fcs-src-b05-jrl-24_sep_2007.jar: > File unavailable (e.g., file not found, no access) > => Couldn't fetch it - please try to retrieve this > => port manually into /usr/ports/distfiles/ and try again. > *** Error code 1 > > Stop in /usr/ports/java/jdk16. > *** Error code 1 > > > > As you can see, I do have jdk-6u3-fcs-src-b05-jrl-24_sep_2007.jar, but > the checksum doesn't match. I downloaded it through the link: > http://download.java.net/jdk6/6u3/promoted/b05/jdk-6u3-fcs-src-b05-jrl-24_sep_2007.jar > > In fact, I downloaded it three times now, and it still fails the > checksum. > > If I clear distinfo, this is the error I get: > > [/usr/ports/distfiles/jdk-6u3-fcs-src-b05-jrl-24_sep_2007.jar] > End-of-central-directory signature not found. Either this file is not > a zipfile, or it constitutes one disk of a multi-part archive. In the > latter case the central directory and zipfile comment will be found on > the last disk(s) of this archive. > unzip: cannot find zipfile directory in one of > /usr/ports/distfiles/jdk-6u3-fcs-src-b05-jrl-24_sep_2007.jar or > /usr/ports/distfiles/jdk-6u3-fcs-src-b05-jrl-24_sep_2007.jar.zip, > and cannot find > /usr/ports/distfiles/jdk-6u3-fcs-src-b05-jrl-24_sep_2007.jar.ZIP, > period. > *** Error code 1 > > Stop in /usr/ports/java/jdk16. > > > > Where can I find a valid source file? I've been trying to build this for > days and am about ready to call it quits. Am spending far too much time > trying to chase down issues and my work is suffering. > > > And it's impossible to find the version of the tzupdater required by the > port on Sun's site, so it has to be retrieved elsewhere. Luckily, the > checksum is OK, but the distribution of that file is hardly reliable. > > > - jt From krinklyfig at gmail.com Wed May 20 18:07:18 2009 From: krinklyfig at gmail.com (Joshua Tinnin) Date: Wed May 20 18:07:30 2009 Subject: Bad checksum problem building jdk17 on 7.2-R Message-ID: <20090520175103.GA2129@smogmonster.local> Trying to build jdk16 on 7.2-R, and am getting this error: gamera:/usr/ports/java/jdk16:# make install clean ===> Vulnerability check disabled, database not found ===> Found saved configuration for jdk-1.6.0.3p4_2 IMPORTANT: To build the JDK 1.6.0 port, you should have at least 2.5Gb of free disk space in the build area! ===> Extracting for jdk-1.6.0.3p4_10 => MD5 Checksum mismatch for jdk-6u3-fcs-src-b05-jrl-24_sep_2007.jar. => SHA256 Checksum mismatch for jdk-6u3-fcs-src-b05-jrl-24_sep_2007.jar. => MD5 Checksum OK for jdk-6u3-fcs-bin-b05-jrl-24_sep_2007.jar. => SHA256 Checksum OK for jdk-6u3-fcs-bin-b05-jrl-24_sep_2007.jar. => MD5 Checksum OK for jdk-6u3-fcs-mozilla_headers-b05-unix-24_sep_2007.jar. => SHA256 Checksum OK for jdk-6u3-fcs-mozilla_headers-b05-unix-24_sep_2007.jar. => MD5 Checksum OK for bsd-jdk16-patches-4.tar.bz2. => SHA256 Checksum OK for bsd-jdk16-patches-4.tar.bz2. => MD5 Checksum OK for tzupdater-1_3_12-2009a.zip. => SHA256 Checksum OK for tzupdater-1_3_12-2009a.zip. ===> Refetch for 1 more times files: jdk-6u3-fcs-src-b05-jrl-24_sep_2007.jar jdk-6u3-fcs-src-b05-jrl-24_sep_2007.jar ===> Vulnerability check disabled, database not found ===> Found saved configuration for jdk-1.6.0.3p4_2 IMPORTANT: To build the JDK 1.6.0 port, you should have at least 2.5Gb of free disk space in the build area! => jdk-6u3-fcs-src-b05-jrl-24_sep_2007.jar doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/jdk-6u3-fcs-src-b05-jrl-24_sep_2007.jar: File unavailable (e.g., file not found, no access) => Couldn't fetch it - please try to retrieve this => port manually into /usr/ports/distfiles/ and try again. *** Error code 1 Stop in /usr/ports/java/jdk16. *** Error code 1 As you can see, I do have jdk-6u3-fcs-src-b05-jrl-24_sep_2007.jar, but the checksum doesn't match. I downloaded it through the link: http://download.java.net/jdk6/6u3/promoted/b05/jdk-6u3-fcs-src-b05-jrl-24_sep_2007.jar In fact, I downloaded it three times now, and it still fails the checksum. If I clear distinfo, this is the error I get: [/usr/ports/distfiles/jdk-6u3-fcs-src-b05-jrl-24_sep_2007.jar] End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. unzip: cannot find zipfile directory in one of /usr/ports/distfiles/jdk-6u3-fcs-src-b05-jrl-24_sep_2007.jar or /usr/ports/distfiles/jdk-6u3-fcs-src-b05-jrl-24_sep_2007.jar.zip, and cannot find /usr/ports/distfiles/jdk-6u3-fcs-src-b05-jrl-24_sep_2007.jar.ZIP, period. *** Error code 1 Stop in /usr/ports/java/jdk16. Where can I find a valid source file? I've been trying to build this for days and am about ready to call it quits. Am spending far too much time trying to chase down issues and my work is suffering. And it's impossible to find the version of the tzupdater required by the port on Sun's site, so it has to be retrieved elsewhere. Luckily, the checksum is OK, but the distribution of that file is hardly reliable. - jt From glewis at eyesbeyond.com Thu May 21 01:41:45 2009 From: glewis at eyesbeyond.com (Greg Lewis) Date: Thu May 21 01:41:52 2009 Subject: Bad checksum problem building jdk17 on 7.2-R In-Reply-To: <20090520175103.GA2129@smogmonster.local> References: <20090520175103.GA2129@smogmonster.local> Message-ID: <20090521014700.GA67866@misty.eyesbeyond.com> G'day Joshua, On Wed, May 20, 2009 at 11:51:03AM -0600, Joshua Tinnin wrote: > Trying to build jdk16 on 7.2-R, and am getting this error: > > gamera:/usr/ports/java/jdk16:# make install clean > ===> Vulnerability check disabled, database not found > ===> Found saved configuration for jdk-1.6.0.3p4_2 > > IMPORTANT: To build the JDK 1.6.0 port, you should have at least > 2.5Gb of free disk space in the build area! > > ===> Extracting for jdk-1.6.0.3p4_10 > => MD5 Checksum mismatch for jdk-6u3-fcs-src-b05-jrl-24_sep_2007.jar. > => SHA256 Checksum mismatch for jdk-6u3-fcs-src-b05-jrl-24_sep_2007.jar. [snip] > As you can see, I do have jdk-6u3-fcs-src-b05-jrl-24_sep_2007.jar, but > the checksum doesn't match. I downloaded it through the link: > http://download.java.net/jdk6/6u3/promoted/b05/jdk-6u3-fcs-src-b05-jrl-24_sep_2007.jar > > In fact, I downloaded it three times now, and it still fails the > checksum. > > If I clear distinfo, this is the error I get: > > [/usr/ports/distfiles/jdk-6u3-fcs-src-b05-jrl-24_sep_2007.jar] > End-of-central-directory signature not found. Either this file is not > a zipfile, or it constitutes one disk of a multi-part archive. In the > latter case the central directory and zipfile comment will be found on > the last disk(s) of this archive. > unzip: cannot find zipfile directory in one of > /usr/ports/distfiles/jdk-6u3-fcs-src-b05-jrl-24_sep_2007.jar or > /usr/ports/distfiles/jdk-6u3-fcs-src-b05-jrl-24_sep_2007.jar.zip, > and cannot find > /usr/ports/distfiles/jdk-6u3-fcs-src-b05-jrl-24_sep_2007.jar.ZIP, > period. > *** Error code 1 Which means that the download is clearly corrupted. I was just able to download it and the checksum was fine. So, you're probably just running out of diskspace or something similar during the download. Check the size of what you downloaded. > Where can I find a valid source file? I've been trying to build this for > days and am about ready to call it quits. Am spending far too much time > trying to chase down issues and my work is suffering. I don't know anywhere other than Sun where you can get this from. You could also use diablo-jdk16 or openjdk6 instead, but you'll also need to download stuff for either of those, so you're going to have to work out your download problems one way or another. > And it's impossible to find the version of the tzupdater required by the > port on Sun's site, so it has to be retrieved elsewhere. Luckily, the > checksum is OK, but the distribution of that file is hardly reliable. Well, that was just bad timing. Sun only released the new version yesterday or the day before. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From krinklyfig at gmail.com Thu May 21 15:26:22 2009 From: krinklyfig at gmail.com (Joshua Tinnin) Date: Thu May 21 15:26:28 2009 Subject: Bad checksum problem building jdk17 on 7.2-R In-Reply-To: <20090521014700.GA67866@misty.eyesbeyond.com> References: <20090520175103.GA2129@smogmonster.local> <20090521014700.GA67866@misty.eyesbeyond.com> Message-ID: <20090521152620.GB1968@smogmonster.local> On Wed, May 20, 2009 at 06:47:00PM -0700, Greg Lewis wrote: ... > Which means that the download is clearly corrupted. I was just able to > download it and the checksum was fine. So, you're probably just running > out of diskspace or something similar during the download. Check the > size of what you downloaded. No, here's the slice where it's downloading to with 137G free: /dev/ad4s1f 175G 24G 137G 15% /usr > > Where can I find a valid source file? I've been trying to build this for > > days and am about ready to call it quits. Am spending far too much time > > trying to chase down issues and my work is suffering. > > I don't know anywhere other than Sun where you can get this from. You > could also use diablo-jdk16 or openjdk6 instead, but you'll also need > to download stuff for either of those, so you're going to have to work > out your download problems one way or another. Well, this is strange, because no other downloads have this issue, including diablo-jdk16, and I update my ports nearly every day. I'm not really sure why that one would be a problem, or why it would consistently download the same size file several times which fails the checksum each time. I don't have enough time to investigate further at the moment, but will try again when I have time. Thanks for the help. - jt > > And it's impossible to find the version of the tzupdater required by the > > port on Sun's site, so it has to be retrieved elsewhere. Luckily, the > > checksum is OK, but the distribution of that file is hardly reliable. > > Well, that was just bad timing. Sun only released the new version > yesterday or the day before. > -- > Greg Lewis Email : glewis@eyesbeyond.com > Eyes Beyond Web : http://www.eyesbeyond.com > Information Technology FreeBSD : glewis@FreeBSD.org From michael at pdc4u.com Thu May 21 19:46:44 2009 From: michael at pdc4u.com (Michael Goodell) Date: Thu May 21 19:47:01 2009 Subject: FreeBSD install failing Message-ID: <003001c9da4a$2fdc6da0$8f9548e0$@com> I am trying to install FreeBSD from: /usr/ports/java/diablo-jdk16 I get this message: Because of licensing restrictions, you must fetch the distribution manually. Please open http://java.sun.com/javase/downloads/index.jsp in a web browser and follow the "Download" link for "JDK US DST Timezone Update Tool - 1_3_12" to obtain the time zone update file, tzupdater-1_3_12-2009a.zip. Please place the downloaded file(s) in /usr/ports/distfiles. The problem is that the version on the site: http://java.sun.com/javase/downloads/index.jsp is not the same as what's required by the port. Is there a way around this? Any help would be appreciated. Thank you, M Goodell From glewis at eyesbeyond.com Fri May 22 03:52:53 2009 From: glewis at eyesbeyond.com (Greg Lewis) Date: Fri May 22 03:53:00 2009 Subject: FreeBSD install failing In-Reply-To: <003001c9da4a$2fdc6da0$8f9548e0$@com> References: <003001c9da4a$2fdc6da0$8f9548e0$@com> Message-ID: <20090522035328.GA41989@misty.eyesbeyond.com> On Thu, May 21, 2009 at 01:27:32PM -0600, Michael Goodell wrote: > I am trying to install FreeBSD from: /usr/ports/java/diablo-jdk16 > > I get this message: > > Because of licensing restrictions, you must fetch the distribution manually. > Please open http://java.sun.com/javase/downloads/index.jsp > in a web browser and follow the "Download" link for > "JDK US DST Timezone Update Tool - 1_3_12" to obtain the > time zone update file, tzupdater-1_3_12-2009a.zip. > Please place the downloaded file(s) in /usr/ports/distfiles. > > The problem is that the version on the site: > http://java.sun.com/javase/downloads/index.jsp is not the same as what's > required by the port. > > Is there a way around this? > > Any help would be appreciated. You can either update your ports collection or turn the "Update the time zone data" option off. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From QAT at FreeBSD.org Fri May 22 04:26:14 2009 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Fri May 22 04:26:21 2009 Subject: cvs commit: ports/java/openjdk6 Makefile In-Reply-To: <200905220407.n4M47Boq029420@repoman.freebsd.org> References: <200905220407.n4M47Boq029420@repoman.freebsd.org> Message-ID: <20090522041230.3176F8FC4F@release.ixsystems.com> The Restless Daemon identified a depend_object error while trying to build: openjdk6-b16 maintained by java@FreeBSD.org Makefile ident: $FreeBSD: ports/java/openjdk6/Makefile,v 1.12 2009/05/22 04:07:11 glewis Exp $ Excerpt from http://QAT.TecNik93.com/logs/7-STABLE-FPT-NPD/openjdk6-b16.log : [javac] ^ [javac] /work/a/ports/java/icedtea6-stubs/work/jdk-7-icedtea-plugs/classes/com/sun/jmx/snmp/daemon/SnmpSession.java:43: warning: com.sun.jmx.snmp.daemon.SnmpAdaptorServer is Sun proprietary API and may be removed in a future release [javac] import com.sun.jmx.snmp.daemon.SnmpAdaptorServer; [javac] ^ [javac] /work/a/ports/java/icedtea6-stubs/work/jdk-7-icedtea-plugs/classes/com/sun/jmx/snmp/daemon/SnmpSession.java:44: warning: com.sun.jmx.snmp.daemon.SnmpInformHandler is Sun proprietary API and may be removed in a future release [javac] import com.sun.jmx.snmp.daemon.SnmpInformHandler; [javac] ^ [javac] /work/a/ports/java/icedtea6-stubs/work/jdk-7-icedtea-plugs/classes/com/sun/jmx/snmp/daemon/SnmpSession.java:49: warning: com.sun.jmx.snmp.daemon.SnmpAdaptorServer is Sun proprietary API and may be removed in a future release [javac] public SnmpSession(SnmpAdaptorServer server) { [javac] ^ [javac] /work/a/ports/java/icedtea6-stubs/work/jdk-7-icedtea-plugs/classes/com/sun/jmx/snmp/daemon/SnmpSession.java:54: warning: com.sun.jmx.snmp.daemon.SnmpInformHandler is Sun proprietary API and may be removed in a future release [javac] public SnmpInformRequest makeAsyncRequest(InetAddress addr, String cs, SnmpInformHandler cb, SnmpVarBindList fullVbl, int informPort) { [javac] ^ [javac] 20 warnings dist: [mkdir] Created dir: /work/a/ports/java/icedtea6-stubs/work/jdk-7-icedtea-plugs/jdk-7-icedtea-plugs/jre/lib [jar] Building jar: /work/a/ports/java/icedtea6-stubs/work/jdk-7-icedtea-plugs/jdk-7-icedtea-plugs/jre/lib/rt-closed.jar [copy] Copying 1 file to /work/a/ports/java/icedtea6-stubs/work/jdk-7-icedtea-plugs/jdk-7-icedtea-plugs BUILD SUCCESSFUL Total time: 1 second ===> Installing for icedtea6-stubs-1.6b ===> icedtea6-stubs-1.6b depends on file: /usr/local/diablo-jdk1.6.0/bin/java - found ===> Generating temporary packing list ===> Checking if java/icedtea6-stubs already installed ===> icedtea6-stubs-1.6b is already installed You may wish to ``make deinstall'' and install this port again by ``make reinstall'' to upgrade it properly. If you really wish to overwrite the old port of java/icedtea6-stubs without deleting it first, set the variable "FORCE_PKG_REGISTER" in your environment or the "make install" command line. *** Error code 1 Stop in /a/ports/java/icedtea6-stubs. *** Error code 1 Stop in /a/ports/java/openjdk6. ================================================================ build of /usr/ports/java/openjdk6 ended at Fri May 22 04:12:28 UTC 2009 The tarballed WRKDIR can be found here: http://QAT.TecNik93.com/wrkdirs/7-STABLE-FPT-NPD/openjdk6-b16.tbz PortsMon page for the port: http://portsmon.freebsd.org/portoverview.py?category=java&portname=openjdk6 The build which triggered this BotMail was done under tinderbox-devel-3.2_4; dsversion: 3.2 on RELENG_7 on amd64, kern.smp.cpus: 4 with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- QAT - your friendly neighborhood Daemon, preparing a heck of an error trapping system: - "HMC and EOI?" - "Halt, Melt and Catch fire or Execute Operator Immediately." From tim at clewlow.org Fri May 22 04:35:44 2009 From: tim at clewlow.org (Tim Clewlow) Date: Fri May 22 04:35:51 2009 Subject: FreeBSD install failing In-Reply-To: <20090522035328.GA41989@misty.eyesbeyond.com> References: <003001c9da4a$2fdc6da0$8f9548e0$@com> <20090522035328.GA41989@misty.eyesbeyond.com> Message-ID: <1bd5f8e1d00079f7bdd189f6dc740575.squirrel@192.168.1.100> > On Thu, May 21, 2009 at 01:27:32PM -0600, Michael Goodell wrote: >> I am trying to install FreeBSD from: /usr/ports/java/diablo-jdk16 >> >> I get this message: >> >> Because of licensing restrictions, you must fetch the distribution >> manually. >> Please open http://java.sun.com/javase/downloads/index.jsp >> in a web browser and follow the "Download" link for >> "JDK US DST Timezone Update Tool - 1_3_12" to obtain the >> time zone update file, tzupdater-1_3_12-2009a.zip. >> Please place the downloaded file(s) in /usr/ports/distfiles. >> >> The problem is that the version on the site: >> http://java.sun.com/javase/downloads/index.jsp is not the same as >> what's >> required by the port. >> >> Is there a way around this? >> >> Any help would be appreciated. > > You can either update your ports collection or turn the "Update the > time > zone data" option off. > Another option is to use a search engine to find the file tzupdater-1_3_12-2009a.zip and then download it manually - as long as you have the usual md5/sha256/size checks switched on (they should be on by default) then you can safely use the file (the ports system will tell you if it doesn't pass those checks). Cheers, Tim. -- The code that never executes at all is the fastest. From dinoex at FreeBSD.org Fri May 22 09:42:52 2009 From: dinoex at FreeBSD.org (dinoex@FreeBSD.org) Date: Fri May 22 09:42:58 2009 Subject: ports/134648: [patch] java/openjdk6 reduce depenedencies on cups-base Message-ID: <200905220942.n4M9gpGu051732@freefall.freebsd.org> Synopsis: [patch] java/openjdk6 reduce depenedencies on cups-base Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-java Responsible-Changed-By: dinoex Responsible-Changed-When: Fri May 22 11:39:35 CEST 2009 Responsible-Changed-Why: - over to new maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=134648 From ronald-freebsd8 at klop.yi.org Fri May 22 12:01:39 2009 From: ronald-freebsd8 at klop.yi.org (Ronald Klop) Date: Fri May 22 12:01:50 2009 Subject: Fwd: openjdk6 error in Locale In-Reply-To: References: <21097791.14281242121898393.JavaMail.tomcat@localhost> Message-ID: On Sun, 17 May 2009 14:41:01 +0200, Ronald Klop wrote: > Hi, > > I sent this to the maintainer of the openjdk6 port, but thought it would > be good to share it with you to? > > If I run the attached programm with port java/openjdk6 (b14 and b16) I > get > this output. > displayname: Dutch > decimal: . > grouping: , > dateformat: AD > displayname: Dutch (Netherlands) > decimal: . > grouping: , > dateformat: AD > > If I run it with port java/jdk16 I get. > displayname: Dutch > decimal: , > grouping: . > dateformat: AD > displayname: Dutch (Netherlands) > decimal: , > grouping: . > dateformat: AD > > As you see the 'decimal' and 'grouping' are reverted. The last output is > correct for The Netherlands. > This is all on 7.2-STABLE/amd64. > > Can you reproduce the problem? And does anybody know how can I fix it? > > Cheers, > > Ronald. Hi, This happens for the French and German locale's also. I'm looking at differences in jdk16 and openjdk6, bug can't find it yet. I would be very happy if I knew if people could reproduce this? public static void main(String[] args) { for (Locale l : new Locale[] { new Locale("nl"), new Locale("nl", "NL") }) { System.out.println("displayname: " + l.getDisplayName()); DecimalFormat nf = (DecimalFormat)NumberFormat.getNumberInstance(l); final DecimalFormatSymbols decimalFormatSymbols = nf.getDecimalFormatSymbols(); System.out.println("decimal: " + decimalFormatSymbols.getDecimalSeparator()); System.out.println("grouping: " + decimalFormatSymbols.getGroupingSeparator()); } } Ronald. From glewis at eyesbeyond.com Fri May 22 18:52:49 2009 From: glewis at eyesbeyond.com (Greg Lewis) Date: Fri May 22 18:53:02 2009 Subject: cvs commit: ports/java/openjdk6 Makefile In-Reply-To: <20090522041230.3176F8FC4F@release.ixsystems.com> References: <200905220407.n4M47Boq029420@repoman.freebsd.org> <20090522041230.3176F8FC4F@release.ixsystems.com> Message-ID: <20090522182220.GA80919@misty.eyesbeyond.com> On Thu, May 21, 2009 at 09:12:29PM -0700, QAT@freebsd.org wrote: > The Restless Daemon identified a depend_object error while trying to build: > openjdk6-b16 maintained by java@FreeBSD.org Looks like the complaint is about the icedtea6-stubs dependency. This was removed in the next commit a couple of hours later. In fact, that port can probably be removed now (I don't think anything else depends on it). > Makefile ident: $FreeBSD: ports/java/openjdk6/Makefile,v 1.12 2009/05/22 04:07:11 glewis Exp $ > > Excerpt from http://QAT.TecNik93.com/logs/7-STABLE-FPT-NPD/openjdk6-b16.log : > > [javac] ^ > [javac] /work/a/ports/java/icedtea6-stubs/work/jdk-7-icedtea-plugs/classes/com/sun/jmx/snmp/daemon/SnmpSession.java:43: warning: com.sun.jmx.snmp.daemon.SnmpAdaptorServer is Sun proprietary API and may be removed in a future release > [javac] import com.sun.jmx.snmp.daemon.SnmpAdaptorServer; > [javac] ^ > [javac] /work/a/ports/java/icedtea6-stubs/work/jdk-7-icedtea-plugs/classes/com/sun/jmx/snmp/daemon/SnmpSession.java:44: warning: com.sun.jmx.snmp.daemon.SnmpInformHandler is Sun proprietary API and may be removed in a future release > [javac] import com.sun.jmx.snmp.daemon.SnmpInformHandler; > [javac] ^ > [javac] /work/a/ports/java/icedtea6-stubs/work/jdk-7-icedtea-plugs/classes/com/sun/jmx/snmp/daemon/SnmpSession.java:49: warning: com.sun.jmx.snmp.daemon.SnmpAdaptorServer is Sun proprietary API and may be removed in a future release > [javac] public SnmpSession(SnmpAdaptorServer server) { > [javac] ^ > [javac] /work/a/ports/java/icedtea6-stubs/work/jdk-7-icedtea-plugs/classes/com/sun/jmx/snmp/daemon/SnmpSession.java:54: warning: com.sun.jmx.snmp.daemon.SnmpInformHandler is Sun proprietary API and may be removed in a future release > [javac] public SnmpInformRequest makeAsyncRequest(InetAddress addr, String cs, SnmpInformHandler cb, SnmpVarBindList fullVbl, int informPort) { > [javac] ^ > [javac] 20 warnings > > dist: > [mkdir] Created dir: /work/a/ports/java/icedtea6-stubs/work/jdk-7-icedtea-plugs/jdk-7-icedtea-plugs/jre/lib > [jar] Building jar: /work/a/ports/java/icedtea6-stubs/work/jdk-7-icedtea-plugs/jdk-7-icedtea-plugs/jre/lib/rt-closed.jar > [copy] Copying 1 file to /work/a/ports/java/icedtea6-stubs/work/jdk-7-icedtea-plugs/jdk-7-icedtea-plugs > > BUILD SUCCESSFUL > Total time: 1 second > ===> Installing for icedtea6-stubs-1.6b > ===> icedtea6-stubs-1.6b depends on file: /usr/local/diablo-jdk1.6.0/bin/java - found > ===> Generating temporary packing list > ===> Checking if java/icedtea6-stubs already installed > ===> icedtea6-stubs-1.6b is already installed > You may wish to ``make deinstall'' and install this port again > by ``make reinstall'' to upgrade it properly. > If you really wish to overwrite the old port of java/icedtea6-stubs > without deleting it first, set the variable "FORCE_PKG_REGISTER" > in your environment or the "make install" command line. > *** Error code 1 > > Stop in /a/ports/java/icedtea6-stubs. > *** Error code 1 > > Stop in /a/ports/java/openjdk6. > ================================================================ > build of /usr/ports/java/openjdk6 ended at Fri May 22 04:12:28 UTC 2009 > > The tarballed WRKDIR can be found here: > http://QAT.TecNik93.com/wrkdirs/7-STABLE-FPT-NPD/openjdk6-b16.tbz > > PortsMon page for the port: > http://portsmon.freebsd.org/portoverview.py?category=java&portname=openjdk6 > > The build which triggered this BotMail was done under > tinderbox-devel-3.2_4; dsversion: 3.2 on RELENG_7 on amd64, kern.smp.cpus: 4 > with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the > "official" up-to-date Ports Tree, with the following vars set: > NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. > > A description of the testing process can be found here: > http://T32.TecNik93.com/FreeBSD/QA-Tindy/ > > > Thanks for your work on making FreeBSD better, > > -- > QAT - your friendly neighborhood Daemon, > preparing a heck of an error trapping system: > - "HMC and EOI?" > - "Halt, Melt and Catch fire or Execute Operator Immediately." -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From glewis at eyesbeyond.com Sat May 23 04:25:37 2009 From: glewis at eyesbeyond.com (Greg Lewis) Date: Sat May 23 04:25:45 2009 Subject: ports/134648: [patch] java/openjdk6 reduce depenedencies on cups-base In-Reply-To: <200905220942.n4M9gpGu051732@freefall.freebsd.org> References: <200905220942.n4M9gpGu051732@freefall.freebsd.org> Message-ID: <20090523043059.GA90643@misty.eyesbeyond.com> On Fri, May 22, 2009 at 11:42:51AM +0200, dinoex@freebsd.org wrote: > Synopsis: [patch] java/openjdk6 reduce depenedencies on cups-base You can reduce it even further. Check out the dependency in the jdk16 port. That will work for openjdk6 too I believe. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From ken at tydfam.jp Sun May 24 11:20:02 2009 From: ken at tydfam.jp (ken) Date: Sun May 24 11:20:09 2009 Subject: jdk16 does not allow to connect to socket Message-ID: <20090524.194252.598552788702432679.ken@tydfam.jp> Dear all, It might be a stupid question... Recent update to 7.2 release and reinstallation of jdk16/openjdk6 disabled me to connect to through sockets/ports - svn in eclipse is not usable, while I can connect to with diablo-jdk1.6.0. I rewrote /usr/local/{jdk1.6.0,openjdk6}/jre/lib/security/java.policy, but it seems that it is not reflected. What am I wrong? From ronald-freebsd8 at klop.yi.org Sun May 24 11:25:47 2009 From: ronald-freebsd8 at klop.yi.org (Ronald Klop) Date: Sun May 24 11:25:58 2009 Subject: jdk16 does not allow to connect to socket In-Reply-To: <20090524.194252.598552788702432679.ken@tydfam.jp> References: <20090524.194252.598552788702432679.ken@tydfam.jp> Message-ID: On Sun, 24 May 2009 12:42:52 +0200, ken wrote: > Dear all, > It might be a stupid question... > > Recent update to 7.2 release and reinstallation of jdk16/openjdk6 > disabled me to connect to through sockets/ports - svn in eclipse is not > usable, while I can connect to with diablo-jdk1.6.0. > I rewrote /usr/local/{jdk1.6.0,openjdk6}/jre/lib/security/java.policy, > but it seems that it is not reflected. > > What am I wrong? > _______________________________________________ > 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" Does it help if you start java with the option -Djava.net.preferIPv4Stack=true? Or if you compile openjdk6 without IPV6 support? Otherwise it helps to post the error/stacktrace. Ronald. From ken at tydfam.jp Sun May 24 13:51:41 2009 From: ken at tydfam.jp (ken) Date: Sun May 24 13:51:48 2009 Subject: jdk16 does not allow to connect to socket In-Reply-To: References: <20090524.194252.598552788702432679.ken@tydfam.jp> Message-ID: <20090524.225035.4959786962510811.ken@tydfam.jp> Thank you for your suggestion, Ronald. Yes, "JAVAVM_OPTS=-Djava.net.preferIPv4Stack=true" in /usr/local/etc/javavm_opts.conf seemingly solved the problem. I may need to watch for a while to confirm, though. I'll try openjdk6 without IPV6 support compilation, too. From bugmaster at FreeBSD.org Mon May 25 11:06:56 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon May 25 11:08:40 2009 Subject: Current problem reports assigned to freebsd-java@FreeBSD.org Message-ID: <200905251106.n4PB6tFE092860@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- f ports/134648 java [patch] java/openjdk6 reduce depenedencies on cups-bas o java/128948 java java/jdk16 built from source can't bind a socket, but o java/128809 java JVM aborted when GNU RXTX write to serial port. o java/125583 java Java gui programs stop without error message o java/123555 java linux-sun-jdk15, linux-sun-jdk16 produce a coredump o java/122513 java native JDKs unbuildable with Linux ones o java/121692 java java/jdk16: Java 1.5 1.5.0.14p8 crashes in RMI TCP Con o ports/121420 java java/jdk16: Java applet fails to find class under fire o ports/121416 java java/jdk15 can't build if BIN environment variable is o ports/120372 java java/linux-sun-jdk16: linux-sun-jre1.6.0 plugin doesn' o java/120146 java java/jdk15: netbeans 6.0 causes java core dump on amd6 o ports/119732 java java/linux-sun-jre16: linux-sun-jre16 plugin doesn't w o java/119063 java An unexpected error has been detected by Java Runtime o java/118956 java eclipse and netbeans break on diablo-jdk15 o java/118496 java Eclipse packages do not work with 6.3-RC1/amd64 o ports/116841 java cannot build java/jdk16 by using java/linux-sun-jdk16 o java/116667 java linux-sun-javac1.4 hangs on SMP o ports/116082 java java/linux-sun-jdk16 jconsole is unable to connect to o java/115773 java [request] java.nio channel selectors should use kqueue o java/114644 java tomcat goes out of PermSpace, jvm crashes o ports/113751 java java/linux-sun-jdk15: linux-sun-jdk-1.5.0.12,2 - java o ports/113467 java Multiple "missing return value" errors building JDK on o java/112595 java Java appletviewer frequently hangs (kse_release loop) o java/110912 java Java krb5 client leaks UDP connections f java/105482 java diablo-jdk1.5.0/jdk-1.5.0 java.nio.Selector bug o java/97461 java Diablo JDK does not report Update level in a format su o ports/84742 java make ports/java/jdk14 use dynamic Motif librarires s java/62837 java linux-sun-jdk14 executables hang with COMPAT_LINUX in s ports/56928 java jce-aba port should install to $JAVA_HOME/jre/lib/ext 29 problems total. From artemciy at gmail.com Mon May 25 16:37:30 2009 From: artemciy at gmail.com (ArtemGr) Date: Mon May 25 16:37:36 2009 Subject: can't draw charts in openjdk6 Message-ID: <4A1AC937.2000202@gmail.com> java.lang.Error: Probable fatal error:No fonts found. at sun.font.FontManager.getDefaultPhysicalFont(FontManager.java:1088) at sun.font.FontManager.initialiseDeferredFont(FontManager.java:967) at sun.font.CompositeFont.doDeferredInitialisation(CompositeFont.java:254) at sun.font.CompositeFont.getSlotFont(CompositeFont.java:334) at sun.font.CompositeStrike.getStrikeForSlot(CompositeStrike.java:77) at sun.font.CompositeStrike.getFontMetrics(CompositeStrike.java:93) at sun.font.FontDesignMetrics.initMatrixAndMetrics(FontDesignMetrics.java:358) at sun.font.FontDesignMetrics.(FontDesignMetrics.java:349) at sun.font.FontDesignMetrics.getMetrics(FontDesignMetrics.java:301) at sun.java2d.SunGraphics2D.getFontMetrics(SunGraphics2D.java:798) I have tried copying fontconfig.* from /usr/local/diablo-jdk1.6.0/jre/lib to /usr/local/openjdk6/jre/lib to no avail. PORTNAME= openjdk6 PORTVERSION= b16 PORTREVISION= 1 7.2-STABLE FreeBSD 7.2-STABLE #0: Mon May 25 17:56:31 MSD 2009 From chat95 at mac.com Tue May 26 08:14:46 2009 From: chat95 at mac.com (Maho NAKATA) Date: Tue May 26 08:14:53 2009 Subject: openjdk + openoffice.org In-Reply-To: <20090510210726.C9DE52840C@chen.org.nz> References: <20090510210726.C9DE52840C@chen.org.nz> Message-ID: <20090526.164036.55849859.chat95@mac.com> I just tried openjdk+openoffice.org3.1.0 on amd64/FBSD7.2 build was broken like at qadevOoo > Error: could not find libjava.so > Error: could not find Java 2 Runtime Environment. anybody can help me out? following is the more presice error log: /work/ports/editors/openoffice.org-3/work/OOO310_m11/qadevOOo/runner ------------- jar cfm ../unxfbsdx.pro/class/OOoRunnerLight.jar manifest -C ../unxfbsdx.pro/class util -C ../unxfbsdx.pro/class share -C ../unxfbsdx.pro/class stats -C ../unxfbsdx.pro/class lib -C ../unxfbsdx.pro/class complexlib -C ../unx fbsdx.pro/class helper -C ../unxfbsdx.pro/class basicrunner -C ../unxfbsdx.pro/class base -C ../unxfbsdx.pro/cla ss org/openoffice -C ../unxfbsdx.pro/class convwatch -C ../unxfbsdx.pro/class graphical Error: could not find libjava.so Error: could not find Java 2 Runtime Environment. dmake: Error code 2, while making 'LIGHT' Running processes: 0 thanks -- Nakata Maho http://accc.riken.jp/maho/ , http://ja.openoffice.org/ Nakata Maho's PGP public keys: http://accc.riken.jp/maho/maho.pgp.txt -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-java/attachments/20090526/e6239569/attachment.pgp From chat95 at mac.com Tue May 26 11:55:48 2009 From: chat95 at mac.com (Maho NAKATA) Date: Tue May 26 11:55:55 2009 Subject: openjdk dies with: could not find libjava.so as root In-Reply-To: <20090526.164036.55849859.chat95@mac.com> References: <20090510210726.C9DE52840C@chen.org.nz> <20090526.164036.55849859.chat95@mac.com> Message-ID: <20090526.205337.193713045.chat95@mac.com> Hi I cannot launch openjdk java as root # which java /usr/local/openjdk6/bin/java root# java Error: could not find libjava.so Error: could not find Java 2 Runtime Environment. root# pkg_info | grep openjdk openjdk6-b16_1 Sun\'s java 6 virtual machine release under the GPL v2 however as normal user: % which java /usr/X11R6/bin/java % java -version openjdk version "1.6.0-internal" OpenJDK Runtime Environment (build 1.6.0-internal-maho_26_may_2009_11_16-b00) OpenJDK 64-Bit Server VM (build 11.0-b17, mixed mode) strange :) best, -- Nakata Maho http://accc.riken.jp/maho/ , http://ja.openoffice.org/ Nakata Maho's PGP public keys: http://accc.riken.jp/maho/maho.pgp.txt -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-java/attachments/20090526/0053bec2/attachment.pgp From ivoras at freebsd.org Tue May 26 12:05:06 2009 From: ivoras at freebsd.org (Ivan Voras) Date: Tue May 26 12:05:14 2009 Subject: tomcat41 dies? Message-ID: Hi, I cannot get tomcat41 to work reliably - it boots up, I can access its pages for about a minute (it varies, possibly something like X seconds from last page reload) and then it apparently shuts down on its own. It doesn't seem to crash - it looks like it shuts down nicely, or at least that's what I can conclude based on this stdout log: 2009.05.26 12:48:29 org.apache.coyote.http11.Http11BaseProtocol init INFO: Initializing Coyote HTTP/1.1 on http-8080 Starting service Tomcat-Standalone Apache Tomcat/4.1.36 2009.05.26 12:48:31 org.apache.coyote.http11.Http11BaseProtocol start INFO: Starting Coyote HTTP/1.1 on http-8080 2009.05.26 12:48:31 org.apache.jk.common.ChannelSocket init INFO: JK: ajp13 listening on /0.0.0.0:8009 2009.05.26 12:48:31 org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=0/76 config=null Stopping service Tomcat-Standalone 2009.05.26 12:48:36 org.apache.coyote.http11.Http11BaseProtocol destroy INFO: Stopping Coyote HTTP/1.1 on http-8080 I've just reinstalled it and this is the whole contents of stdout.log. System details: # java -version java version "1.6.0_07" Diablo Java(TM) SE Runtime Environment (build 1.6.0_07-b02) Diablo Java HotSpot(TM) Server VM (build 10.0-b23, mixed mode) # uname -a FreeBSD f 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC 2009 root@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 Any ideas? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 260 bytes Desc: OpenPGP digital signature Url : http://lists.freebsd.org/pipermail/freebsd-java/attachments/20090526/8a25e28d/signature.pgp From achill at matrix.gatewaynet.com Tue May 26 12:19:02 2009 From: achill at matrix.gatewaynet.com (Achilleas Mantzios) Date: Tue May 26 12:19:09 2009 Subject: openjdk dies with: could not find libjava.so as root In-Reply-To: <20090526.205337.193713045.chat95@mac.com> References: <20090510210726.C9DE52840C@chen.org.nz> <20090526.164036.55849859.chat95@mac.com> <20090526.205337.193713045.chat95@mac.com> Message-ID: <200905261503.11498.achill@matrix.gatewaynet.com> ???? Tuesday 26 May 2009 14:53:37 ?/? Maho NAKATA ??????: > Hi > I cannot launch openjdk java as root > > # which java > /usr/local/openjdk6/bin/java > root# java > Error: could not find libjava.so > Error: could not find Java 2 Runtime Environment. > root# pkg_info | grep openjdk > openjdk6-b16_1 Sun\'s java 6 virtual machine release under the GPL v2 > > however as normal user: > % which java > /usr/X11R6/bin/java > % java -version > openjdk version "1.6.0-internal" > OpenJDK Runtime Environment (build 1.6.0-internal-maho_26_may_2009_11_16-b00) > OpenJDK 64-Bit Server VM (build 11.0-b17, mixed mode) Are /usr/X11R6/bin/java and /usr/local/openjdk6/bin/java the same executable? How about ldd /usr/X11R6/bin/java ldd /usr/local/openjdk6/bin/java > > strange :) > best, > -- Nakata Maho http://accc.riken.jp/maho/ , http://ja.openoffice.org/ > Nakata Maho's PGP public keys: http://accc.riken.jp/maho/maho.pgp.txt > -- Achilleas Mantzios From ivoras at freebsd.org Tue May 26 13:11:12 2009 From: ivoras at freebsd.org (Ivan Voras) Date: Tue May 26 13:11:18 2009 Subject: tomcat41 dies? In-Reply-To: References: Message-ID: Ivan Voras wrote: > > # java -version > java version "1.6.0_07" > Diablo Java(TM) SE Runtime Environment (build 1.6.0_07-b02) > Diablo Java HotSpot(TM) Server VM (build 10.0-b23, mixed mode) > > # uname -a > FreeBSD f 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC > 2009 root@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 Ok, I got the developer to look at it and he claimed tomcat41 doesn't work with java 6 so we upgraded to tomcat 6 and fixed the application incompatibilities. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 260 bytes Desc: OpenPGP digital signature Url : http://lists.freebsd.org/pipermail/freebsd-java/attachments/20090526/2605d06f/signature.pgp From jonc at chen.org.nz Tue May 26 19:01:50 2009 From: jonc at chen.org.nz (Jonathan Chen) Date: Tue May 26 19:01:56 2009 Subject: openjdk dies with: could not find libjava.so as root In-Reply-To: <20090526.205337.193713045.chat95@mac.com> References: <20090510210726.C9DE52840C@chen.org.nz> <20090526.164036.55849859.chat95@mac.com> <20090526.205337.193713045.chat95@mac.com> Message-ID: <20090526190055.GA17574@osiris.chen.org.nz> On Tue, May 26, 2009 at 08:53:37PM +0900, Maho NAKATA wrote: > Hi > I cannot launch openjdk java as root > > # which java > /usr/local/openjdk6/bin/java > root# java > Error: could not find libjava.so > Error: could not find Java 2 Runtime Environment. > root# pkg_info | grep openjdk > openjdk6-b16_1 Sun\'s java 6 virtual machine release under the GPL v2 > > however as normal user: > % which java > /usr/X11R6/bin/java > % java -version > openjdk version "1.6.0-internal" > OpenJDK Runtime Environment (build 1.6.0-internal-maho_26_may_2009_11_16-b00) > OpenJDK 64-Bit Server VM (build 11.0-b17, mixed mode) > Something strange about your environment? On my system it looks like: osiris-~,6:59am> which java /usr/local/bin/java osiris-~,6:59am> java -version openjdk version "1.6.0-internal" OpenJDK Runtime Environment (build 1.6.0-internal-root_24_may_2009_16_24-b00) OpenJDK 64-Bit Server VM (build 11.0-b17, mixed mode) osiris-~,6:59am> su - Password: osiris-~,6:59am# which java /usr/local/bin/java osiris-~,6:59am# java -version openjdk version "1.6.0-internal" OpenJDK Runtime Environment (build 1.6.0-internal-root_24_may_2009_16_24-b00) OpenJDK 64-Bit Server VM (build 11.0-b17, mixed mode) Is you LD_LIBRARY_PATH set? -- Jonathan Chen ---------------------------------------------------------------------- Power corrupts, Absolute Power is pretty neat From ronald-freebsd8 at klop.yi.org Sun May 31 14:15:45 2009 From: ronald-freebsd8 at klop.yi.org (Ronald Klop) Date: Sun May 31 14:15:58 2009 Subject: openjdk dies with: could not find libjava.so as root In-Reply-To: <20090526.205337.193713045.chat95@mac.com> References: <20090510210726.C9DE52840C@chen.org.nz> <20090526.164036.55849859.chat95@mac.com> <20090526.205337.193713045.chat95@mac.com> Message-ID: On Tue, 26 May 2009 13:53:37 +0200, Maho NAKATA wrote: > Hi > I cannot launch openjdk java as root > > # which java > /usr/local/openjdk6/bin/java > root# java > Error: could not find libjava.so > Error: could not find Java 2 Runtime Environment. > root# pkg_info | grep openjdk > openjdk6-b16_1 Sun\'s java 6 virtual machine release under the GPL > v2 > > however as normal user: > % which java > /usr/X11R6/bin/java > % java -version > openjdk version "1.6.0-internal" > OpenJDK Runtime Environment (build > 1.6.0-internal-maho_26_may_2009_11_16-b00) > OpenJDK 64-Bit Server VM (build 11.0-b17, mixed mode) > > strange :) > best,ls -l /usr/X11R6 lrwxr-xr-x 1 root wheel 10 Oct 26 2008 /usr/X11R6@ -> /usr/local > -- Nakata Maho http://accc.riken.jp/maho/ , http://ja.openoffice.org/ > Nakata Maho's PGP public keys: http://accc.riken.jp/maho/maho.pgp.txt I recommend removing /usr/X11R6/bin from all your paths. It isn't used for several years now. ls -l /usr/X11R6 lrwxr-xr-x 1 root wheel 10 Oct 26 2008 /usr/X11R6@ -> /usr/local Removing it will give you one less possibility for failure because the PATH is ambigious now. Ronald. From dms at samersoff.net Sun May 31 15:40:59 2009 From: dms at samersoff.net (Dmitry Samersoff) Date: Sun May 31 15:41:07 2009 Subject: openjdk dies with: could not find libjava.so as root In-Reply-To: <20090526.205337.193713045.chat95@mac.com> References: <20090510210726.C9DE52840C@chen.org.nz> <20090526.164036.55849859.chat95@mac.com> <20090526.205337.193713045.chat95@mac.com> Message-ID: <4A22A501.3030401@samersoff.net> Maho, Run truss and see what happens ... -Dmitry Maho NAKATA wrote: > Hi > I cannot launch openjdk java as root > > # which java > /usr/local/openjdk6/bin/java > root# java > Error: could not find libjava.so > Error: could not find Java 2 Runtime Environment. > root# pkg_info | grep openjdk > openjdk6-b16_1 Sun\'s java 6 virtual machine release under the GPL v2 > > however as normal user: > % which java > /usr/X11R6/bin/java > % java -version > openjdk version "1.6.0-internal" > OpenJDK Runtime Environment (build 1.6.0-internal-maho_26_may_2009_11_16-b00) > OpenJDK 64-Bit Server VM (build 11.0-b17, mixed mode) > > strange :) > best, > -- Nakata Maho http://accc.riken.jp/maho/ , http://ja.openoffice.org/ > Nakata Maho's PGP public keys: http://accc.riken.jp/maho/maho.pgp.txt -- Dmitry Samersoff dms@samersoff.net, http://devnull.samersoff.net * There will come soft rains ... From naylor.b.david at gmail.com Sun May 31 21:06:12 2009 From: naylor.b.david at gmail.com (David Naylor) Date: Sun May 31 21:06:18 2009 Subject: OpenJDK6 and a cyclic dependancy Message-ID: <200905312242.16615.naylor.b.david@gmail.com> Hi, With a clean installation and setting openjdk6 as the default by: # cat >> /etc/make.conf << _EOF JAVA_VERSION?=1.6 JAVA_OS?=native JAVA_VENDOR?=openjdk _EOF I get a cyclic dependency when trying to build java/openjdk6. openjdk6 depends on apache-ant which depends on openjdk6 (and so on). Apologies if this is a know problem, I thought I should mention it since (it has been suggested that) openjdk6 is to become the default. Wouldn't a solution be to make apache-ant build within openjdk6 [as a pre-ish-build stage] (and thus not depend on the port). Regards, David P.S. I'm not subscribed to the mailing list -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part. Url : http://lists.freebsd.org/pipermail/freebsd-java/attachments/20090531/7bc72785/attachment.pgp