WordRider Home
Welcome! Log In Create A New Profile

Advanced

zippyshare not working

Posted by shawn8888 
Re: zippyshare not working
September 25, 2012 06:22PM
We cannot implement what's already there:



-------------------------------------

Re: zippyshare not working
September 25, 2012 09:20PM
Wow!
I didn't know that's already there!

Thank you Vity!
Re: zippyshare not working
February 25, 2013 02:46PM
I search report about this plugin and I can`t find any ricent report, so I gues my error is unique... :/

here are the data:
OS Linux (Mandriva 2010.2)
FRD v 0.9u1 (Newest)
zippyshare.com v 1.14.1 (Newest)
ERROR - sun/org/mozilla/javascript/internal/Scriptable

Java v 7u15 (Newest)

I guess that problem is in outdated java so I updated from 6u20 to 7u15 but the same error apears...

In log file i can find related report and it seams that is no class definition... 0_o

Mon Feb 25 15:22:52 CET 2013 SEVERE:
java.lang.NoClassDefFoundError: sun/org/mozilla/javascript/internal/Scriptable
at cz.vity.freerapid.plugins.services.zippyshare.ZippyShareServiceImpl.getPluginRunnerInstance(Unknown Source)
at cz.vity.freerapid.plugins.webclient.AbstractFileShareService.runCheck(AbstractFileShareService.java:110)
at cz.vity.freerapid.core.tasks.RunCheckTask.doInBackground(RunCheckTask.java:25)
at cz.vity.freerapid.core.tasks.RunCheckTask.doInBackground(RunCheckTask.java:15)
at javax.swing.SwingWorker$1.call(SwingWorker.java:291)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at javax.swing.SwingWorker.run(SwingWorker.java:330)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:679)
Caused by: java.lang.ClassNotFoundException: sun.org.mozilla.javascript.internal.Scriptable
at org.java.plugin.standard.StandardPluginClassLoader.loadClass(StandardPluginClassLoader.java:378)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
... 11 more

(I attached all app.log if I mised something)

If is not plugin error please help me to solve that isue... :/

Kind regards and greetings from Serbia
keep up the good work... ;)

[edit]
here are some links i try to dll...

link 1
link 2
link 3



Edited 1 time(s). Last edit at 02/25/2013 02:59PM by Ctojko.
Attachments:
open | download - app.log.zip (9.9 KB)
Re: zippyshare not working
February 25, 2013 02:49PM
Try to uninstall your current JRE version and install JDK (it's the bigger kit).
I think it will resolve your problem.

-------------------------------------

Re: zippyshare not working
February 25, 2013 03:13PM
yup!
I alredy install Java development kit (JDK) and debug for 7u15
and error was still there...
So i try to update runtime environment allso to 7u15... and nothing... :/

True, I did not unistall 6u20...
But i think wen you update...
Newer the less Mozilla now use 7u15!
Should FRD do the same?

[edit]
Added some pictures of what is on the system and settings of java control panel...

sidnote:
notice that 7u15 is under Development/Tools group
and 6u26 build24 or what ewer is under Development/Java group ?!
and that the only JRE on system is 7u15 if we dont count those in JDK...



Edited 2 time(s). Last edit at 02/26/2013 09:56PM by Ctojko.
Attachments:
open | download - jdk_6u26.png (148.3 KB)
open | download - jdk_7u15.png (157.8 KB)
open | download - jre.png (117.3 KB)
open | download - jre_settings.png (24.3 KB)
open | download - java.png (35.3 KB)
Re: zippyshare not working
February 25, 2013 03:33PM
The ZippyShare plugin uses the internal Mozilla JavaScript library in the Oracle JRE. This internal library is an implementation detail and the API is not specified by the Java standard. I knew this was going to bite us eventually. spinning smiley sticking its tongue out

It seems that your JRE doesn't have this library. I just checked the Oracle JRE 7u15 and it does have it, so you're using some other JRE. As far as I know, the unmodified OpenJDK should also have it, but Linux distributions can modify their JREs.

A workaround would be to use the Oracle JRE if that's possible for you.
Re: zippyshare not working
February 26, 2013 08:53PM
Solved!
But i have to ask Petris for
Quote
Vity
explicit written permission of FreeRapid Downloader authors.
to share whit you...

Cause i altered his outdated frd.sh (from 2009)

Problem was that default java is:
java version "1.6.0_24"
OpenJDK Runtime Environment (IcedTea6 1.11.3) (mandriva-26.b24.1mdv2010.2-i386)
OpenJDK Client VM (build 20.0-b12, mixed mode)
Wich has modifyed JREs as the ntoskrnl say and another problem is that new version (7u15) it was installed in /usr/java/ and not in /opt/java/ or somewhere else...
I could modify java conf file located at /etc/java/java.conf so that default java on system is 7u15 but I will then lose some script library that my Linux distribution has in 6u24...
I also have 6u22 in the backroud that is Oracle (not OpenJDK) but it seams that is just using space on HD cause newer kiks in... :/

I solve that by makin script not just to find java above 1.6.0_5 (6u5) then to look for the latest version on the system, where ever it may be, and use it to run FRD...
I added some command line argument like --help or -u (for users to define wich java that is on their system should be used for FRD)...
And altered all scripts adding them a call (not to be run unless they are called) and slce some of them so my frd.sh is 4.0KiB (4,120) despite all the changes i made (original is 2.1)...
BTW
If i have green ligt i will share it with you...

Thank you for your quick responses and understanding...



Edited 1 time(s). Last edit at 02/26/2013 09:33PM by Ctojko.
Re: zippyshare not working
February 27, 2013 06:10AM
You are free to modify and share FRD under the terms of the GPL. The permission part only applies to using our plugin update server for programs other than FRD itself.
Re: zippyshare not working
February 27, 2013 11:47AM
Ok, i think so... But is better to ask first ;)
I write inside what some section doing, if you think it is too much you can remove...
BTW now it starts from the bottom :D
Attachments:
open | download - frd.sh.zip (1.6 KB)
Sorry, only registered users may post in this forum.

Click here to login