|
Home > Archive > Microsoft Content Management Server > April 2006 > Site Manager Conflict
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Site Manager Conflict
|
|
| shmeian 2006-04-10, 7:35 pm |
| Hi there,
A conflict has developed between my cms site and site manager.
I have two websites on my local dev computer-
http://devcms which is the mcms website
and the default website http://localhost
If both sites are running I can't import or export with site manager- it
returns an internal server error. If I stop the devcms site, site manager
runs without error.
In IIS manager I see both sites have a virtual directory called MCMS
pointing to:
C:\Program Files\Microsoft Content Management Server\Server\MCMS
and both running in the default application pool.
The web log shows:
2006-04-03 01:55:47 127.0.0.1 GET /mcms/sitedeployment/cmsxmlstub.aspx - 80
- 127.0.0.1
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
500 0 0
I have tried removing the web.config which sits in C:\Program
Files\Microsoft Content Management Server\Server\MCMS and also trying to take
out the httpModules declarations in it which seem to be causing the problem
but still get errors.
If I go to http://localhost/mcms/sitedeployment/cmsxmlstub.aspx
I get the following error:
System.Resources.MissingManifestResourceException: Could not find any
resources appropriate for the specified culture (or the neutral culture) in
the given assembly. Make sure
"Microsoft.ContentManagement.SiteDeployment.SR.resources" was correctly
embedded or linked into assembly
"Microsoft.ContentManagement.SiteDeployment". baseName:
Microsoft.ContentManagement.SiteDeployment.SR locationInfo: resource file
name: Microsoft.ContentManagement.SiteDeployment.SR.resources assembly:
Microsoft.ContentManagement.SiteDeployment, Version=5.0.1200.0,
Culture=neutral, PublicKeyToken=31bf3856ad364e35 at
System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture,
Boolean createIfNotExists, Boolean tryParents) at
System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture,
Boolean createIfNotExists, Boolean tryParents) at
System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture,
Boolean createIfNotExists, Boolean tryParents) at
System.Resources.ResourceManager.GetString(String name, CultureInfo culture)
at System.Resources.ResourceManager.GetString(String name) at
Microsoft.ContentManagement.SiteDeployment.SR.get_CannotModifySite() at
Microsoft.ContentManagement.SiteDeployment.cmsxmlstub.Page_Load(Object
sender, EventArgs e)
Any ideas?
Cheers,
Ian.
| |
| Stefan [MSFT] 2006-04-10, 7:35 pm |
| Hi Ian,
you need to ensure that the website Site Manager connects to does not have a
web.config in the root.
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
Check out the new book as well: Advanced MCMS development:
http://tinyurl.com/8ugwj
----------------------
"shmeian" <shmeian@discussions.microsoft.com> wrote in message
news:C383120A-C165-4365-8F41-54C3BD39AAE9@microsoft.com...
> Hi there,
>
> A conflict has developed between my cms site and site manager.
>
> I have two websites on my local dev computer-
> http://devcms which is the mcms website
> and the default website http://localhost
>
> If both sites are running I can't import or export with site manager- it
> returns an internal server error. If I stop the devcms site, site manager
> runs without error.
>
> In IIS manager I see both sites have a virtual directory called MCMS
> pointing to:
> C:\Program Files\Microsoft Content Management Server\Server\MCMS
> and both running in the default application pool.
>
> The web log shows:
> 2006-04-03 01:55:47 127.0.0.1 GET /mcms/sitedeployment/cmsxmlstub.aspx -
> 80
> - 127.0.0.1
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
> 500 0 0
>
> I have tried removing the web.config which sits in C:\Program
> Files\Microsoft Content Management Server\Server\MCMS and also trying to
> take
> out the httpModules declarations in it which seem to be causing the
> problem
> but still get errors.
>
> If I go to http://localhost/mcms/sitedeployment/cmsxmlstub.aspx
> I get the following error:
>
> System.Resources.MissingManifestResourceException: Could not find any
> resources appropriate for the specified culture (or the neutral culture)
> in
> the given assembly. Make sure
> "Microsoft.ContentManagement.SiteDeployment.SR.resources" was correctly
> embedded or linked into assembly
> "Microsoft.ContentManagement.SiteDeployment". baseName:
> Microsoft.ContentManagement.SiteDeployment.SR locationInfo: resource file
> name: Microsoft.ContentManagement.SiteDeployment.SR.resources assembly:
> Microsoft.ContentManagement.SiteDeployment, Version=5.0.1200.0,
> Culture=neutral, PublicKeyToken=31bf3856ad364e35 at
> System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo
> culture,
> Boolean createIfNotExists, Boolean tryParents) at
> System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo
> culture,
> Boolean createIfNotExists, Boolean tryParents) at
> System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo
> culture,
> Boolean createIfNotExists, Boolean tryParents) at
> System.Resources.ResourceManager.GetString(String name, CultureInfo
> culture)
> at System.Resources.ResourceManager.GetString(String name) at
> Microsoft.ContentManagement.SiteDeployment.SR.get_CannotModifySite() at
> Microsoft.ContentManagement.SiteDeployment.cmsxmlstub.Page_Load(Object
> sender, EventArgs e)
>
> Any ideas?
>
> Cheers,
> Ian.
>
>
>
>
| |
| shmeian 2006-04-10, 7:35 pm |
| Thanks Strefan,
I've just realised I've stupidly been specifying the wrong website when
logging on to Site Manager. It works just the same- except when
importing/exporting.
Cheers,
Ian.
"Stefan [MSFT]" wrote:
> Hi Ian,
>
> you need to ensure that the website Site Manager connects to does not have a
> web.config in the root.
>
> 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
> Check out the new book as well: Advanced MCMS development:
> http://tinyurl.com/8ugwj
> ----------------------
>
>
> "shmeian" <shmeian@discussions.microsoft.com> wrote in message
> news:C383120A-C165-4365-8F41-54C3BD39AAE9@microsoft.com...
>
>
>
|
|
|
|
|