5.0 Installation problem

When downloading version 5.0 of the basic edition and attempting to restart screenscraper, a message box appears entitled: Startup Error

It contains the text:
java.lang.NoClassDefFoundError: com/screenscraper/util/DataMain
at com.screenscraper.controller.ControllerMain.main(ControllerMain.java:544)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
at com.exe4j.runtime.WinLauncher.main(Unknown Source)
Caused by: java.lang.ClassNotFoundException: com.screenscraper.util.DataMain
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
... 7 more

I am running Windows XP SP2

Now working

It was working before I downloaded 5.0. After uninstalling, deleting the directories and reinstalling, everything looks good. Thanks for the help.

Hi, My apologies for the

Hi,

My apologies for the trouble. Based on the error message you're seeing it looks as though your screen-scraper instance may be corrupted. Was screen-scraper working previously, but then later started showing this message? Is there any chance there could be a permissions issue involved? For example, if you installed the application as an administrator, but then ran it as a user with lower access rights something like this could occur.

In the end, the simplest way would be to re-install. If you have work you've done previously you can preserve that by copying your "resource\db" folder, then copying that directory on top of the new directory once you re-install. Just be sure that when you're copying the directories you do it when screen-scraper is *not* running.

Kind regards,

Todd