Welcome, Guest
Please Login or Register.    Lost Password?

Jupload works in 1.0a or needs to be configured?
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Jupload works in 1.0a or needs to be configured?
#1448
Jupload works in 1.0a or needs to be configured? 1 Year, 5 Months ago Karma: 0
I can nominate to upload files via Jupload, drag files into the Jupload area and upload them. When they have finished uploading they are nowhere to be found.

What do I need to do to make this functional?
Stuart Hunter
Fresh Boarder
Posts: 15
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Townsville, Australia
The administrator has disabled public write access.
 
#1450
Re:Jupload works in 1.0a or needs to be configured? 1 Year, 5 Months ago Karma: 28
Should just work.

Any errors in your Apache logs?

B0zz
Owl DEV Team
Moderator
Posts: 2220
graph
User Offline Click here to see the profile of this user
Gender: Male b0zzit Location: Ottawa, Ontario, Canada
The administrator has disabled public write access.
 
#1456
Re:Jupload works in 1.0a or needs to be configured? 1 Year, 5 Months ago Karma: 0
Relevant lines from Apache error log

[Sat Apr 04 09:56:22 2009] [error] [client 127.0.0.1] File does not exist: C:/Program Files/Apache2.2/htdocs/Intranet-1.0a/jupload/wjhk
[Sat Apr 04 09:56:38 2009] [error] [client 127.0.0.1] PHP Fatal error: Call to undefined function mhash() in C:\\Program Files\\Apache2.2\\htdocs\\Intranet-1.0a\\lib\\owl.lib.php(6544) : eval()'d code on line 1
[Sat Apr 04 09:56:55 2009] [error] [client 127.0.0.1] File does not exist: C:/Program Files/Apache2.2/htdocs/Intranet-1.0a/jupload/wjhk
[Sat Apr 04 09:57:12 2009] [error] [client 127.0.0.1] PHP Fatal error: Call to undefined function mhash() in C:\\Program Files\\Apache2.2\\htdocs\\Intranet-1.0a\\lib\\owl.lib.php(6544) : eval()'d code on line 1
[Sat Apr 04 09:59:15 2009] [error] [client 127.0.0.1] File does not exist: C:/Program Files/Apache2.2/htdocs/Intranet-1.0a/jupload/wjhk
[Sat Apr 04 09:59:30 2009] [error] [client 127.0.0.1] PHP Fatal error: Call to undefined function mhash() in C:\\Program Files\\Apache2.2\\htdocs\\Intranet-1.0a\\lib\\owl.lib.php(6544) : eval()'d code on line 1
Stuart Hunter
Fresh Boarder
Posts: 15
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Townsville, Australia
The administrator has disabled public write access.
 
#1457
Re:Jupload works in 1.0a or needs to be configured? 1 Year, 5 Months ago Karma: 0
Enabled mhach in php.ini and now get the following in the Apache error log

[Sat Apr 04 10:12:09 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Sat Apr 04 10:12:09 2009] [notice] Child 2176: Exit event signaled. Child process is ending.
[Sat Apr 04 10:12:10 2009] [notice] Child 2176: Released the start mutex
[Sat Apr 04 10:12:11 2009] [notice] Child 2176: Waiting for 250 worker threads to exit.
[Sat Apr 04 10:12:11 2009] [notice] Child 2176: All worker threads have exited.
[Sat Apr 04 10:12:11 2009] [notice] Child 2176: Child process is exiting
[Sat Apr 04 10:12:11 2009] [notice] Parent: Child process exited successfully.
[Sat Apr 04 10:12:17 2009] [notice] Digest: generating secret for digest authentication ...
[Sat Apr 04 10:12:17 2009] [notice] Digest: done
[Sat Apr 04 10:12:18 2009] [notice] Apache/2.2.6 (Win32) PHP/5.2.5 configured -- resuming normal operations
[Sat Apr 04 10:12:18 2009] [notice] Server built: Sep 5 2007 08:58:56
[Sat Apr 04 10:12:18 2009] [notice] Parent: Created child process 3120
[Sat Apr 04 10:12:19 2009] [notice] Digest: generating secret for digest authentication ...
[Sat Apr 04 10:12:19 2009] [notice] Digest: done
[Sat Apr 04 10:12:20 2009] [notice] Child 3120: Child process is running
[Sat Apr 04 10:12:20 2009] [notice] Child 3120: Acquired the start mutex.
[Sat Apr 04 10:12:20 2009] [notice] Child 3120: Starting 250 worker threads.
[Sat Apr 04 10:12:20 2009] [notice] Child 3120: Starting thread to listen on port 80.
[Sat Apr 04 10:12:54 2009] [error] [client 127.0.0.1] File does not exist: C:/Program Files/Apache2.2/htdocs/Intranet-1.0a/jupload/wjhk
[Sat Apr 04 10:13:27 2009] [error] [client 127.0.0.1] PHP Warning: move_uploaded_file(/WWW/Data/Intranet-1.0a/Hughenden\\Documents\\Hunter Group Files\\Dell R200 Rack Server.pdf) [<a href='function.move-uploaded-file'>function.move-uploaded-file</a>]: failed to open stream: No such file or directory in C:\\Program Files\\Apache2.2\\htdocs\\Intranet-1.0a\\dbmodify.php on line 1671
[Sat Apr 04 10:13:27 2009] [error] [client 127.0.0.1] PHP Warning: move_uploaded_file() [<a href='function.move-uploaded-file'>function.move-uploaded-file</a>]: Unable to move 'C:\\Temp\\php928.tmp' to '/WWW/Data/Intranet-1.0a/Hughenden\\Documents\\Hunter Group Files\\Dell R200 Rack Server.pdf' in C:\\Program Files\\Apache2.2\\htdocs\\Intranet-1.0a\\dbmodify.php on line 1671
[Sat Apr 04 10:13:27 2009] [error] [client 127.0.0.1] PHP Warning: chmod() [<a href='function.chmod'>function.chmod</a>]: No such file or directory in C:\\Program Files\\Apache2.2\\htdocs\\Intranet-1.0a\\dbmodify.php on line 1672
Stuart Hunter
Fresh Boarder
Posts: 15
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Townsville, Australia
The administrator has disabled public write access.
 
#1458
Re:Jupload works in 1.0a or needs to be configured 1 Year, 5 Months ago Karma: 28
Hi,

Sat Apr 04 10:12:54 2009] [error] [client 127.0.0.1] File does not exist: C:/Program Files/Apache2.2/htdocs/Intranet-1.0a/jupload/wjhk

This worries me, that is part of the jupload java applet, and that could be why it is not working.

Is remote access possible? I would need to take a closer look OR if you can setup a vmware image of your system and send it to me.

B0zz
Owl DEV Team
Moderator
Posts: 2220
graph
User Offline Click here to see the profile of this user
Gender: Male b0zzit Location: Ottawa, Ontario, Canada
The administrator has disabled public write access.
 
#1462
Re:Jupload works in 1.0a or needs to be configured 1 Year, 5 Months ago Karma: 0
Hi B0zz

I am able to give you remote access to the server. If you still want to have a look let me know and I will get the login details to you.

I reinstalled Owl-1.0a and Jupload now seems to work, I can drag a file or a folder containing multiple files onto Jupload and they are uploaded into Owl. Files only are uploaded, they lose the folder on the way (is the folder meant to be discarded?)

If I upload 2 files via Jupload, it seems to work OK. If I then attempt to delete them I get the following error message, 1 of the 2 files has dissapeared next time I log in.

: Invalid SQL: DELETE FROM file_checksum where file_id = '5862'
: 1146 (Table 'resources.file_checksum' doesn't exist)
Session halted.

If I later try to delete the remaining file I get this error message

: Invalid SQL: DELETE FROM file_checksum where file_id = '5863'
: 1146 (Table 'resources.file_checksum' doesn't exist)
Session halted.

but the file dissapears anyhow.
Stuart Hunter
Fresh Boarder
Posts: 15
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Townsville, Australia
The administrator has disabled public write access.
 
#1464
Re:Jupload works in 1.0a or needs to be configured 1 Year, 5 Months ago Karma: 28
Hi,

Sorry must of sent you the wrong mysql upgrade script.

CREATE TABLE file_checksum (
file_id int(4) NOT NULL default '0',
hash1 text,
hash2 text,
hash3 text,
signature text,
PRIMARY KEY (file_id)
) TYPE=MyISAM;


Also emailed you a fix for the Folders upload in Jupload.

Regards,
B0zz
Owl DEV Team
Moderator
Posts: 2220
graph
User Offline Click here to see the profile of this user
Gender: Male b0zzit Location: Ottawa, Ontario, Canada
The administrator has disabled public write access.
 
#3621
Re:Jupload works in 1.0a or needs to be configured 7 Months ago Karma: 1
just on this note, i'm having the same problem:


load: class wjhk.jupload2.JUploadApplet not found.
java.lang.ClassNotFoundException: wjhk.jupload2.JUploadApplet
at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: open HTTP connection failed:10.2.2.13/owl/jupload/wjhk/jupload2/JUploadApplet.class
at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
... 7 more
Exception: java.lang.ClassNotFoundException: wjhk.jupload2.JUploadApplet

i grabbed the lastest cvs 3 days ago, did you commit the changes mate?
Nathan Kulinitsch
Senior Boarder
Posts: 45
graphgraph
User Offline Click here to see the profile of this user
nathank@cisco.com Birthday: 03/10
The administrator has disabled public write access.
 
#3623
Re:Jupload works in 1.0a or needs to be configured 7 Months ago Karma: 28
Yes as far as I can tell all is in cvs at this time.

Must be a different issue...

B0zz
Owl DEV Team
Moderator
Posts: 2220
graph
User Offline Click here to see the profile of this user
Gender: Male b0zzit Location: Ottawa, Ontario, Canada
The administrator has disabled public write access.
 
#3625
Re:Jupload works in 1.0a or needs to be configured 7 Months ago Karma: 1
did you want to have a poke around mate?
Nathan Kulinitsch
Senior Boarder
Posts: 45
graphgraph
User Offline Click here to see the profile of this user
nathank@cisco.com Birthday: 03/10
The administrator has disabled public write access.
 
Go to topPage: 12

Ad Block