do you have the same behaviour on other dialogs as well? (plugins.dialogs.*)
Hi Alexander,
LXS:
do you have the same behaviour on other dialogs as well? (plugins.dialogs.*)
plugins.dialogs.* and the client’s preference window do work fine for me. Also form in modal dialogs (FIMD) seems to work without issues.
It seems there is something in the about window that causes this freeze. Anyway, no showstopper.
Hi All
We still have the problem with the following messages:
Missing Permissions manifest attribute for: http://<ip-adr>:8081/lib/j2db.jar
Missing Codebase manifest attribute for: http://<ip-adr>:8081/lib/j2db.jar
Missing Permissions manifest attribute for: http://<ip-adr>:8081/lib/js.jar
Missing Codebase manifest attribute for: http://<ip-adr>:8081/lib/js.jar
...
when starting the Servoy 5.2 Smart Client on OS X 10.8.4 and Java 1.6.0_51.
Additional problem we realized, the application menus like File Edit … don’t work any more. I also can’t find any error message associated with that. It would be very helpful if someone please could confirm that.
Is there a known workaround?
The warnings you see, about missing permissions & codebase can be fixed by using the latest signtester!
see here: https://www.servoyforge.net/projects/signtester/wiki
Thanks Harjo. Unfortunatly I still have the the Missing Codebase manifest attribute messages. I used the latest signtester version v1.2.
Any further idea?
Harjo:
The warnings you see, about missing permissions & codebase can be fixed by using the latest signtester!see here: https://www.servoyforge.net/projects/signtester/wiki
I am also wondering if the not working application menus may have something to do with the problem of the (not correctly) working About dialog mentioned earlier in this thread.
Did you use codebase option in the signtester?
I don’t think so, as I use
java -Xmx500m -jar signtester.jar 7rKeyStore.ks 7r.Key.Store! KantiSH overwrite
But you sound as i should use it. Should it look then like this, is it this what you propose? Adding the
-Dcodebase=www.servoy-stuff.net part?
java -Dcodebase=www.servoy-stuff.net -Xmx500m -jar signtester.jar ...
yes, this part: -Dcodebase=
but not this part: www.servoy-stuff.net
that’s just an example, you have to set your domain, from which the smart-client will be downloaded.
You can add multiple, like also : 127.0.0.1 (for localhost)
Yes, you should substitute www.servoy-stuff.net with your own domain, unless you want me to host your app?
java -Dcodebase=<ip-adr> -Xmx500m -jar signtester.jar
or if you want to restrict to a specific port:
java -Dcodebase=<ip-adr>:8081 -Xmx500m -jar signtester.jar
Thanks. Is the notation for multiple to repeat the -Dcodebase= parameter?
ptalbot:
Yes, you should substitute http://www.servoy-stuff.net with your own domain, unless you want me to host your app?java -Dcodebase=<ip-adr> -Xmx500m -jar signtester.jaror if you want to restrict to a specific port:
java -Dcodebase=<ip-adr>:8081 -Xmx500m -jar signtester.jar
From the wiki at https://www.servoyforge.net/projects/signtester/wiki :
If you want to define more than one Codebase, separate them by a comma, like
java -Dcodebase=www.servoy-stuff.net,www.servoy-stuff.com ...
Thanks Patrick, will read the Wiki
ptalbot:
From the wiki at https://www.servoyforge.net/projects/signtester/wiki :If you want to define more than one Codebase, separate them by a comma, like
java -Dcodebase=www.servoy-stuff.net,www.servoy-stuff.com ...
-Dcodebase=*
solved our codebase errors including smartclient startup. Now the only issue is de yellow balloon for the servoy-client.jnlp