[
https://issues.jboss.org/browse/WFLY-3149?page=com.atlassian.jira.plugin....
]
Max Weidemann commented on WFLY-3149:
-------------------------------------
Hi
i had the same Problem and could fixt it by installing the service with the controller
param with the value 127.0.0.1:10090.
(complete command: service.bat install /user Admin /password **** /controller
127.0.0.1:10090)
i had to do so because i added the following value to my JAVA_OPTS in the
standalone.conf.bat file.
set "JAVA_OPTS=%JAVA_OPTS% -Djboss.socket.binding.port-offset=100"
I used Wildfly 8.1.0 with Java 7.
Windows service on 64 bit systems cannot be stopped
---------------------------------------------------
Key: WFLY-3149
URL:
https://issues.jboss.org/browse/WFLY-3149
Project: WildFly
Issue Type: Bug
Components: Scripts
Affects Versions: 8.0.0.Final
Environment: Windows 2008 Server, Windows 7 professional - both 64 bit systems
using JDK 1.7.0_09
Reporter: Mohan Potturi
Assignee: Mladen Turk
The Windows service cannot be stopped. It says 'stopping' in the windows service
user interface window. The only way to stop it is ti actually kill the java process. It
works flawlessly on 32 bit systems though.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)