This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 102839 - cannot load security certificate aliases
Summary: cannot load security certificate aliases
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: WSIT (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Grebac
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-27 22:06 UTC by tamiro
Modified: 2010-05-20 11:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tamiro 2007-04-27 22:06:20 UTC
On the service side, the new icon for Security works -- 
a default Mutual Certs mechanism is configured 
with the keystore and truststore automatically filled in.

When you go to configure the client's certificates, 
the Load Aliases option fails. Acutally, it also fails 
for the service too, but the correct alias was already 
filled in for the service. 

Attempting to run the copyv3 script done by Kumar J. fails with
     [java] Exception in thread "main" java.io.IOException: Keystore was tampere
d with, or password was incorrect

If the password for this bundled GF beta2-41d has intentionally 
changed from the well-known "changeit" than the WSIT plugin should 
know what it is. 

If the keystore is corrupted, that is still a NB 6.0 problem but 
not in the wsit plugin. It affects the wsit functionality, because 
the security mechanisms use the default GF certs.
Comment 1 Martin Grebac 2007-04-28 09:17:05 UTC
Tom, would you please try 'adminadmin' as the password? It would help to find
the problem. It works with other GF instances.
Comment 2 tamiro 2007-04-30 20:51:16 UTC
Martin, you were right. Load Aliases works 
when you change the password to "adminadmin".
Comment 3 Martin Grebac 2007-05-02 13:11:58 UTC
Fixed in trunk. Now we try default password 'changeit', then try to use GF
master password. If none works, we leave the field empty and users are required
to specify correct value.
Comment 4 Jaroslav Pospisil 2010-05-20 11:45:29 UTC
v.