The update site is: http://download.servoy.com/developer/8xx_updates/
This is the normal update site of the Servoy 8xx, so even you are on 8.1.4 you will get a update pushed. (if you accept to install it)
If you apply that one then please use the attached servoy_updater.jar to update the server part of the developer correctly also to the latest release. Overwrite the existing servoy_update.jar of your install dir.
(This is also needed if you just upgrade an application server!)
Webinar 1: Client Manager Plugin
Date: Monday, Aug 28 at 8am PT / 11am ET / 5pm Amsterdam
What You’ll Learn: The Client Manager plugin allows you to do really cool things like building your own chat client in Servoy. Why not build and integrate your own Slack app right in Servoy?
Webinar 2: Development Enhancements
Date: Wednesday, Aug 30 at 8am PT / 11am ET / 5pm Amsterdam
What You’ll Learn: Servoy 8.2 introduces a series of capabilities to increase developer productivity including: Form Wizards, Form Hierarchy, Web Package Manager and Design-Time Foundsets. This webinar will show the benefits of these capabilities and how to further speed up your development!
Webinar 3: Open Source Security Module
Date: Friday, Sept 1 at 8am PT / 11am ET / 5pm Amsterdam
What You’ll Learn: The SvySecurity is a drop-in module that allows you to more easily manage authentication and security for your applications.
We are pleased to announce that SvySecurity is being released in parallel with Servoy V8.2. This new extension brings essential security features to any application and solves common challenges, including multi-tenancy, authentication and permissions control.
Looks like the application server installer file is not in the expected download location because manual installation from the terminal does not work either. Workaround for me was to download the installer and manually install the application server.
Note that the installer removes the MaxPermSize configuration parameter. Replaced it with the new MaxMetaSpace parameters with plenty of memory. It seems to start a little bit faster but not significantly.
What do you mean exactly? you mean running servoy_updater from the command line of a 81x install to update it to 82?
See the comment i made in the first post, you need to use an updated servoy_update.jar that i attached to this post (and also already to the RC2 post)
MaxPermSize == java7 and MaxMetaSpace == java8+, they both do the same thing but just have a different name
I’ve upgraded my server to v8.2 and the server doesn’ start. I see this in the log:
2017-08-30 14:10:30,955 ERROR [main] com.servoy.j2db.util.Debug - org/apache/commons/dbcp2/DriverConnectionFactory [ ]
java.lang.NoClassDefFoundError: org/apache/commons/dbcp2/DriverConnectionFactory
at com.servoy.j2db.server.Za.Zo.getDataSource(Zo.java:1608)
at com.servoy.j2db.server.Za.Zc.Za(Zc.java:86)
at com.servoy.j2db.server.Za.Zc.init(Zc.java:614)
at com.servoy.j2db.server.main.Zsb.init(Zsb.java:45)
at com.servoy.j2db.server.main.ApplicationServer.main(ApplicationServer.java:28)
Caused by: java.lang.ClassNotFoundException: org.apache.commons.dbcp2.DriverConnectionFactory
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)
... 5 more
That could be an upgrade problem yes
You need to adjust the servoy_server.bat or sh file to be more in line with the sh/bat file that is now shipped with 8.2
I guess the best thing is to just take the 8.2 file and us that (if you never changed anything to it) or copy the classpath section over.
I succeeded with the updated servoy_updater.jar.
However, the overall update (8.2) still copies the wrong version. Also the ‘Servoy Application Server Upgrade’ page (https://wiki.servoy.com/display/public/DOCS/Servoy+Application+Server+Upgrade) contains a wrong instruction. It says one has to switch to the {servoyInstall}/application_server directory. However, that should be the {servoyInstall} directory.