Because the .NET Slim server is started and stopped by FitNesse every time a Slim test page is executed, it can be difficult to catch any troubleshooting...
Hello All, We are trying to update to the newest version of FitNesse. All was going well until we tried to edit the properties on any of our pages. When we...
I've got the same error... While this isn't fixed, I'm creating properties.xml "manually" for each new page using a template from old fitnesse. Then when I...
Please use java -jar fitnesse.jar -p 8080 instead of the shown (as printed out deprecated) way to start your fitnesse environment and you should have all the ...
Until last week, we were using a 2007 version of FitNesse. It played happily with CruiseControl, all our suites ran and all their result files got written out...
OK, I figured out my problem with CruiseControl - I was using parameters that must not be supported anymore (I should have looked at the FitNesse user manual,...
Ive tried searching on this problem and found nothing. I'm am creating a test using Fitnesse and SLIM. I am finding the SLIM engine is having problems with...
Markus, Thanks for the suggestion. I tried it and still get the same error. Any other thoughts? -Tracy ________________________________ From: Markus Gaertner...
Nevermind we figured out how to fix the problem. We ended up using the contents of the zip file and moving the folders we cared about into that. Just...
Hi, I just looked into this again. The problem is the very first length sent by FitNesse to the SlimServer. This determines, the length of the command to be...
Hi James, No real answer, but some questions and observations. What error are you experiencing? Which programming language is your SlimServer? What I get over...
In .NET, it's handled for me: StreamReader Class *Namespace:* System.IO <http://msdn.microsoft.com/en-us/library/system.io.aspx> Implements a TextReader ...
Hi, I installed Fitnesse and Watinfixture tools on my machine.I copied three dll files from the watinfixture installation to fitnesse dotnet folder.After that...
I had a look into the Java implementation of the fitnesse SocketReader and it declares a byte[] array of the length sent at the very start of the stream. So...
Thanks for your reply Gregor, Although you've already got back to me, I thought I'd answer your questions anyway. For the following fitnesse code: !define...
Hi , Did anyone have issues with stoponerror feature of Fitlibrary Nov 08 version . For me its not working . Could that be because of the fitness verison .. If...
... Your TEST_RUNNER variable should be all upper case. At any rate, I am skeptical whether you can use a network address like this. ... Robert C. Martin...
... The safest thing for me to say is that you cannot communicate between pages. I say this because I reserve the right to run different pages in different...
... Spaces can be a problem in some operating systems. Others seem not to care so much. If I were you I'd change the directory names to eliminate the spaces....
... The problem is that json.jar is not in the classpath. You can put it in the 'lib' directory or simply add it to the -cp command line argument for...
... Thanks for reporting this. I found it and fixed it. It'll be in the next release, and also in the github HEAD. ... Robert C. Martin (Uncle Bob) | email:...
Hi James, it seems strange to me, that you are getting that far that your fixture is called and the string is filled. In a freshly unpacked 20090321.zip, I...
The fitnesse.org server recently delivers this error message pretty often. Service Temporarily Unavailable The server is temporarily unable to service your...
Hi, I'm trying to get ServiceFixtures working with Fitnesse.jar release 20090321 but I get an error message when starting fitness. After investigation, it...
From the new Protocol description Every other message that slim sends will be prefixed by a ''<length>'' in ''!style_red(bytes)'', followed by a colon....