[CLOSED] Community Edition Server (needed repository_server)

Hi, just starting with Servoy Developer and already really impressed!

I was looking forward to testing the internal project I made using the Community Edition of Servoy Developer (clean 4.1 final installation).

Alas, when I try to run Servoy Server (“C:\Program Files\Servoy\application_server\servoy_server.bat”), I get the following error:

Exception in thread “main” java.lang.NoClassDefFoundError: com/servoy/j2db/server/ApplicationServer
Caused by: java.lang.ClassNotFoundException: com.servoy.j2db.server.ApplicationServer
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)
Could not find the main class: com.servoy.j2db.server.ApplicationServer. Program will exit.

And when I try to connect via localhost:8080 while Servoy Developer is running, I get the following message:

“Starting of webstart clients not possible from developer (running an application server)”

So, does the Community Edition really include a limited (5 clients) Servoy Server license or not?

And how am I supposed to test the “Free deployment of up to 5 smart and/or web clients per installation”?

Regards,

Bob

Bob,

Welcome to the Servoy community, I am glad you are already impressed.

Are you running Vista?
Please try another clean install, but this time not under c:\Program Files
There are some limitations in Vista with this directory that could cause the issue.

Rob

Thanks for the reply Rob,

I’m running Windows XP Pro so the default installation folder must be fine.

Java build is 1.6.0_10-b33.

I did a third clean install of Servoy today using the latest “servoy_installer.jar” found in the Servoy Developer download section (Version: 4.1.0 - build 651) with all options checked.

Still no luck, java error is the same and I don’t see any Servoy Server directory in the installation folder, only the Servoy Application Server.

See attached files if you’re looking for installation directory or configuration details.

Regards.

http://www.mediafire.com/file/zz4ng2zmmmo/servoy_dir.txt

http://www.mediafire.com/file/gvhzxdmtyyj/servoy_conf.txt

OK, case closed.

I didn’t understand that Servoy Server needs a database named “repository_server” to operate.

I created one and it does not complain anymore.

Now in full testing mode and Servoy rocks!