fitsharp icon indicating copy to clipboard operation
fitsharp copied to clipboard

Unable to run fitnesse on Windows Server 2008 R2

Open navintwr opened this issue 11 years ago • 1 comments

Hi,

I am not able to run Fitnesse test on Windows Server 2008 R2.

When I run it through browser, it only runs tests in compatibility mode.

When I run it on commandline it does nothing.

It seems that fitnesse.jar is unable to start Runner.exe

I am trying this with following command -

java -jar fitnesse.jar -p 8091 -c "FrontPage.TestSuite?suite&format=text"

navintwr avatar May 15 '13 10:05 navintwr

Possible security issue. See if it works when run as administrator. If this works, look at netsh http add urlacl to allow use of the selected port by a non-admin user.

jediwhale avatar May 18 '13 19:05 jediwhale