Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Null pointer loading profile #7947

Closed
cyberduck opened this issue May 11, 2014 · 2 comments
Closed

Null pointer loading profile #7947

cyberduck opened this issue May 11, 2014 · 2 comments
Assignees
Milestone

Comments

@cyberduck
Copy link
Collaborator

476efc8 created the issue

Version 4.4.3 works find, but 4.4.4 won't launch. This is the error:

5/11/14 14:12:12.254 Cyberduck[65333]: [main] ERROR ch.cyberduck.ui.cocoa.MainApplication - Thread main has thrown uncaught exception:null

java.lang.NullPointerException
	at ch.cyberduck.core.Profile.getIdentifier(Profile.java:89)
	at ch.cyberduck.core.Profile.hashCode(Profile.java:329)
	at java.util.HashMap.hash(HashMap.java:366)
	at java.util.HashMap.removeEntryForKey(HashMap.java:673)
	at java.util.HashMap.remove(HashMap.java:660)
	at java.util.HashSet.remove(HashSet.java:233)
	at ch.cyberduck.core.ProtocolFactory.register(ProtocolFactory.java:132)
	at ch.cyberduck.core.ProtocolFactory.register(ProtocolFactory.java:122)
	at ch.cyberduck.ui.cocoa.MainApplication.main(MainApplication.java:142)

Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Please attach the installed profiles in ~/Library/Application Support/Cyberduck/Profiles.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 04d4293.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants