Servoy 8.2

Servoy announcements

Servoy 8.2

Postby jcompagner » Mon Aug 28, 2017 5:20 pm

We are pleased to announce the availability of Servoy 8.2 (releasenumber 3103)

This version is available through our download site

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!)

Please register to our launching webinars:

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.


issues fixed see our wiki: 8.2 release notes

or read the 8.2 Whats new page

previous rc2 release: RC2 release
You do not have the required permissions to view the files attached to this post.
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8829
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Re: Servoy 8.2

Postby bcusick » Mon Aug 28, 2017 5:28 pm

Just saw the 8.2 ClientManager demo - GREAT STUFF! Thanks to dev team and Sean for great work and a very useful example!
Bob Cusick
bcusick
 
Posts: 1255
Joined: Wed Apr 23, 2003 11:27 pm
Location: Thousand Oaks, CA USA

Re: Servoy 8.2

Postby jdbruijn » Tue Aug 29, 2017 9:37 am

The 8.2 release notes page is not (yet) public.
Jos de Bruijn
Focus Feedback BV
Servoy Certified Developer
Image
jdbruijn
 
Posts: 492
Joined: Sun Apr 11, 2010 6:34 pm

Re: Servoy 8.2

Postby omar » Tue Aug 29, 2017 9:56 am

I am having issues on the MacBook Pro. Servoy hangs at startup. Server log says the restWSPlugin is responsible. Any suggestions?
Intrasoft, Founder
Omar van Galen
omar@intrasoft.nl
+31-(0)6-21234586
Servoy Developer
omar
 
Posts: 377
Joined: Sat Feb 12, 2011 4:51 pm
Location: Intrasoft, The Netherlands

Re: Servoy 8.2

Postby omar » Tue Aug 29, 2017 11:59 am

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.
Intrasoft, Founder
Omar van Galen
omar@intrasoft.nl
+31-(0)6-21234586
Servoy Developer
omar
 
Posts: 377
Joined: Sat Feb 12, 2011 4:51 pm
Location: Intrasoft, The Netherlands

Re: Servoy 8.2

Postby jcompagner » Wed Aug 30, 2017 9:41 am

Omar,

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
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8829
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Re: Servoy 8.2

Postby omar » Wed Aug 30, 2017 10:39 am

Sorry Johan, missed that. I will actually read it next time instead of just scanning it ;-)
Intrasoft, Founder
Omar van Galen
omar@intrasoft.nl
+31-(0)6-21234586
Servoy Developer
omar
 
Posts: 377
Joined: Sat Feb 12, 2011 4:51 pm
Location: Intrasoft, The Netherlands

Re: Servoy 8.2

Postby juan.cristobo » Wed Aug 30, 2017 2:14 pm

Hi all,

I've upgraded my server to v8.2 and the server doesn' start. I see this in the log:

Code: Select all
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


Any ideas?
Juan
Madrid (Spain)

Servoy 7.4.x - MySQL / SQL Server 2008-2016
Windows 10 Pro
juan.cristobo
 
Posts: 186
Joined: Thu Apr 19, 2012 9:12 am

Re: Servoy 8.2

Postby jcompagner » Wed Aug 30, 2017 3:51 pm

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.
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8829
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Re: Servoy 8.2

Postby pvalenca » Sat Sep 02, 2017 1:56 am

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.
pvalenca
 
Posts: 2
Joined: Sun Feb 03, 2013 1:29 am

Re: Servoy 8.2

Postby jcompagner » Sat Sep 02, 2017 7:36 am

What do you mean with copied the wrong version?
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8829
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet


Return to Announcements

Who is online

Users browsing this forum: No registered users and 13 guests