[jira] [Created] (NETBEANS-5288) Info box automatically dissapears

2021-01-25 Thread Eduard Fekete (Jira)
Eduard Fekete created NETBEANS-5288:
---

 Summary: Info box automatically dissapears
 Key: NETBEANS-5288
 URL: https://issues.apache.org/jira/browse/NETBEANS-5288
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 12.2
 Environment: Windows 10 64bit
Reporter: Eduard Fekete
 Attachments: image-2021-01-26-08-46-32-660.png

If you hover over something for example a search result, then a info box 
appears which shows details:

!image-2021-01-26-08-46-32-660.png!

Problem: The box dissapears after 5 seconds before you can even study the 
information.

It should not dissapear automatically. It should only dissapear if the user 
stops the mouse hover.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-2929) xdebug not working with NetBeans 11.1

2019-08-01 Thread Eduard Fekete (JIRA)


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

Eduard Fekete commented on NETBEANS-2929:
-

I stopped netbeans, deleted the whole cache files in 
`C:\Users\PC983\AppData\Local\NetBeans\Cache\11.1` and test it again. It makes 
no difference.

> xdebug not working with NetBeans 11.1
> -
>
> Key: NETBEANS-2929
> URL: https://issues.apache.org/jira/browse/NETBEANS-2929
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
> Environment: Windows 10 64 bit
>Reporter: Eduard Fekete
>Priority: Major
> Attachments: netbeans-2929-screenshot.png
>
>
> I tried xdebug 2.7.2 with PHP 7.2.5 running on a remote linux openSUSE server.
> It does not start the debugger and says "Waiting for debugger 
> (netbeans-xdebug)" but nothing happens.
> If I try it in NetBeans 8.2 then it works.
>  
> The configuration is the same in both NetBeans (Port, IDE key)
>  Java: jdk1.8.0_172, jre1.8.0_181
>  
> *Reproduction:*
>  # Install xdebug 2.7.2 from source by following instructions from here 
> [https://github.com/xdebug/xdebug]
>  # Set the following in php.ini
> {code:java}
> [XDebug]
> zend_extension = /usr/lib64/php7/extensions/xdebug.so
> xdebug.remote_connect_back=0
> xdebug.force_display_errors=on
> xdebug.force_error_reporting=on
> xdebug.remote_enable=on
> xdebug.remote_handler=dbgp
> xdebug.remote_host=192.168.40.161   #replace with IP of your remote client 
> where netbeans runs
> xdebug.remote_port=51234
> xdebug.remote_timeout=3000
> xdebug.remote_mode=req
> xdebug.remote_log=/var/log/xdebug/xdebug.log
> xdebug.idekey = netbeans-xdebug
> xdebug.renite_enable = 1
> xdebug.max_nesting_level = 1000
> xdebug.profiler_enable_trigger = 1
> xdebug.profiler_output_dir = '/var/log/xdebug'{code}
> 3. Restart apache2 service
> 4. Check if xdebug is installed by checking phpinfo
> 5. open Netbeans 11.1
> 6. Go to Tools > Options -> PHP -> Debugging
> 7. set "Debugger Port" to 51234
> 8. set "Session ID" to netbeans-xdebug
> 9. open a test script
> 10. right click -> Debug File
> 11. Notice that "Wating for Connection (netbeans-xdebug)" shows forever and 
> nothing happens.
> */var/log/xdebug/xdebug.log:*
> {code:java}
> [22426] Log opened at 2019-08-01 07:01:46
> [22426] I: Connecting to configured address/port: 192.168.40.161:51234.
> [22426] E: Time-out connecting to client (Waited: 3000 ms). :-(
> [22426] Log closed at 2019-08-01 07:01:49{code}
>  
> 12. Do the same on Netbeans 8.2 and notice that it works



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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] [Comment Edited] (NETBEANS-2929) xdebug not working with NetBeans 11.1

2019-08-01 Thread Eduard Fekete (JIRA)


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

Eduard Fekete edited comment on NETBEANS-2929 at 8/1/19 7:44 AM:
-

Update: This is definitely a Netbeans 11.1 bug. I just tried it from another 
webserver where xdebug always works reliable since a year, but netbeans 11.1 
can't connect. I just get `Waiting for Connection (netbeans-xdebug)` forever 
and the website loads for a few minutes until it loads without any breakpoint 
being hit and I still see the Waiting for Connection message.

The log just says `Log opened at 2019-08-01 07:40:51` and nothing happens. 
While it works perfectly fine in 8.2


was (Author: edd):
Update: This is definitely a Netbeans 11.1 bug. I just tried it from another 
webserver where xdebug always works reliable since a year, but netbeans 11.1 
can't connect. I just get `Waiting for Connection (netbeans-xdebug)` forever 
and the website loads forever. The log just says `Log opened at 2019-08-01 
07:40:51` and nothing happens. While it works perfectly fine in 8.2

> xdebug not working with NetBeans 11.1
> -
>
> Key: NETBEANS-2929
> URL: https://issues.apache.org/jira/browse/NETBEANS-2929
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
> Environment: Windows 10 64 bit
>Reporter: Eduard Fekete
>Priority: Major
> Attachments: netbeans-2929-screenshot.png
>
>
> I tried xdebug 2.7.2 with PHP 7.2.5 running on a remote linux openSUSE server.
> It does not start the debugger and says "Waiting for debugger 
> (netbeans-xdebug)" but nothing happens.
> If I try it in NetBeans 8.2 then it works.
>  
> The configuration is the same in both NetBeans (Port, IDE key)
>  Java: jdk1.8.0_172, jre1.8.0_181
>  
> *Reproduction:*
>  # Install xdebug 2.7.2 from source by following instructions from here 
> [https://github.com/xdebug/xdebug]
>  # Set the following in php.ini
> {code:java}
> [XDebug]
> zend_extension = /usr/lib64/php7/extensions/xdebug.so
> xdebug.remote_connect_back=0
> xdebug.force_display_errors=on
> xdebug.force_error_reporting=on
> xdebug.remote_enable=on
> xdebug.remote_handler=dbgp
> xdebug.remote_host=192.168.40.161   #replace with IP of your remote client 
> where netbeans runs
> xdebug.remote_port=51234
> xdebug.remote_timeout=3000
> xdebug.remote_mode=req
> xdebug.remote_log=/var/log/xdebug/xdebug.log
> xdebug.idekey = netbeans-xdebug
> xdebug.renite_enable = 1
> xdebug.max_nesting_level = 1000
> xdebug.profiler_enable_trigger = 1
> xdebug.profiler_output_dir = '/var/log/xdebug'{code}
> 3. Restart apache2 service
> 4. Check if xdebug is installed by checking phpinfo
> 5. open Netbeans 11.1
> 6. Go to Tools > Options -> PHP -> Debugging
> 7. set "Debugger Port" to 51234
> 8. set "Session ID" to netbeans-xdebug
> 9. open a test script
> 10. right click -> Debug File
> 11. Notice that "Wating for Connection (netbeans-xdebug)" shows forever and 
> nothing happens.
> */var/log/xdebug/xdebug.log:*
> {code:java}
> [22426] Log opened at 2019-08-01 07:01:46
> [22426] I: Connecting to configured address/port: 192.168.40.161:51234.
> [22426] E: Time-out connecting to client (Waited: 3000 ms). :-(
> [22426] Log closed at 2019-08-01 07:01:49{code}
>  
> 12. Do the same on Netbeans 8.2 and notice that it works



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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] [Comment Edited] (NETBEANS-2929) xdebug not working with NetBeans 11.1

2019-08-01 Thread Eduard Fekete (JIRA)


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

Eduard Fekete edited comment on NETBEANS-2929 at 8/1/19 7:43 AM:
-

Update: This is definitely a Netbeans 11.1 bug. I just tried it from another 
webserver where xdebug always works reliable since a year, but netbeans 11.1 
can't connect. I just get `Waiting for Connection (netbeans-xdebug)` forever 
and the website loads forever. The log just says `Log opened at 2019-08-01 
07:40:51` and nothing happens. While it works perfectly fine in 8.2


was (Author: edd):
Update: This is definitely a Netbeans 11.1 bug. I just tried it from another 
webserver where xdebug always works reliable since a year, but netbeans can't 
connect. I just get `Waiting for Connection (netbeans-xdebug)` forever and the 
website loads forever. The log just says `Log opened at 2019-08-01 07:40:51` 
and nothing happens. While it works perfectly fine in 8.2

> xdebug not working with NetBeans 11.1
> -
>
> Key: NETBEANS-2929
> URL: https://issues.apache.org/jira/browse/NETBEANS-2929
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
> Environment: Windows 10 64 bit
>Reporter: Eduard Fekete
>Priority: Major
> Attachments: netbeans-2929-screenshot.png
>
>
> I tried xdebug 2.7.2 with PHP 7.2.5 running on a remote linux openSUSE server.
> It does not start the debugger and says "Waiting for debugger 
> (netbeans-xdebug)" but nothing happens.
> If I try it in NetBeans 8.2 then it works.
>  
> The configuration is the same in both NetBeans (Port, IDE key)
>  Java: jdk1.8.0_172, jre1.8.0_181
>  
> *Reproduction:*
>  # Install xdebug 2.7.2 from source by following instructions from here 
> [https://github.com/xdebug/xdebug]
>  # Set the following in php.ini
> {code:java}
> [XDebug]
> zend_extension = /usr/lib64/php7/extensions/xdebug.so
> xdebug.remote_connect_back=0
> xdebug.force_display_errors=on
> xdebug.force_error_reporting=on
> xdebug.remote_enable=on
> xdebug.remote_handler=dbgp
> xdebug.remote_host=192.168.40.161   #replace with IP of your remote client 
> where netbeans runs
> xdebug.remote_port=51234
> xdebug.remote_timeout=3000
> xdebug.remote_mode=req
> xdebug.remote_log=/var/log/xdebug/xdebug.log
> xdebug.idekey = netbeans-xdebug
> xdebug.renite_enable = 1
> xdebug.max_nesting_level = 1000
> xdebug.profiler_enable_trigger = 1
> xdebug.profiler_output_dir = '/var/log/xdebug'{code}
> 3. Restart apache2 service
> 4. Check if xdebug is installed by checking phpinfo
> 5. open Netbeans 11.1
> 6. Go to Tools > Options -> PHP -> Debugging
> 7. set "Debugger Port" to 51234
> 8. set "Session ID" to netbeans-xdebug
> 9. open a test script
> 10. right click -> Debug File
> 11. Notice that "Wating for Connection (netbeans-xdebug)" shows forever and 
> nothing happens.
> */var/log/xdebug/xdebug.log:*
> {code:java}
> [22426] Log opened at 2019-08-01 07:01:46
> [22426] I: Connecting to configured address/port: 192.168.40.161:51234.
> [22426] E: Time-out connecting to client (Waited: 3000 ms). :-(
> [22426] Log closed at 2019-08-01 07:01:49{code}
>  
> 12. Do the same on Netbeans 8.2 and notice that it works



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2929) xdebug not working with NetBeans 11.1

2019-08-01 Thread Eduard Fekete (JIRA)


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

Eduard Fekete commented on NETBEANS-2929:
-

Update: This is definitely a Netbeans 11.1 bug. I just tried it from another 
webserver where xdebug always works reliable since a year, but netbeans can't 
connect. I just get `Waiting for Connection (netbeans-xdebug)` forever and the 
website loads forever. The log just says `Log opened at 2019-08-01 07:40:51` 
and nothing happens. While it works perfectly fine in 8.2

> xdebug not working with NetBeans 11.1
> -
>
> Key: NETBEANS-2929
> URL: https://issues.apache.org/jira/browse/NETBEANS-2929
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
> Environment: Windows 10 64 bit
>Reporter: Eduard Fekete
>Priority: Major
> Attachments: netbeans-2929-screenshot.png
>
>
> I tried xdebug 2.7.2 with PHP 7.2.5 running on a remote linux openSUSE server.
> It does not start the debugger and says "Waiting for debugger 
> (netbeans-xdebug)" but nothing happens.
> If I try it in NetBeans 8.2 then it works.
>  
> The configuration is the same in both NetBeans (Port, IDE key)
>  Java: jdk1.8.0_172, jre1.8.0_181
>  
> *Reproduction:*
>  # Install xdebug 2.7.2 from source by following instructions from here 
> [https://github.com/xdebug/xdebug]
>  # Set the following in php.ini
> {code:java}
> [XDebug]
> zend_extension = /usr/lib64/php7/extensions/xdebug.so
> xdebug.remote_connect_back=0
> xdebug.force_display_errors=on
> xdebug.force_error_reporting=on
> xdebug.remote_enable=on
> xdebug.remote_handler=dbgp
> xdebug.remote_host=192.168.40.161   #replace with IP of your remote client 
> where netbeans runs
> xdebug.remote_port=51234
> xdebug.remote_timeout=3000
> xdebug.remote_mode=req
> xdebug.remote_log=/var/log/xdebug/xdebug.log
> xdebug.idekey = netbeans-xdebug
> xdebug.renite_enable = 1
> xdebug.max_nesting_level = 1000
> xdebug.profiler_enable_trigger = 1
> xdebug.profiler_output_dir = '/var/log/xdebug'{code}
> 3. Restart apache2 service
> 4. Check if xdebug is installed by checking phpinfo
> 5. open Netbeans 11.1
> 6. Go to Tools > Options -> PHP -> Debugging
> 7. set "Debugger Port" to 51234
> 8. set "Session ID" to netbeans-xdebug
> 9. open a test script
> 10. right click -> Debug File
> 11. Notice that "Wating for Connection (netbeans-xdebug)" shows forever and 
> nothing happens.
> */var/log/xdebug/xdebug.log:*
> {code:java}
> [22426] Log opened at 2019-08-01 07:01:46
> [22426] I: Connecting to configured address/port: 192.168.40.161:51234.
> [22426] E: Time-out connecting to client (Waited: 3000 ms). :-(
> [22426] Log closed at 2019-08-01 07:01:49{code}
>  
> 12. Do the same on Netbeans 8.2 and notice that it works



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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] [Comment Edited] (NETBEANS-2929) xdebug not working with NetBeans 11.1

2019-08-01 Thread Eduard Fekete (JIRA)


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

Eduard Fekete edited comment on NETBEANS-2929 at 8/1/19 7:13 AM:
-

# Install xdebug 2.7.2 from source by following instructions from here 
[https://github.com/xdebug/xdebug]
 # Set the following in php.ini

{code:java}
[XDebug]
zend_extension = /usr/lib64/php7/extensions/xdebug.so
xdebug.remote_connect_back=0
xdebug.force_display_errors=on
xdebug.force_error_reporting=on
xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_host=192.168.40.161   #replace with IP of your remote client 
where netbeans runs
xdebug.remote_port=51234
xdebug.remote_timeout=3000
xdebug.remote_mode=req
xdebug.remote_log=/var/log/xdebug/xdebug.log
xdebug.idekey = netbeans-xdebug
xdebug.renite_enable = 1
xdebug.max_nesting_level = 1000
xdebug.profiler_enable_trigger = 1
xdebug.profiler_output_dir = '/var/log/xdebug'{code}
3. Restart apache2 service

4. Check if xdebug is installed by checking phpinfo

5. open Netbeans 11.1

6. Go to Tools > Options -> PHP -> Debugging

7. set "Debugger Port" to 51234

8. set "Session ID" to netbeans-xdebug

9. open a test script

10. right click -> Debug File

11. Notice that "Wating for Connection (netbeans-xdebug)" shows forever and 
nothing happens.

*/var/log/xdebug/xdebug.log:*
{code:java}
[22426] Log opened at 2019-08-01 07:01:46
[22426] I: Connecting to configured address/port: 192.168.40.161:51234.
[22426] E: Time-out connecting to client (Waited: 3000 ms). :-(
[22426] Log closed at 2019-08-01 07:01:49{code}
 


was (Author: edd):
# Install xdebug 2.7.2 from source by following instructions from here 
[https://github.com/xdebug/xdebug]
 # Set the following in php.ini

{code:java}
[XDebug]
zend_extension = /usr/lib64/php7/extensions/xdebug.so
xdebug.remote_connect_back=0
xdebug.force_display_errors=on
xdebug.force_error_reporting=on
xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_host=192.168.40.161   #replace with IP of your remote client 
where netbeans runs
xdebug.remote_port=51234
xdebug.remote_timeout=3000
xdebug.remote_mode=req
xdebug.remote_log=/var/log/xdebug/xdebug.log
xdebug.idekey = netbeans-xdebug
xdebug.renite_enable = 1
xdebug.max_nesting_level = 1000
xdebug.profiler_enable_trigger = 1
xdebug.profiler_output_dir = '/var/log/xdebug'{code}
3. Restart apache2 service

4. Check if xdebug is installed by checking phpinfo

5. open Netbeans 11.1

6. Go to Tools -> Options -> PHP -> Debugging-

7. set "Debugger Port" to 51234

8. set "Session ID" to netbeans-xdebug

9. open a test script

10. right click -> Debug File

11. Notice that "Wating for Connection (netbeans-xdebug)" shows forever and 
nothing happens.


*/var/log/xdebug/xdebug.log:*
{code:java}
[22426] Log opened at 2019-08-01 07:01:46
[22426] I: Connecting to configured address/port: 192.168.40.161:51234.
[22426] E: Time-out connecting to client (Waited: 3000 ms). :-(
[22426] Log closed at 2019-08-01 07:01:49{code}
 

> xdebug not working with NetBeans 11.1
> -
>
> Key: NETBEANS-2929
> URL: https://issues.apache.org/jira/browse/NETBEANS-2929
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
> Environment: Windows 10 64 bit
>Reporter: Eduard Fekete
>Priority: Major
> Attachments: netbeans-2929-screenshot.png
>
>
> I tried xdebug 2.7.2 with PHP 7.2.5 running on a remote linux openSUSE server.
> It does not start the debugger and says "Waiting for debugger 
> (netbeans-xdebug)" but nothing happens.
> If I try it in NetBeans 8.2 then it works.
>  
> The configuration is the same in both NetBeans (Port, IDE key)
>  Java: jdk1.8.0_172, jre1.8.0_181
>  
> *Reproduction:*
>  # Install xdebug 2.7.2 from source by following instructions from here 
> [https://github.com/xdebug/xdebug]
>  # Set the following in php.ini
> {code:java}
> [XDebug]
> zend_extension = /usr/lib64/php7/extensions/xdebug.so
> xdebug.remote_connect_back=0
> xdebug.force_display_errors=on
> xdebug.force_error_reporting=on
> xdebug.remote_enable=on
> xdebug.remote_handler=dbgp
> xdebug.remote_host=192.168.40.161   #replace with IP of your remote client 
> where netbeans runs
> xdebug.remote_port=51234
> xdebug.remote_timeout=3000
> xdebug.remote_mode=req
> xdebug.remote_log=/var/log/xdebug/xdebug.log
> xdebug.idekey = netbeans-xdebug
> xdebug.renite_enable = 1
> xdebug.max_nesting_level = 1000
> xdebug.profiler_enable_trigger = 1
> xdebug.profiler_output_dir = '/var/log/xdebug'{code}
> 3. Restart apache2 service
> 4. Check if xdebug is installed by checking phpinfo
> 5. open Netbeans 11.1
> 6. Go to Tools > Options -> PHP -> Debugging
> 7. set "Debugger Port" to 51234
> 8. set "Session ID" to netbeans-xdebug
> 9. open a test script
> 10. right click -> Debug File
> 11. 

[jira] [Updated] (NETBEANS-2929) xdebug not working with NetBeans 11.1

2019-08-01 Thread Eduard Fekete (JIRA)


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

Eduard Fekete updated NETBEANS-2929:

Description: 
I tried xdebug 2.7.2 with PHP 7.2.5 running on a remote linux openSUSE server.

It does not start the debugger and says "Waiting for debugger 
(netbeans-xdebug)" but nothing happens.

If I try it in NetBeans 8.2 then it works.

 

The configuration is the same in both NetBeans (Port, IDE key)

 Java: jdk1.8.0_172, jre1.8.0_181

 

*Reproduction:*
 # Install xdebug 2.7.2 from source by following instructions from here 
[https://github.com/xdebug/xdebug]
 # Set the following in php.ini

{code:java}
[XDebug]
zend_extension = /usr/lib64/php7/extensions/xdebug.so
xdebug.remote_connect_back=0
xdebug.force_display_errors=on
xdebug.force_error_reporting=on
xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_host=192.168.40.161   #replace with IP of your remote client 
where netbeans runs
xdebug.remote_port=51234
xdebug.remote_timeout=3000
xdebug.remote_mode=req
xdebug.remote_log=/var/log/xdebug/xdebug.log
xdebug.idekey = netbeans-xdebug
xdebug.renite_enable = 1
xdebug.max_nesting_level = 1000
xdebug.profiler_enable_trigger = 1
xdebug.profiler_output_dir = '/var/log/xdebug'{code}
3. Restart apache2 service

4. Check if xdebug is installed by checking phpinfo

5. open Netbeans 11.1

6. Go to Tools > Options -> PHP -> Debugging

7. set "Debugger Port" to 51234

8. set "Session ID" to netbeans-xdebug

9. open a test script

10. right click -> Debug File

11. Notice that "Wating for Connection (netbeans-xdebug)" shows forever and 
nothing happens.

*/var/log/xdebug/xdebug.log:*
{code:java}
[22426] Log opened at 2019-08-01 07:01:46
[22426] I: Connecting to configured address/port: 192.168.40.161:51234.
[22426] E: Time-out connecting to client (Waited: 3000 ms). :-(
[22426] Log closed at 2019-08-01 07:01:49{code}
 

12. Do the same on Netbeans 8.2 and notice that it works

  was:
I tried xdebug 2.7.2 with PHP 7.2.5 running on a remote linux openSUSE server.

It does not start the debugger and says "Waiting for debugger 
(netbeans-xdebug)" but nothing happens.

If I try it in NetBeans 8.2 then it works.

 

The configuration is the same in both NetBeans (Port, IDE key)

 Java: jdk1.8.0_172, jre1.8.0_181

 

*Reproduction:*
 # Install xdebug 2.7.2 from source by following instructions from here 
[https://github.com/xdebug/xdebug]
 # Set the following in php.ini

{code:java}
[XDebug]
zend_extension = /usr/lib64/php7/extensions/xdebug.so
xdebug.remote_connect_back=0
xdebug.force_display_errors=on
xdebug.force_error_reporting=on
xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_host=192.168.40.161   #replace with IP of your remote client 
where netbeans runs
xdebug.remote_port=51234
xdebug.remote_timeout=3000
xdebug.remote_mode=req
xdebug.remote_log=/var/log/xdebug/xdebug.log
xdebug.idekey = netbeans-xdebug
xdebug.renite_enable = 1
xdebug.max_nesting_level = 1000
xdebug.profiler_enable_trigger = 1
xdebug.profiler_output_dir = '/var/log/xdebug'{code}
3. Restart apache2 service

4. Check if xdebug is installed by checking phpinfo

5. open Netbeans 11.1

6. Go to Tools > Options -> PHP -> Debugging

7. set "Debugger Port" to 51234

8. set "Session ID" to netbeans-xdebug

9. open a test script

10. right click -> Debug File

11. Notice that "Wating for Connection (netbeans-xdebug)" shows forever and 
nothing happens.

*/var/log/xdebug/xdebug.log:*
{code:java}
[22426] Log opened at 2019-08-01 07:01:46
[22426] I: Connecting to configured address/port: 192.168.40.161:51234.
[22426] E: Time-out connecting to client (Waited: 3000 ms). :-(
[22426] Log closed at 2019-08-01 07:01:49{code}
 


> xdebug not working with NetBeans 11.1
> -
>
> Key: NETBEANS-2929
> URL: https://issues.apache.org/jira/browse/NETBEANS-2929
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
> Environment: Windows 10 64 bit
>Reporter: Eduard Fekete
>Priority: Major
> Attachments: netbeans-2929-screenshot.png
>
>
> I tried xdebug 2.7.2 with PHP 7.2.5 running on a remote linux openSUSE server.
> It does not start the debugger and says "Waiting for debugger 
> (netbeans-xdebug)" but nothing happens.
> If I try it in NetBeans 8.2 then it works.
>  
> The configuration is the same in both NetBeans (Port, IDE key)
>  Java: jdk1.8.0_172, jre1.8.0_181
>  
> *Reproduction:*
>  # Install xdebug 2.7.2 from source by following instructions from here 
> [https://github.com/xdebug/xdebug]
>  # Set the following in php.ini
> {code:java}
> [XDebug]
> zend_extension = /usr/lib64/php7/extensions/xdebug.so
> xdebug.remote_connect_back=0
> xdebug.force_display_errors=on
> xdebug.force_error_reporting=on
> xdebug.remote_enable=on
> xdebug.remote_handler=dbgp
> xdebug.remote_host=192.168.40.161  

[jira] [Updated] (NETBEANS-2929) xdebug not working with NetBeans 11.1

2019-08-01 Thread Eduard Fekete (JIRA)


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

Eduard Fekete updated NETBEANS-2929:

Description: 
I tried xdebug 2.7.2 with PHP 7.2.5 running on a remote linux openSUSE server.

It does not start the debugger and says "Waiting for debugger 
(netbeans-xdebug)" but nothing happens.

If I try it in NetBeans 8.2 then it works.

 

The configuration is the same in both NetBeans (Port, IDE key)

 Java: jdk1.8.0_172, jre1.8.0_181

 

*Reproduction:*
 # Install xdebug 2.7.2 from source by following instructions from here 
[https://github.com/xdebug/xdebug]
 # Set the following in php.ini

{code:java}
[XDebug]
zend_extension = /usr/lib64/php7/extensions/xdebug.so
xdebug.remote_connect_back=0
xdebug.force_display_errors=on
xdebug.force_error_reporting=on
xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_host=192.168.40.161   #replace with IP of your remote client 
where netbeans runs
xdebug.remote_port=51234
xdebug.remote_timeout=3000
xdebug.remote_mode=req
xdebug.remote_log=/var/log/xdebug/xdebug.log
xdebug.idekey = netbeans-xdebug
xdebug.renite_enable = 1
xdebug.max_nesting_level = 1000
xdebug.profiler_enable_trigger = 1
xdebug.profiler_output_dir = '/var/log/xdebug'{code}
3. Restart apache2 service

4. Check if xdebug is installed by checking phpinfo

5. open Netbeans 11.1

6. Go to Tools > Options -> PHP -> Debugging

7. set "Debugger Port" to 51234

8. set "Session ID" to netbeans-xdebug

9. open a test script

10. right click -> Debug File

11. Notice that "Wating for Connection (netbeans-xdebug)" shows forever and 
nothing happens.

*/var/log/xdebug/xdebug.log:*
{code:java}
[22426] Log opened at 2019-08-01 07:01:46
[22426] I: Connecting to configured address/port: 192.168.40.161:51234.
[22426] E: Time-out connecting to client (Waited: 3000 ms). :-(
[22426] Log closed at 2019-08-01 07:01:49{code}
 

  was:
I tried xdebug 2.7.2 with PHP 7.2.5 running on a remote linux openSUSE server.

It does not start the debugger and says "Waiting for debugger 
(netbeans-xdebug)" but nothing happens.

If I try it in NetBeans 8.2 then it works.

 

The configuration is the same in both NetBeans (Port, IDE key)

 Java: jdk1.8.0_172, jre1.8.0_181

 

*Reproduction:*
 # Install xdebug 2.7.2 from source by following instructions from here 
[https://github.com/xdebug/xdebug]
 # Set the following in php.ini

{code:java}
[XDebug]
zend_extension = /usr/lib64/php7/extensions/xdebug.so
xdebug.remote_connect_back=0
xdebug.force_display_errors=on
xdebug.force_error_reporting=on
xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_host=192.168.40.161   #replace with IP of your remote client 
where netbeans runs
xdebug.remote_port=51234
xdebug.remote_timeout=3000
xdebug.remote_mode=req
xdebug.remote_log=/var/log/xdebug/xdebug.log
xdebug.idekey = netbeans-xdebug
xdebug.renite_enable = 1
xdebug.max_nesting_level = 1000
xdebug.profiler_enable_trigger = 1
xdebug.profiler_output_dir = '/var/log/xdebug'{code}
3. Restart apache2 service

4. Check if xdebug is installed by checking phpinfo

5. open Netbeans 11.1

6. Go to Tools -> Options -> PHP -> Debugging-

7. set "Debugger Port" to 51234

8. set "Session ID" to netbeans-xdebug

9. open a test script

10. right click -> Debug File

11. Notice that "Wating for Connection (netbeans-xdebug)" shows forever and 
nothing happens.

*/var/log/xdebug/xdebug.log:*
{code:java}
[22426] Log opened at 2019-08-01 07:01:46
[22426] I: Connecting to configured address/port: 192.168.40.161:51234.
[22426] E: Time-out connecting to client (Waited: 3000 ms). :-(
[22426] Log closed at 2019-08-01 07:01:49{code}
 


> xdebug not working with NetBeans 11.1
> -
>
> Key: NETBEANS-2929
> URL: https://issues.apache.org/jira/browse/NETBEANS-2929
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
> Environment: Windows 10 64 bit
>Reporter: Eduard Fekete
>Priority: Major
> Attachments: netbeans-2929-screenshot.png
>
>
> I tried xdebug 2.7.2 with PHP 7.2.5 running on a remote linux openSUSE server.
> It does not start the debugger and says "Waiting for debugger 
> (netbeans-xdebug)" but nothing happens.
> If I try it in NetBeans 8.2 then it works.
>  
> The configuration is the same in both NetBeans (Port, IDE key)
>  Java: jdk1.8.0_172, jre1.8.0_181
>  
> *Reproduction:*
>  # Install xdebug 2.7.2 from source by following instructions from here 
> [https://github.com/xdebug/xdebug]
>  # Set the following in php.ini
> {code:java}
> [XDebug]
> zend_extension = /usr/lib64/php7/extensions/xdebug.so
> xdebug.remote_connect_back=0
> xdebug.force_display_errors=on
> xdebug.force_error_reporting=on
> xdebug.remote_enable=on
> xdebug.remote_handler=dbgp
> xdebug.remote_host=192.168.40.161   #replace with IP of your remote client 
> where 

[jira] [Commented] (NETBEANS-2929) xdebug not working with NetBeans 11.1

2019-08-01 Thread Eduard Fekete (JIRA)


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

Eduard Fekete commented on NETBEANS-2929:
-

# Install xdebug 2.7.2 from source by following instructions from here 
[https://github.com/xdebug/xdebug]
 # Set the following in php.ini

{code:java}
[XDebug]
zend_extension = /usr/lib64/php7/extensions/xdebug.so
xdebug.remote_connect_back=0
xdebug.force_display_errors=on
xdebug.force_error_reporting=on
xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_host=192.168.40.161   #replace with IP of your remote client 
where netbeans runs
xdebug.remote_port=51234
xdebug.remote_timeout=3000
xdebug.remote_mode=req
xdebug.remote_log=/var/log/xdebug/xdebug.log
xdebug.idekey = netbeans-xdebug
xdebug.renite_enable = 1
xdebug.max_nesting_level = 1000
xdebug.profiler_enable_trigger = 1
xdebug.profiler_output_dir = '/var/log/xdebug'{code}
3. Restart apache2 service

4. Check if xdebug is installed by checking phpinfo

5. open Netbeans 11.1

6. Go to Tools -> Options -> PHP -> Debugging-

7. set "Debugger Port" to 51234

8. set "Session ID" to netbeans-xdebug

9. open a test script

10. right click -> Debug File

11. Notice that "Wating for Connection (netbeans-xdebug)" shows forever and 
nothing happens.


*/var/log/xdebug/xdebug.log:*
{code:java}
[22426] Log opened at 2019-08-01 07:01:46
[22426] I: Connecting to configured address/port: 192.168.40.161:51234.
[22426] E: Time-out connecting to client (Waited: 3000 ms). :-(
[22426] Log closed at 2019-08-01 07:01:49{code}
 

> xdebug not working with NetBeans 11.1
> -
>
> Key: NETBEANS-2929
> URL: https://issues.apache.org/jira/browse/NETBEANS-2929
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
> Environment: Windows 10 64 bit
>Reporter: Eduard Fekete
>Priority: Major
> Attachments: netbeans-2929-screenshot.png
>
>
> I tried xdebug 2.7.2 with PHP 7.2.5 running on a remote linux openSUSE server.
> It does not start the debugger and says "Waiting for debugger 
> (netbeans-xdebug)" but nothing happens.
> If I try it in NetBeans 8.2 then it works.
>  
> The configuration is the same in both NetBeans (Port, IDE key)
>  
>  
> Java: jdk1.8.0_172, jre1.8.0_181



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2929) xdebug not working with NetBeans 11.1

2019-08-01 Thread Eduard Fekete (JIRA)


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

Eduard Fekete updated NETBEANS-2929:

Description: 
I tried xdebug 2.7.2 with PHP 7.2.5 running on a remote linux openSUSE server.

It does not start the debugger and says "Waiting for debugger 
(netbeans-xdebug)" but nothing happens.

If I try it in NetBeans 8.2 then it works.

 

The configuration is the same in both NetBeans (Port, IDE key)

 Java: jdk1.8.0_172, jre1.8.0_181

 

*Reproduction:*
 # Install xdebug 2.7.2 from source by following instructions from here 
[https://github.com/xdebug/xdebug]
 # Set the following in php.ini

{code:java}
[XDebug]
zend_extension = /usr/lib64/php7/extensions/xdebug.so
xdebug.remote_connect_back=0
xdebug.force_display_errors=on
xdebug.force_error_reporting=on
xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_host=192.168.40.161   #replace with IP of your remote client 
where netbeans runs
xdebug.remote_port=51234
xdebug.remote_timeout=3000
xdebug.remote_mode=req
xdebug.remote_log=/var/log/xdebug/xdebug.log
xdebug.idekey = netbeans-xdebug
xdebug.renite_enable = 1
xdebug.max_nesting_level = 1000
xdebug.profiler_enable_trigger = 1
xdebug.profiler_output_dir = '/var/log/xdebug'{code}
3. Restart apache2 service

4. Check if xdebug is installed by checking phpinfo

5. open Netbeans 11.1

6. Go to Tools -> Options -> PHP -> Debugging-

7. set "Debugger Port" to 51234

8. set "Session ID" to netbeans-xdebug

9. open a test script

10. right click -> Debug File

11. Notice that "Wating for Connection (netbeans-xdebug)" shows forever and 
nothing happens.

*/var/log/xdebug/xdebug.log:*
{code:java}
[22426] Log opened at 2019-08-01 07:01:46
[22426] I: Connecting to configured address/port: 192.168.40.161:51234.
[22426] E: Time-out connecting to client (Waited: 3000 ms). :-(
[22426] Log closed at 2019-08-01 07:01:49{code}
 

  was:
I tried xdebug 2.7.2 with PHP 7.2.5 running on a remote linux openSUSE server.

It does not start the debugger and says "Waiting for debugger 
(netbeans-xdebug)" but nothing happens.

If I try it in NetBeans 8.2 then it works.

 

The configuration is the same in both NetBeans (Port, IDE key)

 

 

Java: jdk1.8.0_172, jre1.8.0_181


> xdebug not working with NetBeans 11.1
> -
>
> Key: NETBEANS-2929
> URL: https://issues.apache.org/jira/browse/NETBEANS-2929
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
> Environment: Windows 10 64 bit
>Reporter: Eduard Fekete
>Priority: Major
> Attachments: netbeans-2929-screenshot.png
>
>
> I tried xdebug 2.7.2 with PHP 7.2.5 running on a remote linux openSUSE server.
> It does not start the debugger and says "Waiting for debugger 
> (netbeans-xdebug)" but nothing happens.
> If I try it in NetBeans 8.2 then it works.
>  
> The configuration is the same in both NetBeans (Port, IDE key)
>  Java: jdk1.8.0_172, jre1.8.0_181
>  
> *Reproduction:*
>  # Install xdebug 2.7.2 from source by following instructions from here 
> [https://github.com/xdebug/xdebug]
>  # Set the following in php.ini
> {code:java}
> [XDebug]
> zend_extension = /usr/lib64/php7/extensions/xdebug.so
> xdebug.remote_connect_back=0
> xdebug.force_display_errors=on
> xdebug.force_error_reporting=on
> xdebug.remote_enable=on
> xdebug.remote_handler=dbgp
> xdebug.remote_host=192.168.40.161   #replace with IP of your remote client 
> where netbeans runs
> xdebug.remote_port=51234
> xdebug.remote_timeout=3000
> xdebug.remote_mode=req
> xdebug.remote_log=/var/log/xdebug/xdebug.log
> xdebug.idekey = netbeans-xdebug
> xdebug.renite_enable = 1
> xdebug.max_nesting_level = 1000
> xdebug.profiler_enable_trigger = 1
> xdebug.profiler_output_dir = '/var/log/xdebug'{code}
> 3. Restart apache2 service
> 4. Check if xdebug is installed by checking phpinfo
> 5. open Netbeans 11.1
> 6. Go to Tools -> Options -> PHP -> Debugging-
> 7. set "Debugger Port" to 51234
> 8. set "Session ID" to netbeans-xdebug
> 9. open a test script
> 10. right click -> Debug File
> 11. Notice that "Wating for Connection (netbeans-xdebug)" shows forever and 
> nothing happens.
> */var/log/xdebug/xdebug.log:*
> {code:java}
> [22426] Log opened at 2019-08-01 07:01:46
> [22426] I: Connecting to configured address/port: 192.168.40.161:51234.
> [22426] E: Time-out connecting to client (Waited: 3000 ms). :-(
> [22426] Log closed at 2019-08-01 07:01:49{code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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] [Comment Edited] (NETBEANS-2929) xdebug not working with NetBeans 11.1

2019-08-01 Thread Eduard Fekete (JIRA)


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

Eduard Fekete edited comment on NETBEANS-2929 at 8/1/19 7:01 AM:
-

You are not using the same version and you are on Linux. I also tried it with 
xdebug 2.6, same issue. Must be a bug related to netbeans 11.1 since it works 
with 8.2


was (Author: edd):
You are not using the same version and you are on Linux. I also tried it with 
xdebug 2.6, same issue

> xdebug not working with NetBeans 11.1
> -
>
> Key: NETBEANS-2929
> URL: https://issues.apache.org/jira/browse/NETBEANS-2929
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
> Environment: Windows 10 64 bit
>Reporter: Eduard Fekete
>Priority: Major
> Attachments: netbeans-2929-screenshot.png
>
>
> I tried xdebug 2.7.2 with PHP 7.2.5 running on a remote linux openSUSE server.
> It does not start the debugger and says "Waiting for debugger 
> (netbeans-xdebug)" but nothing happens.
> If I try it in NetBeans 8.2 then it works.
>  
> The configuration is the same in both NetBeans (Port, IDE key)
>  
>  
> Java: jdk1.8.0_172, jre1.8.0_181



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2929) xdebug not working with NetBeans 11.1

2019-08-01 Thread Eduard Fekete (JIRA)


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

Eduard Fekete updated NETBEANS-2929:

Description: 
I tried xdebug 2.7.2 with PHP 7.2.5 running on a remote linux openSUSE server.

It does not start the debugger and says "Waiting for debugger 
(netbeans-xdebug)" but nothing happens.

If I try it in NetBeans 8.2 then it works.

 

The configuration is the same in both NetBeans (Port, IDE key)

 

 

Java: jdk1.8.0_172, jre1.8.0_181

  was:
I tried xdebug 2.7.2 with PHP 7.2.5 running on a remote linux openSUSE server.

It does not start the debugger and says "Waiting for debugger 
(netbeans-xdebug)" but nothing happens.

If I try it in NetBeans 8.2 then it works.

 

The configuration is the same in both NetBeans (Port, IDE key)


> xdebug not working with NetBeans 11.1
> -
>
> Key: NETBEANS-2929
> URL: https://issues.apache.org/jira/browse/NETBEANS-2929
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
> Environment: Windows 10 64 bit
>Reporter: Eduard Fekete
>Priority: Major
> Attachments: netbeans-2929-screenshot.png
>
>
> I tried xdebug 2.7.2 with PHP 7.2.5 running on a remote linux openSUSE server.
> It does not start the debugger and says "Waiting for debugger 
> (netbeans-xdebug)" but nothing happens.
> If I try it in NetBeans 8.2 then it works.
>  
> The configuration is the same in both NetBeans (Port, IDE key)
>  
>  
> Java: jdk1.8.0_172, jre1.8.0_181



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2929) xdebug not working with NetBeans 11.1

2019-08-01 Thread Eduard Fekete (JIRA)


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

Eduard Fekete commented on NETBEANS-2929:
-

You are not using the same version and you are on Linux. I also tried it with 
xdebug 2.6, same issue

> xdebug not working with NetBeans 11.1
> -
>
> Key: NETBEANS-2929
> URL: https://issues.apache.org/jira/browse/NETBEANS-2929
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
> Environment: Windows 10 64 bit
>Reporter: Eduard Fekete
>Priority: Major
> Attachments: netbeans-2929-screenshot.png
>
>
> I tried xdebug 2.7.2 with PHP 7.2.5 running on a remote linux openSUSE server.
> It does not start the debugger and says "Waiting for debugger 
> (netbeans-xdebug)" but nothing happens.
> If I try it in NetBeans 8.2 then it works.
>  
> The configuration is the same in both NetBeans (Port, IDE key)



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2929) xdebug not working with NetBeans 11.1

2019-08-01 Thread Eduard Fekete (JIRA)


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

Eduard Fekete updated NETBEANS-2929:

Description: 
I tried xdebug 2.7.2 with PHP 7.2.5 running on a remote linux openSUSE server.

It does not start the debugger and says "Waiting for debugger 
(netbeans-xdebug)" but nothing happens.

If I try it in NetBeans 8.2 then it works.

 

The configuration is the same in both NetBeans (Port, IDE key)

  was:
I tried xdebug 2.7.2 with PHP 7.2.5 running on a remote linux openSUSE server.

It does not start the debugger and says "Waiting for debugger 
(netbeans-xdebug)" but nothing happens.

If I try it in NetBeans 8.2 then it works.

 

The configuration is the same in both apaches (Port, IDE key)


> xdebug not working with NetBeans 11.1
> -
>
> Key: NETBEANS-2929
> URL: https://issues.apache.org/jira/browse/NETBEANS-2929
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
> Environment: Windows 10 64 bit
>Reporter: Eduard Fekete
>Priority: Blocker
>
> I tried xdebug 2.7.2 with PHP 7.2.5 running on a remote linux openSUSE server.
> It does not start the debugger and says "Waiting for debugger 
> (netbeans-xdebug)" but nothing happens.
> If I try it in NetBeans 8.2 then it works.
>  
> The configuration is the same in both NetBeans (Port, IDE key)



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2929) xdebug not working with NetBeans 11.1

2019-08-01 Thread Eduard Fekete (JIRA)


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

Eduard Fekete updated NETBEANS-2929:

Description: 
I tried xdebug 2.7.2 with PHP 7.2.5 running on a remote linux openSUSE server.

It does not start the debugger and says "Waiting for debugger 
(netbeans-xdebug)" but nothing happens.

If I try it in NetBeans 8.2 then it works.

 

The configuration is the same in both apaches (Port, IDE key)

  was:
I tried xdebug 2.7.2 with PHP 7.2.5 running on a remote linux openSUSE server.

It does not start the debugger and says "Waiting for debugger 
(netbeans-xdebug)" but nothing happens.

If I try it in NetBeans 8.2 then it works.


> xdebug not working with NetBeans 11.1
> -
>
> Key: NETBEANS-2929
> URL: https://issues.apache.org/jira/browse/NETBEANS-2929
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
> Environment: Windows 10 64 bit
>Reporter: Eduard Fekete
>Priority: Blocker
>
> I tried xdebug 2.7.2 with PHP 7.2.5 running on a remote linux openSUSE server.
> It does not start the debugger and says "Waiting for debugger 
> (netbeans-xdebug)" but nothing happens.
> If I try it in NetBeans 8.2 then it works.
>  
> The configuration is the same in both apaches (Port, IDE key)



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-1959) Unable to start debugging PHP (xdebug)

2019-08-01 Thread Eduard Fekete (JIRA)


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

Eduard Fekete commented on NETBEANS-1959:
-

I have the same problem, but it works with NetBeans 8.2. I also changed my port 
from 9000 to 51234

> Unable to start debugging PHP (xdebug)
> --
>
> Key: NETBEANS-1959
> URL: https://issues.apache.org/jira/browse/NETBEANS-1959
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Debugger
>Affects Versions: 10.0, 11.0
> Environment: OS: Debian GNU/Linux buster/sid amd64
> NB10 - NB11
> OpenJDK 11
> PHP 7.x
>Reporter: Lucio Crusca
>Priority: Major
>  Labels: php-debug, php7
>
> Product Version = NetBeans 10
>  Operating System = Debian GNU/Linux testing/sid up to date
>  openjdk version "11.0.1" 2018-10-16
>  OpenJDK Runtime Environment 18.9 (build 11.0.1+13)
> Reproducibility: Happens every time
> I'm not able to debug any PHP project. NB shows "Waiting For Connection 
> (xdebug)", and it does not automatically open my PHP website in the browser 
> tab, but the internal PHP Debugger state has nothing to do with the wait for 
> xdebug connection.
> Here is my xdebug configuration, which works correctly at least with Visual 
> Studio Code for Linux :
> {{zend_extension = /usr/lib/php/20180731/xdebug.so}}
>  {{xdebug.remote_autostart = 1}}
>  {{xdebug.remote_enable = 1}}
>  {{xdebug.remote_handler = dbgp}}
>  {{xdebug.remote_host = 127.0.0.1}}
>  {{xdebug.remote_mode = req}}
>  {{xdebug.remote_port = }}
>  {{xdebug.profiler_enable_trigger_value="dbgp"}}
>  {{xdebug.trace_enable_trigger_value="dbgp"}}
>  {{xdebug.profiler_enable=0}}
>  {{xdebug.profiler_enable_trigger=1}}
>  {{xdebug.trace_enable_trigger=1}}
>  {{xdebug.profiler_output_dir="/var/log/xdebug"}}
>  {{xdebug.gc_stats_output_dir="/var/log/xdebug"}}
>  {{xdebug.trace_output_dir="/var/log/xdebug"}}
>  {{xdebug.remote_log="/var/log/xdebug/remote.log"}}
>  {{xdebug.coverage_enable=0}}
>  {{xdebug.extended_info=1}}
>  {{xdebug.profiler_append=1}}
>  {{xdebug.trace_options=1}}
>  {{xdebug.collect_params=1}}
> I think either NB has a bug at DGBP protocol level, or the "Waiting For 
> Connection (xdebug)" message does not reflect the real state of the PHP 
> Debugger, at least in my case. More likely the latter.
> Here are the contents of /var/log/xdebug/remote.log:
> {{[23361] Log opened at 2019-01-20 10:55:27}}
>  {{[23361] I: Connecting to configured address/port: 127.0.0.1:.}}
>  {{[23361] I: Connected to client. :)}}
>  {{[23361] ->  xmlns:xdebug="http://xdebug.org/dbgp/xdebug; 
> fileuri="file:///home/lucio/virtualbit/progetti/workspace/netbeans/bvacance/index.php"
>  language="PHP" xdebug:language_version="7.3.0RC3" protocol_version="1.0" 
> appid="23361" idekey="lucio"> version="2.7.0beta1">}}
>  {{[23361]}}
>  {{[23361] <- feature_set -i 0 -n show_hidden -v 1}}
>  {{[23361] ->  xmlns:xdebug="http://xdebug.org/dbgp/xdebug; command="feature_set" 
> transaction_id="0" feature="show_hidden" success="1">}}
>  {{[23361]}}
>  {{[23361] <- feature_set -i 1 -n max_depth -v 2}}
>  {{[23361] ->  xmlns:xdebug="http://xdebug.org/dbgp/xdebug; command="feature_set" 
> transaction_id="1" feature="max_depth" success="1">}}
>  {{[23361]}}
>  {{[23361] <- feature_set -i 2 -n max_children -v 30}}
>  {{[23361] ->  xmlns:xdebug="http://xdebug.org/dbgp/xdebug; command="feature_set" 
> transaction_id="2" feature="max_children" success="1">}}
>  {{[23361]}}
>  {{[23361] <- feature_set -i 3 -n max_data -v 65536}}
>  {{[23361] ->  xmlns:xdebug="http://xdebug.org/dbgp/xdebug; command="feature_set" 
> transaction_id="3" feature="max_data" success="1">}}
>  {{[23361]}}
> However, when I try with Visual Studio Code for Linux, which works, the log 
> file contents are completely different (which was expected), but a noticeable 
> difference is the presence of "breakpoint_set" and "run" commands in the VSC 
> case, that are missing in the NB case. 
> I suspect NB fails to start the browser tab for some reason and, as a 
> consequence, fails to send the appropriate commands to xdebug.
> What I know for sure is that the "Waiting For Connection (xdebug)" message is 
> misleading at best in my case, because logs show the connection has correctly 
> happened, and the problem is elsewhere.
> I don't know if we need more precise messages about what's going on in NB to 
> sort this out, so I don't know if the bug here is the approximate message, or 
> the failure to open the browser tab, or a real problem in the DBGP protocol 
> implementation.
> Please note that, when I say NB does not open my site in the browser tab, I 
> mean NB manages to open a new browser tab, but it fails to redirect it to my 
> website, and I get only a new browser tab, pointing to a tmp file and showing 
> a 

[jira] [Created] (NETBEANS-2929) xdebug not working with NetBeans 11.1

2019-08-01 Thread Eduard Fekete (JIRA)
Eduard Fekete created NETBEANS-2929:
---

 Summary: xdebug not working with NetBeans 11.1
 Key: NETBEANS-2929
 URL: https://issues.apache.org/jira/browse/NETBEANS-2929
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.1
 Environment: Windows 10 64 bit
Reporter: Eduard Fekete


I tried xdebug 2.7.2 with PHP 7.2.5 running on a remote linux openSUSE server.

It does not start the debugger and says "Waiting for debugger 
(netbeans-xdebug)" but nothing happens.

If I try it in NetBeans 8.2 then it works.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-800) SocketTimeoutException: Read timed out - But it works with PhpStorm

2018-05-22 Thread Eduard Fekete (JIRA)

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

Eduard Fekete commented on NETBEANS-800:


The IDE log:

[^messages.log]

> SocketTimeoutException: Read timed out - But it works with PhpStorm
> ---
>
> Key: NETBEANS-800
> URL: https://issues.apache.org/jira/browse/NETBEANS-800
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - FTP Support
>Affects Versions: 8.2
>Reporter: Eduard Fekete
>Priority: Major
> Attachments: messages.log, p2.PNG, p3.png, t1.PNG
>
>
> I try to connect to my remote host from NetBeans.
> *Host Name:* blizz.powered-by-rackspeed.de
> *Port*: 21
>  
> I am using NetBeans 8.2 (Build: 201609300101)
> !p3.png!
> It works perfectly fine in PhpStorm with Port 21 though, so it must be a 
> NetBeans Bug.



--
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-800) SocketTimeoutException: Read timed out - But it works with PhpStorm

2018-05-22 Thread Eduard Fekete (JIRA)

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

Eduard Fekete updated NETBEANS-800:
---
Attachment: messages.log

> SocketTimeoutException: Read timed out - But it works with PhpStorm
> ---
>
> Key: NETBEANS-800
> URL: https://issues.apache.org/jira/browse/NETBEANS-800
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - FTP Support
>Affects Versions: 8.2
>Reporter: Eduard Fekete
>Priority: Major
> Attachments: messages.log, p2.PNG, p3.png, t1.PNG
>
>
> I try to connect to my remote host from NetBeans.
> *Host Name:* blizz.powered-by-rackspeed.de
> *Port*: 21
>  
> I am using NetBeans 8.2 (Build: 201609300101)
> !p3.png!
> It works perfectly fine in PhpStorm with Port 21 though, so it must be a 
> NetBeans Bug.



--
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-800) SocketTimeoutException: Read timed out - But it works with PhpStorm

2018-05-19 Thread Eduard Fekete (JIRA)

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

Eduard Fekete commented on NETBEANS-800:


I can upload the IDE Log on Tuesday when I am at work.

> SocketTimeoutException: Read timed out - But it works with PhpStorm
> ---
>
> Key: NETBEANS-800
> URL: https://issues.apache.org/jira/browse/NETBEANS-800
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - FTP Support
>Affects Versions: 8.2
>Reporter: Eduard Fekete
>Priority: Major
> Attachments: p2.PNG, p3.png, t1.PNG
>
>
> I try to connect to my remote host from NetBeans.
> *Host Name:* blizz.powered-by-rackspeed.de
> *Port*: 21
>  
> I am using NetBeans 8.2 (Build: 201609300101)
> !p3.png!
> It works perfectly fine in PhpStorm with Port 21 though, so it must be a 
> NetBeans Bug.



--
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-800) SocketTimeoutException: Read timed out - But it works with PhpStorm

2018-05-19 Thread Eduard Fekete (JIRA)

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

Eduard Fekete commented on NETBEANS-800:


Hi, it works with Port 21 in PhpStorm but it does not work with Port 21 in 
NetBeans. It works with other hosts from another hoster (Elitehosting), but not 
with this one (Hoster: Rackspeed). I don't have a stable way to reproduce 
because I would need to hand you out my credentials.

> SocketTimeoutException: Read timed out - But it works with PhpStorm
> ---
>
> Key: NETBEANS-800
> URL: https://issues.apache.org/jira/browse/NETBEANS-800
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - FTP Support
>Affects Versions: 8.2
>Reporter: Eduard Fekete
>Priority: Blocker
> Attachments: p2.PNG, p3.png, t1.PNG
>
>
> I try to connect to my remote host from NetBeans.
> *Host Name:* blizz.powered-by-rackspeed.de
> *Port*: 21
>  
> I am using NetBeans 8.2 (Build: 201609300101)
> !p3.png!
> It works perfectly fine in PhpStorm with Port 21 though, so it must be a 
> NetBeans Bug.



--
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] [Comment Edited] (NETBEANS-800) SocketTimeoutException: Read timed out - But it works with PhpStorm

2018-05-19 Thread Eduard Fekete (JIRA)

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

Eduard Fekete edited comment on NETBEANS-800 at 5/19/18 3:06 PM:
-

Hi, it works with Port 21 in PhpStorm but it does not work with Port 21 in 
NetBeans. It works with other hosts from another hoster (Elitehosting), but not 
with this one (Hoster: Rackspeed). I don't have a stable way to reproduce for 
you, because I would need to hand you out my credentials.


was (Author: eddcapone):
Hi, it works with Port 21 in PhpStorm but it does not work with Port 21 in 
NetBeans. It works with other hosts from another hoster (Elitehosting), but not 
with this one (Hoster: Rackspeed). I don't have a stable way to reproduce 
because I would need to hand you out my credentials.

> SocketTimeoutException: Read timed out - But it works with PhpStorm
> ---
>
> Key: NETBEANS-800
> URL: https://issues.apache.org/jira/browse/NETBEANS-800
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - FTP Support
>Affects Versions: 8.2
>Reporter: Eduard Fekete
>Priority: Blocker
> Attachments: p2.PNG, p3.png, t1.PNG
>
>
> I try to connect to my remote host from NetBeans.
> *Host Name:* blizz.powered-by-rackspeed.de
> *Port*: 21
>  
> I am using NetBeans 8.2 (Build: 201609300101)
> !p3.png!
> It works perfectly fine in PhpStorm with Port 21 though, so it must be a 
> NetBeans Bug.



--
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-800) SocketTimeoutException: Read timed out - But it works with PhpStorm

2018-05-17 Thread Eduard Fekete (JIRA)

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

Eduard Fekete updated NETBEANS-800:
---
Summary: SocketTimeoutException: Read timed out - But it works with 
PhpStorm  (was: NetBeans throws “auth fail” even though it works with the same 
credentials in PhpStorm)

> SocketTimeoutException: Read timed out - But it works with PhpStorm
> ---
>
> Key: NETBEANS-800
> URL: https://issues.apache.org/jira/browse/NETBEANS-800
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Eduard Fekete
>Priority: Blocker
> Attachments: p2.PNG, p3.png, t1.PNG
>
>
> I try to connect to my remote host from NetBeans.
> *Host Name:* blizz.powered-by-rackspeed.de
> *Port*: 21
>  
> I am using NetBeans 8.2 (Build: 201609300101)
> !p3.png!
> It works perfectly fine in PhpStorm with Port 21 though, so it must be a 
> NetBeans Bug.



--
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-800) NetBeans throws “auth fail” even though it works with the same credentials in PhpStorm

2018-05-17 Thread Eduard Fekete (JIRA)

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

Eduard Fekete updated NETBEANS-800:
---
Summary: NetBeans throws “auth fail” even though it works with the same 
credentials in PhpStorm  (was: NetBeans throws “auth fail” even though it works 
with the same credentials in FileZilla)

> NetBeans throws “auth fail” even though it works with the same credentials in 
> PhpStorm
> --
>
> Key: NETBEANS-800
> URL: https://issues.apache.org/jira/browse/NETBEANS-800
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Eduard Fekete
>Priority: Blocker
> Attachments: p2.PNG, p3.png, t1.PNG
>
>
> I try to connect to my remote host from NetBeans.
> *Host Name:* blizz.powered-by-rackspeed.de
> *Port*: 21
>  
> I am using NetBeans 8.2 (Build: 201609300101)
> !p3.png!
> It works perfectly fine in PhpStorm with Port 21 though, so it must be a 
> NetBeans Bug.



--
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-800) NetBeans throws “auth fail” even though it works with the same credentials in FileZilla

2018-05-17 Thread Eduard Fekete (JIRA)

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

Eduard Fekete updated NETBEANS-800:
---
Description: 
I try to connect to my remote host from NetBeans.

*Host Name:* blizz.powered-by-rackspeed.de

*Port*: 21

 

I am using NetBeans 8.2 (Build: 201609300101)

!p3.png!

It works perfectly fine in PhpStorm with Port 21 though, so it must be a 
NetBeans Bug.

  was:
I try to connect to my remote host from NetBeans. First I get a warning about 
the certificate.

*Host Name:* blizz.powered-by-rackspeed.de

*Port*: 22

{color:#f6c342}_"The authenticity of host "XYZ" can't be established._{color}

{color:#f6c342}_RSA key fingerprint is Foo:Bar._{color}

{color:#f6c342}_Are you sure you want to continue connecting?"_{color}

{color:#f6c342}_!t1.PNG!_{color}

But after clicking on "Yes" I get a window saying "auth fail"

!p2.PNG!

But I can login with the same credentials and port in FileZilla, without 
problems.

I am using NetBeans 8.2 (Build: 201609300101)

 

It does also not work If I use Port 21, then I get:

!p3.png!

It works perfectly fine in PhpStorm with Port 21 though, so it must be a 
NetBeans Bug.


> NetBeans throws “auth fail” even though it works with the same credentials in 
> FileZilla
> ---
>
> Key: NETBEANS-800
> URL: https://issues.apache.org/jira/browse/NETBEANS-800
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Eduard Fekete
>Priority: Blocker
> Attachments: p2.PNG, p3.png, t1.PNG
>
>
> I try to connect to my remote host from NetBeans.
> *Host Name:* blizz.powered-by-rackspeed.de
> *Port*: 21
>  
> I am using NetBeans 8.2 (Build: 201609300101)
> !p3.png!
> It works perfectly fine in PhpStorm with Port 21 though, so it must be a 
> NetBeans Bug.



--
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-800) NetBeans throws “auth fail” even though it works with the same credentials in FileZilla

2018-05-17 Thread Eduard Fekete (JIRA)

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

Eduard Fekete updated NETBEANS-800:
---
 Attachment: p3.png
Description: 
I try to connect to my remote host from NetBeans. First I get a warning about 
the certificate.

*Host Name:* blizz.powered-by-rackspeed.de

*Port*: 22

{color:#f6c342}_"The authenticity of host "XYZ" can't be established._{color}

{color:#f6c342}_RSA key fingerprint is Foo:Bar._{color}

{color:#f6c342}_Are you sure you want to continue connecting?"_{color}

{color:#f6c342}_!t1.PNG!_{color}

But after clicking on "Yes" I get a window saying "auth fail"

!p2.PNG!

But I can login with the same credentials and port in FileZilla, without 
problems.

I am using NetBeans 8.2 (Build: 201609300101)

 

It does also not work If I use Port 21, then I get:

!p3.png!

It works perfectly fine in PhpStorm with Port 21 though, so it must be a 
NetBeans Bug.

  was:
I try to connect to my remote host from NetBeans. First I get a warning about 
the certificate.

*Host Name:* blizz.powered-by-rackspeed.de

*Port*: 22

{color:#f6c342}_"The authenticity of host "XYZ" can't be established._{color}

{color:#f6c342}_RSA key fingerprint is Foo:Bar._{color}

{color:#f6c342}_Are you sure you want to continue connecting?"_{color}

{color:#f6c342}_!t1.PNG!_{color}

But after clicking on "Yes" I get a window saying "auth fail"

!p2.PNG!

But I can login with the same credentials and port in FileZilla, without 
problems.

I am using NetBeans 8.2 (Build: 201609300101)

 

It works perfectly fine in PhpStorm, so it must be a NetBeans Bug.


> NetBeans throws “auth fail” even though it works with the same credentials in 
> FileZilla
> ---
>
> Key: NETBEANS-800
> URL: https://issues.apache.org/jira/browse/NETBEANS-800
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Eduard Fekete
>Priority: Blocker
> Attachments: p2.PNG, p3.png, t1.PNG
>
>
> I try to connect to my remote host from NetBeans. First I get a warning about 
> the certificate.
> *Host Name:* blizz.powered-by-rackspeed.de
> *Port*: 22
> {color:#f6c342}_"The authenticity of host "XYZ" can't be established._{color}
> {color:#f6c342}_RSA key fingerprint is Foo:Bar._{color}
> {color:#f6c342}_Are you sure you want to continue connecting?"_{color}
> {color:#f6c342}_!t1.PNG!_{color}
> But after clicking on "Yes" I get a window saying "auth fail"
> !p2.PNG!
> But I can login with the same credentials and port in FileZilla, without 
> problems.
> I am using NetBeans 8.2 (Build: 201609300101)
>  
> It does also not work If I use Port 21, then I get:
> !p3.png!
> It works perfectly fine in PhpStorm with Port 21 though, so it must be a 
> NetBeans Bug.



--
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] [Comment Edited] (NETBEANS-796) Unable to connect to the Update Center

2018-05-17 Thread Eduard Fekete (JIRA)

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

Eduard Fekete edited comment on NETBEANS-796 at 5/17/18 7:30 AM:
-

I tested the connection by using the Microsoft Tool [Port Query 
UI|https://www.microsoft.com/en-us/download/confirmation.aspx?id=24009] it 
returned 0, which means that the connection was established successfully. So 
the problem is not related to my firewall or anti-virus, but it is directly 
related to NetBeans. !PortQryUI.PNG!


was (Author: eddcapone):
I tested the connection by using the Microsoft Tool [Port Query 
UI|https://www.microsoft.com/en-us/download/confirmation.aspx?id=24009] it 
returned 0, which means that the connection was established successfully. 
!PortQryUI.PNG!

> Unable to connect to the Update Center
> --
>
> Key: NETBEANS-796
> URL: https://issues.apache.org/jira/browse/NETBEANS-796
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2
> Environment: Windows 10 Professional 64bit, Fujitsu Notebook Intel i5 
> 7th Gen
>Reporter: Eduard Fekete
>Priority: Major
> Attachments: PortQryUI.PNG, firewall.PNG, proxy.PNG
>
>
> I can't update NetBeans, I always get "_Unable to connect to the Update 
> Center_".
> I already checked the windows firewall settings and checked the proxy.
>  
> !firewall.PNG!
>  
>  
>  
>   !proxy.PNG!



--
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-808) Rename "Upload Directory"

2018-05-17 Thread Eduard Fekete (JIRA)
Eduard Fekete created NETBEANS-808:
--

 Summary: Rename "Upload Directory"
 Key: NETBEANS-808
 URL: https://issues.apache.org/jira/browse/NETBEANS-808
 Project: NetBeans
  Issue Type: Improvement
Affects Versions: 8.2
Reporter: Eduard Fekete


The "Upload Directory" should be renamed to "Root Directory" or "Initial 
Directory" because it is confusing. First I thought that a user upload 
directory is meaned and I wondered why my uploads where not overwriting any 
remote server files.



--
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-808) Rename "Upload Directory"

2018-05-17 Thread Eduard Fekete (JIRA)

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

Eduard Fekete updated NETBEANS-808:
---
Description: 
The "Upload Directory" should be renamed to "Root Directory" or "Initial 
Directory" because it is confusing. First I thought that a user upload 
directory is meaned and I wondered why my uploads where not overwriting any 
remote server files

 

See here: https://issues.apache.org/jira/browse/NETBEANS-797?filter=-2.

  was:The "Upload Directory" should be renamed to "Root Directory" or "Initial 
Directory" because it is confusing. First I thought that a user upload 
directory is meaned and I wondered why my uploads where not overwriting any 
remote server files.


> Rename "Upload Directory"
> -
>
> Key: NETBEANS-808
> URL: https://issues.apache.org/jira/browse/NETBEANS-808
> Project: NetBeans
>  Issue Type: Improvement
>Affects Versions: 8.2
>Reporter: Eduard Fekete
>Priority: Minor
>
> The "Upload Directory" should be renamed to "Root Directory" or "Initial 
> Directory" because it is confusing. First I thought that a user upload 
> directory is meaned and I wondered why my uploads where not overwriting any 
> remote server files
>  
> See here: https://issues.apache.org/jira/browse/NETBEANS-797?filter=-2.



--
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] [Comment Edited] (NETBEANS-797) NetBeans says upload was successfull, but remote file is not changed

2018-05-17 Thread Eduard Fekete (JIRA)

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

Eduard Fekete edited comment on NETBEANS-797 at 5/17/18 7:26 AM:
-

I solved it. It was because of the "Upload Directory" setting. I somehow 
thought that I have to specify the upload directory where users upload their 
stuff, which makes no sense in IDE context. Of course I had to change it to the 
root directory of my project. Now it works!

The "Upload Directory" should be renamed to "Initial Directory" or "Root 
Directory"


was (Author: eddcapone):
I solved it. It was because of the "Upload Directory" setting. I somehow 
thought that I have to specify the upload directory where users upload their 
stuff, which makes no sense in IDE context. Of course I had to change it to the 
root directory of my project. Now it works!

> NetBeans says upload was successfull, but remote file is not changed
> 
>
> Key: NETBEANS-797
> URL: https://issues.apache.org/jira/browse/NETBEANS-797
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Eduard Fekete
>Priority: Blocker
>
> I created a new project from remote sources. I setup the deployment and 
> downloaded the whole project from the FTP server via Netbeans.
> I changed a file's content and uploaded it via Netbeans deployment, it says:
> {quote}
> h1. Summary
> Succeeded: file 
> app/design/frontend/venedor/default/template/newsletter/subscribe.phtml
> Runtime: 194 ms, processed: 1 file(s), 3,062 KB
> {quote}
> However, nothing actually changed. So I logged in to the FTP-Server and 
> opened the file, but the file is still in it's initial state. So the upload 
> never actually happened.
> I also tried it via "synchronize" but it makes no difference.
> 
> I am using the latest version (8.2 Build 201609300101)



--
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-800) NetBeans throws “auth fail” even though it works with the same credentials in FileZilla

2018-05-17 Thread Eduard Fekete (JIRA)

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

Eduard Fekete updated NETBEANS-800:
---
Description: 
I try to connect to my remote host from NetBeans. First I get a warning about 
the certificate.

Host Name: blizz.powered-by-rackspeed.de

Port: 22

{color:#f6c342}_"The authenticity of host "XYZ" can't be established._{color}

{color:#f6c342}_RSA key fingerprint is Foo:Bar._{color}

{color:#f6c342}_Are you sure you want to continue connecting?"_{color}

{color:#f6c342}_!t1.PNG!_{color}

But after clicking on "Yes" I get a window saying "auth fail"

!p2.PNG!

But I can login with the same credentials and port in FileZilla, without 
problems.

I am using NetBeans 8.2 (Build: 201609300101)

 

It works perfectly fine in PhpStorm, so it must be a NetBeans Bug.

  was:
I try to connect to my remote host from NetBeans. First I get a warning about 
the certificate.

{color:#f6c342}_"The authenticity of host "XYZ" can't be established._{color}

{color:#f6c342}_RSA key fingerprint is Foo:Bar._{color}

{color:#f6c342}_Are you sure you want to continue connecting?"_{color}

{color:#f6c342}_!t1.PNG!_{color}

But after clicking on "Yes" I get a window saying "auth fail"

!p2.PNG!

But I can login with the same credentials and port in FileZilla, without 
problems.

I am using NetBeans 8.2 (Build: 201609300101)


> NetBeans throws “auth fail” even though it works with the same credentials in 
> FileZilla
> ---
>
> Key: NETBEANS-800
> URL: https://issues.apache.org/jira/browse/NETBEANS-800
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Eduard Fekete
>Priority: Blocker
> Attachments: p2.PNG, t1.PNG
>
>
> I try to connect to my remote host from NetBeans. First I get a warning about 
> the certificate.
> Host Name: blizz.powered-by-rackspeed.de
> Port: 22
> {color:#f6c342}_"The authenticity of host "XYZ" can't be established._{color}
> {color:#f6c342}_RSA key fingerprint is Foo:Bar._{color}
> {color:#f6c342}_Are you sure you want to continue connecting?"_{color}
> {color:#f6c342}_!t1.PNG!_{color}
> But after clicking on "Yes" I get a window saying "auth fail"
> !p2.PNG!
> But I can login with the same credentials and port in FileZilla, without 
> problems.
> I am using NetBeans 8.2 (Build: 201609300101)
>  
> It works perfectly fine in PhpStorm, so it must be a NetBeans Bug.



--
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-800) NetBeans throws “auth fail” even though it works with the same credentials in FileZilla

2018-05-17 Thread Eduard Fekete (JIRA)

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

Eduard Fekete updated NETBEANS-800:
---
Description: 
I try to connect to my remote host from NetBeans. First I get a warning about 
the certificate.

*Host Name:* blizz.powered-by-rackspeed.de

*Port*: 22

{color:#f6c342}_"The authenticity of host "XYZ" can't be established._{color}

{color:#f6c342}_RSA key fingerprint is Foo:Bar._{color}

{color:#f6c342}_Are you sure you want to continue connecting?"_{color}

{color:#f6c342}_!t1.PNG!_{color}

But after clicking on "Yes" I get a window saying "auth fail"

!p2.PNG!

But I can login with the same credentials and port in FileZilla, without 
problems.

I am using NetBeans 8.2 (Build: 201609300101)

 

It works perfectly fine in PhpStorm, so it must be a NetBeans Bug.

  was:
I try to connect to my remote host from NetBeans. First I get a warning about 
the certificate.

Host Name: blizz.powered-by-rackspeed.de

Port: 22

{color:#f6c342}_"The authenticity of host "XYZ" can't be established._{color}

{color:#f6c342}_RSA key fingerprint is Foo:Bar._{color}

{color:#f6c342}_Are you sure you want to continue connecting?"_{color}

{color:#f6c342}_!t1.PNG!_{color}

But after clicking on "Yes" I get a window saying "auth fail"

!p2.PNG!

But I can login with the same credentials and port in FileZilla, without 
problems.

I am using NetBeans 8.2 (Build: 201609300101)

 

It works perfectly fine in PhpStorm, so it must be a NetBeans Bug.


> NetBeans throws “auth fail” even though it works with the same credentials in 
> FileZilla
> ---
>
> Key: NETBEANS-800
> URL: https://issues.apache.org/jira/browse/NETBEANS-800
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Eduard Fekete
>Priority: Blocker
> Attachments: p2.PNG, t1.PNG
>
>
> I try to connect to my remote host from NetBeans. First I get a warning about 
> the certificate.
> *Host Name:* blizz.powered-by-rackspeed.de
> *Port*: 22
> {color:#f6c342}_"The authenticity of host "XYZ" can't be established._{color}
> {color:#f6c342}_RSA key fingerprint is Foo:Bar._{color}
> {color:#f6c342}_Are you sure you want to continue connecting?"_{color}
> {color:#f6c342}_!t1.PNG!_{color}
> But after clicking on "Yes" I get a window saying "auth fail"
> !p2.PNG!
> But I can login with the same credentials and port in FileZilla, without 
> problems.
> I am using NetBeans 8.2 (Build: 201609300101)
>  
> It works perfectly fine in PhpStorm, so it must be a NetBeans Bug.



--
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] [Reopened] (NETBEANS-800) NetBeans throws “auth fail” even though it works with the same credentials in FileZilla

2018-05-17 Thread Eduard Fekete (JIRA)

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

Eduard Fekete reopened NETBEANS-800:


> NetBeans throws “auth fail” even though it works with the same credentials in 
> FileZilla
> ---
>
> Key: NETBEANS-800
> URL: https://issues.apache.org/jira/browse/NETBEANS-800
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Eduard Fekete
>Priority: Blocker
> Attachments: p2.PNG, t1.PNG
>
>
> I try to connect to my remote host from NetBeans. First I get a warning about 
> the certificate.
> {color:#f6c342}_"The authenticity of host "XYZ" can't be established._{color}
> {color:#f6c342}_RSA key fingerprint is Foo:Bar._{color}
> {color:#f6c342}_Are you sure you want to continue connecting?"_{color}
> {color:#f6c342}_!t1.PNG!_{color}
> But after clicking on "Yes" I get a window saying "auth fail"
> !p2.PNG!
> But I can login with the same credentials and port in FileZilla, without 
> problems.
> I am using NetBeans 8.2 (Build: 201609300101)



--
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] [Issue Comment Deleted] (NETBEANS-800) NetBeans throws “auth fail” even though it works with the same credentials in FileZilla

2018-05-17 Thread Eduard Fekete (JIRA)

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

Eduard Fekete updated NETBEANS-800:
---
Comment: was deleted

(was: Wrong infos)

> NetBeans throws “auth fail” even though it works with the same credentials in 
> FileZilla
> ---
>
> Key: NETBEANS-800
> URL: https://issues.apache.org/jira/browse/NETBEANS-800
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Eduard Fekete
>Priority: Blocker
> Attachments: p2.PNG, t1.PNG
>
>
> I try to connect to my remote host from NetBeans. First I get a warning about 
> the certificate.
> {color:#f6c342}_"The authenticity of host "XYZ" can't be established._{color}
> {color:#f6c342}_RSA key fingerprint is Foo:Bar._{color}
> {color:#f6c342}_Are you sure you want to continue connecting?"_{color}
> {color:#f6c342}_!t1.PNG!_{color}
> But after clicking on "Yes" I get a window saying "auth fail"
> !p2.PNG!
> But I can login with the same credentials and port in FileZilla, without 
> problems.
> I am using NetBeans 8.2 (Build: 201609300101)



--
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] [Closed] (NETBEANS-800) NetBeans throws “auth fail” even though it works with the same credentials in FileZilla

2018-05-16 Thread Eduard Fekete (JIRA)

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

Eduard Fekete closed NETBEANS-800.
--
Resolution: Invalid

Wrong infos

> NetBeans throws “auth fail” even though it works with the same credentials in 
> FileZilla
> ---
>
> Key: NETBEANS-800
> URL: https://issues.apache.org/jira/browse/NETBEANS-800
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Eduard Fekete
>Priority: Blocker
> Attachments: p2.PNG, t1.PNG
>
>
> I try to connect to my remote host from NetBeans. First I get a warning about 
> the certificate.
> {color:#f6c342}_"The authenticity of host "XYZ" can't be established._{color}
> {color:#f6c342}_RSA key fingerprint is Foo:Bar._{color}
> {color:#f6c342}_Are you sure you want to continue connecting?"_{color}
> {color:#f6c342}_!t1.PNG!_{color}
> But after clicking on "Yes" I get a window saying "auth fail"
> !p2.PNG!
> But I can login with the same credentials and port in FileZilla, without 
> problems.
> I am using NetBeans 8.2 (Build: 201609300101)



--
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-800) NetBeans throws “auth fail” even though it works with the same credentials in FileZilla

2018-05-16 Thread Eduard Fekete (JIRA)

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

Eduard Fekete updated NETBEANS-800:
---
Description: 
I try to connect to my remote host from NetBeans. First I get a warning about 
the certificate.

{color:#f6c342}_"The authenticity of host "XYZ" can't be established._{color}

{color:#f6c342}_RSA key fingerprint is Foo:Bar._{color}

{color:#f6c342}_Are you sure you want to continue connecting?"_{color}

{color:#f6c342}_!t1.PNG!_{color}

But after clicking on "Yes" I get a window saying "auth fail"

!p2.PNG!

But I can login with the same credentials and port in FileZilla, without 
problems.

I am using NetBeans 8.2 (Build: 201609300101)

  was:
I try to connect to my remote host from NetBeans. First I get a warning about 
the certificate.

{color:#f6c342}_"The authenticity of host "XYZ" can't be established._{color}

{color:#f6c342}_RSA key fingerprint is Foo:Bar._{color}

{color:#f6c342}_Are you sure you want to continue connecting?"_{color}

{color:#f6c342}_!t1.PNG!_{color}

But after clicking on "Yes" I get a window saying "auth fail"

!p2.PNG!

But I can login with the same credentials and port in FileZilla, without 
problems.

Is this a bug or a feature?

I am using NetBeans 8.2 (Build: 201609300101)


> NetBeans throws “auth fail” even though it works with the same credentials in 
> FileZilla
> ---
>
> Key: NETBEANS-800
> URL: https://issues.apache.org/jira/browse/NETBEANS-800
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Eduard Fekete
>Priority: Blocker
> Attachments: p2.PNG, t1.PNG
>
>
> I try to connect to my remote host from NetBeans. First I get a warning about 
> the certificate.
> {color:#f6c342}_"The authenticity of host "XYZ" can't be established._{color}
> {color:#f6c342}_RSA key fingerprint is Foo:Bar._{color}
> {color:#f6c342}_Are you sure you want to continue connecting?"_{color}
> {color:#f6c342}_!t1.PNG!_{color}
> But after clicking on "Yes" I get a window saying "auth fail"
> !p2.PNG!
> But I can login with the same credentials and port in FileZilla, without 
> problems.
> I am using NetBeans 8.2 (Build: 201609300101)



--
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-800) NetBeans throws “auth fail” even though it works with the same credentials in FileZilla

2018-05-16 Thread Eduard Fekete (JIRA)

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

Eduard Fekete updated NETBEANS-800:
---
Description: 
I try to connect to my remote host from NetBeans. First I get a warning about 
the certificate.

{color:#f6c342}_"The authenticity of host "XYZ" can't be established._{color}

{color:#f6c342}_RSA key fingerprint is Foo:Bar._{color}

{color:#f6c342}_Are you sure you want to continue connecting?"_{color}

{color:#f6c342}_!t1.PNG!_{color}

But after clicking on "Yes" I get a window saying "auth fail"

!p2.PNG!

But I can login with the same credentials and port in FileZilla, without 
problems.

Is this a bug or a feature?

I am using NetBeans 8.2 (Build: 201609300101)

  was:
I try to connect to my remote host from NetBeans. First I get a warning about 
the certificate.

> The authenticity of host "XYZ" can't be established.

> RSA key fingerprint is Foo:Bar.

> Are you sure you want to continue connecting?

But after clicking on "Yes" I get a window saying "auth fail"

But I can login with the same credentials and port in FileZilla, without 
problems.

Is this a bug or a feature?

I am using NetBeans 8.2 (Build: 201609300101)


> NetBeans throws “auth fail” even though it works with the same credentials in 
> FileZilla
> ---
>
> Key: NETBEANS-800
> URL: https://issues.apache.org/jira/browse/NETBEANS-800
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Eduard Fekete
>Priority: Blocker
> Attachments: p2.PNG, t1.PNG
>
>
> I try to connect to my remote host from NetBeans. First I get a warning about 
> the certificate.
> {color:#f6c342}_"The authenticity of host "XYZ" can't be established._{color}
> {color:#f6c342}_RSA key fingerprint is Foo:Bar._{color}
> {color:#f6c342}_Are you sure you want to continue connecting?"_{color}
> {color:#f6c342}_!t1.PNG!_{color}
> But after clicking on "Yes" I get a window saying "auth fail"
> !p2.PNG!
> But I can login with the same credentials and port in FileZilla, without 
> problems.
> Is this a bug or a feature?
> I am using NetBeans 8.2 (Build: 201609300101)



--
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-800) NetBeans throws “auth fail” even though it works with the same credentials in FileZilla

2018-05-16 Thread Eduard Fekete (JIRA)
Eduard Fekete created NETBEANS-800:
--

 Summary: NetBeans throws “auth fail” even though it works with the 
same credentials in FileZilla
 Key: NETBEANS-800
 URL: https://issues.apache.org/jira/browse/NETBEANS-800
 Project: NetBeans
  Issue Type: Bug
Reporter: Eduard Fekete
 Attachments: p2.PNG, t1.PNG

I try to connect to my remote host from NetBeans. First I get a warning about 
the certificate.

> The authenticity of host "XYZ" can't be established.

> RSA key fingerprint is Foo:Bar.

> Are you sure you want to continue connecting?

But after clicking on "Yes" I get a window saying "auth fail"

But I can login with the same credentials and port in FileZilla, without 
problems.

Is this a bug or a feature?

I am using NetBeans 8.2 (Build: 201609300101)



--
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] [Resolved] (NETBEANS-797) NetBeans says upload was successfull, but remote file is not changed

2018-05-16 Thread Eduard Fekete (JIRA)

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

Eduard Fekete resolved NETBEANS-797.

Resolution: Fixed

I solved it. It was because of the "Upload Directory" setting. I somehow 
thought that I have to specify the upload directory where users upload their 
stuff, which makes no sense in IDE context. Of course I had to change it to the 
root directory of my project. Now it works!

> NetBeans says upload was successfull, but remote file is not changed
> 
>
> Key: NETBEANS-797
> URL: https://issues.apache.org/jira/browse/NETBEANS-797
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Eduard Fekete
>Priority: Blocker
>
> I created a new project from remote sources. I setup the deployment and 
> downloaded the whole project from the FTP server via Netbeans.
> I changed a file's content and uploaded it via Netbeans deployment, it says:
> {quote}
> h1. Summary
> Succeeded: file 
> app/design/frontend/venedor/default/template/newsletter/subscribe.phtml
> Runtime: 194 ms, processed: 1 file(s), 3,062 KB
> {quote}
> However, nothing actually changed. So I logged in to the FTP-Server and 
> opened the file, but the file is still in it's initial state. So the upload 
> never actually happened.
> I also tried it via "synchronize" but it makes no difference.
> 
> I am using the latest version (8.2 Build 201609300101)



--
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] [Issue Comment Deleted] (NETBEANS-797) NetBeans says upload was successfull, but remote file is not changed

2018-05-16 Thread Eduard Fekete (JIRA)

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

Eduard Fekete updated NETBEANS-797:
---
Comment: was deleted

(was: I solved it. It was because of the "Upload Directory" setting. I somehow 
thought that I have to specify the upload directory where users upload their 
stuff, which makes no sense in IDE context. Of course I had to change it to the 
root directory of my project. Now it works!)

> NetBeans says upload was successfull, but remote file is not changed
> 
>
> Key: NETBEANS-797
> URL: https://issues.apache.org/jira/browse/NETBEANS-797
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Eduard Fekete
>Priority: Blocker
>
> I created a new project from remote sources. I setup the deployment and 
> downloaded the whole project from the FTP server via Netbeans.
> I changed a file's content and uploaded it via Netbeans deployment, it says:
> {quote}
> h1. Summary
> Succeeded: file 
> app/design/frontend/venedor/default/template/newsletter/subscribe.phtml
> Runtime: 194 ms, processed: 1 file(s), 3,062 KB
> {quote}
> However, nothing actually changed. So I logged in to the FTP-Server and 
> opened the file, but the file is still in it's initial state. So the upload 
> never actually happened.
> I also tried it via "synchronize" but it makes no difference.
> 
> I am using the latest version (8.2 Build 201609300101)



--
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-797) NetBeans says upload was successfull, but remote file is not changed

2018-05-16 Thread Eduard Fekete (JIRA)

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

Eduard Fekete commented on NETBEANS-797:


I solved it. It was because of the "Upload Directory" setting. I somehow 
thought that I have to specify the upload directory where users upload their 
stuff, which makes no sense in IDE context. Of course I had to change it to the 
root directory of my project. Now it works!

> NetBeans says upload was successfull, but remote file is not changed
> 
>
> Key: NETBEANS-797
> URL: https://issues.apache.org/jira/browse/NETBEANS-797
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Eduard Fekete
>Priority: Blocker
>
> I created a new project from remote sources. I setup the deployment and 
> downloaded the whole project from the FTP server via Netbeans.
> I changed a file's content and uploaded it via Netbeans deployment, it says:
> {quote}
> h1. Summary
> Succeeded: file 
> app/design/frontend/venedor/default/template/newsletter/subscribe.phtml
> Runtime: 194 ms, processed: 1 file(s), 3,062 KB
> {quote}
> However, nothing actually changed. So I logged in to the FTP-Server and 
> opened the file, but the file is still in it's initial state. So the upload 
> never actually happened.
> I also tried it via "synchronize" but it makes no difference.
> 
> I am using the latest version (8.2 Build 201609300101)



--
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-799) Metadata Folder not changing path

2018-05-16 Thread Eduard Fekete (JIRA)

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

Eduard Fekete updated NETBEANS-799:
---
Description: 
The Metadata Folder is not changing the path automatically after changing the 
"Sources Folder".

*Before*

  !b0.PNG!

*After Changing the Sources Folder*

!b1.PNG!

It stays still at "_C:\wamp64\www\projects\Startseite\test_" instead of 
changing to "_C:\wamp64\www\projects\botec\test_"

  was:
The Metadata Folder is not changing the path automatically after changing the 
"Sources Folder".

 

 


> Metadata Folder not changing path
> -
>
> Key: NETBEANS-799
> URL: https://issues.apache.org/jira/browse/NETBEANS-799
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Eduard Fekete
>Priority: Minor
> Attachments: b0.PNG, b1.PNG
>
>
> The Metadata Folder is not changing the path automatically after changing the 
> "Sources Folder".
> *Before*
>   !b0.PNG!
> *After Changing the Sources Folder*
> !b1.PNG!
> It stays still at "_C:\wamp64\www\projects\Startseite\test_" instead of 
> changing to "_C:\wamp64\www\projects\botec\test_"



--
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-799) Metadata Folder not changing path

2018-05-16 Thread Eduard Fekete (JIRA)
Eduard Fekete created NETBEANS-799:
--

 Summary: Metadata Folder not changing path
 Key: NETBEANS-799
 URL: https://issues.apache.org/jira/browse/NETBEANS-799
 Project: NetBeans
  Issue Type: Bug
Reporter: Eduard Fekete
 Attachments: b0.PNG, b1.PNG

The Metadata Folder is not changing the path automatically after changing the 
"Sources Folder".

 

 



--
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-798) Netbeans crashes after closing snipping tools

2018-05-16 Thread Eduard Fekete (JIRA)
Eduard Fekete created NETBEANS-798:
--

 Summary: Netbeans crashes after closing snipping tools
 Key: NETBEANS-798
 URL: https://issues.apache.org/jira/browse/NETBEANS-798
 Project: NetBeans
  Issue Type: Bug
Reporter: Eduard Fekete
 Attachments: b0.PNG

I opened the dialog to create a new project because I wanted to take a 
screenshot of it for a bug report, by using snipping tools. Ironically I found 
another bug, after taking the screenshot and closing snipping tools, NetBeans 
crashed. I was able to reproduce this many times.

 

 



--
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-796) Unable to connect to the Update Center

2018-05-16 Thread Eduard Fekete (JIRA)

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

Eduard Fekete commented on NETBEANS-796:


I tested the connection by using the Microsoft Tool [Port Query 
UI|https://www.microsoft.com/en-us/download/confirmation.aspx?id=24009] it 
returned 0, which means that the connection was established successfully.

> Unable to connect to the Update Center
> --
>
> Key: NETBEANS-796
> URL: https://issues.apache.org/jira/browse/NETBEANS-796
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2
> Environment: Windows 10 Professional 64bit, Fujitsu Notebook Intel i5 
> 7th Gen
>Reporter: Eduard Fekete
>Priority: Major
> Attachments: PortQryUI.PNG, firewall.PNG, proxy.PNG
>
>
> I can't update NetBeans, I always get "_Unable to connect to the Update 
> Center_".
> I already checked the windows firewall settings and checked the proxy.
>  
>  
>  
>  



--
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] [Comment Edited] (NETBEANS-796) Unable to connect to the Update Center

2018-05-16 Thread Eduard Fekete (JIRA)

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

Eduard Fekete edited comment on NETBEANS-796 at 5/16/18 9:17 AM:
-

I tested the connection by using the Microsoft Tool [Port Query 
UI|https://www.microsoft.com/en-us/download/confirmation.aspx?id=24009] it 
returned 0, which means that the connection was established successfully. 
!PortQryUI.PNG!


was (Author: eddcapone):
I tested the connection by using the Microsoft Tool [Port Query 
UI|https://www.microsoft.com/en-us/download/confirmation.aspx?id=24009] it 
returned 0, which means that the connection was established successfully.

> Unable to connect to the Update Center
> --
>
> Key: NETBEANS-796
> URL: https://issues.apache.org/jira/browse/NETBEANS-796
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2
> Environment: Windows 10 Professional 64bit, Fujitsu Notebook Intel i5 
> 7th Gen
>Reporter: Eduard Fekete
>Priority: Major
> Attachments: PortQryUI.PNG, firewall.PNG, proxy.PNG
>
>
> I can't update NetBeans, I always get "_Unable to connect to the Update 
> Center_".
> I already checked the windows firewall settings and checked the proxy.
>  
>  
>  
>  



--
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-796) Unable to connect to the Update Center

2018-05-16 Thread Eduard Fekete (JIRA)

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

Eduard Fekete updated NETBEANS-796:
---
Description: 
I can't update NetBeans, I always get "_Unable to connect to the Update 
Center_".

I already checked the windows firewall settings and checked the proxy.

 

!firewall.PNG!

 

 

 

  !proxy.PNG!

  was:
I can't update NetBeans, I always get "_Unable to connect to the Update 
Center_".

I already checked the windows firewall settings and checked the proxy.

 

 

 

 


> Unable to connect to the Update Center
> --
>
> Key: NETBEANS-796
> URL: https://issues.apache.org/jira/browse/NETBEANS-796
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2
> Environment: Windows 10 Professional 64bit, Fujitsu Notebook Intel i5 
> 7th Gen
>Reporter: Eduard Fekete
>Priority: Major
> Attachments: PortQryUI.PNG, firewall.PNG, proxy.PNG
>
>
> I can't update NetBeans, I always get "_Unable to connect to the Update 
> Center_".
> I already checked the windows firewall settings and checked the proxy.
>  
> !firewall.PNG!
>  
>  
>  
>   !proxy.PNG!



--
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-796) Unable to connect to the Update Center

2018-05-16 Thread Eduard Fekete (JIRA)

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

Eduard Fekete updated NETBEANS-796:
---
Attachment: PortQryUI.PNG

> Unable to connect to the Update Center
> --
>
> Key: NETBEANS-796
> URL: https://issues.apache.org/jira/browse/NETBEANS-796
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2
> Environment: Windows 10 Professional 64bit, Fujitsu Notebook Intel i5 
> 7th Gen
>Reporter: Eduard Fekete
>Priority: Major
> Attachments: PortQryUI.PNG, firewall.PNG, proxy.PNG
>
>
> I can't update NetBeans, I always get "_Unable to connect to the Update 
> Center_".
> I already checked the windows firewall settings and checked the proxy.
>  
>  
>  
>  



--
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-797) NetBeans says upload was successfull, but remote file is not changed

2018-05-16 Thread Eduard Fekete (JIRA)

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

Eduard Fekete updated NETBEANS-797:
---
Priority: Blocker  (was: Critical)

> NetBeans says upload was successfull, but remote file is not changed
> 
>
> Key: NETBEANS-797
> URL: https://issues.apache.org/jira/browse/NETBEANS-797
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Eduard Fekete
>Priority: Blocker
>
> I created a new project from remote sources. I setup the deployment and 
> downloaded the whole project from the FTP server via Netbeans.
> I changed a file's content and uploaded it via Netbeans deployment, it says:
> {quote}
> h1. Summary
> Succeeded: file 
> app/design/frontend/venedor/default/template/newsletter/subscribe.phtml
> Runtime: 194 ms, processed: 1 file(s), 3,062 KB
> {quote}
> However, nothing actually changed. So I logged in to the FTP-Server and 
> opened the file, but the file is still in it's initial state. So the upload 
> never actually happened.
> I also tried it via "synchronize" but it makes no difference.
> 
> I am using the latest version (8.2 Build 201609300101)



--
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-797) NetBeans says upload was successfull, but remote file is not changed

2018-05-16 Thread Eduard Fekete (JIRA)

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

Eduard Fekete updated NETBEANS-797:
---
Description: 
I created a new project from remote sources. I setup the deployment and 
downloaded the whole project from the FTP server via Netbeans.

I changed a file's content and uploaded it via Netbeans deployment, it says:
{quote}
h1. Summary

Succeeded: file 
app/design/frontend/venedor/default/template/newsletter/subscribe.phtml

Runtime: 194 ms, processed: 1 file(s), 3,062 KB
{quote}
However, nothing actually changed. So I logged in to the FTP-Server and opened 
the file, but the file is still in it's initial state. So the upload never 
actually happened.

I also tried it via "synchronize" but it makes no difference.

I am using the latest version (8.2 Build 201609300101)

  was:
I created a new project from remote sources. I setup the deployment and 
downloaded the whole project from the FTP server via Netbeans.

I changed a file's content and uploaded it via Netbeans deployment, it says:
{quote}
h1. Summary

Succeeded: file 
app/design/frontend/venedor/default/template/newsletter/subscribe.phtml 
Runtime: 194 ms, processed: 1 file(s), 3,062 KB
{quote}
However, nothing actually changed. So I logged in to the FTP-Server and opened 
the file, but the file is still in it's initial state. So the upload never 
actually happened.

I also tried it via "synchronize" but it makes no difference.

I am using the latest version (8.2 Build 201609300101)


> NetBeans says upload was successfull, but remote file is not changed
> 
>
> Key: NETBEANS-797
> URL: https://issues.apache.org/jira/browse/NETBEANS-797
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Eduard Fekete
>Priority: Critical
>
> I created a new project from remote sources. I setup the deployment and 
> downloaded the whole project from the FTP server via Netbeans.
> I changed a file's content and uploaded it via Netbeans deployment, it says:
> {quote}
> h1. Summary
> Succeeded: file 
> app/design/frontend/venedor/default/template/newsletter/subscribe.phtml
> Runtime: 194 ms, processed: 1 file(s), 3,062 KB
> {quote}
> However, nothing actually changed. So I logged in to the FTP-Server and 
> opened the file, but the file is still in it's initial state. So the upload 
> never actually happened.
> I also tried it via "synchronize" but it makes no difference.
> 
> I am using the latest version (8.2 Build 201609300101)



--
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-797) NetBeans says upload was successfull, but remote file is not changed

2018-05-16 Thread Eduard Fekete (JIRA)

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

Eduard Fekete updated NETBEANS-797:
---
Description: 
I created a new project from remote sources. I setup the deployment and 
downloaded the whole project from the FTP server via Netbeans.

I changed a file's content and uploaded it via Netbeans deployment, it says:
{quote}
h1. Summary

Succeeded: file 
app/design/frontend/venedor/default/template/newsletter/subscribe.phtml 
Runtime: 194 ms, processed: 1 file(s), 3,062 KB
{quote}
However, nothing actually changed. So I logged in to the FTP-Server and opened 
the file, but the file is still in it's initial state. So the upload never 
actually happened.

I also tried it via "synchronize" but it makes no difference.

I am using the latest version (8.2 Build 201609300101)

  was:
I created a new project from remote sources. I setup the deployment and 
downloaded the whole project from the FTP server via Netbeans.

I changed a file's content and uploaded it via Netbeans deployment, it says:
{quote}
h1. Summary

Succeeded: file 
app/design/frontend/venedor/default/template/newsletter/subscribe.phtml 
Runtime: 194 ms, processed: 1 file(s), 3,062 KB
{quote}
However, nothing actually changed. So I logged in to the FTP-Server and opened 
the file, but the file is still in it's initial state. So the upload never 
actually happened.

I also tried it via "synchronize" but it makes no difference.

How can I solve this?

I am using the latest version (8.2 Build 201609300101)


> NetBeans says upload was successfull, but remote file is not changed
> 
>
> Key: NETBEANS-797
> URL: https://issues.apache.org/jira/browse/NETBEANS-797
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Eduard Fekete
>Priority: Critical
>
> I created a new project from remote sources. I setup the deployment and 
> downloaded the whole project from the FTP server via Netbeans.
> I changed a file's content and uploaded it via Netbeans deployment, it says:
> {quote}
> h1. Summary
> Succeeded: file 
> app/design/frontend/venedor/default/template/newsletter/subscribe.phtml 
> Runtime: 194 ms, processed: 1 file(s), 3,062 KB
> {quote}
> However, nothing actually changed. So I logged in to the FTP-Server and 
> opened the file, but the file is still in it's initial state. So the upload 
> never actually happened.
> I also tried it via "synchronize" but it makes no difference.
> 
> I am using the latest version (8.2 Build 201609300101)



--
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-797) NetBeans says upload was successfull, but remote file is not changed

2018-05-16 Thread Eduard Fekete (JIRA)
Eduard Fekete created NETBEANS-797:
--

 Summary: NetBeans says upload was successfull, but remote file is 
not changed
 Key: NETBEANS-797
 URL: https://issues.apache.org/jira/browse/NETBEANS-797
 Project: NetBeans
  Issue Type: Bug
Reporter: Eduard Fekete


I created a new project from remote sources. I setup the deployment and 
downloaded the whole project from the FTP server via Netbeans.

I changed a file's content and uploaded it via Netbeans deployment, it says:
{quote}
h1. Summary

Succeeded: file 
app/design/frontend/venedor/default/template/newsletter/subscribe.phtml 
Runtime: 194 ms, processed: 1 file(s), 3,062 KB
{quote}
However, nothing actually changed. So I logged in to the FTP-Server and opened 
the file, but the file is still in it's initial state. So the upload never 
actually happened.

I also tried it via "synchronize" but it makes no difference.

How can I solve this?

I am using the latest version (8.2 Build 201609300101)



--
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-796) Unable to connect to the Update Center

2018-05-16 Thread Eduard Fekete (JIRA)

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

Eduard Fekete updated NETBEANS-796:
---
Description: 
I can't update NetBeans, I always get "_Unable to connect to the Update 
Center_".

I already checked the windows firewall settings and checked the proxy.

 

 

 

 

  was:
I can't update NetBeans, I always get "_Unable to connect to the Update 
Center_".

I already checked the windows firewall settings and checked the proxy. The 
connection is ok.

 

 

 

 


> Unable to connect to the Update Center
> --
>
> Key: NETBEANS-796
> URL: https://issues.apache.org/jira/browse/NETBEANS-796
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2
> Environment: Windows 10 Professional 64bit, Fujitsu Notebook Intel i5 
> 7th Gen
>Reporter: Eduard Fekete
>Priority: Major
> Attachments: firewall.PNG, proxy.PNG
>
>
> I can't update NetBeans, I always get "_Unable to connect to the Update 
> Center_".
> I already checked the windows firewall settings and checked the proxy.
>  
>  
>  
>  



--
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-796) Unable to connect to the Update Center

2018-05-16 Thread Eduard Fekete (JIRA)
Eduard Fekete created NETBEANS-796:
--

 Summary: Unable to connect to the Update Center
 Key: NETBEANS-796
 URL: https://issues.apache.org/jira/browse/NETBEANS-796
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 8.2
 Environment: Windows 10 Professional 64bit, Fujitsu Notebook Intel i5 
7th Gen
Reporter: Eduard Fekete
 Attachments: firewall.PNG, proxy.PNG

I can't update NetBeans, I always get "_Unable to connect to the Update 
Center_".

I already checked the windows firewall settings and checked the proxy. The 
connection is ok.

 

 

 

 



--
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