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 270900 - NullPointerException at java.util.Base64$Decoder.decode
Summary: NullPointerException at java.util.Base64$Decoder.decode
Status: NEW
Alias: None
Product: docker
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-17 14:13 UTC by ajeets1978
Modified: 2017-09-04 21:34 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 229486


Attachments
stacktrace (3.78 KB, text/plain)
2017-06-17 14:13 UTC, ajeets1978
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ajeets1978 2017-06-17 14:13:39 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b17, Java(TM) SE Runtime Environment, 1.8.0_66-b17
OS: Mac OS X

User Comments:
ajeets1978: Right click on Docker Service - Add Credentials




Stacktrace: 
java.lang.NullPointerException
   at java.util.Base64$Decoder.decode(Base64.java:549)
   at org.netbeans.modules.docker.DockerConfig.createCredentials(DockerConfig.java:321)
   at org.netbeans.modules.docker.DockerConfig.getAllCredentials(DockerConfig.java:127)
   at org.netbeans.modules.docker.api.CredentialsManager.getAllCredentials(CredentialsManager.java:66)
   at org.netbeans.modules.docker.ui.credentials.CredentialsListPanel.<init>(CredentialsListPanel.java:70)
   at org.netbeans.modules.docker.ui.credentials.CredentialsAction.actionPerformed(CredentialsAction.java:73)
Comment 1 ajeets1978 2017-06-17 14:13:41 UTC
Created attachment 164561 [details]
stacktrace