Strange error
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > Microsoft Content Management Server > Strange error




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Strange error  
margey


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-07-05 12:48 PM

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 cm
s
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 abou
t
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 ob
ject
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 retrieve
d
version.]
Microsoft.ContentManagement.Interop.Publishing.CmsHttpContextClass.get_Chann
el()
+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 retrieve
d
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





[ Post a follow-up to this message ]



    Re: Strange error  
Stefan [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-07-05 12:48 PM

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...
> 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()
> +0   Microsoft.ContentManagement.Publishing.CmsAspContext.get_Channel()
> +38[CmsInvalidObjectStateException: Invalid version for current Posting.[/vbco
l]
The[vbcol=seagreen]
> 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







[ Post a follow-up to this message ]



    Re: Strange error  
sparky border


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
11-11-05 12:49 PM

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





[ Post a follow-up to this message ]



    Re: Strange error  
Stefan [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
11-13-05 10:51 PM

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@ur
eader.com...
> 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







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 07:02 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register