Strange error
Windows Server Forum Index Windows Server
Server discussion on Windows platform.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web winserverhelp.com
Strange error

 
Post new topic   Reply to topic    Windows Server Forum Index -> CMS Server
Author Message
margey
Guest





Posted: Thu Apr 07, 2005 1:47 pm    Post subject: Strange error Reply with quote

Hi all,

I have 3 instances of cms, one for development, 1 for authoring in lan, 1
for viewing by public in dmz, the lan cms and the dmz cms point to the same
db. Everthing is working fine on the development box and the lan cms, the cms
in the dmz is throwing the following exception for three postings .

Server Error in '/DonegalCoCo' Application.

Invalid version for current Posting. The object referred to by this Web
request has already been retrieved by another mechanism, for example
Searches.GetByGUID. The version of the object requested by this Web request
is not consistent with the previously retrieved version.
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: System.Runtime.InteropServices.COMException: Invalid
version for current Posting. The object referred to by this Web request has
already been retrieved by another mechanism, for example Searches.GetByGUID.
The version of the object requested by this Web request is not consistent
with the previously retrieved version.

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:
[COMException (0x80041b5b): Invalid version for current Posting. The object
referred to by this Web request has already been retrieved by another
mechanism, for example Searches.GetByGUID. The version of the object
requested by this Web request is not consistent with the previously retrieved
version.]
Microsoft.ContentManagement.Interop.Publishing.CmsHttpContextClass.get_Channel()
+0 Microsoft.ContentManagement.Publishing.CmsAspContext.get_Channel()
+38[CmsInvalidObjectStateException: Invalid version for current Posting. The
object referred to by this Web request has already been retrieved by another
mechanism, for example Searches.GetByGUID. The version of the object
requested by this Web request is not consistent with the previously retrieved
version.]
Microsoft.ContentManagement.Publishing.CmsAspContext.get_Channel() +71
DonegalCoCo.UserControls.SiteMapControl.Page_Load(Object sender, EventArgs e)
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Control.LoadRecursive() +98
System.Web.UI.Control.LoadRecursive() +98
System.Web.UI.Control.LoadRecursive() +98
System.Web.UI.Page.ProcessRequestMain() +731


Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573


All other postings are working fine.

This is the last issue i have to resolve any ideas please?

Margey
Back to top
Stefan [MSFT]
Guest





Posted: Thu Apr 07, 2005 1:47 pm    Post subject: Re: Strange error Reply with quote

Hi Margey,

I have never seen this error.
Please open a support case for this.

Cheers,
Stefan

--
This posting is provided "AS IS" with no warranties, and confers no rights

New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------


"margey" <margey@discussions.microsoft.com> wrote in message
news:D5AF3BBF-549F-4640-87EC-E009E60BFECE@microsoft.com...
Quote:
Hi all,

I have 3 instances of cms, one for development, 1 for authoring in lan, 1
for viewing by public in dmz, the lan cms and the dmz cms point to the
same
db. Everthing is working fine on the development box and the lan cms, the
cms
in the dmz is throwing the following exception for three postings .

Server Error in '/DonegalCoCo' Application.

Invalid version for current Posting. The object referred to by this Web
request has already been retrieved by another mechanism, for example
Searches.GetByGUID. The version of the object requested by this Web
request
is not consistent with the previously retrieved version.
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: System.Runtime.InteropServices.COMException: Invalid
version for current Posting. The object referred to by this Web request
has
already been retrieved by another mechanism, for example
Searches.GetByGUID.
The version of the object requested by this Web request is not consistent
with the previously retrieved version.

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:
[COMException (0x80041b5b): Invalid version for current Posting. The
object
referred to by this Web request has already been retrieved by another
mechanism, for example Searches.GetByGUID. The version of the object
requested by this Web request is not consistent with the previously
retrieved
version.]

Microsoft.ContentManagement.Interop.Publishing.CmsHttpContextClass.get_Chann

el()
Quote:
+0 Microsoft.ContentManagement.Publishing.CmsAspContext.get_Channel()
+38[CmsInvalidObjectStateException: Invalid version for current Posting.
The
object referred to by this Web request has already been retrieved by
another
mechanism, for example Searches.GetByGUID. The version of the object
requested by this Web request is not consistent with the previously
retrieved
version.]
Microsoft.ContentManagement.Publishing.CmsAspContext.get_Channel() +71
DonegalCoCo.UserControls.SiteMapControl.Page_Load(Object sender, EventArgs
e)
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Control.LoadRecursive() +98
System.Web.UI.Control.LoadRecursive() +98
System.Web.UI.Control.LoadRecursive() +98
System.Web.UI.Page.ProcessRequestMain() +731


Version Information: Microsoft .NET Framework Version:1.1.4322.573;
ASP.NET
Version:1.1.4322.573


All other postings are working fine.

This is the last issue i have to resolve any ideas please?

Margey
Back to top
sparky border
Guest





Posted: Fri Nov 11, 2005 9:51 am    Post subject: Re: Strange error Reply with quote

Hi Stefan,

I am getting that error as well. Right out the ebook version of your book.
First line of page 283.

channelObject = cmsContext.Searches.GetByGuid(inputValue) as Channel;

Source: Microsoft.ContentManagement.Publishing

Base Ex: System.Runtime.InteropServices.COMException (0x80041B58): Server
error. Contact the site administrator. at Microsoft.ContentManagement.
Interop.Publishing.IRcwSearches.GetByGUID(String searchGuid) at Microsoft.
ContentManagement.Publishing.Searches.GetByGuid(String searchGuid)

Help:

Source: Microsoft.ContentManagement.Publishing

Stack: at Microsoft.ContentManagement.Publishing.Searches.GetByGuid(String
searchGuid) at TropicalGreen.PAPI.Searches.btnGet_Click(Object sender,
EventArgs e) in c:\aaweb\tropicalgreen\papi\searches.aspx.cs:line 72

Target name: GetByGuid
Back to top
Stefan [MSFT]
Guest





Posted: Sun Nov 13, 2005 9:50 pm    Post subject: Re: Strange error Reply with quote

Hi Sparky,

if GetByGuid is returning this exception then an invalid GUID is passed into
this API call.
Please verify the Guid.

Cheers,
Stefan


"sparky border" <huh@yahoo.com> schrieb im Newsbeitrag
news:ef19e9467de8404c867c757354ea3499@ureader.com...
Quote:
Hi Stefan,

I am getting that error as well. Right out the ebook version of your book.
First line of page 283.

channelObject = cmsContext.Searches.GetByGuid(inputValue) as Channel;

Source: Microsoft.ContentManagement.Publishing

Base Ex: System.Runtime.InteropServices.COMException (0x80041B58): Server
error. Contact the site administrator. at Microsoft.ContentManagement.
Interop.Publishing.IRcwSearches.GetByGUID(String searchGuid) at Microsoft.
ContentManagement.Publishing.Searches.GetByGuid(String searchGuid)

Help:

Source: Microsoft.ContentManagement.Publishing

Stack: at Microsoft.ContentManagement.Publishing.Searches.GetByGuid(String
searchGuid) at TropicalGreen.PAPI.Searches.btnGet_Click(Object sender,
EventArgs e) in c:\aaweb\tropicalgreen\papi\searches.aspx.cs:line 72

Target name: GetByGuid
Back to top
 
Post new topic   Reply to topic    Windows Server Forum Index -> CMS Server All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




New Topics Powered by phpBB