[jira] [Commented] (NETBEANS-1902) Programm stopps without visible reason: Thread stopped at Java

2019-02-25 Thread Thomas Willms (JIRA)


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

Thomas Willms commented on NETBEANS-1902:
-

Hallo,

I've written an extensive complex Java command line program. If I go through 
each step of a pro­grammed function individually with debug, everything works. 
If I don't go completely through all the steps of the same function, but step 
over it with F8, then the green colour of the bar - indicating the current 
position - often disappears at once. "The program is still running according to 
menu/run, but there is a message “Thread stopped at Java (line number) user 
program running". 

But no line was reached where it is required to enter data. There's no other 
way as to restart the written program. A deadlock is not found. Going through 
the program further - using the debugger - is not possible. No new bar appears 
even when you press F8. However, the program has not gone through all lines 
until the end or until the next data entry.

If I go through the program directly afterwards with the debugger line by line 
of the same function - that previously did not work with F8 because the given 
phenomenon occurs - using F7 the program works perfectly. This has occurred 
many times.

A reason for the stop of the thread is not clear, although it sometimes seems 
as if it happens at lines where a breakpoint was before. The problem occurs 
even when I start the program normally, not using debugging.  Unfortunately, it 
is difficult to reproduce the problem. It happens however so often that it 
occurs again without that one could predict it. 

Can someone help me? Due to the complexity it is difficult to show where the 
problem is but as I don't change anything - except the data file which I 
replace by the same version as before each time - I don't see how to resolve 
this problem.

> Programm stopps without visible reason: Thread stopped at Java 
> ---
>
> Key: NETBEANS-1902
> URL: https://issues.apache.org/jira/browse/NETBEANS-1902
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 9.0, 10.0
> Environment: Windows 10 Pro, Java 8 unter Netbeans Apache 10.0
>Reporter: Thomas Willms
>Priority: Critical
>  Labels: command-line, debugger
>
> Ich habe ein umfangreiches komplexes Java-Kommandozeilen-Programm 
> geschrieben. Wenn ich durch eine programmierte Funktion mit Debug jeden 
> Schritt einzeln durchlaufe, funktioniert alles. Wenn ich jedoch durch 
> dieselbe Funktion nicht komplett die einzelnen Schritte durchlaufe, sondern 
> sie mit F8 durchlaufe, dann verschwindet auf einmal die grüne Farbe des 
> Balkens, der die aktuelle Position angibt. Das Programm läuft laut Menü/Run 
> noch, aber es gibt eine Meldung "Thread stopped at Java (Liniennummer)" User 
> Program running".  Es wurde aber keine Zeile erreicht, an der eine Eingabe 
> erforderlich ist. Es bleibt keine andere Möglichkeit, als das geschriebene 
> Programm neu zu starten. Ein Deadlock wird nicht gefunden. Weiteres 
> Durchlaufen mit dem Debugger ist nicht möglich. Der Balken erscheint auch 
> nicht neu, wenn man F8 drückt. Das Programm ist jedoch nicht fertig 
> durchgelaufen.
> Wenn ich dieselbe Funktion, die vorher mit F8 nicht funktionierte, weil das 
> angegebene Phänomen auftritt, mit dem Debugger Zeile für Zeile mit F7 
> durchlaufe, dann funktioniert alles auf einmal. Dies ist viele Male 
> aufgetreten.
> Ein Grund für das Stoppen des Threads ist nicht ersichtlich, obwohl es 
> manchmal den Anschein hat, als ob es daran liegen könnte, dass an derselben 
> Stelle vorher ein Haltepunkt war.
> Das Problem taucht sogar beim ganz normalen Starten des Programmes mit Run 
> statt mit Debug auf. Leider ist es schwierig, das Auftauchen definiert zu 
> reproduzieren. Es ist jedoch so häufig, dass es immer wieder mal auftritt, 
> ohne dass man es jedoch vorhersagen könnte.
>  Kann mir da jemand helfen?
>  



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

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

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



[jira] [Updated] (NETBEANS-1902) Programm stopps without visible reason: Thread stopped at Java

2019-01-28 Thread Thomas Willms (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-1902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Willms updated NETBEANS-1902:

Description: 
Ich habe ein umfangreiches komplexes Java-Kommandozeilen-Programm geschrieben. 
Wenn ich durch eine programmierte Funktion mit Debug jeden Schritt einzeln 
durchlaufe, funktioniert alles. Wenn ich jedoch durch dieselbe Funktion nicht 
komplett die einzelnen Schritte durchlaufe, sondern sie mit F8 durchlaufe, dann 
verschwindet auf einmal die grüne Farbe des Balkens, der die aktuelle Position 
angibt. Das Programm läuft laut Menü/Run noch, aber es gibt eine Meldung 
"Thread stopped at Java (Liniennummer)" User Program running".  Es wurde aber 
keine Zeile erreicht, an der eine Eingabe erforderlich ist. Es bleibt keine 
andere Möglichkeit, als das geschriebene Programm neu zu starten. Ein Deadlock 
wird nicht gefunden. Weiteres Durchlaufen mit dem Debugger ist nicht möglich. 
Der Balken erscheint auch nicht neu, wenn man F8 drückt. Das Programm ist 
jedoch nicht fertig durchgelaufen.

Wenn ich dieselbe Funktion, die vorher mit F8 nicht funktionierte, weil das 
angegebene Phänomen auftritt, mit dem Debugger Zeile für Zeile mit F7 
durchlaufe, dann funktioniert alles auf einmal. Dies ist viele Male aufgetreten.

Ein Grund für das Stoppen des Threads ist nicht ersichtlich, obwohl es manchmal 
den Anschein hat, als ob es daran liegen könnte, dass an derselben Stelle 
vorher ein Haltepunkt war.

Das Problem taucht sogar beim ganz normalen Starten des Programmes mit Run 
statt mit Debug auf. Leider ist es schwierig, das Auftauchen definiert zu 
reproduzieren. Es ist jedoch so häufig, dass es immer wieder mal auftritt, ohne 
dass man es jedoch vorhersagen könnte.

 Kann mir da jemand helfen?

 

  was:
Ich habe ein umfangreiches komplexes Java-Kommandozeilen-Programm geschrieben. 
Wenn ich durch eine programmierte Funktion mit Debug jeden Schritt einzeln 
durchlaufe, funktioniert alles. Wenn ich jedoch durch dieselbe Funktion nicht 
komplett die einzelnen Schritte durchlaufe, sondern sie mit F8 durchlaufe, dann 
verschwindet auf einmal die grüne Farbe des Balkens, der die aktuelle Position 
angibt. Das Programm läuft laut Menü/Run noch, aber es gibt eine Meldung 
"Thread stopped at Java (Liniennummer)" User Program running".  Es wurde aber 
keine Zeile erreicht, an der eine Eingabe erforderlich ist. Es bleibt keine 
andere Möglichkeit, als das geschriebene Programm neu zu starten. Ein Deadlock 
wird nicht gefunden. Weiteres Durchlaufen mit dem Debugger ist nicht möglich. 
Der Balken erscheint auch nicht neu, wenn man F8 drückt. Das Programm ist 
jedoch nicht fertig durchgelaufen.

Wenn ich dieselbe Funktion, die vorher mit F8 nicht funktionierte, weil das 
angegebene Phänomen auftritt, mit dem Debugger Zeile für Zeile mit F7 
durchlaufe, dann funktioniert alles auf einmal. Dies ist viele Male aufgetreten.

Ein Grund für das Stoppen des Threads ist nicht ersichtlich, obwohl es manchmal 
den Anschein hat, als ob es daran liegen könnte, dass an derselben Stelle 
vorher ein Haltepunkt war.

Das Problem taucht sogar beim ganz normalen Starten des Programmes mit Run 
statt mit Debug auf. Leider ist es schwierig, das Auftauchen definiert zu 
reproduzieren. Es ist jedoch so häufig, dass es immer wieder mal auftritt, ohne 
dass man es jedoch vorhersagen könnte.

 

 


> Programm stopps without visible reason: Thread stopped at Java 
> ---
>
> Key: NETBEANS-1902
> URL: https://issues.apache.org/jira/browse/NETBEANS-1902
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 9.0, 10.0
> Environment: Windows 10 Pro, Java 8 unter Netbeans Apache 10.0
>Reporter: Thomas Willms
>Priority: Critical
>  Labels: command-line, debugger
>
> Ich habe ein umfangreiches komplexes Java-Kommandozeilen-Programm 
> geschrieben. Wenn ich durch eine programmierte Funktion mit Debug jeden 
> Schritt einzeln durchlaufe, funktioniert alles. Wenn ich jedoch durch 
> dieselbe Funktion nicht komplett die einzelnen Schritte durchlaufe, sondern 
> sie mit F8 durchlaufe, dann verschwindet auf einmal die grüne Farbe des 
> Balkens, der die aktuelle Position angibt. Das Programm läuft laut Menü/Run 
> noch, aber es gibt eine Meldung "Thread stopped at Java (Liniennummer)" User 
> Program running".  Es wurde aber keine Zeile erreicht, an der eine Eingabe 
> erforderlich ist. Es bleibt keine andere Möglichkeit, als das geschriebene 
> Programm neu zu starten. Ein Deadlock wird nicht gefunden. Weiteres 
> Durchlaufen mit dem Debugger ist nicht möglich. Der Balken erscheint auch 
> nicht neu, wenn man F8 drückt. Das Programm ist jedoch nicht fertig 
> durchgelaufen.
> Wenn ich dieselbe Funktion, die vorher mit F8 nicht funktionierte, weil 

[jira] [Updated] (NETBEANS-1902) Programm stopps without visible reason: Thread stopped at Java

2019-01-28 Thread Thomas Willms (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-1902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Willms updated NETBEANS-1902:

Environment: Windows 10 Pro, Java 8 unter Netbeans Apache 10.0  (was: 
Windows 10 Pro, Java 8 unter Netbeans Apache 9.0)

> Programm stopps without visible reason: Thread stopped at Java 
> ---
>
> Key: NETBEANS-1902
> URL: https://issues.apache.org/jira/browse/NETBEANS-1902
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 9.0, 10.0
> Environment: Windows 10 Pro, Java 8 unter Netbeans Apache 10.0
>Reporter: Thomas Willms
>Priority: Critical
>  Labels: command-line, debugger
>
> Ich habe ein umfangreiches komplexes Java-Kommandozeilen-Programm 
> geschrieben. Wenn ich durch eine programmierte Funktion mit Debug jeden 
> Schritt einzeln durchlaufe, funktioniert alles. Wenn ich jedoch durch 
> dieselbe Funktion nicht komplett die einzelnen Schritte durchlaufe, sondern 
> sie mit F8 durchlaufe, dann verschwindet auf einmal die grüne Farbe des 
> Balkens, der die aktuelle Position angibt. Das Programm läuft laut Menü/Run 
> noch, aber es gibt eine Meldung "Thread stopped at Java (Liniennummer)" User 
> Program running".  Es wurde aber keine Zeile erreicht, an der eine Eingabe 
> erforderlich ist. Es bleibt keine andere Möglichkeit, als das geschriebene 
> Programm neu zu starten. Ein Deadlock wird nicht gefunden. Weiteres 
> Durchlaufen mit dem Debugger ist nicht möglich. Der Balken erscheint auch 
> nicht neu, wenn man F8 drückt. Das Programm ist jedoch nicht fertig 
> durchgelaufen.
> Wenn ich dieselbe Funktion, die vorher mit F8 nicht funktionierte, weil das 
> angegebene Phänomen auftritt, mit dem Debugger Zeile für Zeile mit F7 
> durchlaufe, dann funktioniert alles auf einmal. Dies ist viele Male 
> aufgetreten.
> Ein Grund für das Stoppen des Threads ist nicht ersichtlich, obwohl es 
> manchmal den Anschein hat, als ob es daran liegen könnte, dass an derselben 
> Stelle vorher ein Haltepunkt war.
> Das Problem taucht sogar beim ganz normalen Starten des Programmes mit Run 
> statt mit Debug auf. Leider ist es schwierig, das Auftauchen definiert zu 
> reproduzieren. Es ist jedoch so häufig, dass es immer wieder mal auftritt, 
> ohne dass man es jedoch vorhersagen könnte.
>  
>  



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

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

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



[jira] [Updated] (NETBEANS-1902) Programm stopps without visible reason: Thread stopped at Java

2019-01-28 Thread Thomas Willms (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-1902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Willms updated NETBEANS-1902:

Labels: command-line debugger  (was: )

> Programm stopps without visible reason: Thread stopped at Java 
> ---
>
> Key: NETBEANS-1902
> URL: https://issues.apache.org/jira/browse/NETBEANS-1902
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 9.0, 10.0
> Environment: Windows 10 Pro, Java 8 unter Netbeans Apache 9.0
>Reporter: Thomas Willms
>Priority: Critical
>  Labels: command-line, debugger
>
> Ich habe ein umfangreiches komplexes Java-Kommandozeilen-Programm 
> geschrieben. Wenn ich durch eine programmierte Funktion mit Debug jeden 
> Schritt einzeln durchlaufe, funktioniert alles. Wenn ich jedoch durch 
> dieselbe Funktion nicht komplett die einzelnen Schritte durchlaufe, sondern 
> sie mit F8 durchlaufe, dann verschwindet auf einmal die grüne Farbe des 
> Balkens, der die aktuelle Position angibt. Das Programm läuft laut Menü/Run 
> noch, aber es gibt eine Meldung "Thread stopped at Java (Liniennummer)" User 
> Program running".  Es wurde aber keine Zeile erreicht, an der eine Eingabe 
> erforderlich ist. Es bleibt keine andere Möglichkeit, als das geschriebene 
> Programm neu zu starten. Ein Deadlock wird nicht gefunden. Weiteres 
> Durchlaufen mit dem Debugger ist nicht möglich. Der Balken erscheint auch 
> nicht neu, wenn man F8 drückt. Das Programm ist jedoch nicht fertig 
> durchgelaufen.
> Wenn ich dieselbe Funktion, die vorher mit F8 nicht funktionierte, weil das 
> angegebene Phänomen auftritt, mit dem Debugger Zeile für Zeile mit F7 
> durchlaufe, dann funktioniert alles auf einmal. Dies ist viele Male 
> aufgetreten.
> Ein Grund für das Stoppen des Threads ist nicht ersichtlich, obwohl es 
> manchmal den Anschein hat, als ob es daran liegen könnte, dass an derselben 
> Stelle vorher ein Haltepunkt war.
> Das Problem taucht sogar beim ganz normalen Starten des Programmes mit Run 
> statt mit Debug auf. Leider ist es schwierig, das Auftauchen definiert zu 
> reproduzieren. Es ist jedoch so häufig, dass es immer wieder mal auftritt, 
> ohne dass man es jedoch vorhersagen könnte.
>  
>  



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

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

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



[jira] [Updated] (NETBEANS-1902) Programm stopps without visible reason: Thread stopped at Java

2019-01-28 Thread Thomas Willms (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-1902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Willms updated NETBEANS-1902:

Affects Version/s: 10.0

> Programm stopps without visible reason: Thread stopped at Java 
> ---
>
> Key: NETBEANS-1902
> URL: https://issues.apache.org/jira/browse/NETBEANS-1902
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 9.0, 10.0
> Environment: Windows 10 Pro, Java 8 unter Netbeans Apache 9.0
>Reporter: Thomas Willms
>Priority: Critical
>
> Ich habe ein umfangreiches komplexes Java-Kommandozeilen-Programm 
> geschrieben. Wenn ich durch eine programmierte Funktion mit Debug jeden 
> Schritt einzeln durchlaufe, funktioniert alles. Wenn ich jedoch durch 
> dieselbe Funktion nicht komplett die einzelnen Schritte durchlaufe, sondern 
> sie mit F8 durchlaufe, dann verschwindet auf einmal die grüne Farbe des 
> Balkens, der die aktuelle Position angibt. Das Programm läuft laut Menü/Run 
> noch, aber es gibt eine Meldung "Thread stopped at Java (Liniennummer)" User 
> Program running".  Es wurde aber keine Zeile erreicht, an der eine Eingabe 
> erforderlich ist. Es bleibt keine andere Möglichkeit, als das geschriebene 
> Programm neu zu starten. Ein Deadlock wird nicht gefunden. Weiteres 
> Durchlaufen mit dem Debugger ist nicht möglich. Der Balken erscheint auch 
> nicht neu, wenn man F8 drückt. Das Programm ist jedoch nicht fertig 
> durchgelaufen.
> Wenn ich dieselbe Funktion, die vorher mit F8 nicht funktionierte, weil das 
> angegebene Phänomen auftritt, mit dem Debugger Zeile für Zeile mit F7 
> durchlaufe, dann funktioniert alles auf einmal. Dies ist viele Male 
> aufgetreten.
> Ein Grund für das Stoppen des Threads ist nicht ersichtlich, obwohl es 
> manchmal den Anschein hat, als ob es daran liegen könnte, dass an derselben 
> Stelle vorher ein Haltepunkt war.
> Das Problem taucht sogar beim ganz normalen Starten des Programmes mit Run 
> statt mit Debug auf. Leider ist es schwierig, das Auftauchen definiert zu 
> reproduzieren. Es ist jedoch so häufig, dass es immer wieder mal auftritt, 
> ohne dass man es jedoch vorhersagen könnte.
>  
>  



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

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

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



[jira] [Created] (NETBEANS-1953) Beansbinding

2019-01-19 Thread Thomas Willms (JIRA)
Thomas Willms created NETBEANS-1953:
---

 Summary: Beansbinding 
 Key: NETBEANS-1953
 URL: https://issues.apache.org/jira/browse/NETBEANS-1953
 Project: NetBeans
  Issue Type: Wish
  Components: java - Beans
Affects Versions: 9.0, 10.0
 Environment: netbeans 10
Reporter: Thomas Willms


Could you integrate Beans binding again or help me  using it ?

Why is it said to be integrated in NB 10 but does not work?

I have older software where I need it and want to use it further. So this 
blocks me totally

I found a plugIn

[http://plugins.netbeans.org/plugin/74915/beans-binding-support-for-form-editor]

but using it I get the   messages below:

Can you tell me how to use Netbeans with it?

What ever I install does not work. Like below plugIn version do not correspond.

Why updates of plugIns does not give the right version to use it?

I do not know to whom I could address if not here for this subject...

Thanks

 

Some plugins require plugin Classpath APIs to be installed.

The plugin Classpath APIs is requested in version >= 1.57 but only 1.56.1 was 
found.

The following plugin is affected:
  Beans Binding Support for Form Editor
h3. Some plugins require plugin Javac API Wrapper to be installed.

The plugin Javac API Wrapper is requested in version >= 8.25.0.3 but only 
8.24.1.3 was found.

The following plugin is affected:
  Beans Binding Support for Form Editor
h3. Some plugins require plugin NetBeans Form Editor to be installed.

The plugin NetBeans Form Editor is requested in version >= 0.22.0.1.4 but only 
0.21.1.1.4 was found.

The following plugin is affected:
  Beans Binding Support for Form Editor
h3. Some plugins require plugin Form Editor to be installed.

The plugin Form Editor is requested in version >= 1.61.0.4 but only 1.60.1.4 
was found.

The following plugin is affected:
  Beans Binding Support for Form Editor
h3. Some plugins require plugin Java Source Base to be installed.

The plugin Java Source Base is requested in version >= 2.39.0.4.3.25.8.1 but 
only 2.37.1.4.3.25.8.1 was found.

The following plugin is affected:
  Beans Binding Support for Form Editor
h3. Some plugins require plugin External Libraries to be installed.

The plugin External Libraries is requested in version >= 1.57 but only 1.56.1 
was found.

The following plugin is affected:
  Beans Binding Support for Form Editor
h3. Some plugins require plugin File System API to be installed.

The plugin File System API is requested in version >= 9.14 but only 9.13.1 was 
found.

The following plugin is affected:
  Beans Binding Support for Form Editor
h3. Some plugins require plugin Datasystems API to be installed.

The plugin Datasystems API is requested in version >= 7.71 but only 7.70.1 was 
found.

The following plugin is affected:
  Beans Binding Support for Form Editor
h3. Some plugins require plugin Nodes API to be installed.

The plugin Nodes API is requested in version >= 7.49 but only 7.48.1 was found.

The following plugin is affected:
  Beans Binding Support for Form Editor
h3. Some plugins require plugin Lookup API to be installed.

The plugin Lookup API is requested in version >= 8.37 but only 8.36.1 was found.

The following plugin is affected:
  Beans Binding Support for Form Editor

Some plugins require plugin Utilities API to be installed.

The plugin Utilities API is requested in version >= 9.12 but only 9.11.1 was 
found.

The following plugin is affected:
  Beans Binding Support for Form Editor

Some plugins not installed to avoid potential installation problems.

 

 



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

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

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



[jira] [Commented] (NETBEANS-1537) File - Open... "Windows cannot find the target"

2019-01-19 Thread Thomas Willms (JIRA)


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

Thomas Willms commented on NETBEANS-1537:
-

Is there any possibility to get a very well and *mo**r**e* *verbose output
by log files concerning this error??*

Am Sa., 19. Jan. 2019 um 13:27 Uhr schrieb Geertjan Wielenga (JIRA) <



> File - Open... "Windows cannot find the target"
> ---
>
> Key: NETBEANS-1537
> URL: https://issues.apache.org/jira/browse/NETBEANS-1537
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - DialogsWizards
>Affects Versions: 8.2, 9.0, 10.0
> Environment: Product Version: Apache NetBeans IDE 9.0 (Build 
> incubator-netbeans-release-334-on-20180708)
> Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
> Java: 1.8.0_192; Java HotSpot(TM) 64-Bit Server VM 25.192-b12
> Runtime: Java(TM) SE Runtime Environment 1.8.0_192-b12
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_GB (nb), Windows 
> 10 version 10.0 running on amd64; UTF-8; en_US (nb)
>Reporter: D Burbridge
>Priority: Critical
>  Labels: dialog, file, menu, open, save
> Attachments: NetBeans64_debug.TXT
>
>
> When trying to access any file dialog, I get the message:
>  
> netbeans64.exe
> Windows cannot find the target.
> OK
>  
> Clicking OK repeats the message several times, until it finally clears.
> Plus, in the log I have:
>  
> WARNING [org.netbeans.modules.progress.spi.InternalHandle]: Cannot switch to 
> silent mode when not running at 
> org.netbeans.core.ui.warmup.MenuWarmUpTask$NbWindowsAdapter$1HandleBridge.run(MenuWarmUpTask.java:244)
>  
> (repeated several times again)
> It seems to be the file browsing dialog box that's the problem, as it arises 
> on all those I've tested so far:
> File - Open Project
> File - Open File
> File - Save As
> File - Import Project - From Zip - Browse
> Tools - Options - Java - Ant - Browse
>  
> I tried deactivating all plugins but the error still occurred, so it looks 
> like it's a netbeans issue, not 3rd party. (In fact, all I achieved was the 
> complete loss of my plugins as I don't seem to be able to reactivate them 
> now!)
>  
> The other factor to be aware of is that there are a number of shortcuts on my 
> desktop which are currently invalid. I wonder if there is some checking going 
> on within the dialog to see where those shortcuts go, but it's creating the 
> error I'm seeing? In which case, the checking needs to be done silently - 
> after all, invalid shortcuts aren't unusual, especially when working offline. 
> Besides, the error comes up (5-6 times) not just when the "Open file" dialog 
> comes up, but 2-3 times every time I change directory within that dialog!
>   



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

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

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



[jira] [Commented] (NETBEANS-1537) File - Open... "Windows cannot find the target"

2019-01-19 Thread Thomas Willms (JIRA)


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

Thomas Willms commented on NETBEANS-1537:
-

If I had time I would try to copy the repository of Netbeans, open the
source code
of Netbeans in my environment and put a breakpoint where the system of
windows is opened,
but I have really too much very important things to do.
It happens any time after installing Netbeans when I open any project.
If you want to produce it I see only one possibility:
Establish exactly the same system, install Netbeans and open a project...
Would this be possible?
I don't see any other possibility, the problem being that I cannot tell you
if it is related to the hardware or not.
We might at first suppose that it is not the hard ware, only windows env.
So if anyone has a (virtual) OP windows 10 Pro, 64 bit using Netbeans 64
bit version 8.2, 9 or 10 64 bit
he should obtain the same problem. Does he?
Just install only windows 10 and Netbeans, all 64 bit. I would appreciate
to know if there was any problem.
I don't think that it is due to an interaction with other programs/
shortcuts, but perhaps I am in error...










Am Sa., 19. Jan. 2019 um 11:57 Uhr schrieb Geertjan Wielenga (JIRA) <



> File - Open... "Windows cannot find the target"
> ---
>
> Key: NETBEANS-1537
> URL: https://issues.apache.org/jira/browse/NETBEANS-1537
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - DialogsWizards
>Affects Versions: 8.2, 9.0, 10.0
> Environment: Product Version: Apache NetBeans IDE 9.0 (Build 
> incubator-netbeans-release-334-on-20180708)
> Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
> Java: 1.8.0_192; Java HotSpot(TM) 64-Bit Server VM 25.192-b12
> Runtime: Java(TM) SE Runtime Environment 1.8.0_192-b12
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_GB (nb), Windows 
> 10 version 10.0 running on amd64; UTF-8; en_US (nb)
>Reporter: D Burbridge
>Priority: Critical
>  Labels: dialog, file, menu, open, save
> Attachments: NetBeans64_debug.TXT
>
>
> When trying to access any file dialog, I get the message:
>  
> netbeans64.exe
> Windows cannot find the target.
> OK
>  
> Clicking OK repeats the message several times, until it finally clears.
> Plus, in the log I have:
>  
> WARNING [org.netbeans.modules.progress.spi.InternalHandle]: Cannot switch to 
> silent mode when not running at 
> org.netbeans.core.ui.warmup.MenuWarmUpTask$NbWindowsAdapter$1HandleBridge.run(MenuWarmUpTask.java:244)
>  
> (repeated several times again)
> It seems to be the file browsing dialog box that's the problem, as it arises 
> on all those I've tested so far:
> File - Open Project
> File - Open File
> File - Save As
> File - Import Project - From Zip - Browse
> Tools - Options - Java - Ant - Browse
>  
> I tried deactivating all plugins but the error still occurred, so it looks 
> like it's a netbeans issue, not 3rd party. (In fact, all I achieved was the 
> complete loss of my plugins as I don't seem to be able to reactivate them 
> now!)
>  
> The other factor to be aware of is that there are a number of shortcuts on my 
> desktop which are currently invalid. I wonder if there is some checking going 
> on within the dialog to see where those shortcuts go, but it's creating the 
> error I'm seeing? In which case, the checking needs to be done silently - 
> after all, invalid shortcuts aren't unusual, especially when working offline. 
> Besides, the error comes up (5-6 times) not just when the "Open file" dialog 
> comes up, but 2-3 times every time I change directory within that dialog!
>   



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

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

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



[jira] [Commented] (NETBEANS-1537) File - Open... "Windows cannot find the target"

2019-01-19 Thread Thomas Willms (JIRA)


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

Thomas Willms commented on NETBEANS-1537:
-

I forgot to mention : using a 64 bit system  windows and the Netbeans 64 bit 
version

> File - Open... "Windows cannot find the target"
> ---
>
> Key: NETBEANS-1537
> URL: https://issues.apache.org/jira/browse/NETBEANS-1537
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - DialogsWizards
>Affects Versions: 8.2, 9.0, 10.0
> Environment: Product Version: Apache NetBeans IDE 9.0 (Build 
> incubator-netbeans-release-334-on-20180708)
> Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
> Java: 1.8.0_192; Java HotSpot(TM) 64-Bit Server VM 25.192-b12
> Runtime: Java(TM) SE Runtime Environment 1.8.0_192-b12
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_GB (nb), Windows 
> 10 version 10.0 running on amd64; UTF-8; en_US (nb)
>Reporter: D Burbridge
>Priority: Critical
>  Labels: dialog, file, menu, open, save
> Attachments: NetBeans64_debug.TXT
>
>
> When trying to access any file dialog, I get the message:
>  
> netbeans64.exe
> Windows cannot find the target.
> OK
>  
> Clicking OK repeats the message several times, until it finally clears.
> Plus, in the log I have:
>  
> WARNING [org.netbeans.modules.progress.spi.InternalHandle]: Cannot switch to 
> silent mode when not running at 
> org.netbeans.core.ui.warmup.MenuWarmUpTask$NbWindowsAdapter$1HandleBridge.run(MenuWarmUpTask.java:244)
>  
> (repeated several times again)
> It seems to be the file browsing dialog box that's the problem, as it arises 
> on all those I've tested so far:
> File - Open Project
> File - Open File
> File - Save As
> File - Import Project - From Zip - Browse
> Tools - Options - Java - Ant - Browse
>  
> I tried deactivating all plugins but the error still occurred, so it looks 
> like it's a netbeans issue, not 3rd party. (In fact, all I achieved was the 
> complete loss of my plugins as I don't seem to be able to reactivate them 
> now!)
>  
> The other factor to be aware of is that there are a number of shortcuts on my 
> desktop which are currently invalid. I wonder if there is some checking going 
> on within the dialog to see where those shortcuts go, but it's creating the 
> error I'm seeing? In which case, the checking needs to be done silently - 
> after all, invalid shortcuts aren't unusual, especially when working offline. 
> Besides, the error comes up (5-6 times) not just when the "Open file" dialog 
> comes up, but 2-3 times every time I change directory within that dialog!
>   



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

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

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



[jira] [Commented] (NETBEANS-1537) File - Open... "Windows cannot find the target"

2019-01-19 Thread Thomas Willms (JIRA)


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

Thomas Willms commented on NETBEANS-1537:
-

This was and is reproducible at any time under netbeans 8.2 until 10 (I don't 
know any higher version) under windows 10 (also WIndows 7 it seems and probably 
windows 8) using java SE 8. I did not try Java 9 0r 11 since nothing seemed to 
work with it (at least before netbeans 10).


> File - Open... "Windows cannot find the target"
> ---
>
> Key: NETBEANS-1537
> URL: https://issues.apache.org/jira/browse/NETBEANS-1537
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - DialogsWizards
>Affects Versions: 8.2, 9.0, 10.0
> Environment: Product Version: Apache NetBeans IDE 9.0 (Build 
> incubator-netbeans-release-334-on-20180708)
> Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
> Java: 1.8.0_192; Java HotSpot(TM) 64-Bit Server VM 25.192-b12
> Runtime: Java(TM) SE Runtime Environment 1.8.0_192-b12
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_GB (nb), Windows 
> 10 version 10.0 running on amd64; UTF-8; en_US (nb)
>Reporter: D Burbridge
>Priority: Critical
>  Labels: dialog, file, menu, open, save
> Attachments: NetBeans64_debug.TXT
>
>
> When trying to access any file dialog, I get the message:
>  
> netbeans64.exe
> Windows cannot find the target.
> OK
>  
> Clicking OK repeats the message several times, until it finally clears.
> Plus, in the log I have:
>  
> WARNING [org.netbeans.modules.progress.spi.InternalHandle]: Cannot switch to 
> silent mode when not running at 
> org.netbeans.core.ui.warmup.MenuWarmUpTask$NbWindowsAdapter$1HandleBridge.run(MenuWarmUpTask.java:244)
>  
> (repeated several times again)
> It seems to be the file browsing dialog box that's the problem, as it arises 
> on all those I've tested so far:
> File - Open Project
> File - Open File
> File - Save As
> File - Import Project - From Zip - Browse
> Tools - Options - Java - Ant - Browse
>  
> I tried deactivating all plugins but the error still occurred, so it looks 
> like it's a netbeans issue, not 3rd party. (In fact, all I achieved was the 
> complete loss of my plugins as I don't seem to be able to reactivate them 
> now!)
>  
> The other factor to be aware of is that there are a number of shortcuts on my 
> desktop which are currently invalid. I wonder if there is some checking going 
> on within the dialog to see where those shortcuts go, but it's creating the 
> error I'm seeing? In which case, the checking needs to be done silently - 
> after all, invalid shortcuts aren't unusual, especially when working offline. 
> Besides, the error comes up (5-6 times) not just when the "Open file" dialog 
> comes up, but 2-3 times every time I change directory within that dialog!
>   



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

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

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



[jira] [Commented] (NETBEANS-1537) File - Open... "Windows cannot find the target"

2019-01-19 Thread Thomas Willms (JIRA)


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

Thomas Willms commented on NETBEANS-1537:
-

Indeed, if I install the Pugin I don't get a an error message that the
target has not been found if I click on the button: Open project.
But, if I click afterwards inside the window on classic view or anywhere
else the problem returns instantly, at least under windows 10 in version 10.
It is not even something like a good work around!!

Am Sa., 19. Jan. 2019 um 04:13 Uhr schrieb Jeff Ferrick (JIRA) <



> File - Open... "Windows cannot find the target"
> ---
>
> Key: NETBEANS-1537
> URL: https://issues.apache.org/jira/browse/NETBEANS-1537
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - DialogsWizards
>Affects Versions: 8.2, 9.0, 10.0
> Environment: Product Version: Apache NetBeans IDE 9.0 (Build 
> incubator-netbeans-release-334-on-20180708)
> Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
> Java: 1.8.0_192; Java HotSpot(TM) 64-Bit Server VM 25.192-b12
> Runtime: Java(TM) SE Runtime Environment 1.8.0_192-b12
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_GB (nb), Windows 
> 10 version 10.0 running on amd64; UTF-8; en_US (nb)
>Reporter: D Burbridge
>Priority: Critical
>  Labels: dialog, file, menu, open, save
> Attachments: NetBeans64_debug.TXT
>
>
> When trying to access any file dialog, I get the message:
>  
> netbeans64.exe
> Windows cannot find the target.
> OK
>  
> Clicking OK repeats the message several times, until it finally clears.
> Plus, in the log I have:
>  
> WARNING [org.netbeans.modules.progress.spi.InternalHandle]: Cannot switch to 
> silent mode when not running at 
> org.netbeans.core.ui.warmup.MenuWarmUpTask$NbWindowsAdapter$1HandleBridge.run(MenuWarmUpTask.java:244)
>  
> (repeated several times again)
> It seems to be the file browsing dialog box that's the problem, as it arises 
> on all those I've tested so far:
> File - Open Project
> File - Open File
> File - Save As
> File - Import Project - From Zip - Browse
> Tools - Options - Java - Ant - Browse
>  
> I tried deactivating all plugins but the error still occurred, so it looks 
> like it's a netbeans issue, not 3rd party. (In fact, all I achieved was the 
> complete loss of my plugins as I don't seem to be able to reactivate them 
> now!)
>  
> The other factor to be aware of is that there are a number of shortcuts on my 
> desktop which are currently invalid. I wonder if there is some checking going 
> on within the dialog to see where those shortcuts go, but it's creating the 
> error I'm seeing? In which case, the checking needs to be done silently - 
> after all, invalid shortcuts aren't unusual, especially when working offline. 
> Besides, the error comes up (5-6 times) not just when the "Open file" dialog 
> comes up, but 2-3 times every time I change directory within that dialog!
>   



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

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

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



[jira] [Updated] (NETBEANS-1795) Report an Issue....

2019-01-09 Thread Thomas Willms (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-1795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Willms updated NETBEANS-1795:

Labels: project windows  (was: windows)

> Report an Issue
> ---
>
> Key: NETBEANS-1795
> URL: https://issues.apache.org/jira/browse/NETBEANS-1795
> Project: NetBeans
>  Issue Type: Bug
>  Components: connecteddeveloper - Bugzilla
>Affects Versions: 9.0, 10.0
> Environment: Product Version = Apache NetBeans IDE 9.0 (Build 
> incubator-netbeans-release-334-on-20180708)
> Operating System = Windows 10 Pro version 10.0 running on amd64
> Java; VM; Vendor = 1.8.0_191
> Runtime = Java HotSpot(TM) 64-Bit Server VM 25.191-b12
>Reporter: Thomas Willms
>Priority: Major
>  Labels: project, windows
> Attachments: ReportIssuest.JPG
>
>
> I wanted to report the following severe bug by "Report Issues"
> Each time when I want to open a project I have to click 4 to 8 times on the 
> red field of the message that the target path has not been found. This only 
> happens with NetBeans and I verified that the file System is working 
> properly.  Only after confirming the error message - mostly 8 times - finally 
> the the directory that I searched is shown.
> I got the error mesage attached below 
>  



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

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

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



[jira] [Updated] (NETBEANS-1795) Report an Issue....

2019-01-09 Thread Thomas Willms (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-1795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Willms updated NETBEANS-1795:

Affects Version/s: 10.0

> Report an Issue
> ---
>
> Key: NETBEANS-1795
> URL: https://issues.apache.org/jira/browse/NETBEANS-1795
> Project: NetBeans
>  Issue Type: Bug
>  Components: connecteddeveloper - Bugzilla
>Affects Versions: 9.0, 10.0
> Environment: Product Version = Apache NetBeans IDE 9.0 (Build 
> incubator-netbeans-release-334-on-20180708)
> Operating System = Windows 10 Pro version 10.0 running on amd64
> Java; VM; Vendor = 1.8.0_191
> Runtime = Java HotSpot(TM) 64-Bit Server VM 25.191-b12
>Reporter: Thomas Willms
>Priority: Major
>  Labels: windows
> Attachments: ReportIssuest.JPG
>
>
> I wanted to report the following severe bug by "Report Issues"
> Each time when I want to open a project I have to click 4 to 8 times on the 
> red field of the message that the target path has not been found. This only 
> happens with NetBeans and I verified that the file System is working 
> properly.  Only after confirming the error message - mostly 8 times - finally 
> the the directory that I searched is shown.
> I got the error mesage attached below 
>  



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

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

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



[jira] [Created] (NETBEANS-1909) Open Project: Target could not be found!

2019-01-09 Thread Thomas Willms (JIRA)
Thomas Willms created NETBEANS-1909:
---

 Summary: Open Project: Target could not be found!
 Key: NETBEANS-1909
 URL: https://issues.apache.org/jira/browse/NETBEANS-1909
 Project: NetBeans
  Issue Type: Bug
  Components: java - Project, utilities - Open File
Affects Versions: 9.0, 10.0
 Environment: Java: 1.8.0_191; Java HotSpot(TM) 64-Bit Server VM 
25.191-b12
Runtime: Java(TM) SE Runtime Environment 1.8.0_191-b12
System: Windows 10 version 10.0 pro, Version 1803,64 bit
  running on amd64; Cp1252; de_DE (nb)
Reporter: Thomas Willms


When I try to open a new project I get the error message "Target could not be 
found" about 8 to ten times. Only then the file system is shown. Afterwards I 
get the same message often 2 or 3 times. It is very time-consuming to open a 
project The same problem appears opening a file by "Open file".



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

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

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



[jira] [Created] (NETBEANS-1908) keine GUI - Palette vorhanden

2019-01-09 Thread Thomas Willms (JIRA)
Thomas Willms created NETBEANS-1908:
---

 Summary: keine GUI - Palette vorhanden
 Key: NETBEANS-1908
 URL: https://issues.apache.org/jira/browse/NETBEANS-1908
 Project: NetBeans
  Issue Type: Bug
  Components: guibuilder - Natural Layout
Affects Versions: 10.0
Reporter: Thomas Willms


When I open the GUI- Palette in Netbeans Apache 10.0  from the menu via Window/ 
Ide tools/Palette then there is only an empty space shown without anything!!! 
The GUI Builder surface cannot be used!!



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

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

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



[jira] [Commented] (NETBEANS-1903) Liniennummern verschwinden in Java-Editor

2019-01-09 Thread Thomas Willms (JIRA)


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

Thomas Willms commented on NETBEANS-1903:
-

It takes to long to reproduce this error since I need to let the GUI open for a 
long time. I cannot provoke it instantly. As it was present in Netbeans 9.0 it 
will also be present in Netbeans 10, if the error has not been eliminated there.

> Liniennummern verschwinden in Java-Editor 
> --
>
> Key: NETBEANS-1903
> URL: https://issues.apache.org/jira/browse/NETBEANS-1903
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 9.0
>Reporter: Thomas Willms
>Priority: Major
>
> Without any visible reason the line numbers disappear on the left side of the 
> Java Source Editor after some time of use. It might be related to the problem 
> that I never restart the program and I left it open without neither 
> restarting it neither the computer (of course) - with charged Netbeans 9.0 - 
> having it left in the hibernation state. It is more practical not to restart 
> and to reopen it each time.Off course without line numbers no breaking point 
> can be set, debugging is impossible!  It works again after restarting the 
> program.
> Ohne erkennbaren Grund verschwinden die Zeilennummern auf der linken Seite 
> des Java-Quell Code Editors nach einiger Zeit. Ich habe das Programm dabei 
> häufig lange angehabt und ohne Neustart jedes Mal den Computer - mit 
> geladenem Netbeans Apache 9.0 - aus dem Ruhezustand geholt. Nach einem 
> Neustart funktioniert es dann wieder.
>  



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

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

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



[jira] [Updated] (NETBEANS-1903) Liniennummern verschwinden in Java-Editor

2019-01-09 Thread Thomas Willms (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-1903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Willms updated NETBEANS-1903:

Description: 
Without any visible reason the line numbers disappear on the left side of the 
Java Source Editor after some time of use. It might be related to the problem 
that I never restart the program and I left it open without neither restarting 
it neither the computer (of course) - with charged Netbeans 9.0 - having it 
left in the hibernation state. It is more practical not to restart and to 
reopen it each time.Off course without line numbers no breaking point can be 
set, debugging is impossible!  It works again after restarting the program.

Ohne erkennbaren Grund verschwinden die Zeilennummern auf der linken Seite des 
Java-Quell Code Editors nach einiger Zeit. Ich habe das Programm dabei häufig 
lange angehabt und ohne Neustart jedes Mal den Computer - mit geladenem 
Netbeans Apache 9.0 - aus dem Ruhezustand geholt. Nach einem Neustart 
funktioniert es dann wieder.

 

  was:Ohne erkennbaren Grund verschwinden die Zeilennummern auf der linken 
Seite des Java-Quell Code Editors nach einiger Zeit. Ich habe das Programm 
dabei häufig lange angehabt und ohne Neustart jedes Mal den Computer - mit 
geladenem Netbeans Apache 9.0 - aus dem Ruhezustand geholt. Nach einem Neustart 
funktioniert es dann wieder.


> Liniennummern verschwinden in Java-Editor 
> --
>
> Key: NETBEANS-1903
> URL: https://issues.apache.org/jira/browse/NETBEANS-1903
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 9.0
>Reporter: Thomas Willms
>Priority: Major
>
> Without any visible reason the line numbers disappear on the left side of the 
> Java Source Editor after some time of use. It might be related to the problem 
> that I never restart the program and I left it open without neither 
> restarting it neither the computer (of course) - with charged Netbeans 9.0 - 
> having it left in the hibernation state. It is more practical not to restart 
> and to reopen it each time.Off course without line numbers no breaking point 
> can be set, debugging is impossible!  It works again after restarting the 
> program.
> Ohne erkennbaren Grund verschwinden die Zeilennummern auf der linken Seite 
> des Java-Quell Code Editors nach einiger Zeit. Ich habe das Programm dabei 
> häufig lange angehabt und ohne Neustart jedes Mal den Computer - mit 
> geladenem Netbeans Apache 9.0 - aus dem Ruhezustand geholt. Nach einem 
> Neustart funktioniert es dann wieder.
>  



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

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

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



[jira] [Created] (NETBEANS-1903) Liniennummern verschwinden in Java-Editor

2019-01-08 Thread Thomas Willms (JIRA)
Thomas Willms created NETBEANS-1903:
---

 Summary: Liniennummern verschwinden in Java-Editor 
 Key: NETBEANS-1903
 URL: https://issues.apache.org/jira/browse/NETBEANS-1903
 Project: NetBeans
  Issue Type: Bug
  Components: java - Editor
Affects Versions: 9.0
Reporter: Thomas Willms


Ohne erkennbaren Grund verschwinden die Zeilennummern auf der linken Seite des 
Java-Quell Code Editors nach einiger Zeit. Ich habe das Programm dabei häufig 
lange angehabt und ohne Neustart jedes Mal den Computer - mit geladenem 
Netbeans Apache 9.0 - aus dem Ruhezustand geholt. Nach einem Neustart 
funktioniert es dann wieder.



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

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

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



[jira] [Created] (NETBEANS-1902) Programm stopps without visible reason: Thread stopped at Java

2019-01-08 Thread Thomas Willms (JIRA)
Thomas Willms created NETBEANS-1902:
---

 Summary: Programm stopps without visible reason: Thread stopped at 
Java 
 Key: NETBEANS-1902
 URL: https://issues.apache.org/jira/browse/NETBEANS-1902
 Project: NetBeans
  Issue Type: Bug
  Components: java - Compiler
Affects Versions: 9.0
 Environment: Windows 10 Pro, Java 8 unter Netbeans Apache 9.0
Reporter: Thomas Willms


Ich habe ein umfangreiches komplexes Java-Kommandozeilen-Programm geschrieben. 
Wenn ich durch eine programmierte Funktion mit Debug jeden Schritt einzeln 
durchlaufe, funktioniert alles. Wenn ich jedoch durch dieselbe Funktion nicht 
komplett die einzelnen Schritte durchlaufe, sondern sie mit F8 durchlaufe, dann 
verschwindet auf einmal die grüne Farbe des Balkens, der die aktuelle Position 
angibt. Das Programm läuft laut Menü/Run noch, aber es gibt eine Meldung 
"Thread stopped at Java (Liniennummer)" User Program running".  Es wurde aber 
keine Zeile erreicht, an der eine Eingabe erforderlich ist. Es bleibt keine 
andere Möglichkeit, als das geschriebene Programm neu zu starten. Ein Deadlock 
wird nicht gefunden. Weiteres Durchlaufen mit dem Debugger ist nicht möglich. 
Der Balken erscheint auch nicht neu, wenn man F8 drückt. Das Programm ist 
jedoch nicht fertig durchgelaufen.

Wenn ich dieselbe Funktion, die vorher mit F8 nicht funktionierte, weil das 
angegebene Phänomen auftritt, mit dem Debugger Zeile für Zeile mit F7 
durchlaufe, dann funktioniert alles auf einmal. Dies ist viele Male aufgetreten.

Ein Grund für das Stoppen des Threads ist nicht ersichtlich, obwohl es manchmal 
den Anschein hat, als ob es daran liegen könnte, dass an derselben Stelle 
vorher ein Haltepunkt war.

Das Problem taucht sogar beim ganz normalen Starten des Programmes mit Run 
statt mit Debug auf. Leider ist es schwierig, das Auftauchen definiert zu 
reproduzieren. Es ist jedoch so häufig, dass es immer wieder mal auftritt, ohne 
dass man es jedoch vorhersagen könnte.

 

 



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

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

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



[jira] [Commented] (NETBEANS-1537) File - Open... "Windows cannot find the target"

2018-12-14 Thread Thomas Willms (JIRA)


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

Thomas Willms commented on NETBEANS-1537:
-

I want to add a remark: I have not AMD64  but

Intel(R)Core(TM) i7-5820K. 3.3 GHz

x64 based Prozessor

> File - Open... "Windows cannot find the target"
> ---
>
> Key: NETBEANS-1537
> URL: https://issues.apache.org/jira/browse/NETBEANS-1537
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - DialogsWizards
>Affects Versions: 8.2, 9.0
> Environment: Product Version: Apache NetBeans IDE 9.0 (Build 
> incubator-netbeans-release-334-on-20180708)
> Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
> Java: 1.8.0_192; Java HotSpot(TM) 64-Bit Server VM 25.192-b12
> Runtime: Java(TM) SE Runtime Environment 1.8.0_192-b12
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_GB (nb), Windows 
> 10 version 10.0 running on amd64; UTF-8; en_US (nb)
>Reporter: D Burbridge
>Priority: Critical
>  Labels: dialog, file, menu, open, save
>
> When trying to access any file dialog, I get the message:
>  
> netbeans64.exe
> Windows cannot find the target.
> OK
>  
> Clicking OK repeats the message several times, until it finally clears.
> Plus, in the log I have:
>  
> WARNING [org.netbeans.modules.progress.spi.InternalHandle]: Cannot switch to 
> silent mode when not running at 
> org.netbeans.core.ui.warmup.MenuWarmUpTask$NbWindowsAdapter$1HandleBridge.run(MenuWarmUpTask.java:244)
>  
> (repeated several times again)
> It seems to be the file browsing dialog box that's the problem, as it arises 
> on all those I've tested so far:
> File - Open Project
> File - Open File
> File - Save As
> File - Import Project - From Zip - Browse
> Tools - Options - Java - Ant - Browse
>  
> I tried deactivating all plugins but the error still occurred, so it looks 
> like it's a netbeans issue, not 3rd party. (In fact, all I achieved was the 
> complete loss of my plugins as I don't seem to be able to reactivate them 
> now!)
>  
> The other factor to be aware of is that there are a number of shortcuts on my 
> desktop which are currently invalid. I wonder if there is some checking going 
> on within the dialog to see where those shortcuts go, but it's creating the 
> error I'm seeing? In which case, the checking needs to be done silently - 
> after all, invalid shortcuts aren't unusual, especially when working offline. 
> Besides, the error comes up (5-6 times) not just when the "Open file" dialog 
> comes up, but 2-3 times every time I change directory within that dialog!
>   



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

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

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



[jira] [Commented] (NETBEANS-1537) File - Open... "Windows cannot find the target"

2018-12-14 Thread Thomas Willms (JIRA)


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

Thomas Willms commented on NETBEANS-1537:
-

Hallo,

<< File - Open... "Windows cannot find the target"
> ---
>
> Key: NETBEANS-1537
> URL: https://issues.apache.org/jira/browse/NETBEANS-1537
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - DialogsWizards
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE 9.0 (Build 
> incubator-netbeans-release-334-on-20180708)
> Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
> Java: 1.8.0_192; Java HotSpot(TM) 64-Bit Server VM 25.192-b12
> Runtime: Java(TM) SE Runtime Environment 1.8.0_192-b12
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_GB (nb)
>Reporter: D Burbridge
>Priority: Critical
>  Labels: dialog, file, menu, open, save
>
> When trying to access any file dialog, I get the message:
>  
> netbeans64.exe
> Windows cannot find the target.
> OK
>  
> Clicking OK repeats the message several times, until it finally clears.
> Plus, in the log I have:
>  
> WARNING [org.netbeans.modules.progress.spi.InternalHandle]: Cannot switch to 
> silent mode when not running at 
> org.netbeans.core.ui.warmup.MenuWarmUpTask$NbWindowsAdapter$1HandleBridge.run(MenuWarmUpTask.java:244)
>  
> (repeated several times again)
> It seems to be the file browsing dialog box that's the problem, as it arises 
> on all those I've tested so far:
> File - Open Project
> File - Open File
> File - Save As
> File - Import Project - From Zip - Browse
> Tools - Options - Java - Ant - Browse
>  
> I tried deactivating all plugins but the error still occurred, so it looks 
> like it's a netbeans issue, not 3rd party. (In fact, all I achieved was the 
> complete loss of my plugins as I don't seem to be able to reactivate them 
> now!)
>  
> The other factor to be aware of is that there are a number of shortcuts on my 
> desktop which are currently invalid. I wonder if there is some checking going 
> on within the dialog to see where those shortcuts go, but it's creating the 
> error I'm seeing? In which case, the checking needs to be done silently - 
> after all, invalid shortcuts aren't unusual, especially when working offline. 
> Besides, the error comes up (5-6 times) not just when the "Open file" dialog 
> comes up, but 2-3 times every time I change directory within that dialog!
>   



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

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

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



[jira] [Commented] (NETBEANS-1537) File - Open... "Windows cannot find the target"

2018-12-14 Thread Thomas Willms (JIRA)


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

Thomas Willms commented on NETBEANS-1537:
-

I have exactly the same problem, occuring all the time wheneever I want to open 
a project

> File - Open... "Windows cannot find the target"
> ---
>
> Key: NETBEANS-1537
> URL: https://issues.apache.org/jira/browse/NETBEANS-1537
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - DialogsWizards
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE 9.0 (Build 
> incubator-netbeans-release-334-on-20180708)
> Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
> Java: 1.8.0_192; Java HotSpot(TM) 64-Bit Server VM 25.192-b12
> Runtime: Java(TM) SE Runtime Environment 1.8.0_192-b12
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_GB (nb)
>Reporter: D Burbridge
>Priority: Critical
>  Labels: dialog, file, menu, open, save
>
> When trying to access any file dialog, I get the message:
>  
> netbeans64.exe
> Windows cannot find the target.
> OK
>  
> Clicking OK repeats the message several times, until it finally clears.
> Plus, in the log I have:
>  
> WARNING [org.netbeans.modules.progress.spi.InternalHandle]: Cannot switch to 
> silent mode when not running at 
> org.netbeans.core.ui.warmup.MenuWarmUpTask$NbWindowsAdapter$1HandleBridge.run(MenuWarmUpTask.java:244)
>  
> (repeated several times again)
> It seems to be the file browsing dialog box that's the problem, as it arises 
> on all those I've tested so far:
> File - Open Project
> File - Open File
> File - Save As
> File - Import Project - From Zip - Browse
> Tools - Options - Java - Ant - Browse
>  
> I tried deactivating all plugins but the error still occurred, so it looks 
> like it's a netbeans issue, not 3rd party. (In fact, all I achieved was the 
> complete loss of my plugins as I don't seem to be able to reactivate them 
> now!)
>  
> The other factor to be aware of is that there are a number of shortcuts on my 
> desktop which are currently invalid. I wonder if there is some checking going 
> on within the dialog to see where those shortcuts go, but it's creating the 
> error I'm seeing? In which case, the checking needs to be done silently - 
> after all, invalid shortcuts aren't unusual, especially when working offline. 
> Besides, the error comes up (5-6 times) not just when the "Open file" dialog 
> comes up, but 2-3 times every time I change directory within that dialog!
>   



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

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

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



[jira] [Created] (NETBEANS-1795) Report an Issue....

2018-12-14 Thread Thomas Willms (JIRA)
Thomas Willms created NETBEANS-1795:
---

 Summary: Report an Issue
 Key: NETBEANS-1795
 URL: https://issues.apache.org/jira/browse/NETBEANS-1795
 Project: NetBeans
  Issue Type: Bug
  Components: connecteddeveloper - Bugzilla
Affects Versions: 9.0
 Environment: Product Version = Apache NetBeans IDE 9.0 (Build 
incubator-netbeans-release-334-on-20180708)
Operating System = Windows 10 Pro version 10.0 running on amd64
Java; VM; Vendor = 1.8.0_191
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.191-b12

Reporter: Thomas Willms
 Attachments: ReportIssuest.JPG

I wanted to report the following severe bug by "Report Issues"

Each time when I want to open a project I have to click 4 to 8 times on the red 
field of the message that the target path has not been found. This only happens 
with NetBeans and I verified that the file System is working properly.  Only 
after confirming the error message - mostly 8 times - finally the the directory 
that I searched is shown.

I got the error mesage attached below 

 



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

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

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