I'm trying to implement jUniUploader in our webpage.
I've modified the properties by doing this :
- Code: Select all
<property name="uniadmin" value="http://hv371.free.fr/uniadmin/interface.php" />
but when I start jUniUploader I have some settings not implemented (primary url ) and the log show :
- Code: Select all
# [ LE PLUS FIN ] 5 tasks waiting to be executed ..
# [ LE PLUS FIN ] 6 tasks waiting to be executed ..
# [ LE PLUS FIN ] 4 tasks waiting to be executed ..
# [ FIN ] Detecting World of Warcraft directory ..
# [ FIN ] Detecting your accounts ..
# [ LE PLUS FIN ] 5 tasks waiting to be executed ..
# [ LE PLUS FIN ] 3 tasks waiting to be executed ..
# [ LE PLUS FIN ] 4 tasks waiting to be executed ..
# [ LE PLUS FIN ] 2 tasks waiting to be executed ..
# [ LE PLUS FIN ] 3 tasks waiting to be executed ..
# [ FIN ] Updating configuration from sync URL ..
# [ FIN ] Parsing settings ..
[ GRAVE | 152:com.lyndir.lhunath.juniuploader.domain.UniAdmin.sync() ]:
# Malformed URL: '1'!
# (null:-1) java.net.MalformedURLException: no protocol: 1
# (Logger.java:227) java.lang.RuntimeException: Malformed URL: '1'!
- java.net.URL. (Unknown Source) - java.net.URL. (Unknown Source) - java.net.URL. (Unknown Source) - com.lyndir.lhunath.lib.system.Utils.url(Utils.java:690) > com.lyndir.lhunath.juniuploader.domain.UniAdmin.sync(UniAdmin.java:152) > com.lyndir.lhunath.juniuploader.ui.Gui.process(Gui.java:1491) - com.lyndir.lhunath.lib.gui.template.shade.UpdateUi.run(UpdateUi.java:117)
# [ LE PLUS FIN ] 2 tasks waiting to be executed ..
# [ LE PLUS FIN ] 1 tasks waiting to be executed ..
Using IE7, Vista32, Java 6.0u1, UniAdmin 0.7.9, jUniUploader 0.9.14.9 (dl here)
EDIT: Found but need fix...
This behaviour occur when I upload to another Url (ADDURL1CH: on, ADDURL1)
Luinil