HI, #1 - I attached a log from the latest command line error, stopping w3svc, running the command worked running feature enable Orchard.Recipes
#3 - I don't have the original log file, I reverted my site back to original environment to work on my site. The event log entry I attached was the complete unhandled exception logged. When I ran through the process again, the error didn't come up. Could be a red-herring or the method of which I was trying. I tried again and didn't get the error. Anywho, an IISReset fixed the issue. Misc - the version shows 1.1.3.0 instead of 1.2 RC. The formatting of my site was clean the 3rd time. The last couple times the CSS was all messed up. Hope this helps. Steve Schofield Windows Server MVP - IIS http://www.iislogs.com/steveschofield From: Renaud Paquay [mailto:[email protected]] Sent: Monday, June 13, 2011 4:06 PM To: [email protected] Subject: RE: Orchard 1.2 RC Hi Steve, a) Command line errors with log file conflict: these errors are actually a bit of a misnomer, they should be recoverable (as the last message says "Attempting [C:\inetpub\iislogs3.com\App_Data\Logs\orchard-error-1] instead."). You are correct these errors don't happen is the IIS worker process is stopped, but I am surprised that you got a "Error starting up Orchard command line host" message right after that (orchard.exe should still start properly). Does this still reproduce for you? b) Command line error with compilation ("The type or namespace name 'FrameworkName' could not be found (are you missing a using directive or an assembly reference?)")): This is a bug which was fixed last week: http://orchard.codeplex.com/workitem/17728 c) Errors in the event log: I have never seen this before. Can you check the Orchard log files (~/App_Data/Logs) to see if there is more detail? Thanks, Renaud From: Steve Schofield [mailto:[email protected]] Sent: Saturday, June 11, 2011 9:23 PM To: [email protected] Subject: RE: Orchard 1.2 RC I've tried the upgrade two times and here are some observations. My entire site was running locally on my "staging" machine with 1.1.3.0 before attempting the upgrade. I couldn't get the upgrade to go smoothly. 1) I'd suggest using WinMerge (http://winmerge.org free tool) to compare the Themes, Modules folder. That made it super simple to tell what needed to be copied from existing site to new folder with 1.2 RC 2) If you have IIS running, you need to stop w3svc before running Orchard.exe After I stopped IIS (net stop w3svc), I was able to run the Enable command 3) I use the Contoso theme, after the upgrade my site running locally didn't have the theme, but could log into the dashboard a. Inside the dashboard, the current version still shows 1.1.3.0 b. I show all *new* modules except BlogML (1.2.0) (I have 35 modules installed) c. No modules showed needing to be updated 4) I got an error when trying to load the first time, I needed to perform an iisreset. Event Log error attached. I attached the errors. Hope this helps. Thank you, Steve Schofield Windows Server MVP - IIS http://www.iislogs.com/steveschofield http://www.IISLogs.com <http://www.iislogs.com/> Log archival solution Install, Configure, Forget From: Bertrand Le Roy [mailto:[email protected]] Sent: Tuesday, June 07, 2011 4:18 PM To: [email protected] Subject: Orchard 1.2 RC Hi all, We have a new version available for you. It's not quite 1.2 officially, just what we believe could be it. We are making it available early to give you an opportunity to catch any last minute blocking issue over the next few days. Upgrading an existing site can be done following the instructions from this page: http://orchardproject.net/docs/Upgrading-a-site-to-a-new-version-of-Orchard. ashx The download can be found here: http://orchardproject.net:8080/repository/download/bt9/2994:id/MsDeploy/Orch ard.Web.1.2.391c0dc6b3e6.zip (web site) http://orchardproject.net:8080/repository/download/bt9/2994:id/Source/Orchar d.Source.1.2.391c0dc6b3e6.zip (source code) For those of you using a clone of the repository, you can sync to change set 391c0dc6b3e6 from the integration branch. Please report any issue you find in the Issue Tracker, and don't forget to mention in your description that you are using this version. This release is mainly about bug fixes, performance improvements, but not new features, except for editable creation dates (which we now use everywhere by the way), or debugger visualizer for shapes (only in full trust but I think that is still going to make a few people happy). Please let us know what you think. Bertrand on behalf of the core team --- You are currently subscribed to orchard-discuss as: [email protected]. To unsubscribe send a blank email to [email protected]. --- You are currently subscribed to orchard-discuss as: [email protected]. To unsubscribe send a blank email to [email protected].
PS C:\inetpub\iislogs2.com\bin> .\Orchard.exe Initializing Orchard session. (This might take a few seconds...) log4net:ERROR [OrchardFileAppender] Unable to acquire lock on file C:\inetpub\iislogs2.com\App_Data\Logs\orchard-error-2 011.06.13.log. The process cannot access the file 'C:\inetpub\iislogs2.com\App_Data\Logs\orchard-error-2011.06.13.log' b ecause it is being used by another process. log4net:ERROR OrchardFileAppender: Failed to open [C:\inetpub\iislogs2.com\App_Data\Logs\orchard-error]. Attempting [C:\ inetpub\iislogs2.com\App_Data\Logs\orchard-error-1] instead. Error starting up Orchard command line host -------------------------------------------------------------------------------- c:\inetpub\iislogs2.com\Modules\Orchard.Packaging\Services\FileBaseProjectSystem.cs(33): error CS0246: The type or names pace name 'FrameworkName' could not be found (are you missing a using directive or an assembly reference?) Exception Details: System.Web.HttpCompileException: c:\inetpub\iislogs2.com\Modules\Orchard.Packaging\Services\FileBaseP rojectSystem.cs(33): error CS0246: The type or namespace name 'FrameworkName' could not be found (are you missing a usin g directive or an assembly reference?) Stack Trace: [HttpCompileException: c:\inetpub\iislogs2.com\Modules\Orchard.Packaging\Services\FileBaseProjectSystem.cs(33): error CS 0246: The type or namespace name 'FrameworkName' could not be found (are you missing a using directive or an assembly re ference?)] at System.Web.Compilation.AssemblyBuilder.Compile() at System.Web.Compilation.BuildProvidersCompiler.PerformBuild() at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDat e) at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBu ild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetCompiledAssembly(String virtualPath) at Orchard.Environment.Extensions.Loaders.DynamicExtensionLoader.LoadWorker(ExtensionDescriptor descriptor) in d:\Tea mCity\Projects\Orchard-Integration\src\Orchard\Environment\Extensions\Loaders\DynamicExtensionLoader.cs:line 192 at Orchard.Environment.Extensions.ExtensionManager.BuildEntry(ExtensionDescriptor descriptor) in d:\TeamCity\Projects \Orchard-Integration\src\Orchard\Environment\Extensions\ExtensionManager.cs:line 161 at Orchard.Environment.Extensions.ExtensionManager.<>c__DisplayClass1c.<LoadFeature>b__16(AcquireContext`1 ctx) in d: \TeamCity\Projects\Orchard-Integration\src\Orchard\Environment\Extensions\ExtensionManager.cs:line 110 at Orchard.Caching.Cache`2.CreateEntry(TKey k, Func`2 acquire) in d:\TeamCity\Projects\Orchard-Integration\src\Orchar d\Caching\Cache.cs:line 57 at Orchard.Caching.Cache`2.AddEntry(TKey k, Func`2 acquire) in d:\TeamCity\Projects\Orchard-Integration\src\Orchard\C aching\Cache.cs:line 27 at System.Collections.Concurrent.ConcurrentDictionary`2.AddOrUpdate(TKey key, Func`2 addValueFactory, Func`3 updateVa lueFactory) at Orchard.Caching.Cache`2.Get(TKey key, Func`2 acquire) in d:\TeamCity\Projects\Orchard-Integration\src\Orchard\Cach ing\Cache.cs:line 17 at Orchard.Environment.Extensions.ExtensionManager.LoadFeature(FeatureDescriptor featureDescriptor) in d:\TeamCity\Pr ojects\Orchard-Integration\src\Orchard\Environment\Extensions\ExtensionManager.cs:line 109 [OrchardException: Error while loading extension 'Orchard.Packaging'.] at Orchard.Environment.Extensions.ExtensionManager.LoadFeature(FeatureDescriptor featureDescriptor) in d:\TeamCity\Pr ojects\Orchard-Integration\src\Orchard\Environment\Extensions\ExtensionManager.cs:line 145 at Orchard.Caching.Cache`2.CreateEntry(TKey k, Func`2 acquire) in d:\TeamCity\Projects\Orchard-Integration\src\Orchar d\Caching\Cache.cs:line 57 at Orchard.Caching.Cache`2.AddEntry(TKey k, Func`2 acquire) in d:\TeamCity\Projects\Orchard-Integration\src\Orchard\C aching\Cache.cs:line 27 at System.Collections.Concurrent.ConcurrentDictionary`2.AddOrUpdate(TKey key, Func`2 addValueFactory, Func`3 updateVa lueFactory) at Orchard.Caching.Cache`2.Get(TKey key, Func`2 acquire) in d:\TeamCity\Projects\Orchard-Integration\src\Orchard\Cach ing\Cache.cs:line 17 at Orchard.Caching.DefaultParallelCacheContext.TaskWithAcquireContext`1.Execute() in d:\TeamCity\Projects\Orchard-Int egration\src\Orchard\Caching\DefaultParallelCacheContext.cs:line 71 at System.Linq.Parallel.ArrayMergeHelper`1.ToArrayElement(Int32 index) at System.Linq.Parallel.ForAllOperator`1.ForAllEnumerator`1.MoveNext(TInput& currentElement, Int32& currentKey) at System.Linq.Parallel.ForAllSpoolingTask`2.SpoolingWork() at System.Linq.Parallel.SpoolingTaskBase.Work() at System.Linq.Parallel.QueryTask.BaseWork(Object unused) at System.Threading.Tasks.Task.Execute() [AggregateException: One or more errors occurred.] at System.Linq.Parallel.QueryTaskGroupState.QueryEnd(Boolean userInitiatedDispose) at System.Linq.Parallel.MergeExecutor`1.Execute[TKey](PartitionedStream`2 partitions, Boolean ignoreOutput, ParallelM ergeOptions options, TaskScheduler taskScheduler, Boolean isOrdered, CancellationState cancellationState, Int32 queryId) at System.Linq.Parallel.PartitionedStreamMerger`1.Receive[TKey](PartitionedStream`2 partitionedStream) at System.Linq.Parallel.ForAllOperator`1.WrapPartitionedStream[TKey](PartitionedStream`2 inputStream, IPartitionedStr eamRecipient`1 recipient, Boolean preferStriping, QuerySettings settings) at System.Linq.Parallel.UnaryQueryOperator`2.UnaryQueryOperatorResults.ChildResultsRecipient.Receive[TKey](Partitione dStream`2 inputStream) at System.Linq.Parallel.ScanQueryOperator`1.ScanEnumerableQueryOperatorResults.GivePartitionedStream(IPartitionedStre amRecipient`1 recipient) at System.Linq.Parallel.UnaryQueryOperator`2.UnaryQueryOperatorResults.GivePartitionedStream(IPartitionedStreamRecipi ent`1 recipient) at System.Linq.Parallel.QueryOperator`1.GetOpenedEnumerator(Nullable`1 mergeOptions, Boolean suppressOrder, Boolean f orEffect, QuerySettings querySettings) at System.Linq.Parallel.ForAllOperator`1.RunSynchronously() at System.Linq.ParallelEnumerable.ForAll[TSource](ParallelQuery`1 source, Action`1 action) at System.Linq.Parallel.ArrayMergeHelper`1.Execute() at System.Linq.Parallel.QueryOperator`1.ExecuteAndGetResultsAsArray() at Orchard.Caching.DefaultParallelCacheContext.RunInParallel[T,TResult](IEnumerable`1 source, Func`2 selector) in d:\ TeamCity\Projects\Orchard-Integration\src\Orchard\Caching\DefaultParallelCacheContext.cs:line 27 at Orchard.Environment.Extensions.ExtensionManager.LoadFeatures(IEnumerable`1 featureDescriptors) in d:\TeamCity\Proj ects\Orchard-Integration\src\Orchard\Environment\Extensions\ExtensionManager.cs:line 93 at Orchard.Environment.ShellBuilders.CompositionStrategy.Compose(ShellSettings settings, ShellDescriptor descriptor) in d:\TeamCity\Projects\Orchard-Integration\src\Orchard\Environment\ShellBuilders\CompositionStrategy.cs:line 43 at Orchard.Environment.ShellBuilders.ShellContextFactory.CreateShellContext(ShellSettings settings) in d:\TeamCity\Pr ojects\Orchard-Integration\src\Orchard\Environment\ShellBuilders\ShellContextFactory.cs:line 60 at Orchard.Environment.DefaultOrchardHost.<CreateAndActivate>b__4(ShellSettings settings) in d:\TeamCity\Projects\Orc hard-Integration\src\Orchard\Environment\DefaultOrchardHost.cs:line 112 at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext() at System.Linq.Buffer`1..ctor(IEnumerable`1 source) at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source) at Orchard.Environment.DefaultOrchardHost.BuildCurrent() in d:\TeamCity\Projects\Orchard-Integration\src\Orchard\Envi ronment\DefaultOrchardHost.cs:line 97 at Orchard.Environment.DefaultOrchardHost.Orchard.Environment.IOrchardHost.Initialize() in d:\TeamCity\Projects\Orcha rd-Integration\src\Orchard\Environment\DefaultOrchardHost.cs:line 64 at Orchard.Commands.CommandHostAgent.StartHost(TextReader input, TextWriter output) in d:\TeamCity\Projects\Orchard-I ntegration\src\Orchard\Commands\CommandHostAgent.cs:line 116 -------------------------------------------------------------------------------- Failed to initialize Orchard session.
--- You are currently subscribed to orchard-discuss as: [email protected]. To unsubscribe send a blank email to [email protected].
