Re: Sudden File Lock Freeze

2022-09-24 Thread Ömer Halit Çizmeci
I've just encountered the same issue. NetBeans was constantly freezing on file save so I had the chance to repeat it over and over again. I unchecked *Remove Unused Imports *and tried to save again but it froze. Then I unchecked *Organize Imports *and tried to save again (both Remove Unused Impor

Re: Sudden File Lock Freeze

2022-09-17 Thread Ömer Halit Çizmeci
I am using Gradle with several sub projects. There was no indexing or background task when this happened. At least not in the UI. On Sat, Sep 17, 2022, 9:35 PM Eric Bresie wrote: > Just curious, what kind of build tool is in use (i.e. Maven, Gradle, Ant, > or none of the above)? > > If Maven, i

Re: Sudden File Lock Freeze

2022-09-17 Thread Eric Bresie
Just curious, what kind of build tool is in use (i.e. Maven, Gradle, Ant, or none of the above)? If Maven, is it possible it's trying to pulldown and index the maven artifacts? Eric Bresie ebre...@gmail.com On Fri, Sep 16, 2022 at 6:00 PM Ömer Halit Çizmeci wrote: > I just had the same probl

Re: Sudden File Lock Freeze

2022-09-16 Thread Ömer Halit Çizmeci
I just had the same problem and this is what the stack trace looks like... I couldn't get more info at the moment. java.lang.NullPointerException: Cannot invoke "org.openide.filesystems.FileObject.getAttribute(String)" because "fo" is null at org.openide.filesystems.FileUtil.toFile(FileUtil.java:

Re: Sudden File Lock Freeze

2022-09-14 Thread Michael Bien
, September 13, 2022 2:50 AM To:dev@netbeans.apache.org Subject: Re: Sudden File Lock Freeze I only encountered this while editing .java files but I am not sure if it is file type specific. It is part of a Java Web Application project file and I can guarantee that the file is not opened in an

Re: Sudden File Lock Freeze

2022-09-14 Thread Ömer Halit Çizmeci
e: > >>>> > >>>>> One possibility--perhaps less likely than a bug in NetBeans, but > still > >>>>> worth considering--is a failing hard drive or SSD drive. It might be > a > >>> good > >>>>> time to take a backup of y

Re: Sudden File Lock Freeze

2022-09-14 Thread Bilu
e a good time to take a backup of your files, just in case. -- Eirik -Original Message- From: Ömer Halit Çizmeci Sent: Tuesday, September 13, 2022 2:50 AM To:dev@netbeans.apache.org Subject: Re: Sudden File Lock Freeze I only encountered this while editing .java files but I am not

Re: Sudden File Lock Freeze

2022-09-13 Thread Ömer Halit Çizmeci
a failing hard drive or SSD drive. It might be a > > good > > >> time to take a backup of your files, just in case. > > >> > > >> -- Eirik > > >> > > >> -Original Message- > > >> From: Ömer Halit Çizmeci > > >> Se

Re: Sudden File Lock Freeze

2022-09-13 Thread László Kishalmi
drive or SSD drive. It might be a > good > >> time to take a backup of your files, just in case. > >> > >> -- Eirik > >> > >> -Original Message----- > >> From: Ömer Halit Çizmeci > >> Sent: Tuesday, September 13, 2022 2:50 AM > &

Re: Sudden File Lock Freeze

2022-09-13 Thread Ernie Rael
nsidering--is a failing hard drive or SSD drive. It might be a good time to take a backup of your files, just in case. -- Eirik -Original Message- From: Ömer Halit Çizmeci Sent: Tuesday, September 13, 2022 2:50 AM To: dev@netbeans.apache.org Subject: Re: Sudden File Lock Freeze I only e

Re: Sudden File Lock Freeze

2022-09-13 Thread Ömer Halit Çizmeci
ember 13, 2022 2:50 AM > To: dev@netbeans.apache.org > Subject: Re: Sudden File Lock Freeze > > I only encountered this while editing .java files but I am not sure if it > is file type specific. It is part of a Java Web Application project file > and I can guarantee that the file is not o

RE: Sudden File Lock Freeze

2022-09-13 Thread Eirik Bakke
2:50 AM To: dev@netbeans.apache.org Subject: Re: Sudden File Lock Freeze I only encountered this while editing .java files but I am not sure if it is file type specific. It is part of a Java Web Application project file and I can guarantee that the file is not opened in any other application. I

Re: Sudden File Lock Freeze

2022-09-12 Thread Ömer Halit Çizmeci
I only encountered this while editing .java files but I am not sure if it is file type specific. It is part of a Java Web Application project file and I can guarantee that the file is not opened in any other application. I don't have any antivirus program other than Windows Defender and I don't hav

Re: Sudden File Lock Freeze

2022-09-12 Thread Laszlo Kishalmi
One of the most important information is missing. What type of file are you editing? On 9/12/22 17:01, Ömer Halit Çizmeci wrote: Hi, I have been having this problem I think since NB13 and it occurs in NB14 and NB15. The application suddenly freezes entirely with no response at all when I hit C

Sudden File Lock Freeze

2022-09-12 Thread Ömer Halit Çizmeci
Hi, I have been having this problem I think since NB13 and it occurs in NB14 and NB15. The application suddenly freezes entirely with no response at all when I hit CTRL+S to save a file. There is no pattern I could figure out but when this happens, it is extremely hard to revert it back to normal.