Created
January 16, 2012 10:42
-
-
Save bartvde/1620175 to your computer and use it in GitHub Desktop.
oxygen startup failure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| bart-van-den-eijndens-macbook-pro:oxygen bartvde$ ./oxygenMac.sh | |
| 11:41:52,025 0 ERROR [ main ] ro.sync.ui.application.ApplicationLauncher - java.lang.reflect.InvocationTargetException | |
| java.lang.reflect.InvocationTargetException | |
| at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) | |
| at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) | |
| at java.lang.reflect.Constructor.newInstance(Constructor.java:513) | |
| at ro.sync.ui.application.ApplicationLauncher.A(Unknown Source) | |
| at ro.sync.ui.application.ApplicationLauncher.launch(Unknown Source) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | |
| at java.lang.reflect.Method.invoke(Method.java:597) | |
| at ro.sync.exml.Oxygen.main(Unknown Source) | |
| Caused by: java.lang.NullPointerException | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | |
| at java.lang.reflect.Method.invoke(Method.java:597) | |
| at ro.sync.syntaxhighlight.D.A(Unknown Source) | |
| at ro.sync.syntaxhighlight.D.installKeyboardActions(Unknown Source) | |
| at javax.swing.plaf.basic.BasicTextUI.installUI(BasicTextUI.java:794) | |
| at javax.swing.JComponent.setUI(JComponent.java:662) | |
| at javax.swing.text.JTextComponent.setUI(JTextComponent.java:322) | |
| at ro.sync.syntaxhighlight.K.setUI(Unknown Source) | |
| at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:332) | |
| at ro.sync.syntaxhighlight.K.updateUI(Unknown Source) | |
| at javax.swing.text.JTextComponent.<init>(JTextComponent.java:306) | |
| at javax.swing.JTextArea.<init>(JTextArea.java:187) | |
| at javax.swing.JTextArea.<init>(JTextArea.java:123) | |
| at ro.sync.ui.KA.<init>(Unknown Source) | |
| at ro.sync.ui.T.<init>(Unknown Source) | |
| at ro.sync.syntaxhighlight.K.<init>(Unknown Source) | |
| at ro.sync.syntaxhighlight.N.<init>(Unknown Source) | |
| at ro.sync.contentcompletion.L.G.<init>(Unknown Source) | |
| at ro.sync.contentcompletion.L.L.<init>(Unknown Source) | |
| at ro.sync.exml.editor.S.b$4.<init>(Unknown Source) | |
| at ro.sync.exml.editor.S.b.<init>(Unknown Source) | |
| at ro.sync.exml.MainFrame.<init>(Unknown Source) | |
| at ro.sync.exml.MainFrame.<init>(Unknown Source) | |
| ... 11 more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment