linux - Error: Wildfly dead but pid file exists -


when tried restart wildfly webserver kept giving these errors

 stopping wildfly: kill: usage: kill [-s sigspec | -n signum | -sigspec] pid |     jobspec ... or kill -l [sigspec]  /etc/init.d/wildfly: line 142: [: -eq: unary operator expected  /etc/init.d/wildfly: line 142: [: -eq: unary operator expected  /etc/init.d/wildfly: line 142: [: -eq: unary operator expected  /etc/init.d/wildfly: line 142: [: -eq: unary operator expected 

when tried check status by

sudo service wildfly status 

the output is:

wildfly dead pid file exists 

seems need delete pid file can restart it.

thanks, danyal


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -