|
Home > Archive > Microsoft Content Management Server > August 2007 > server not available error
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 |
server not available error
|
|
| drazic19 2005-07-11, 7:47 am |
| Hi,
Development was all going fine, but suddenly this error is occurring:
Server Application Unavailable
The web application you are attempting to access on this web server is
currently unavailable. Please hit the "Refresh" button in your web browser
to retry your request.
Administrator Note: An error message detailing the cause of this specific
request failure can be found in the application event log of the web server.
Please review this log entry to discover what caused this error to occur.
The Application log shows:
Information - MCMS - 1002 - Microsoft Content Management Server loaded with
Enterprise license.
Information - MCMS - 1200 - Resolution ISAPI Filter [C:\Program
Files\Microsoft Content Management Server\Server\bin\REAuthFilt.dll] loaded
on IIS Version 6
Warning - MCMS - 2004 - CommitChanges() - Warning: Node d not committed or
rolled back at start of commit.
Information - MCMS - 1600 - MCMS Resource Manager Cache Size is initialized
to 2048 MB. MCMS Security Service loaded encryption key: (hash=071b8da3):
algorithm=RC2, effective keylen=128 bits
The default rendering page and the channels created work fine, bit two pages
i created and tested friday aren't working now.
Any help would be great, thanks,
Michael
| |
| Stefan [MSFT] 2005-07-11, 7:47 am |
| Hi Michael,
this can happen if .NET framework 1.1 Service Pack 1 has not been installed.
See here for details:
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm#338EC18A-3FE8-4519-A002-CF711B17A5CF
Please ensure that this service pack is installed.
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
----------------------
"drazic19" <drazic19@discussions.microsoft.com> wrote in message
news:E52C3EFD-6CC9-4518-A402-49084B5963FD@microsoft.com...
> Hi,
>
> Development was all going fine, but suddenly this error is occurring:
>
> Server Application Unavailable
> The web application you are attempting to access on this web server is
> currently unavailable. Please hit the "Refresh" button in your web
> browser
> to retry your request.
>
> Administrator Note: An error message detailing the cause of this specific
> request failure can be found in the application event log of the web
> server.
> Please review this log entry to discover what caused this error to occur.
>
> The Application log shows:
>
> Information - MCMS - 1002 - Microsoft Content Management Server loaded
> with
> Enterprise license.
>
> Information - MCMS - 1200 - Resolution ISAPI Filter [C:\Program
> Files\Microsoft Content Management Server\Server\bin\REAuthFilt.dll]
> loaded
> on IIS Version 6
>
> Warning - MCMS - 2004 - CommitChanges() - Warning: Node d not committed or
> rolled back at start of commit.
>
> Information - MCMS - 1600 - MCMS Resource Manager Cache Size is
> initialized
> to 2048 MB. MCMS Security Service loaded encryption key: (hash=071b8da3):
> algorithm=RC2, effective keylen=128 bits
>
> The default rendering page and the channels created work fine, bit two
> pages
> i created and tested friday aren't working now.
>
> Any help would be great, thanks,
>
> Michael
| |
| drazic19 2005-07-11, 7:47 am |
| Thanks Stefan, worked perfectly. Surprised it let me do the install without
that?!
Oh well, on with development. You any good with SourceSafe? Got a problem
with it creating a new local solution everytime i open the project so i now
have:
projectname, projectname_1, projectname_2 it won't open a previous version,
means my template files are all over the place. not happy with that.
Thanks,
Michael
p.s. i see book you're new book comes out soon.
"Stefan [MSFT]" wrote:
> Hi Michael,
>
> this can happen if .NET framework 1.1 Service Pack 1 has not been installed.
> See here for details:
> http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm#338EC18A-3FE8-4519-A002-CF711B17A5CF
>
> Please ensure that this service pack is installed.
>
> 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
> ----------------------
>
>
> "drazic19" <drazic19@discussions.microsoft.com> wrote in message
> news:E52C3EFD-6CC9-4518-A402-49084B5963FD@microsoft.com...
>
>
>
| |
| Stefan [MSFT] 2005-07-11, 7:47 am |
| Hi Michael,
SP1 was not a required prerequesit for MCMS as it was not available when
MCMS was released.
In addition only hyperthreaded or multi proc machines are affected from this
..NET framework bug.
Sorry, I don't have experience with Source Safe. You should better post to
an VS.NET related newsgroup.
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
----------------------
"drazic19" <drazic19@discussions.microsoft.com> wrote in message
news:5F40497C-CDC9-490E-841D-44A8DA465D9B@microsoft.com...[vbcol=seagreen]
> Thanks Stefan, worked perfectly. Surprised it let me do the install
> without
> that?!
>
> Oh well, on with development. You any good with SourceSafe? Got a problem
> with it creating a new local solution everytime i open the project so i
> now
> have:
> projectname, projectname_1, projectname_2 it won't open a previous
> version,
> means my template files are all over the place. not happy with that.
>
> Thanks,
>
> Michael
>
> p.s. i see book you're new book comes out soon.
>
> "Stefan [MSFT]" wrote:
>
| |
| Atul Lohiya 2007-08-08, 7:16 am |
| Hi
I got this error when I was trying to setup default website on Windows
XP(which has IIS 5) to get the contents from some other folder then the
usual C:/inetpub/wwwroot folder & trying to run my site on localhost:port.
It was all set but still I got the error since the aspnet_wp worker process
was not running.
I solved the problem by unregistering asp.net with aspnet_regiis -u,
reregistering it with aspnet_regiis -i & then resetting the IIS with
iisreset. After this I could open the site on localhost.
|
|
|
|
|