GitHub user Yser2025 added a comment to the discussion: Open file from console
As I understand, it can't acquire a lock. If I run it with the IDE disabled, the lock is acquired and Netbeans launches. ``` $ /usr/bin/netbeans -J-Djava.util.logging.config.file=/home/yser/.netbeans/jul.properties /home/yser/test.php Detected 2x HiDPI scaling in Xft.dpi setting; setting GDK_SCALE=2 WARNING: package com.apple.eio not in java.desktop WARNING: package com.sun.java.swing.plaf.windows not in java.desktop WARNING: package com.apple.laf not in java.desktop нояб. 12, 2025 2:52:34 PM org.netbeans.CLIHandler enterState FINEST: state: 2 thread: Thread[#3,main,5,main] нояб. 12, 2025 2:52:34 PM org.netbeans.CLIHandler initialize FINER: tryLock on /home/yser/.netbeans/27/lock result: null нояб. 12, 2025 2:52:34 PM org.netbeans.CLIHandler enterState FINEST: state: 5 thread: Thread[#3,main,5,main] нояб. 12, 2025 2:52:34 PM org.netbeans.CLIHandler enterState FINEST: state: 21 thread: Thread[#3,main,5,main] нояб. 12, 2025 2:52:34 PM org.netbeans.CLIHandler initialize FINER: Reading lock file /home/yser/.netbeans/27/lock нояб. 12, 2025 2:52:34 PM org.netbeans.CLIHandler enterState FINEST: state: 22 thread: Thread[#3,main,5,main] нояб. 12, 2025 2:52:34 PM org.netbeans.CLIHandler enterState FINEST: state: 23 thread: Thread[#3,main,5,main] нояб. 12, 2025 2:52:34 PM org.netbeans.CLIHandler enterState FINEST: state: 24 thread: Thread[#3,main,5,main] нояб. 12, 2025 2:52:34 PM org.netbeans.CLIHandler enterState FINEST: state: 25 thread: Thread[#3,main,5,main] нояб. 12, 2025 2:52:34 PM org.netbeans.CLIHandler enterState FINEST: state: 28 thread: Thread[#3,main,5,main] ``` GitHub link: https://github.com/apache/netbeans/discussions/8983#discussioncomment-14944156 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
