Results 1 to 2 of 2
Thread: App problem
- 06-08-2015, 10:22 PM #1
Member
- Join Date
- Jun 2015
- Posts
- 2
- Rep Power
- 0
App problem
Hello,
I am using netbeans IDE 7.4. I have a small web app that is used to retrieve data from web service. That service has its own certificate which is added to cacerts file in:
C:\Program Files (x86)\Java\jdk1.7.0_45\jre\lib\security.
Everything was working fine until the latest java runtime update.
Now it wont work - error message:
Exception: com.sun.xml.ws.client.ClientTransportException: HTTP transport error: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderE xception: unable to find valid certification path to requested target
I checked cacerts and cacerts.jre in the glassfish 4.0, imported certificate is in place.
After latest java update uninstall, it still wont work with the same error message.
Looks like it is not checking cacerts file any longer?
Any suggestions.
- 06-09-2015, 05:34 PM #2
Member
- Join Date
- Jun 2015
- Posts
- 2
- Rep Power
- 0
Re: App problem
I am talking about 1.8_45.
I needed this upgrade for something else.
Before that I had 1.8_31 or something I dont really know because 8_45 insisted on removing it for security reasons.
Of course 1.7_45 is installed in different folder and path from netbeans is pointing to its folder.
Everything was working fine with
1.7_45
and
1.8_3x
installed.
Why 8_45 insisted on removing 8_3x for security reasons and messed up netbeans?
Netbeans is still pointing to folder of 1.7_45. Settings in netbeans are not changed.
It should have nothing to do with 8_45 installation.
I forgot Glassfish 4.0. It was unable to start from netbeans. Required authentication although I left it to deafult (admin/nothing).
I was unable to start glassfish no mater what I tried. I was forced to create new domain and copied authentication files from its folders to previous domain folders and now it works.
Similar Threads
-
Problem with a Simple Histogram Problem
By kathmandu in forum New To JavaReplies: 12Last Post: 06-25-2013, 02:19 AM -
Delay between 2 same timings problem (Video of explanation of the problem inside)
By Lionlev in forum Advanced JavaReplies: 0Last Post: 11-07-2012, 01:44 PM -
Small problem with problem with Java, C++ parse program.
By dragstang86 in forum New To JavaReplies: 4Last Post: 10-30-2011, 04:43 AM -
Can anyone see the problem with my code? problem understanding switch (newbish)
By keith in forum New To JavaReplies: 9Last Post: 09-21-2010, 05:15 PM -
simple line problem / for loop problem
By helpisontheway in forum New To JavaReplies: 1Last Post: 11-17-2009, 07:12 AM
Bookmarks