java.lang.NullPointerException at org.syncany.connection.plugins.s3.S3ConfigPanel.load(S3ConfigPanel.java:66)

Bug #796209 reported by Philipp C. Heckel
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Syncany
Fix Committed
Low
Philipp C. Heckel

Bug Description

I received this crash report. Already fixed in rev. 56 of the trunk. Just for documentation purposes.

org.syncany.exceptions.InitializationException: java.lang.reflect.InvocationTargetException
       at org.syncany.Application.initUI(Application.java:171)
       at org.syncany.Application.start(Application.java:105)
       at org.syncany.Syncany.start(Syncany.java:92)
       at org.syncany.Syncany.main(Syncany.java:49)
Caused by: java.lang.reflect.InvocationTargetException
       at java.awt.EventQueue.invokeAndWait(EventQueue.java:1045)
       at org.syncany.Application.initUI(Application.java:158)
       ... 3 more
Caused by: java.lang.NullPointerException
       at org.syncany.connection.plugins.s3.S3ConfigPanel.load(S3ConfigPanel.java:66)
       at org.syncany.gui.settings.RepositoryPanel.load(RepositoryPanel.java:67)
       at org.syncany.gui.settings.SettingsDialog.addProfileToTree(SettingsDialog.java:216)
       at org.syncany.Application$2.run(Application.java:164)
       at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:216)
       at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:647)
       at java.awt.EventQueue.access$000(EventQueue.java:96)
       at java.awt.EventQueue$1.run(EventQueue.java:608)
       at java.awt.EventQueue$1.run(EventQueue.java:606)
       at java.security.AccessController.doPrivileged(Native Method)
       at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:105)
       at java.awt.EventQueue.dispatchEvent(EventQueue.java:617)
       at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
       at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
       at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
       at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
       at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
       at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.