Ich hab ein Problem bei der Installation...
Das kommt sofort nach diesem "Ausführen" - Datei-Öffnen-Sicherheitswarnung Fenster...
Mein Betriebssystem: Vista 64 Bit
Aktuellste Java Version ist installiert.
I have a really annoying error.
On my server, Wuala keeps on popping up the following dialogue box:
Problem
Could not upload file xxx.yyy
Reason: [Path to Local Settings]\Temp\Wuala\zzz-xxx.yyy (The system cannot find the file specified)
zzz is some random goup of numbers/letters
xxx.yyy is a specific file. It occurs for the following files:
extensions.rdf
localstore.rdf
content-prefs.sqlite
install.rdf
ietabOverlay.js
chatzilla.jar
downloads.sqlite
places.sqlite
The result is that every so many minutes wuala will pop up about 20 'problem' dialogues and it is really annoying since after about 10 minutes these boxes do no longer respond and I subsequently have to kill the wuala process.
Some more info:
Some of these files seem to be files which were sent to wuala via the filesystem integration and they are (some of them) backups of my ff-settings/bookmarks etc.
None of the files show up in the 'My Uploads' field and also not under maintainance.
Hope some1 can help me fix this cause its really annoying and I don't want to reinstall Wuala since my uptime is very high and built up over month.
iTunes changed a file, Wuala displayed a dialog saying it failed to upload that change and now file is lost because it was supposedly never completely uploaded. The dialog stated the file was not in /tmp but I certainly didn't remove it.
This isn't the first time this has happened to me and it certainly wouldn't be a problem if I was allowed to mount readonly. (I'm on OSX 10.5.4)
I'm really starting to not like your product because of this continuing problem. I'm sure iTunes is doing something weird but you should certainly handle it.
maximilian@Mongo:/media/sda1/wuala$ ./wuala
Using config file /home/maximilian/.config/wualarc
java.lang.NullPointerException
at com.wuala.application.alphacompatibility.a.<init>(Z:63)
at com.wuala.application.alphacompatibility.ApplicationInfoWrapper.getInitialUpdater(Z:34)
at t.w.<init>(Z:29)
at com.wuala.presentation.r.a(Z:103)
at com.wuala.platform.Wuala.launch(Z:21)
at com.wuala.platform.Wuala.launch2(Z:59)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.wuala.loader.starter.ReflectiveWrapper.invoke(ReflectiveWrapper.java:38)
at com.wuala.loader.starter.ApplicationWrapper.launch(ApplicationWrapper.java:19)
at com.wuala.loader.Loader.run(Loader.java:63)
at com.wuala.loader.Loader.main(Loader.java:134)
Shutting down...
java.lang.RuntimeException: java.lang.NullPointerException
at com.wuala.loader.Loader.run(Loader.java:69)
at com.wuala.loader.Loader.main(Loader.java:134)
Caused by: java.lang.NullPointerException
at com.wuala.application.alphacompatibility.a.<init>(Z:63)
at com.wuala.application.alphacompatibility.ApplicationInfoWrapper.getInitialUpdater(Z:34)
at t.w.<init>(Z:29)
at com.wuala.presentation.r.a(Z:103)
at com.wuala.platform.Wuala.launch(Z:21)
at com.wuala.platform.Wuala.launch2(Z:59)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.wuala.loader.starter.ReflectiveWrapper.invoke(ReflectiveWrapper.java:38)
at com.wuala.loader.starter.ApplicationWrapper.launch(ApplicationWrapper.java:19)
at com.wuala.loader.Loader.run(Loader.java:63)
... 1 more
Seit dem neuesten Wuala-Update. Mein System ist ein Ubuntu 8.04 64-Bit, in der wualarc steht:
My mother is living in India. I invited her to Wuala. I downloaded the client and installed it. Her system is running Windows Vista Home Premium and her account has administrativ privileges. Java is 1.6. Her Internet connection is about 128kbits fast. Then I started Wuala. It tried to update itself. But Wuala always cancels the update process. I'm not able to start Wuala at all.
My questions are the following. Do I need to disable UAC? Is there a way to manually update Wuala?
Double-clicking at the exact same file on the windows (GUI) client I get "The file has not been completely uploaded. Please try again later or contact its owner".
So it's maybe just an issue with user interaction / timeout: the file is requested to be uploaded but that just takes a while, and the OS tries to tell the user that it hasn't arrived yet. Is that the correct interpretation? Could that be fixed / clarified? I took the fstab entry from your FAQ, so don't blame me for the timeout value :-)
At first glance, Wuala seems to work okay with 'rsync'.
However, I can't get it working with "rdiff-backup". I keep getting the "Stale NFS file handle" error. Are you aware of this problem and when will it be fixed?
tried to disable trade options, so that i can enable them back to reset the earned storage (my earn storage is not showing correctly. earned 1.5GB back status is showing 2GB only)
however
"Could not save trade options. Reason: java.io.IOException: java.lang.NegativeArraySizeException
Reason: java.lang.NegativeArraySizeException
hallo people,
i have a problem and that is that when I start Wuala it connects to my account and than i get an error message and i can not start the porgramm. Do someone know what I can do to fix this problem?
I got a problem inviting friends, a pop-up says:
"Email-Adressen konnten nicht importiert werden.
Ursache: Connection refused"
... tried several times in various settings ...
Maybe anybody knows a solution ... ?
It seems I couldn't load wuala under GNU/Linux 64 bits.
I've got an error when I try ./wuala in a console.
The error :
Using config file /home/my_username/.config/wualarc
Updating to version 106 ..................Shutting down...
java.lang.RuntimeException: java.lang.NoClassDefFoundError: Could not initialize class org.eclipse.swt.widgets.Display
at com.wuala.loader.Loader.run(Loader.java:69)
at com.wuala.loader.Loader.main(Loader.java:134)
Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.eclipse.swt.widgets.Display
at org.eclipse.swt.widgets.Widget.isValidSubclass(Unknown Source)
at org.eclipse.swt.widgets.Decorations.checkSubclass(Unknown Source)
at org.eclipse.swt.widgets.Shell.<init>(Unknown Source)
at org.eclipse.swt.widgets.Shell.<init>(Unknown Source)
at org.eclipse.swt.widgets.Shell.<init>(Unknown Source)
at org.eclipse.swt.widgets.Shell.<init>(Unknown Source)
at com.wuala.obfuscated.fd.a(Z:407)
at com.wuala.platform.Wuala.launch2(Z:58)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at com.wuala.loader.starter.ReflectiveWrapper.invoke(ReflectiveWrapper.java:38)
at com.wuala.loader.starter.ApplicationWrapper.launch(ApplicationWrapper.java:19)
at com.wuala.loader.Loader.run(Loader.java:63)
... 1 more
</init></init></init></init>
when I try to upload a file into a shared folder I get this error message: "Transaktion153 fehlgeschlagen. ... Element is not in cache, [some numbers]". The folder is set on "shared with all and future friends". Uploading the same file into a privat or public folder and then copy it into the shared folder works fine.
I'm running Build 426 on WinXP SP2.
Wuala, only on one machine, attempts to upload a file every 10 minutes or so. The file does not exist, and so cannot be uploaded. The file doesn't appear in the 'Show Uploads' window, nor does it appear anywhere else that I can find. As best I can remember, I tried copying this particular file onto my W: drive through Windows Explorer with a number of other files; for whatever reason, I rebooted my machine in the middle of this transfer--and this particular file was left behind. Now, Wuala gives me an error message "Could not upload file.name" every 10 minutes or so. Solutions?
I'm getting this error with one of the files of a directory I put into Wuala last night. All files from the same directory uploaded correctly (According to the Wuala client on that PC). All Files are basically of the same type (avi videos, around 300 Megs).
The above message instantly pops up when trying to download the entire folder. The other files can all be downloaded successfully.