Re: Loading of allaire.controls2.CFTreeApplet.class fails

2003-03-10 Thread Benjamin Petz [rotorMedien]
I've already Patch the Coldfusion System, thats. Thanks for that
tip, Neil.

The Problem was, that the permissions of the CFJava2.jar-file
arent right! Setting this correct, leads thereto that the CFTree Applet
run super-duper ;)


Benjamin Petz

On Wed, 5 Feb 2003 12:53:12 - 
Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote:
 Yes, 
 
 check out :
 
 http://www.macromedia.com/v1/Handlers/index.cfm?ID=20371Method=Full#50
 
 I think its the one which resolves the way an applet loads when it has a JRE
 greater than 1.3.x
 

-- 
rotor°Mediengruppe

Wissinger Hoefe - Pfuelstr. 5 - 10997 Berlin
fon (030) 61 79 190 - fax (030) 61 79 1999

360°communication - http://www.rotor-medien.de

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Loading of allaire.controls2.CFTreeApplet.class fails

2003-02-05 Thread Benjamin Petz [rotorMedien]
Hi 


We wanna use the cftree and cftreeitem tag. By coding this, the ColdFusion Server
doesnt find the Java-Class-File allaire.controls2.CFTreeApplet.class. This
file doesnt exist on the Server. There is only a directory called allaire/controls/, 
but
there is no CFTreeApplet.class file. 
We use Cold Fusion 5.0 Professional on a linux box.

I havent found anything on the net. Do you have any suggestions?


Error message from Java Console..
===
Java(TM) Plug-in: Version 1.4.1_01
Verwendung der JRE-Version 1.4.1_01 Java HotSpot(TM) Client VM
Home-Verzeichnis des Benutzers = ...
Proxy-Konfiguration:Kein Proxy


java.io.FileNotFoundException: http://...CFIDE/classes/CFJava2.jar
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.plugin.net.protocol.http.HttpURLConnection.getInputStream(Unknown 
Source)
at sun.plugin.net.protocol.http.HttpUtils.followRedirects(Unknown Source)
at sun.plugin.cache.CachedJarLoader.download(Unknown Source)
at sun.plugin.cache.CachedJarLoader.load(Unknown Source)
at sun.plugin.cache.JarCache.get(Unknown Source)
at sun.plugin.net.protocol.jar.CachedJarURLConnection.connect(Unknown Source)
at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFile(Unknown 
Source)
at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)
at sun.misc.URLClassPath$JarLoader.init(Unknown Source)
at sun.misc.URLClassPath$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.misc.URLClassPath.getLoader(Unknown Source)
at sun.misc.URLClassPath.getLoader(Unknown Source)
at sun.misc.URLClassPath.getResource(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Laden: Klasse allaire.controls2.CFTreeApplet.class nicht gefunden
^^
java.lang.ClassNotFoundException: allaire.controls2.CFTreeApplet.class
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: open HTTP connection failed.
at sun.applet.AppletClassLoader.getBytes(Unknown Source)
at sun.applet.AppletClassLoader.access$100(Unknown Source)
at sun.applet.AppletClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
... 11 more
===



Thanks

Benjamin Petz
-- 
rotor°Mediengruppe

Wissinger Hoefe - Pfuelstr. 5 - 10997 Berlin
fon (030) 61 79 190 - fax (030) 61 79 1999

360°communication - http://www.rotor-medien.de

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Loading of allaire.controls2.CFTreeApplet.class fails

2003-02-05 Thread Robertson-Ravo, Neil (RX)
Yep, we have the same problem, which I am sure is resolved by one of the
many CF5 updates.

-Original Message-
From: Benjamin Petz [rotorMedien] [mailto:[EMAIL PROTECTED]]
Sent: 05 February 2003 12:37
To: CF-Talk
Subject: Loading of allaire.controls2.CFTreeApplet.class fails


Hi 


We wanna use the cftree and cftreeitem tag. By coding this, the ColdFusion
Server
doesnt find the Java-Class-File allaire.controls2.CFTreeApplet.class. This
file doesnt exist on the Server. There is only a directory called
allaire/controls/, but
there is no CFTreeApplet.class file. 
We use Cold Fusion 5.0 Professional on a linux box.

I havent found anything on the net. Do you have any suggestions?


Error message from Java Console..
===
Java(TM) Plug-in: Version 1.4.1_01
Verwendung der JRE-Version 1.4.1_01 Java HotSpot(TM) Client VM
Home-Verzeichnis des Benutzers = ...
Proxy-Konfiguration:Kein Proxy


java.io.FileNotFoundException: http://...CFIDE/classes/CFJava2.jar
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at
sun.plugin.net.protocol.http.HttpURLConnection.getInputStream(Unknown
Source)
at sun.plugin.net.protocol.http.HttpUtils.followRedirects(Unknown
Source)
at sun.plugin.cache.CachedJarLoader.download(Unknown Source)
at sun.plugin.cache.CachedJarLoader.load(Unknown Source)
at sun.plugin.cache.JarCache.get(Unknown Source)
at
sun.plugin.net.protocol.jar.CachedJarURLConnection.connect(Unknown Source)
at
sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFile(Unknown
Source)
at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)
at sun.misc.URLClassPath$JarLoader.init(Unknown Source)
at sun.misc.URLClassPath$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.misc.URLClassPath.getLoader(Unknown Source)
at sun.misc.URLClassPath.getLoader(Unknown Source)
at sun.misc.URLClassPath.getResource(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Laden: Klasse allaire.controls2.CFTreeApplet.class nicht gefunden
^^
java.lang.ClassNotFoundException: allaire.controls2.CFTreeApplet.class
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: open HTTP connection failed.
at sun.applet.AppletClassLoader.getBytes(Unknown Source)
at sun.applet.AppletClassLoader.access$100(Unknown Source)
at sun.applet.AppletClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
... 11 more
===



Thanks

Benjamin Petz
-- 
rotor°Mediengruppe

Wissinger Hoefe - Pfuelstr. 5 - 10997 Berlin
fon (030) 61 79 190 - fax (030) 61 79 1999

360°communication - http://www.rotor-medien.de


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Loading of allaire.controls2.CFTreeApplet.class fails

2003-02-05 Thread Robertson-Ravo, Neil (RX)
Yes, 

check out :

http://www.macromedia.com/v1/Handlers/index.cfm?ID=20371Method=Full#50

I think its the one which resolves the way an applet loads when it has a JRE
greater than 1.3.x

-Original Message-
From: Benjamin Petz [rotorMedien] [mailto:[EMAIL PROTECTED]]
Sent: 05 February 2003 12:37
To: CF-Talk
Subject: Loading of allaire.controls2.CFTreeApplet.class fails


Hi 


We wanna use the cftree and cftreeitem tag. By coding this, the ColdFusion
Server
doesnt find the Java-Class-File allaire.controls2.CFTreeApplet.class. This
file doesnt exist on the Server. There is only a directory called
allaire/controls/, but
there is no CFTreeApplet.class file. 
We use Cold Fusion 5.0 Professional on a linux box.

I havent found anything on the net. Do you have any suggestions?


Error message from Java Console..
===
Java(TM) Plug-in: Version 1.4.1_01
Verwendung der JRE-Version 1.4.1_01 Java HotSpot(TM) Client VM
Home-Verzeichnis des Benutzers = ...
Proxy-Konfiguration:Kein Proxy


java.io.FileNotFoundException: http://...CFIDE/classes/CFJava2.jar
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at
sun.plugin.net.protocol.http.HttpURLConnection.getInputStream(Unknown
Source)
at sun.plugin.net.protocol.http.HttpUtils.followRedirects(Unknown
Source)
at sun.plugin.cache.CachedJarLoader.download(Unknown Source)
at sun.plugin.cache.CachedJarLoader.load(Unknown Source)
at sun.plugin.cache.JarCache.get(Unknown Source)
at
sun.plugin.net.protocol.jar.CachedJarURLConnection.connect(Unknown Source)
at
sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFile(Unknown
Source)
at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)
at sun.misc.URLClassPath$JarLoader.init(Unknown Source)
at sun.misc.URLClassPath$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.misc.URLClassPath.getLoader(Unknown Source)
at sun.misc.URLClassPath.getLoader(Unknown Source)
at sun.misc.URLClassPath.getResource(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Laden: Klasse allaire.controls2.CFTreeApplet.class nicht gefunden
^^
java.lang.ClassNotFoundException: allaire.controls2.CFTreeApplet.class
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: open HTTP connection failed.
at sun.applet.AppletClassLoader.getBytes(Unknown Source)
at sun.applet.AppletClassLoader.access$100(Unknown Source)
at sun.applet.AppletClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
... 11 more
===



Thanks

Benjamin Petz
-- 
rotor°Mediengruppe

Wissinger Hoefe - Pfuelstr. 5 - 10997 Berlin
fon (030) 61 79 190 - fax (030) 61 79 1999

360°communication - http://www.rotor-medien.de


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4