Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
Justin.Holdsworth  
#1 Posted : Monday, March 31, 2008 12:23:40 AM(UTC)
Justin.Holdsworth

Rank: Newbie

Groups: Member
Joined: 3/30/2008(UTC)
Posts: 2

Hi,

Am using Apache 2.2.x and the java version of Image Uploader 5.1. The Apache access and error logs are getting a series of 404 errors each time the IM object is created in the web page.

An example error message is shown below:

GET /im/sun/awt/windows/WImage.class HTTP/1.1" 404 229

The /im directory contains my test file, the .js, .jar and .cab files. The test file sets the javaAppletCodeBase property to "./".

Have I missed something or is this a bug ?

Cheers
Justin
Alex Makhov  
#2 Posted : Monday, March 31, 2008 6:16:57 PM(UTC)
Alex Makhov

Rank: Advanced Member

Groups: Member
Joined: 8/3/2003(UTC)
Posts: 998

Hello Justin,

This file is called for to create the WImage class in reflection mechanism. We have improved this behavior in Image Uploader 5.1.10.0 which will be available soon and now the WImage.class file request will be sent only one time.
Sincerely yours,
Alex Makhov

UserPostedImage Follow Aurigma on Twitter!
Justin.Holdsworth  
#3 Posted : Monday, March 31, 2008 6:30:06 PM(UTC)
Justin.Holdsworth

Rank: Newbie

Groups: Member
Joined: 3/30/2008(UTC)
Posts: 2

Thanks for the rapid explanation. Will download 5.1.1 when it's available (the client I am working for likes the product btw).

Justin
zoomphoto  
#4 Posted : Friday, April 4, 2008 12:58:15 PM(UTC)
zoomphoto

Rank: Member

Groups: Member
Joined: 4/4/2008(UTC)
Posts: 11

I am on v5.1.10.0 and I see that same 404 in my error logs.
Alex Makhov  
#5 Posted : Friday, April 4, 2008 1:53:50 PM(UTC)
Alex Makhov

Rank: Advanced Member

Groups: Member
Joined: 8/3/2003(UTC)
Posts: 998

Hello,

Yes, one attempt to load WImage.class file is still there. But only one. We will have to write our own class loader or get rid of using of this class. Both cases would take some time.
Sincerely yours,
Alex Makhov

UserPostedImage Follow Aurigma on Twitter!
Julian Ray  
#6 Posted : Monday, April 7, 2008 11:02:13 PM(UTC)
Julian Ray

Rank: Newbie

Groups: Member
Joined: 4/7/2008(UTC)
Posts: 1

Can I just create a file with that name and some contents on the server so that the logs will be clean?

BTW, I can see these requested files in the logs also (both ActiveX & Java versions are in /applets/):

/applets/META-INF/services/javax.imageio.spi.ImageWriterSpi
/applets/META-INF/services/javax.imageio.spi.ImageReaderSpi
/applets/META-INF/services/javax.imageio.spi.ImageOutputStreamSpi
/applets/META-INF/services/javax.imageio.spi.ImageInputStreamSpi
/applets/META-INF/services/javax.imageio.spi.ImageTranscoderSpi
/applets/sun/awt/windows/WImage.class
../com.aurigma.imageuploader.ImageUploader.class

Thanks.
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.