|
 |
aspx_espanol thread: Server Application Unavailable
Message #1 by ALIAGA CESAR <CALIAGA@s...> on Thu, 12 Dec 2002 09:08:23 -0500
|
|
La soluci=F3n que nos funcion=F3 fue
Primero revisar que los servicios est=E9n arriba, por Control Panel,
Administrative Tools y Services (ASP.NET State Services)
Si el servicio est=E1 arriba, cambiar en el archivo :
C:\WINNT\Microsoft.NET\Framework\v1.0.3705\CONFIG\machine.config
<processModel enable=3D"true" timeout=3D"Infinite"
idleTimeout=3D"Infinite" shutdownTimeout=3D"0:00:05"
requestLimit=3D"Infinite" requestQueueLimit=3D"5000"
restartQueueLimit=3D"10" memoryLimit=3D"60" webGarden=3D"false"
cpuMask=3D"0xffffffff" userName=3D"machine"
password=3D"AutoGenerate"
logLevel=3D"Errors" clientConnectedCheck=3D"0:00:05"
comAuthenticationLevel=3D"Connect"
comImpersonationLevel=3D"Impersonate"
responseRestartDeadlockInterval=3D"00:09:00"
responseDeadlockInterval=3D"00:03:00" maxWorkerThreads=3D"25"
maxIoThreads=3D"25"/>
userName=3D"machine" por userName=3D"SYSTEM"
Luego ejecutar : iisreset.exe
-----Original Message-----
From: John Oros [mailto:john@t...]
Sent: Jueves, 12 de Diciembre de 2002 06:05 a.m.
To: ASP.Net en Espa=F1ol
Subject: [aspx_espanol] Re: Server Application Unavailable
Tenia el mismo problema y no encontre soluci=F3n, para solucionar mi
problema
reinstale todo el Server.
Suerte!!, si encuentras una buena solucion me comentas por favor.
John Oros
----- Original Message -----
From: "ALIAGA CESAR" <CALIAGA@s...>
To: "ASP.Net en Espa=F1ol" <aspx_espanol@p...>
Sent: Thursday, December 12, 2002 3:08 PM
Subject: [aspx_espanol] Server Application Unavailable
> Amigos
> Quisiera comentarles un problema con mi server, ya no corren las
paginas
> apsx. me sale el siguiente error:
>
> 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 system event log of the web
server.
> Please review this log entry to discover what caused this error to
occur.
>
> como dice en el mensaje fui a ver el log y efectivamente se generaron
los
> siguiente entradas de log por cada vez que trato de correr una pagina
aspx.
>
> aspnet_wp.exe could not be started. HRESULT for the failure: 80004005
>
> aspnet_wp.exe could not be launched because the username and/or
password
> supplied in the processModel section of the config file are invalid.
>
> busque el aspnet_wp.exe en una ventana de comandos, lo cual tiene las
> siguientes entradas
>
> G:\WINNT\Microsoft.NET\Framework\v1.0.3705>aspnet_wp.exe
> Arguments: IIS-Process-ID This-Process-Unique-ID Number-of-Sync-Pipes
> RPC_C_AUTH
> N_LEVEL_XXX RPC_C_IMP_LEVEL_XXX CPU-Mask Max-Worker-Threads
Max-IO-Threads
>
> no se si a uno de ustedes les paso este error.
> Hace dias que no me corre ningun aspx, pero si corren un asp. es decir
el
> servicio de II5 esta funcionando normal.
> PD: Ya lo volvi a reinstalar el FRAMEWORK y nada.
> al servicio aspnet state (que aparece en la lista de servicio tambien
lo
> activo y nada)
>
> Se agradece
>
> Cesar.
>
>
>
>
> ---
> Usted est=E1 suscrito a aspx_espanol como:
> john@t...
> Para darse de baja, env=EDe un mensaje en blanco a
> %%email.unsub%%
>
>
>
---
Usted est=E1 suscrito a aspx_espanol como:
cdiaz@c...
Para darse de baja, env=EDe un mensaje en blanco a
%%email.unsub%%
|
|
 |