Constant fatal errors on Linux v9.0.1 build iu-93.94
While running the program, constantly get an error message that pops up, displaying the following "fatal error" It is not fatal, I can still run after this,
but it is very annoying having to close it periodically.
On Ubuntu 9.10, Sun 1.6 JDK.
java.lang.NoSuchMethodException: sun.font.FontDesignMetrics.<init>(java.awt.Font): java.lang.NoSuchMethodException: sun.font.FontDesignMetrics.<init>(java.awt.Font)
java.lang.RuntimeException: java.lang.NoSuchMethodException: sun.font.FontDesignMetrics.<init>(java.awt.Font)
at net.kano.codeoutline.LetterThicknessManager.<init>(LetterThicknessManager.java:103)
at net.kano.codeoutline.LetterThicknessManager.getInstance(LetterThicknessManager.java:67)
at net.kano.codeoutline.CodeOutlineImage.<init>(CodeOutlineImage.java:137)
at net.kano.codeoutline.CodeOutlinePanel.<init>(CodeOutlinePanel.java:419)
at net.kano.codeoutline.CodeOutlineToolWindow.openPanel(CodeOutlineToolWindow.java:153)
at net.kano.codeoutline.CodeOutlineToolWindow.access$000(CodeOutlineToolWindow.java:60)
at net.kano.codeoutline.CodeOutlineToolWindow$1.fileOpened(CodeOutlineToolWindow.java:100)
at sun.reflect.GeneratedMethodAccessor40.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.intellij.util.messages.impl.MessageBusConnectionImpl.deliverMessage(MessageBusConnectionImpl.java:101)
at com.intellij.util.messages.impl.MessageBusImpl.doPumpMessages(MessageBusImpl.java:183)
at com.intellij.util.messages.impl.MessageBusImpl.doPumpMessages(MessageBusImpl.java:188)
at com.intellij.util.messages.impl.MessageBusImpl.pumpMessages(MessageBusImpl.java:175)
at com.intellij.util.messages.impl.MessageBusImpl.pumpMessages(MessageBusImpl.java:172)
at com.intellij.util.messages.impl.MessageBusImpl.sendMessage(MessageBusImpl.java:167)
at com.intellij.util.messages.impl.MessageBusImpl.access$000(MessageBusImpl.java:40)
at com.intellij.util.messages.impl.MessageBusImpl$2.invoke(MessageBusImpl.java:106)
at $Proxy67.fileOpened(Unknown Source)
at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl.openFileImpl3(FileEditorManagerImpl.java:582)
at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$5.run(FileEditorManagerImpl.java:447)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:103)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:86)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:78)
at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl.openFileImpl2(FileEditorManagerImpl.java:445)
at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl.openFileWithProviders(FileEditorManagerImpl.java:439)
at com.intellij.openapi.fileEditor.ex.FileEditorManagerEx.openFile(FileEditorManagerEx.java:107)
at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$7.run(FileEditorManagerImpl.java:688)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:110)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:86)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:78)
at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl.openEditor(FileEditorManagerImpl.java:685)
at com.intellij.openapi.fileEditor.OpenFileDescriptor.navigateInAnyFileEditor(OpenFileDescriptor.java:133)
at com.intellij.openapi.fileEditor.OpenFileDescriptor.navigateInEditor(OpenFileDescriptor.java:118)
at com.intellij.openapi.fileEditor.OpenFileDescriptor.navigate(OpenFileDescriptor.java:105)
at com.intellij.psi.impl.source.PsiFileImpl.navigate(PsiFileImpl.java:835)
at com.intellij.ide.navigationToolbar.NavBarPanel.b(NavBarPanel.java:464)
at com.intellij.ide.navigationToolbar.NavBarPanel.access$1900(NavBarPanel.java:85)
at com.intellij.ide.navigationToolbar.NavBarPanel$23.run(NavBarPanel.java:583)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
at com.intellij.ide.IdeEventQueue.f(IdeEventQueue.java:621)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:511)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:372)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Caused by: java.lang.NoSuchMethodException: sun.font.FontDesignMetrics.<init>(java.awt.Font)
at java.lang.Class.getConstructor0(Class.java:2706)
at java.lang.Class.getConstructor(Class.java:1657)
at net.kano.codeoutline.LetterThicknessManager.<init>(LetterThicknessManager.java:89)
... 49 more
java.lang.NoSuchMethodException: sun.font.FontDesignMetrics.<init>(java.awt.Font)
at java.lang.Class.getConstructor0(Class.java:2706)
at java.lang.Class.getConstructor(Class.java:1657)
at net.kano.codeoutline.LetterThicknessManager.<init>(LetterThicknessManager.java:89)
at net.kano.codeoutline.LetterThicknessManager.getInstance(LetterThicknessManager.java:67)
at net.kano.codeoutline.CodeOutlineImage.<init>(CodeOutlineImage.java:137)
at net.kano.codeoutline.CodeOutlinePanel.<init>(CodeOutlinePanel.java:419)
at net.kano.codeoutline.CodeOutlineToolWindow.openPanel(CodeOutlineToolWindow.java:153)
at net.kano.codeoutline.CodeOutlineToolWindow.access$000(CodeOutlineToolWindow.java:60)
at net.kano.codeoutline.CodeOutlineToolWindow$1.fileOpened(CodeOutlineToolWindow.java:100)
at sun.reflect.GeneratedMethodAccessor40.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.intellij.util.messages.impl.MessageBusConnectionImpl.deliverMessage(MessageBusConnectionImpl.java:101)
at com.intellij.util.messages.impl.MessageBusImpl.doPumpMessages(MessageBusImpl.java:183)
at com.intellij.util.messages.impl.MessageBusImpl.doPumpMessages(MessageBusImpl.java:188)
at com.intellij.util.messages.impl.MessageBusImpl.pumpMessages(MessageBusImpl.java:175)
at com.intellij.util.messages.impl.MessageBusImpl.pumpMessages(MessageBusImpl.java:172)
at com.intellij.util.messages.impl.MessageBusImpl.sendMessage(MessageBusImpl.java:167)
at com.intellij.util.messages.impl.MessageBusImpl.access$000(MessageBusImpl.java:40)
at com.intellij.util.messages.impl.MessageBusImpl$2.invoke(MessageBusImpl.java:106)
at $Proxy67.fileOpened(Unknown Source)
at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl.openFileImpl3(FileEditorManagerImpl.java:582)
at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$5.run(FileEditorManagerImpl.java:447)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:103)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:86)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:78)
at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl.openFileImpl2(FileEditorManagerImpl.java:445)
at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl.openFileWithProviders(FileEditorManagerImpl.java:439)
at com.intellij.openapi.fileEditor.ex.FileEditorManagerEx.openFile(FileEditorManagerEx.java:107)
at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$7.run(FileEditorManagerImpl.java:688)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:110)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:86)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:78)
at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl.openEditor(FileEditorManagerImpl.java:685)
at com.intellij.openapi.fileEditor.OpenFileDescriptor.navigateInAnyFileEditor(OpenFileDescriptor.java:133)
at com.intellij.openapi.fileEditor.OpenFileDescriptor.navigateInEditor(OpenFileDescriptor.java:118)
at com.intellij.openapi.fileEditor.OpenFileDescriptor.navigate(OpenFileDescriptor.java:105)
at com.intellij.psi.impl.source.PsiFileImpl.navigate(PsiFileImpl.java:835)
at com.intellij.ide.navigationToolbar.NavBarPanel.b(NavBarPanel.java:464)
at com.intellij.ide.navigationToolbar.NavBarPanel.access$1900(NavBarPanel.java:85)
at com.intellij.ide.navigationToolbar.NavBarPanel$23.run(NavBarPanel.java:583)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
at com.intellij.ide.IdeEventQueue.f(IdeEventQueue.java:621)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:511)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:372)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Please sign in to leave a comment.
Hello Robert,
This error comes from the Code Outline third-party plugin and will go away
if you remove the plugin.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Your http://www.sale-handbags.com/ is the accessory most likely to capture your personality, and you probably have very definite taste in http://www.sale-handbags.com/. But if you want to choose http://www.sale-handbags.com/ which not only say something about who you are, but reflect well on your http://www.sale-handbags.com/, and have the budget to afford one, you will have a hard time going wrong with a http://www.sale-handbags.com/. But you need to keep in mind that there are thousands of http://www.sale-handbags.com/ sold both on and off line, and you could very easily be tricked into getting one.If you come across a http://www.sale-handbags.com/ advertised as genuine http://www.sale-handbags.com/, and the price seems too good to be true, you are almost certainly looking at a knockoff and should simply walk away.Second-Hand Quality Is Better Than Brand-New JunkBefore you decide to go in search of your http://www.sale-handbags.com/, you need to take a realistic look at you finances. A genuine current season http://www.sale-handbags.com/ will often retail at six hundred dollars or http://www.sale-handbags.com/, when purchased at a high-end fashion retailer. If that is more than you can manage, you can look for a pre-owned http://www.sale-handbags.com/ at a good reseller boutique; a pre-owned http://www.sale-handbags.com/, if it has been well-cared for, is still a far better purchase than a replica.While you may have come across http://www.sale-handbags.com/ which seem, to your eye, to be identical to the original, they will be constructed from inferior materials and will not have nearly the quality of workmanship for which authentic http://www.sale-handbags.com/ are famous. Your r http://www.sale-handbags.com/ may disintegrate in a relatively short time, while an original http://www.sale-handbags.com/, if cared for, will last a lifetime.You will never go wrong investing in a http://www.sale-handbags.com/, be it from Louis Vuitton or any of the other respected fashion accessory houses. But if you are forced to settle for a http://www.sale-handbags.com/Anya-Hindmarch-c-28.html, you should still choose one with the best possible quality, keeping in mind that they are seldom put through the same rigorous quality control tests as the real items.Inspect before You BuyIf you are a proponent of http://www.sale-handbags.com/Armani-c-12.html, however, you might be concerned to learn that some reproduction http://www.sale-handbags.com/Balenciaga-c-36.html
---
Original message URL: http://devnet.jetbrains.net/message/5278697#5278697