Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
11.0
-
None
-
None
Description
When I try to connect to a Git Remote Repository (eg. Gitlab.com), there is always the error "Incorrect credentials for repository at > https://gitlab.com/xxx/xxx.git". In addition to that, an unexpected exception occurred:
java.lang.NoClassDefFoundError: Could not initialize class org.netbeans.modules.keyring.mac.SecurityLibrary java.lang.NoClassDefFoundError: Could not initialize class org.netbeans.modules.keyring.mac.SecurityLibrary at org.netbeans.modules.keyring.mac.MacProvider.save(MacProvider.java:69) at org.netbeans.api.keyring.Keyring.saveImpl(Keyring.java:132) at org.netbeans.api.keyring.Keyring.access$200(Keyring.java:52) at org.netbeans.api.keyring.Keyring$2.run(Keyring.java:161) at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418) at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45) at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278) [catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
I am using Apache NetBeans IDE 11.0 (Build incubator-netbeans-release-404-on-20190319) with Java 12.0.1 on macOS 11.2.1 Big Sur. Logfile attached.
Attachments
Attachments
Issue Links
- is related to
-
NETBEANS-5247 java.lang.NoClassDefFoundError: Could not initialize class org.netbeans.modules.keyring.mac.SecurityLibrary
- Open