Dear all We face the following Problem with the new Java Version 8 Update 201: https://imgur.com/a/DTe02wn Other Java Application like Abacus don't have the Problem The problem only exists if the client updates the JAVA Client to 8_201. It also exists on other installations from our partener who have the update installed. The error means the following in English: Enter credentials to access <default> on "server name / IP": If I type in my username and password it works. But the Window will come up at the next start. Does anyone know a solution for this? I tried many things out in the Java Settings but non helped, as it worked with the old Java Client. In% temp% the file JavaDeployReg.log which has the following error:
Can I give mabye more Information? Thanks so much and best regards Zueger Nico :) asked 07.02.2019 at 09:16 Zueger Reguel Werme... ♦♦
showing 5 of 8
show 3 more comments
|
After a lot of research I finally found the cause of the problem: With jre8_201 Oracle introduced (without mentioning it in the release notes, thanks very much!) a new authentication parameter (as security property) Possible solutions: So far I found two ways to get around the problem:
Note that these are only client side solutions. I haven't found a solution to override this behavior from the server (in the JNLP file). I am not even sure if we can do that as this is a security property and there are more restrictions on setting them than normal system properties. Hope it helps. answered 22.02.2019 at 10:33 Andreas Rusch |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 07.02.2019 at 09:16
Seen: 7,560 times
Last updated: 22.02.2019 at 10:33
Addendum: The JAVA Authentication Window only appears if we use SSO.
Nico, is the only change you did updating the Java version on the client or did you update anything on the Ivy Engine side as well? What version of the Engine are you using?
I Only updatet the Client local Ivy Engine is 6.0
I see you are using 32-bit JRE version. Have you tried the 64-bit version?
Yes, when I use the 64-bit Version the same Error appears.
Can you share your authentication provider settings? https://developer.axonivy.com/doc/latest/EngineGuideHtml/integration.html#integration-single_sign_on Do you have Windows+BasicAuth or only Windows auth? Is negotiation enabled or strictly enforced NTLM?
It's Windows Auth. only and enabled Providers are only NTLM
I think @Andreas Rusch has already found a solution for this problem. ... le'ts wait for the publication of his answer :)