Closed (fixed)
Project:
Multiple Image Upload
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
19 Nov 2007 at 22:31 UTC
Updated:
11 Mar 2010 at 09:06 UTC
I just installed your module on a pretty new installation of Drupal 5.3, there is only the image modul und the Juploader installed.
When i want to create new images the applet isn't loaded. Even my whole firefox breaks down, in the IE i can at least see what the page looks like.
I have to say, i really like it. It looks perfect to me, but just doesn't work somehow.
Here is what Java gave me:
java.lang.ClassNotFoundException: Main.class
at sun.applet.AppletClassLoader.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)
... 10 more
please help me out.
Comments
Comment #1
sdrycroft commentedCan you supply me with a link?
This looks to me like the URL to the applet jar file isn't quite right.
If you look at the source code for the page (when adding images), you should be able to find a URL which ends "postlet.jar". Is this URL valid (can you copy and paste it into a browser, and download the postlet.jar file)?
Simon
Comment #2
mkruisselbrink commentedI have the same problem as the original reporter, and in my case the url from which it tries to load the .jar is http://localhost:8888/drupaltest/?q=sites/all/modules/imagex/postlet/pos..., which results in a 404 as expected. When I try the same url without the ?q= part it can find it, so I expect it also will work correctly when using clean urls.
Comment #3
sdrycroft commentedThis is hopefully fixed by v1.1.
Please test and confirm if it is or isn't fixed.
Simon
Comment #4
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #5
nimzie commentedI am wondering if I can reopen this.
I've got the imagex module installed (newest version) in Drupal 5.7. When I go the multiple image upload screen, I am greeted with a red x, and noinit message from Java. I've installed the newest Java Platform and it seems to be working.
In Drupal, here is the output code:
the folder lifetrek/imagex/upload exists - is empty and has 777 permissions. I'm not sure if that affects things.
Cheers,
Adam
Comment #6
sdrycroft commentedDoes the URL actually resolve to the Applet i.e. can you download the applet to your browser using that URL? If so, then I'll need to investigate this a little further.
Simon
Comment #7
nimzie commentedCan you elaborate on which URL I should be trying to resolve to the applet?
For instance - the live link to the applet is:
http://shorelineconsulting.ca/lifetrek/sites/all/modules/imagex/postlet/...
Hitting that, Firefox asks me to download the jar file.
Comment #8
nimzie commentedif I go to http://shorelineconsulting.ca/lifetrek/imagex/imagex in IE6, it loads. If I upload through the tool, it goes through the upload process but the files appear nowhere.
Is this supposed to work in FF 3.0.3. ?
Thanks,
adam
Comment #9
alexpz commentedI installed imagex but I can't make it work. When i try to upload images it says uploaded complete but i can't locate the images that i try to upload. It seems that it didn't uploaded the images. Am i missing something or configuration? Can you help me out with this one. I also found out that some has make it work.
Thanks,
Alex
Comment #10
sdrycroft commentedThis looks like it is an issue with the applet. Can you attach the output of the Java Console (How can I see the Java Console?).
Comment #11
gregglesrestoring the issue title.
Comment #12
sdrycroft commented