I have dowloaded the Servoy installer and Java SDK, un zipped both, installed java SDk, but thats as far as I got, Then what do I do. I don’t see any clickable icons saying istall or such in the srvoy installer. What am I missing here.
here is what I got when I choose to run the installer from the web instead of downlosading it. it all sounds jibrish to me. and what is intersting is the dowloading files on the servoy server have .zip at the end of the name (i.e servoy_installer.zip) I dono
java.lang.IllegalStateException: No version manager available to retrieve requested versionNumber 2 at wicket.Page.getVersion(Page.java:371) at wicket.Session.getPage(Session.java:293) at wicket.request.compound.DefaultRequestTargetResolver.resolveRenderedPage(DefaultRequestTargetResolver.java:149) at wicket.request.compound.DefaultRequestTargetResolver.resolve(DefaultRequestTargetResolver.java:85) at wicket.request.compound.AbstractCompoundRequestCycleProcessor.resolve(AbstractCompoundRequestCycleProcessor.java:48) at wicket.RequestCycle.step(RequestCycle.java:500) at wicket.RequestCycle.steps(RequestCycle.java:452) at wicket.RequestCycle.request(RequestCycle.java:398) at wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:208) at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:526) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) at java.lang.Thread.run(Thread.java:534)
Just a me too: I’ve had the same problem once (the servoy installer being .zip instead of .jar). Was going to report it, but when I checked again the extenstion was corrected. It seems there is an issue here.
The problems seems to be at the downloading stage, when window asks you where you want to save the files, at the bottom of that window there is a drop down window for save as type which seems to default itself to winzip, change that, and after download is complete go to properties and change the program which runs the file from winzip to Java.
Only then can you double click and install.
Servoy should look at this and see if there is something they can do to force the dowload to come as .jar instead of being associated with .zip.
Hi Salman, how do you think Servoy can solve this? Just out of curiousity…
A .jar is a totally respected and standard java file so I would say the programs that behave like they shouldn’t (in your case winzip) should change their (standard) installation…
The only thing that’s fair to ask of Servoy, imho, is that they document this somewhere so people know what is happening…