You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "David Gradwell (JIRA)" <ji...@apache.org> on 2018/11/14 17:22:00 UTC

[jira] [Commented] (NETBEANS-1684) Message stating where to find log files is incorrect when running on Mac OSX

    [ https://issues.apache.org/jira/browse/NETBEANS-1684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16686884#comment-16686884 ] 

David Gradwell commented on NETBEANS-1684:
------------------------------------------

I've now got the stack crawl for the problem I wanted to report:

 

java.lang.NullPointerException
    at org.netbeans.modules.editor.fold.ui.CodeFoldingSideBar.resolveBackColor(CodeFoldingSideBar.java:350)
    at org.netbeans.modules.editor.fold.ui.CodeFoldingSideBar.updateColors(CodeFoldingSideBar.java:365)
    at org.netbeans.modules.editor.fold.ui.CodeFoldingSideBar.access$200(CodeFoldingSideBar.java:99)
    at org.netbeans.modules.editor.fold.ui.CodeFoldingSideBar$2.preferenceChange(CodeFoldingSideBar.java:228)
    at org.netbeans.modules.editor.fold.ui.CodeFoldingSideBar.addNotify(CodeFoldingSideBar.java:284)
    at java.awt.Container.addNotify(Container.java:2797)
    at javax.swing.JComponent.addNotify(JComponent.java:4775)
    at org.netbeans.modules.editor.impl.CustomizableSideBar$WestSidebarHolder.addNotify(CustomizableSideBar.java:286)
    at java.awt.Container.addNotify(Container.java:2797)
    at javax.swing.JComponent.addNotify(JComponent.java:4775)
    at java.awt.Container.addNotify(Container.java:2797)
    at javax.swing.JComponent.addNotify(JComponent.java:4775)
    at java.awt.Container.addNotify(Container.java:2797)
    at javax.swing.JComponent.addNotify(JComponent.java:4775)
    at java.awt.Container.addNotify(Container.java:2797)
    at javax.swing.JComponent.addNotify(JComponent.java:4775)
    at java.awt.Container.addNotify(Container.java:2797)
    at javax.swing.JComponent.addNotify(JComponent.java:4775)
    at java.awt.Container.addNotify(Container.java:2797)
    at javax.swing.JComponent.addNotify(JComponent.java:4775)
    at javax.swing.JRootPane.addNotify(JRootPane.java:758)
    at java.awt.Container.addNotify(Container.java:2797)
    at java.awt.Window.addNotify(Window.java:771)
    at java.awt.Frame.addNotify(Frame.java:487)
    at java.awt.Window.pack(Window.java:809)
    at org.netbeans.modules.java.editor.JavaEditorWarmUpTask.run(JavaEditorWarmUpTask.java:269)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:759)
    at java.awt.EventQueue.access$500(EventQueue.java:97)
    at java.awt.EventQueue$3.run(EventQueue.java:712)
    at java.awt.EventQueue$3.run(EventQueue.java:706)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:75)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:729)
    at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
[catch] at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:190)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:115)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:104)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:100)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:92)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:81)

> Message stating where to find log files is incorrect when running on Mac OSX
> ----------------------------------------------------------------------------
>
>                 Key: NETBEANS-1684
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-1684
>             Project: NetBeans
>          Issue Type: Bug
>          Components: java - Compiler
>    Affects Versions: 9.0
>         Environment: Mac OS X Mojave version 10.14.1;  NetBeans 9.0; Java 9
>            Reporter: David Gradwell
>            Priority: Minor
>
> When going "Clean & Build" I repeatedly get:
> A java.lang.NullPointerException exception has occurred.
> Please report this at https://issues.apache.org/jira/projects/NETBEANS/issues,
> including a copy of your messages.log file as an attachment.
> The messages.log file is located in your /Users/davidjlgradwell/Library/Application Support/NetBeans/9.0/var/log folder.
> However the location given is incorrect - no Library folder in /Users/davidjlgradwell/.  I have looked in "/Library/Application Support" but that contains no "NetBeans" folder.  A search of the entire disk doesn't show a recent messages.log file.
>  
> This prevents me reporting the real problem properly !



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists