Project will not open after server crash
Updated: 21 May 2010 | 2 comments
This issue has been solved. See solution.
Our Workflow Designer server crashed while I was in the middle of working on our major project. It now gives me the error below when I try to open the project. Anyone know if there is a way I could fix this so I don't have to go to a backup copy?
["Project Open Errors" window]
Error opening project: could not read in object
[Double-clicking on the error gives me the following details]
Reason: Error opening project: could not read in object
Details: System.Exception: could not read in object ---> System.Exception: Unable to extract Zip File ---> ICSharpCode.SharpZipLib.Zip.ZipException: Wrong Local header signature: 0x0
at ICSharpCode.SharpZipLib.Zip.ZipInputStream.GetNextEntry()
at LogicBase.Framework.ZipArchiveMap.ReadIn(Stream compressedStream)
--- End of inner exception stack trace ---
at LogicBase.Framework.ZipArchiveMap.ReadIn(Stream compressedStream)
at LogicBase.Framework.ZipArchiveMap..ctor(FileInfo info, Boolean readInExisting)
at LogicBase.Framework.ObjectStorage.Deserialize(FileInfo fromFile)
--- End of inner exception stack trace ---
at LogicBase.Framework.ObjectStorage.Deserialize(FileInfo fromFile)
at LogicBase.Core.AbstractOrchestrationProject.GetComponentModelPrivate(Model model, Type componentModelType)
at LogicBase.Core.AbstractOrchestrationProject.GetComponentModel(Model model)
at LogicBase.Tool.ProjectLoading.ProjectLoader.OpenProjectCore(OpenErrorsHandler errorHandler)
discussion Filed Under:
Comments
I think you might be stuck
I think you might be stuck with a backup. It looks like it crashed in the middle of the serialization of the project.
Goldmine: \WorkflowDeploy\Release
I ended up working from my backup copy (which was almost 2 weeks old), but thanks to the WorkflowDeploy folder, I lost almost nothing. I had published my project less than an hour before the server crashed, so there was a very recent deployed version.
I started from a copy of my backup from a couple weeks ago, then copied all of the .model files, the .WebForms file, and the GlobalData.data file from the deployed project folder to my backup project folder (I hadn't made any changes to the other files).
When I opened the project, it came up without a hitch. I have since been able to make changes and publish them with no issues.
Would you like to reply?
Login or Register to post your comment.