Error while adding file items from the "Folder" section of the revision
Hi,
I have a problem in adding a fileitem thru the "Folder" section, when i create a revision. I have configured the "folderItemProvider" in courier to config as required, but I get an "Loading error".
Below are the steps
1. Configure manually the folder in courier.config like below
<folderItemProvider>
<include>
<!--<folder>~/media/assets/somefolder</folder>-->
<folder>~/images</folder>
<folder>~/Scripts</folder>
<folder>~/macroScripts</folder>
<folder>~/xslt</folder>
</include>
</folderItemProvider>
2. Goto courier section add a new revision and click "Add" from the folder section, try to add a file from any of the above configured folder.
Not able to transfer items from the folders, which are manually added to the folderItemProvider section inside the courier.config file, We are getting a "Load Error! (error)"
So I have upgraded to the latest nightly of Courier and this problem still persists.
Interestingly I've noticed the error occurs inside the tree when loading some documents.
It seems when this part of the tree is accessed a request is made, that request throws an error.
My orginal thought was maybe there's a recursion issue, as when de-select say 20 out of 500 pages, the submit is very slow and the JavaScript crashes on the page. ^ See post above.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: NHibernate.LazyInitializationException: illegal access to loading collection
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Error while adding file items from the "Folder" section of the revision
Hi,
I have a problem in adding a fileitem thru the "Folder" section, when i create a revision. I have configured the "folderItemProvider" in courier to config as required, but I get an "Loading error".
Below are the steps
1. Configure manually the folder in courier.config like below
<folderItemProvider>
<include>
<!--<folder>~/media/assets/somefolder</folder>-->
<folder>~/images</folder>
<folder>~/Scripts</folder>
<folder>~/macroScripts</folder>
<folder>~/xslt</folder>
</include>
</folderItemProvider>
2. Goto courier section add a new revision and click "Add" from the folder section, try to add a file from any of the above configured folder.
Not able to transfer items from the folders, which are manually added to the folderItemProvider section inside the courier.config file, We are getting a "Load Error! (error)"
Anyone had faced this issue,
Thanks
Santhosh
I'm having this issue too. Did you ever find a solution ?
No, I couldnt find a solution and we dropped the plan of using the courier tool for now.
I'm seeing this error when trying to select a specific group of Documents?
Just a thought, but an XPath filter/search filter would be great when selecting things.
Anyway, a bad error! Fingers crossed it'll fix its self when we upgrade, Lau
So I have upgraded to the latest nightly of Courier and this problem still persists.
Interestingly I've noticed the error occurs inside the tree when loading some documents.
It seems when this part of the tree is accessed a request is made, that request throws an error.
My orginal thought was maybe there's a recursion issue, as when de-select say 20 out of 500 pages, the submit is very slow and the JavaScript crashes on the page. ^ See post above.
[/umbraco/plugins/courier/webservices/treedata.ashx?id=2d93eefe-681c-4467-965d-ff46225afa64_d8e6ad83-e73a-11df-9492-0800200c9a66&_=1369153205319]
Server Error in '/' Application.
illegal access to loading collection
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: NHibernate.LazyInitializationException: illegal access to loading collection
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
is working on a reply...