Basic import solution option not available

Hello,

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:

But haven’t found the missing config yet.

How to reach “import solution”?

Regards

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

Tokajac:
How to reach “import solution”?

I guess you need to run Servoy Server and not Developer to have that option in the admin pages.

Thank you for your answer ROCLASI!

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?

Regards

Working now:

Proper example of 1st line in .jnlp file

<?xml version="1.0" encoding="utf-8"?>

In one of the .jnlp files that i’ve added for my plugin the 1st line was incomplete (version=“1.0” was missing)

Regards