Servoy 2.2rc2

Release notes for Servoy betas

Servoy 2.2rc2

Postby Jan Blok » Tue Feb 15, 2005 9:47 pm

We announce the immediate availability of Servoy 2.2rc2

NOTE: this is PRE-RELEASE SOFTWARE, use with caution and make BACKUPS before you start.

This version is available through auto update (if you have beta update notify enabled, meaning having the line 'wantsBetaCodeNotifies=true' in your servoy.properties file)

Previous beta build info

Enhances:
[enh]-made tooltip dismiss delay larger
[enh]-various tooltip/sample code improvements
[enh]-support for postgress bit/boolean/inet column types

Fixes:
[fix]-some small modules related issues
[fix]-dataset "get by index" somethimes failed to retrieve correct data
[fix]-datafield display problem when going from find to edit
[fix]-combobox doesn't show the realvalue anymore if it can't find the displayvalue for the given real (real value isn't there anymore)
[fix]-combobox readonly fix, horizontal alligment wasn't followed correctly
[fix]-better support for on the fly custom valuelist changes (when elements showing that valuelist)
[fix]-various small headless client related issues
Last edited by Jan Blok on Tue Mar 15, 2005 5:30 pm, edited 1 time in total.
Jan Blok
Servoy
Jan Blok
 
Posts: 2684
Joined: Mon Jun 23, 2003 11:15 am
Location: Amsterdam

Postby sabeenah » Fri Feb 25, 2005 1:32 am

I just updated Servoy to R2 2.2rc2-build 320, repository version 25.

When I try to open the client, I get the following error:

An error occured while launching/running the application. Category: Launch File Error Could not parse launch file. Error at line 0.

It is a JNLParse Exception and the wrapped exception is java.io.EOFException: encoding.error.not.xml

When I try to open a specific solution (the full URL), I get another error, saying: Could not verify signing in resource: (http://localhost:8080/lib/j2db.jar, 1109284742593). This is a JNLPException(category: download error: java.lang.securiyException:SHA1 digest error for com/servoy/j2db/persistence/Relation.class)

Could you give me a suggestion on how to get the client started?

Thank you.
Sabina Borlea
sabeenah
 
Posts: 44
Joined: Mon Apr 19, 2004 12:52 pm
Location: Timisoara, Romania

Postby sabeenah » Fri Feb 25, 2005 11:15 am

I do not think that this behavior has anything to do with the new update of Servoy.
Digging more on the server where Servoy Server is installed, I noticed that an update to JRE 1.5 was installed there. I unistalled it, restarted the server, and now the client is started with JRE1.4.1_02, but the same error appears. Reading the logs, I found out that the file WEB-INF/web.xml cannot be found. But the file is there, in the server/webapps.ROOT/WEB-INF folder.

Do you think you have a solution after these new information?

Thank you.
Sabina Borlea
sabeenah
 
Posts: 44
Joined: Mon Apr 19, 2004 12:52 pm
Location: Timisoara, Romania

Postby jcompagner » Fri Feb 25, 2005 12:04 pm

yes that signing error you get when the server and the client are both in 1.5. This is a know bug.
What is strange is that:
server/webapps.ROOT/WEB-INF

should be:

server/webapps/ROOT/WEB-INF
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8829
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Postby sabeenah » Fri Feb 25, 2005 12:10 pm

My mistake: it is server/webapps/ROOT/WEB-INF

My only concern is that I have to have the clients running asap. What I did: I went back to release 319, JRE 1.4.x, but the client would not start.

How can I get it to work? What strategy do you suggest?
Sabina Borlea
sabeenah
 
Posts: 44
Joined: Mon Apr 19, 2004 12:52 pm
Location: Timisoara, Romania

Postby Jan Blok » Sat Feb 26, 2005 12:53 am

There is currently a known issue when running both server and clients on Java 1.5 so can only use Java 1.5 on one of them.
Normally an uninstall of Java on the server and reinstalling 1.4.2 should not be a problem...no need to uninstall/reinstall Servoy (when changing JVMs)
Jan Blok
Servoy
Jan Blok
 
Posts: 2684
Joined: Mon Jun 23, 2003 11:15 am
Location: Amsterdam

Postby sabeenah » Mon Feb 28, 2005 8:36 am

I reinstalled Servoy after changing the JVM, but it also required unistalling the Servoy Application Server service. Now it works.
Sabina Borlea
sabeenah
 
Posts: 44
Joined: Mon Apr 19, 2004 12:52 pm
Location: Timisoara, Romania

Postby LOGIsoft » Mon Jun 11, 2007 9:57 pm

I'm using JRE 1.6.0_01 and I get sensibly the same error when I try to launch my solution using [IPaddress]:[port]/servoy-client/solutions/solution/[SolutionName]:

Unable to launch application

Exception
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.jnl.LaunchDescFactory.buildDescriptor(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)


Wrapped exception
java.io.EOFException: encoding.error.not.xml
at com.sun.deploy.xml.XMLEncoding.decodeXML(Unknown Source)
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.jnl.LaunchDescFactory.buildDescriptor(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)


However, everything works fine if I use http://[IPaddress]:[port]/servoy-client/servoy_client.jnlp?solution=[SolutionName] instead. Can anyone explain the difference in behavior and also a way to get rid of this error please?

Many thanks,

Ben
Benoit R. Savignac, president
LOGIsoft Consulting inc.
--------------------------------------------------------
Servoy Alliance Network Partner
User avatar
LOGIsoft
 
Posts: 260
Joined: Wed May 24, 2006 3:06 pm
Location: St-Basile-le-Grand (Montreal), Qc, Canada

Postby Jan Blok » Tue Jun 12, 2007 9:39 am

typical urls look like:
richclient - http://localhost:8080/servoy-client/ser ... t/crm.jnlp
webclient - http://crm.servoy.com/servoy-webclient/ ... oy_support

Its seems to me you mixing urls.
Jan Blok
Servoy
Jan Blok
 
Posts: 2684
Joined: Mon Jun 23, 2003 11:15 am
Location: Amsterdam

Postby Harjo » Tue Jun 12, 2007 10:45 am

HI Jan, is this somewhere in the docs?

Johan had a topic on this forum and said to do it this way:

Code: Select all
http://localhost:8080/servoy-client/servoy_client_YourSolution.jnlp


Is this exactly the same?
Harjo Kompagnie
ServoyCamp
Servoy Certified Developer
Servoy Valued Professional
SAN Developer
Harjo
 
Posts: 4321
Joined: Fri Apr 25, 2003 11:42 pm
Location: DEN HAM OV, The Netherlands

Postby Jan Blok » Tue Jun 12, 2007 10:52 am

That the old syntax (which is still supported)
Jan Blok
Servoy
Jan Blok
 
Posts: 2684
Joined: Mon Jun 23, 2003 11:15 am
Location: Amsterdam

Postby svroemisse » Tue Jun 12, 2007 11:41 am

HJK wrote:HI Jan, is this somewhere in the docs?


The docs only explain the old-style urls. That will be updated for the 3.5 release of the manual.

In case anyone is wondering what the urls should look like for executing methods, this is the definition:

rich client: http://<server address>[:<port number>]/servoy-client/servoy_client/<solution name>.jnlp[?method=<method name>[&argument=<argument value>]]
web client: http://<server address>[:<port number>]/servoy-webclient/solutions/solution/<solution name>[/method/<method name>[/argument/<argument value>]]

There can be only one argument. But of course you can concatenate several values separated by pipe symbols and pull them apart in your method.
Sandor Vroemisse
Servoy
User avatar
svroemisse
 
Posts: 171
Joined: Tue Dec 12, 2006 12:37 pm
Location: Amersfoort, NL

Postby LOGIsoft » Tue Jun 12, 2007 2:15 pm

Thanks for this information, guys - time for me to put my mental ducks all in a row... :)

Cheers,

Ben
Benoit R. Savignac, president
LOGIsoft Consulting inc.
--------------------------------------------------------
Servoy Alliance Network Partner
User avatar
LOGIsoft
 
Posts: 260
Joined: Wed May 24, 2006 3:06 pm
Location: St-Basile-le-Grand (Montreal), Qc, Canada

could not verify signing on MAC OSX

Postby netweaver » Mon Sep 17, 2007 3:13 pm

Hi Jan
My client uses intel mac to run a local version of servoy.
I have now made their server available remotely, but when they try to launch the client they get the followinig error:

Could not verify signing in resource: (http://www.freightsoft.co.za:8080/lib/j2db.jar, 1189762087812)

The local server is not running at all, so their should not be any conflict.
The client launches fine on windows XP.

not: i installed the latest release on friday, and since then i have had this problem . The prior update was working fine

Please help.
Thanks
Marcus Raath
South Africa

Jan Blok wrote:There is currently a known issue when running both server and clients on Java 1.5 so can only use Java 1.5 on one of them.
Normally an uninstall of Java on the server and reinstalling 1.4.2 should not be a problem...no need to uninstall/reinstall Servoy (when changing JVMs)
Marcus Raath
Johannesburg South Africa
Servoy 3.5 & Sybase 10
netweaver
 
Posts: 63
Joined: Sat Jan 06, 2007 11:58 pm
Location: South Africa

Postby IT2Be » Mon Sep 17, 2007 3:19 pm

Have you tried to empty java cache?
Marcel J.G. Trapman (IT2BE)
SAN partner - Freelance Java and Servoy
Servoy Components - IT2BE Plug-ins and Beans for Servoy
ServoyForge - Open Source Components for Servoy
User avatar
IT2Be
Servoy Expert
 
Posts: 4766
Joined: Tue Oct 14, 2003 7:09 pm
Location: Germany

Next

Return to Latest Releases

Who is online

Users browsing this forum: No registered users and 8 guests