This is a migrated thread and some comments may be shown as answers.

Error trying to compile project on a remote execution box

14 Answers 264 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Daniel asked on 11 Apr 2012, 06:44 PM
I just upgraded to the latest build this morning and I am running into an issue compiling a project on my remote execution box,  I am seeing the following error in the log:

4658 4/11/2012 10:38:52 AM Information The TestList run prepartion failed and execution cannot continue! Error message: Object reference not set to an instance of an object. StackTrace: at ArtOfTest.WebAii.Design.ProjectModel.Test.NeedToCompile() at Telerik.TestStudio.Scheduling.WindowsService.ExecutionEngineRunner.ExecuteList(TestList list, Project project, Settings settings, String binaryFolder, String projectPath, String resultName) at Telerik.TestStudio.Scheduling.WindowsService.ExecutionEngineRunner.StartRun(Object runArg)

I was able to execute projects fine prior to upgrading this morning.  I have not changed any settings or configuration other than what may have been done by the installer.

14 Answers, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 12 Apr 2012, 12:02 PM
Hi Daniel,

This problem is usually caused by a mismatched versions of Test Studio/Run-Time and Scheduling/Execution server. Please make sure the Run-Time version installed on your execution machine is the same as the Test Studio version on your local machine.

For example, if you have Test Studio version 2012.1.411 installed on your local machine, you must have the exact same version 2012.1.411 of Test Studio Run-Time on the remote execution machine.  

Regards,
Plamen
the Telerik team
Quickly become an expert in Test Studio, check out our new training sessions!
Test Studio Trainings
0
Daniel
Top achievements
Rank 1
answered on 12 Apr 2012, 03:39 PM
Hi Plamen - 
I upgraded both my main ts installation as well as the remote execution box yesterday and am receiving that error.  See attached version numbers.  Here is some detail about what I have done with the remote execution instillation.

1. I first did a straight upgrade with the installer.  That failed to work.
2. I uninstalled the software and then reinstalled it.

So what is the next step?
0
Plamen
Telerik team
answered on 12 Apr 2012, 04:51 PM
Hello Daniel,

Are you able to execute the same test list locally? If you create a brand new project are you able to execute it on the remote machine? Can you send us the problematic test project for diagnosis? Just place the root project folder into a .zip file and attach it to the ticket. We don't need to be able to run the tests. We only want to look at the files and try to determine why it's not compiling.

Greetings,
Plamen
the Telerik team
Quickly become an expert in Test Studio, check out our new training sessions!
Test Studio Trainings
0
Daniel
Top achievements
Rank 1
answered on 12 Apr 2012, 06:10 PM
Plamen - 
Thanks for the quick response.  I am able to execute tests locally.  New tests do not execute, I get the same error.  I have attached a project.
0
Plamen
Telerik team
answered on 13 Apr 2012, 04:55 PM
Hi Daniel,

Thank you for the provided test files. Unfortunately, I wasn't able to reproduce the problem you are experiencing. If I understand correctly, you are not able to execute any tests on your execution machine, and this leads me to believe that the problem is probably related to a corrupted installation. This could happen if the Scheduling service is running during an upgrade or uninstall. 

Please try the following:
1. Stop the Execution server
2. Stop the Scheduling service on your execution machine
3. Uninstall Test Studio and perform a clean install.

If the issue persist after the clean install, please suggest a date and time and we can schedule a GoToMeeting and troubleshoot this on your machine directly.

Kind regards,
Plamen
the Telerik team
Quickly become an expert in Test Studio, check out our new training sessions!
Test Studio Trainings
0
Daniel
Top achievements
Rank 1
answered on 13 Apr 2012, 05:59 PM
Stopping and closing everything and re installing failed to resolve this.  I am available all day today.  I am PT.  Otherwise the first available time is Next Monday at 10 Am PT.
0
John
Top achievements
Rank 1
answered on 24 Apr 2012, 07:15 PM
Just curious if this was resolved. I am having the exact same experience since Test Studio and the Execution server were upgraded.
0
Daniel
Top achievements
Rank 1
answered on 24 Apr 2012, 07:30 PM
Hi John - 
I am still working with Telerik on trying to resolve the issue.  I have an open support ticket in progress at the moment.

Dan
0
Daniel
Top achievements
Rank 1
answered on 30 Apr 2012, 10:55 PM
The work around I got from Telerik was as follows:

Hello Daniel,

I apologize for the delay in my response. The copying process should be relatively quick and painless; just follow these steps:

  1. Check out the project from source control.
  2. Move the applicable project files from the old disk location to the new project location. This includes the test files (.tstest, .resx, .cs) and folders, but NOT the project-specific files (like Pages.g.cs & Settings.aiis).
  3. Delete the old project location on disk.
  4. Cut the new project folder and paste it to the old location. It should now reside in the exact path as the old project.
  5. Source control now sees the "new" project in the old location, and simply regards it as updated and needing to be checked in.

I agree it's ideal to repair the existing project instead, however since we don't know what's exactly wrong with it, we don't know what to repair. The process above is the quickest work-around we came up with to get your remote execution working again. 
0
John
Top achievements
Rank 1
answered on 19 May 2012, 12:00 AM
Daniel,
  Thanks for the update! Did you retrieve the project from source control via Telerik or another tool?

-- John
0
Daniel
Top achievements
Rank 1
answered on 21 May 2012, 10:49 PM
John - 
I switch back an forth between Test Studio and the VS Plugin.  I think what was ultimately causing this issue was having both set up to connect to TFS.  What I found was that when I redid the biding to TFS via Test Studio when I all ready had a binding in place for the project in VS I started getting this issue.  I was able to find a simpler work around by simply deleting the .aiis file in the solution root and having TS recreate it when I opened the project location.  That ended up working just as well as the steps I got from the Telerik folks.  I have been able to keep the issue from recurring by simply not re adding the binding back via TS.  I manage the project in TFS through VS and the VS power tools which allows me to manage it via the file system.
0
John
Top achievements
Rank 1
answered on 24 May 2012, 01:25 AM
Daniel,
  Thanks for the info. Just to verify the process that you use (I'm still having trouble...):

  When I check out the project via VS then open it in TS, I get several prompts warning me that the files are write-only. Do you click through them all and continue working? Or do you connect TS to the already-checked-out-via-VS project using Connect/Open? If I click through all the warnings, VS throws errors when I check the project back in...

Thanks,
-- John 
0
Daniel
Top achievements
Rank 1
answered on 14 Jun 2012, 11:22 PM
I have seen that as well.  What I try to do now is keep files (settings etc) checked out in TFS through VS then I don't get those warnings.  Checking them out will remove the read only flag.  I don't do any work on the tests themselves in Test Stuidio but just use it to schedule tests and manage results.
0
John
Top achievements
Rank 1
answered on 11 Jul 2012, 04:02 PM
What worked for me was using 'Check out for Edit' option from VS and NEVER using Telerik's version control features. I haven't had the test server choke since I adopted this procedure.
Tags
General Discussions
Asked by
Daniel
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Daniel
Top achievements
Rank 1
John
Top achievements
Rank 1
Share this question
or