Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Update 3.7.1 --> 3.7.2

web-app

Hello,

After updating to version 3.7.2 I get the following error messages in the event log.

Quelle: ASP.NET 2.0.50727.0 Kategorie: Webereignis

Ereigniscode: 3008 Ereignismeldung: Es ist ein Konfigurationsfehler aufgetreten. Ereigniszeit: 20.08.2010 13:32:26 Ereigniszeit (UTC): 20.08.2010 11:32:26 Ereignis-ID: 09f362d474c740a9ade699e078795d13 Ereignissequenz: 10 Vorkommen: 9 Ereignisdetailcode: 0

Anwendungsinformationen: Anwendungsdomäne: /LM/W3SVC/1/ROOT-1-129267766848920000 Vertrauensebene: Full Virtueller Anwendungspfad: / Anwendungspfad: C:\Programme\CounterSoft\Gemini Project Issue Tracking\Gemini Web Application\ Computername: GEMINITEST

Prozessinformationen: Prozess-ID: 2892 Prozessname: w3wp.exe Kontoname: NT-AUTORITÄT\NETZWERKDIENST

Ausnahmeinformationen: Ausnahmetyp: ConfigurationErrorsException Ausnahmemeldung: Kein WebDAVModule-Modul in der Anwendung, das entfernt werden kann. (C:\Programme\CounterSoft\Gemini Project Issue Tracking\Gemini Web Application\web.config line 121)

Anforderungsinformationen: Anforderungs-URL: http://localhost/api/users.ashx/users/username/budde Anforderungspfad: /api/users.ashx/users/username/budde Benutzerhostadresse: 127.0.0.1 Benutzer:
Ist authentifiziert: False Authentifizierungstyp:
Threadkontoname: NT-AUTORITÄT\NETZWERKDIENST

Threadinformationen: Thread-ID: 1 Threadkontoname: NT-AUTORITÄT\NETZWERKDIENST Identitätswechsel für: False Stapelüberwachung: bei System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult) bei System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject) bei System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject) bei System.Configuration.BaseConfigurationRecord.GetSection(String configKey, Boolean getLkg, Boolean checkPermission) bei System.Configuration.BaseConfigurationRecord.GetSection(String configKey) bei System.Web.Configuration.RuntimeConfig.GetSectionObject(String sectionName) bei System.Web.Configuration.RuntimeConfig.GetSection(String sectionName, Type type, ResultsIndex index) bei System.Web.Configuration.RuntimeConfig.get_HttpModules() bei System.Web.HttpApplication.InitModules() bei System.Web.HttpApplication.InitInternal(HttpContext context, HttpApplicationState state, MethodInfo[] handlers) bei System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context) bei System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) bei System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)

NEXT I get the message:

System.Xml - '100' ist ein unerwartetes Token. Das erwartete Token ist '"' oder '''. Zeile 20, Position 65. - bei System.Xml.XmlTextReaderImpl.Throw(Exception e) bei System.Xml.XmlTextReaderImpl.Throw(String res, String[] args) bei System.Xml.XmlTextReaderImpl.ThrowUnexpectedToken(String expectedToken1, String expectedToken2) bei System.Xml.XmlTextReaderImpl.ParseAttributes() bei System.Xml.XmlTextReaderImpl.ParseElement() bei System.Xml.XmlTextReaderImpl.ParseElementContent() bei System.Xml.XmlTextReaderImpl.Read() bei System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace) bei System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc) bei System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace) bei System.Xml.XmlDocument.Load(XmlReader reader) bei System.Xml.XmlDocument.Load(Stream inStream) bei CounterSoft.Gemini.Commons.Rest.Serializer.ConvertToObject[T](Stream stream) bei CounterSoft.Gemini.WebServices.BaseService.GetObjectFromResponse[T](Stream stream) bei CounterSoft.Gemini.WebServices.BaseService.ThrowResponseException(WebResponse response) bei CounterSoft.Gemini.WebServices.BaseService.ProcessResponse[T](String url, Object obj, RequestType requestType) bei CounterSoft.Gemini.WebServices.BaseService.WhoAmI() bei CounterSoft.Gemini.Scheduler.SchedulerService.GetServiceManager(String url, String username, String password)

In Version 3.7.1 all works fine, but in version 3.7.2 nothing works. Could somebody help me?

cvoelz
· 50
cvoelz
Replies (2)
helpful
0
not helpful

Please edit the web.config file and remove line 121:
      <remove name="WebDAVModule" />


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Thanks a lot for the reply. It is working fine now


cvoelz
· 50
cvoelz