When you used wget the file was saved as woopra_unix.sh.1 , and you executed the other commands with woopra_unix.sh.
use mv woopra_unix.sh.1 woopra_unix.sh then the other steps.
When you used wget the file was saved as woopra_unix.sh.1 , and you executed the other commands with woopra_unix.sh.
use mv woopra_unix.sh.1 woopra_unix.sh then the other steps.
Well spotted! It didn't work the 1st time so I did it again for a clean cutnpaste - makes no difference though. It still doesn't work :-(
I'm also on a fresh install of Ubuntu Hardy.
I have the same problem on Debian lenny
Try the following:
wget http://static.woopra.com/woopra_unix.sh?anti-cache=12398794379
chmod 777 woopra_unix.sh
./woopra_unix.sh
Problem solved thanks to WoopraChat - my ISP was caching the broken file
Add a random string to the end of the wget:
wget http://static.woopra.com/woopra_unix.sh?ecwwer2
mv woopra_unix.sh\?ecwwer2 woopra_unix.sh
Then as before.
Thanks to all for helping fix it - runs great.
As jad says; worked perfectly for me.
Thanks
That worked! How? And thank you!
It woks on Xubntu Hardy and it's very cool. Great job and thanks for the advice
Julius
this work finally for me :
Try the following:
wget http://static.woopra.com/woopra_unix.sh?anti-cache=12398794379
chmod 777 woopra_unix.sh
./woopra_unix.sh
j4k, thanks! adding ?anti-cache=... got it to work for me!
Just in case anybody gets stuck, I should mention that the file that was downloaded was named woopra_unix.sh?anti-cache=12398794379, not just woopra_unix.sh, as mentioned in the post. Moving the file (or just using the longer name) is necessary.
Great stuff - thanks to everyone who worked this out - working perfectly for me now. Much appreciated :)
Thanks, worked for me too :-)
Yep, it works here too! :-)
One thing though, that I had to figure out myself. My system, for some reason I cannot explain, was not using the latest (1.6) Java version. If that happens to you, you only need to do:
sudo update-alternatives --config java
and select the 1.6 version.
Enjoy!
I was also able to get Woopra installed with Jad's info. Yay! Thank you!
Fantastic!
YES! Thanks guys! It works
Great, now it works for me, too. The "static" parameter did the trick :O)
Ive tried both of the ways listed and im still getting the same error listed earlier in this thread. Is there any other way to install in linux?
This is working for most people, so make sure that every character is exactly right and that your copy and paste method hasn't converted a quote into a smart quote or missed a character.
Read through the whole post to see the variations people have come up with to make this work and let us know which one works for you and your specific system. Thanks!
New download and client works fine for me. Now if I can just get my account approved...
I just installed on Ubuntu Gutsy with no hitches. I did however, have to change permissions on the shell, but no issues. I am running Drupal 6.#. It seems to work flawlessly at this point.
Well, I'd like to say some words about the topic of this forum, Well, It is not like other topics, it is different.
Hi, My name is Jack Black,my space is http://jackisgoodguy.spaces.live.com
Hello,
I'm using Debian Sid and cannot install the Woopra client. I followed the Tips above, and the install process starts, asking the path to install Woopra and the symlink. But after this appears an error message:
"java.io.IOExeption: wrong magic number"
The error log is like this:
Exception:
java.io.IOException: wrong magic number
at com.install4j.runtime.installer.helper.content.ContentCollector.initUnextractedFiles(Unknown Source)
at com.install4j.runtime.installer.helper.content.ContentCollector.collectContentStreams(Unknown Source)
at com.install4j.runtime.installer.helper.content.ContentInstaller.doStandardInstallation(Unknown Source)
at com.install4j.runtime.beans.actions.InstallFilesAction.install(Unknown Source)
at com.install4j.runtime.installer.InstallerContextImpl.performActionInt(Unknown Source)
at com.install4j.runtime.installer.ContextImpl.performAction(Unknown Source)
at com.install4j.runtime.installer.controller.Controller.executeActions(Unknown Source)
at com.install4j.runtime.installer.controller.Controller.handleCommand(Unknown Source)
at com.install4j.runtime.installer.controller.Controller.start(Unknown Source)
at com.install4j.runtime.installer.Installer.main(Unknown Source)
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.exe4j.runtime.LauncherEngine.launch(Unknown Source)
at com.install4j.runtime.Launcher.main(Unknown Source)
Any hints?
this topic might help you:
http://www.woopra.com/forums/topic/no-new-linux-download
(scroll down to the 3rd and 4th posts)
BTW, for the topic, I'm running Woopra on FedoraCore, no problems (well, I'm having the eternal "Loading!" problem; but no isntallation problems).
Downloaded the script
chmod +x the script
ran the script
I also have to set INSTALL4J_JAVA_HOME=/usr/lib/jvm/java-6-sun in the script.
Now I followed the instruction in the thread you noted, but the result is the same as above.
wget --no-cache http://static.woopra.com/woopra_unix.sh?x
chmod +x woopra_unix.sh
./woopra_unix.sh
Unlikely with the same result. I tryed it on two systems.
I just uploaded a copy of the unix file:
wget http://static.woopra.com/woopra_unix_x.sh
chmod +x woopra_unix_x.sh
./woopra_unix_x.sh
Installed on Ubuntu 8.04 with no problems.
But I spotted a bug: If you go fullscreen and then go to 'options', you have to restore and minimize the main window in order to see the 'options' window.
You must log in to post.