(embedded) Gallery Remote - path problems?

tingo

Joined: 2004-05-27
Posts: 11
Posted: Fri, 2004-05-28 00:17

I have noticed some error messages about files that does not exist (actually Java classes) in the webserver log when I try to use the GR applet (embedde in the upload page) for uploading, see attached file. I use Gallery 1.4.3 embedded in Geeklog, and the whole runs under Apache on a FreeBSD machine.
Are these errors real, and if so, who can I fix them?

AttachmentSize
gr_weblog.txt789 bytes
 
tingo

Joined: 2004-05-27
Posts: 11
Posted: Fri, 2004-05-28 00:20

Oh, I forgot a detail; in the file path (in the error message), everything afyter the first '../gallery/' is bogus, that is , there is no subdirectory in my gallery directory called 'com'.

 
paour
paour's picture

Joined: 2002-08-14
Posts: 1479
Posted: Fri, 2004-05-28 02:03

tingo, the errors are a normal part of the Java classloader looking for files. It's not a problem.

 
tingo

Joined: 2004-05-27
Posts: 11
Posted: Fri, 2004-05-28 09:40

Good to know. :-)