From owner-freebsd-java Fri May 31 8:57:44 2002 Delivered-To: freebsd-java@freebsd.org Received: from ext-nj2gw-2.online-age.net (ext-nj2gw-2.online-age.net [216.35.73.164]) by hub.freebsd.org (Postfix) with ESMTP id 3BC4337B401 for ; Fri, 31 May 2002 08:57:35 -0700 (PDT) Received: from int-nj2gw-4.online-age.net (int-nj2gw-4 [3.159.236.68]) by ext-nj2gw-2.online-age.net (8.9.3+Sun/8.9.1/990426-RLH) with ESMTP id LAA07870; Fri, 31 May 2002 11:57:33 -0400 (EDT) Received: from crdns.crd.ge.com (localhost [127.0.0.1]) by int-nj2gw-4.online-age.net (8.9.3+Sun/8.9.1/990426-RLH) with ESMTP id LAA18321; Fri, 31 May 2002 11:57:32 -0400 (EDT) Received: from exc01crdge.crd.ge.com (exc01crdge.crd.ge.com [3.1.116.47]) by crdns.crd.ge.com (8.11.6/8.11.6) with ESMTP id g4VFvUM01868; Fri, 31 May 2002 11:57:31 -0400 (EDT) Received: by exc01crdge.crd.ge.com with Internet Mail Service (5.5.2653.19) id ; Fri, 31 May 2002 11:57:30 -0400 Message-ID: From: "Lapinski, Michael (Research)" To: "'Gunnar Flygt'" Cc: freebsd-java@freebsd.org Subject: RE: RE: Java with mozilla Date: Fri, 31 May 2002 11:57:29 -0400 X-Mailer: Internet Mail Service (5.5.2653.19) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org try to put in the ip of the machine your testing with instead of sr.korsord.se, the error is related to DNS nothign to do with java. The jvm is starting up and trying to load the applet classes, but seems to not be able to resolve sr.korsad.se. -mtl -------------------------------------------------- Michael Lapinski Computer Scientist GE Corporate Research & Development "I think there is a world market for maybe five computers." - IBM Chairman Thomas Watson, 1943 -----Original Message----- From: Gunnar Flygt [mailto:flygt@sr.se] Sent: Friday, May 31, 2002 11:21 AM To: Lapinski, Michael (Research) Cc: freebsd-java@freebsd.org Subject: Re: RE: Java with mozilla On Fri, May 31, 2002 at 10:27:27AM -0400, Lapinski, Michael (Research) wrote: > hi, > does the java console show anything at all ? Yes. This: load: class Melodikryss.class not found. java.lang.ClassNotFoundException: java.net.UnknownHostException: sr.korsord.se at java.net.InetAddress.getAllByName0(InetAddress.java:571) at java.net.InetAddress.getAllByName0(InetAddress.java:540) at java.net.InetAddress.getByName(InetAddress.java:449) at java.net.Socket.(Socket.java:100) at sun.net.NetworkClient.doConnect(NetworkClient.java:50) at sun.plugin.protocol.jdk12.http.HttpClient.doConnect(HttpClient.java:97) at sun.net.www.http.HttpClient.openServer(HttpClient.java:331) at sun.net.www.http.HttpClient.openServer(HttpClient.java:517) at sun.net.www.http.HttpClient.(HttpClient.java:267) at sun.net.www.http.HttpClient.(HttpClient.java:228) at sun.plugin.protocol.jdk12.http.HttpClient.(HttpClient.java:57) at sun.plugin.protocol.jdk12.http.HttpClient.New(HttpClient.java:69) at sun.plugin.protocol.jdk12.http.HttpURLConnection.privBlock(HttpURLConnection.java:113) at sun.plugin.protocol.jdk12.http.HttpURLConnection$PrivilegedBlockAction.run(HttpURLConnection.java:402 ) at java.security.AccessController.doPrivileged(Native Method) at sun.plugin.protocol.jdk12.http.HttpURLConnection.connect(HttpURLConnection.java:148) at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(HttpURLConnection.java:321) at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:230) at sun.applet.AppletClassLoader.getBytes(AppletClassLoader.java:218) at sun.applet.AppletClassLoader.access$100(AppletClassLoader.java:41) at sun.applet.AppletClassLoader$1.run(AppletClassLoader.java:137) at java.security.AccessController.doPrivileged(Native Method) at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:134) at sun.plugin.security.PluginClassLoader.findClass(PluginClassLoader.java:252) at java.lang.ClassLoader.loadClass(ClassLoader.java:297) at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:108) at java.lang.ClassLoader.loadClass(ClassLoader.java:253) at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:378) at sun.applet.AppletPanel.createApplet(AppletPanel.java:579) at sun.plugin.AppletViewer.createApplet(AppletViewer.java:1178) at sun.applet.AppletPanel.runLoader(AppletPanel.java:515) at sun.applet.AppletPanel.run(AppletPanel.java:293) at sun.plugin.navig.motif.MotifAppletViewer.maf_run(MotifAppletViewer.java:127) at sun.plugin.navig.motif.MotifAppletViewer.run(MotifAppletViewer.java:123) at java.lang.Thread.run(Thread.java:484) ? > > -mtl > > -------------------------------------------------- > Michael Lapinski > Computer Scientist > GE Corporate Research & Development > > > "I think there is a world market for maybe five computers." > - IBM Chairman Thomas Watson, 1943 > > > -----Original Message----- > From: Gunnar Flygt [mailto:flygt@sr.se] > Sent: Friday, May 31, 2002 4:05 AM > To: freebsd-java@FreeBSD.ORG > Subject: Java with mozilla > > > Maybe this is trivial, but I've found no solution to it. I've installed > the Native FreeBSD jdk1.3.1 with good result. All apps in the examples > work fine. What is not working is the plugin in mozilla. I've added > JAVA_HOME=/usr/local/jdk1.3.1 to my environment, but when coming to a > java-page on the internet, I see the grey screen with "Loading Java Applet" > and in the status bar I see: Start: applet not initialized > > And that's it > > Any help available? > > -- > __o > regards, Gunnar ---_ \<,_ > email: flygt@sr.se ---- (_)/ (_) > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message -- __o regards, Gunnar ---_ \<,_ email: flygt@sr.se ---- (_)/ (_) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message