SharePointCommunity
Die deutschsprachige Community für SharePoint, Microsoft 365, Teams, Yammer und mit Azure

Sponsored by

Willkommen im Forum Archiv.
Einträge sind hier nicht mehr möglich, aber der Bestand von 12 Jahren SharePoint-Wissen ist hier recherchierbar.




Server Error in '/' Application + ASP.NET Warning im Eventlog

Unbeantwortet Dieser Beitrag hat 6 Antworten

Ohne Rang
4 Beiträge
chrigu_t erstellt 27 Juli 2009 09:13
SchlechtSchlechtIn OrdnungIn OrdnungDurchschnittDurchschnittGutGutSehr gutSehr gut

Hallo zusammen.

Ich habe seit letzten Donnerstag bei meinem MOSS 2007 in einer (und nur in einer) meiner Webapplication den Fehler: "Server Error in '/' Application" wenn ich die Seite aufrufen will. Alle anderen Webapplications (z.b. die Central Adminisration) kann ich ohne Probleme aufrufen.

Zudem Habe ich im Application Event Log ganz viele der folgenden ASP.NET Fehlermeldungen:

Source: ASP.NET 2.0.50727.0

EventID: 1310

Cathegory: WebEven

****** Inhalt: *******

Event code: 3008
Event message: A configuration error has occurred.
Event time: 27.07.2009 08:50:50
Event time (UTC): 27.07.2009 06:50:50
Event ID: f17cd3b1f3a64f93b598589c2556f278
Event sequence: 1
Event occurrence: 1
Event detail code: 0
 
Application information:
    Application domain: /LM/W3SVC/928043917/Root-15-128931510502526211
    Trust level: WSS_Minimal
    Application Virtual Path: /
    Application Path: C:\Inetpub\wwwroot\wss\VirtualDirectories\8085\
    Machine name: V00161
 
Process information:
    Process ID: 4564
    Process name: w3wp.exe
    Account name: NT-SBB1\IT-SQL
 
Exception information:
    Exception type: ConfigurationErrorsException
    Exception message: Sections must only appear once per config file.  See the help topic <location> for exceptions. (C:\Inetpub\wwwroot\wss\VirtualDirectories\8085\web.config line 310)
 
Request information:
    Request URL: http://mossetu:8085/
    Request path: /
    User host address: 10.104.174.62
    User: 
    Is authenticated: False
    Authentication Type: 
    Thread account name: NT-SBB1\IT-SQL
 
Thread information:
    Thread ID: 1
    Thread account name: NT-SBB1\IT-SQL
    Is impersonating: False
    Stack trace:    at System.Web.HttpRuntime.HostingInit(HostingEnvironmentFlags hostingFlags)
 
 
Custom event details:

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

*******************

Meine Umgebung sieht wie folgt aus:

1xSQL Server, 1x Appl Server, 1x WFE Server, alle W2K3 mit SP2 und allen Updates sowie MOSS 2007, SP1 mit allen Updates

Hat jemand eine Idee, wo das Problem liegen könnte?

Es ist leider sehr dringen, da unsere Mitarbeiter nur noch reduziert arbeiten können. Bin dankbar für jeden Hinweis!

Danke und Grüsse

chrigu_t

Alle Antworten

Ohne Rang
19231 Beiträge
Andi Fandrich Als Antwort am 27 Juli 2009 10:09
SchlechtSchlechtIn OrdnungIn OrdnungDurchschnittDurchschnittGutGutSehr gutSehr gut

Die Fehlermeldung besagt es doch: Du hast einen Fehler in der web.config dieser Anwendung. Die Datei findest Du unter C:\Inetpub\wwwroot\wss\VirtualDirectories\8085\ und das Problem ist "Sections must only appear once per config file"

Viele Grüße
Andi
af @ evocom de
Blog
Ohne Rang
4 Beiträge
chrigu_t Als Antwort am 27 Juli 2009 13:48
SchlechtSchlechtIn OrdnungIn OrdnungDurchschnittDurchschnittGutGutSehr gutSehr gut

Hallo Andi

Danke für deine Antwort!

Sorry, mein Fehler, das war eine "falscher" Eventlog Eintrag, da hab ich was falsches ins web.config rein geschrieben. Bis vorhin habe ich aber nichts am web.config geändert, frage mich, wieso es "plötzlich" nicht mehr geht!

Das ist der richtige Fehler aus dem Eventlog:

Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4

Event code: 3008

Event message: A configuration error has occurred.

Event time: 27.07.2009 10:51:09

Event time (UTC): 27.07.2009 08:51:09

Event ID: 4344751c3f294a10b0b69d6ed0e30646

Event sequence: 1

Event occurrence: 1

Event detail code: 0

 

Application information:

    Application domain: /LM/W3SVC/928043917/Root-9-128931582694773096

    Trust level: WSS_Minimal

    Application Virtual Path: /

    Application Path: C:\Inetpub\wwwroot\wss\VirtualDirectories\8085\

    Machine name: WFEServer

 

Process information:

    Process ID: 3588

    Process name: w3wp.exe

    Account name: Domain\User

 

Exception information:

    Exception type: HttpException

    Exception message: Could not load file or assembly 'System.Web.Silverlight, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. (C:\Inetpub\wwwroot\wss\VirtualDirectories\8085\web.config line 154)

 

Request information:

    Request URL: http://mossetu:8085/

    Request path: /

    User host address: 10.104.174.62

    User: 

    Is authenticated: False

    Authentication Type: 

    Thread account name: Domain\User

 

Thread information:

    Thread ID: 1

    Thread account name: Domain\User

    Is impersonating: False

    Stack trace:    at System.Web.Compilation.BuildManager.ReportTopLevelCompilationException()

   at System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled()

   at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters)

 

 

Custom event details:

 

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

Ohne Rang
19231 Beiträge
Andi Fandrich Als Antwort am 27 Juli 2009 14:19
SchlechtSchlechtIn OrdnungIn OrdnungDurchschnittDurchschnittGutGutSehr gutSehr gut

Aber auch hier ist das Problem doch klar und deutlich angegeben ;-)

In der selben web.config:
Could not load file or assembly 'System.Web.Silverlight, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. (C:\Inetpub\wwwroot\wss\VirtualDirectories\8085\web.config line 154)

Viele Grüße
Andi
af @ evocom de
Blog
Ohne Rang
4 Beiträge
chrigu_t Als Antwort am 27 Juli 2009 15:02
SchlechtSchlechtIn OrdnungIn OrdnungDurchschnittDurchschnittGutGutSehr gutSehr gut

Das habe ich soweit auch verstanden, nur welches File genau finet er nicht?
Silverlight ist auf dem Server installiert. Habe aber noch keine Idee welche Datei er genau sucht?

Gruss

chrigu

Ohne Rang
19231 Beiträge
Andi Fandrich Als Antwort am 27 Juli 2009 15:41
SchlechtSchlechtIn OrdnungIn OrdnungDurchschnittDurchschnittGutGutSehr gutSehr gut

Erstmal nur die System.Web.Silverlight.dll (in der angegebenen Version) "or one of its dependencies"....

Viele Grüße
Andi
af @ evocom de
Blog
Ohne Rang
4 Beiträge
chrigu_t Als Antwort am 27 Juli 2009 17:14
SchlechtSchlechtIn OrdnungIn OrdnungDurchschnittDurchschnittGutGutSehr gutSehr gut

danke, da habe ich wieder mal etwas gelernt!!!

Ich habe an der web.config nichts angefasst, musste wohl durch meinen Kollegen passiert sein! dem werd ich!

Vielen Dank für deine super Ratschläge!

Wünsche dir einen schönen Abend!

Grüsse Chrigu