When i start Servoy developer Version: 5.1.3 - build 962
access http://192.168.2.2:8080/servoy-admin/
as user who belongs to Administrators group, and click on Solutions on the left i don’t see the “Import solution” option.
Tried with tweaking servoy.application_server.startRepositoryAsTeamProvider true/false on Servoy Home;
Went through the guidelines like:
if you access the admin-page by using the developer you dont find the button import solution anymore.
You must import new solutions than, by using eclipse: file - import.
you will find this import button only, if you start the server as a real servoy-server (by services or starting: servoy-repository.bat (on windows) )
Hope this helps
Double-clicked application_server/servoy_server.bat
and was able to import solution.
Now when i want to run: http://localhost:8080/servoy-client/ser … lutionName
With solutionName that i’ve just imported i get: “Unable to servoy_client.jnlp Unable to lunch the application.” and on Details the log below:
JNLParseException[ Could not parse launch file. Error at line 0.]
at com.sun.javaws.jnl.XMLFormat.parse(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
at com.sun.javaws.LaunchDownload.downloadExtensionsHelper(Unknown Source)
at com.sun.javaws.LaunchDownload.downloadExtensions(Unknown Source)
at com.sun.javaws.Launcher.prepareLaunchFile(Unknown Source)
at com.sun.javaws.Launcher.prepareAllResources(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.launch(Unknown Source)
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
How to run imported Smart-Client solution properly?