This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 268057 - server:start command does not work
Summary: server:start command does not work
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Symfony (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-16 09:01 UTC by tplantta
Modified: 2016-09-16 09:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tplantta 2016-09-16 09:01:08 UTC
Starting the php internal web server by running symfony command server:start from the IDE does not work. 

Message in IDE output panel shows the expected success message

[OK] Web server listening on http://127.0.0.1:8000   

but the server isn't actually running afterwards.

Running the same symfony command in shell works fine. Running it from IDE works fine for symfony2 projects in 8.1. In 8.2 RC it fails for both symfony2 and symfony3 projects.


lastcomm gives the following after running the command. 

php                    lanttto  __         0.13 secs Fri Sep 16 11:16
php5                 X lanttto  __         0.01 secs Fri Sep 16 11:16
php               F  X lanttto  __         0.00 secs Fri Sep 16 11:16

Looks like the server process starts and the gets killed by SIGTERM. No idea whether it is NetBeans or something else sending those signals.

nothing logged in ~/.netbeans/8.2rc/var/log/messages.log when I run the command

OS Debian stable/jessie, with some packages (openjdk8, NetBeans 8.1 and their dependencies where needed) installed from testing.