Runtime Error Server/Client Application

Hello gyus, i need your help. I installed the ArasInnovatorServer with the Documentation and this video: https://www.youtube.com/watch?v=2uof2j-ZjIU&feature=youtu.be Now if type the address of the server in the internet explorer i get a runtime error. Explained in this thread: http://community.aras.com/en/forums/topic/get-sever-error-while-running-aras/ I add the customErrors tag to the web xml file. I found the file in the innovator directory. But doesn't help. Can you please help me?
Parents
  • I found the correct file in this directory Innovator/Client. Now i get this message if i visit the innovatorserver webpage. Is it correct that the InnovatorServerConfig file is empty during a new installation?  
    
    Server Error in '/InnovatorServer/Client' Application.
    Root element is missing.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    
    Exception Details: System.Xml.XmlException: Root element is missing.
    
    Source Error:
    
    The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:
    
    1. Add a "Debug=true" directive at the top of the file that generated the error. Example:
    
    <%@ Page Language="C#" Debug="true" %>
    
    or:
    
    2) Add the following section to the configuration file of your application:
    
    &nbsp;
    
    Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.
    
    Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.
    
    Stack Trace:
    
    [XmlException: Root element is missing.]
    System.Xml.XmlTextReaderImpl.Throw(Exception e) +88
    System.Xml.XmlTextReaderImpl.ParseDocumentContent() +1087
    System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace) +185
    System.Xml.XmlDocument.Load(XmlReader reader) +134
    System.Xml.XmlDocument.Load(String filename) +146
    Aras.Web.Configuration.ServerConfig.GetXmlConfigInternal() in E:\Builds\Innovator_RELS11-0-SP12\6920-RELS11-0-SP12\Innovator.git\CompilableCode\Aras.Web.Configuration\ServerConfig.cs:213
    Aras.Web.Configuration.ServerConfig.ParseXmlConfig() in E:\Builds\Innovator_RELS11-0-SP12\6920-RELS11-0-SP12\Innovator.git\CompilableCode\Aras.Web.Configuration\ServerConfig.cs:263
    Aras.Web.Configuration.ServerConfig.GetServerConfig(String cachedInstanceKey, CreateNewInstanceRT createNewInstance, Object[] parameters) in E:\Builds\Innovator_RELS11-0-SP12\6920-RELS11-0-SP12\Innovator.git\CompilableCode\Aras.Web.Configuration\ServerConfig.cs:63
    Aras.Client.Core.ClientConfig.GetServerConfig() in E:\Builds\Innovator_RELS11-0-SP12\6920-RELS11-0-SP12\Innovator.git\CompilableCode\Aras.Web.Client\ClientConfig.cs:48
    ASP.default_aspx.init_application() +41
    ASP.default_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) +54
    System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +260
    System.Web.UI.Page.Render(HtmlTextWriter writer) +39
    System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +79
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4124
    
Reply
  • I found the correct file in this directory Innovator/Client. Now i get this message if i visit the innovatorserver webpage. Is it correct that the InnovatorServerConfig file is empty during a new installation?  
    
    Server Error in '/InnovatorServer/Client' Application.
    Root element is missing.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    
    Exception Details: System.Xml.XmlException: Root element is missing.
    
    Source Error:
    
    The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:
    
    1. Add a "Debug=true" directive at the top of the file that generated the error. Example:
    
    <%@ Page Language="C#" Debug="true" %>
    
    or:
    
    2) Add the following section to the configuration file of your application:
    
    &nbsp;
    
    Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.
    
    Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.
    
    Stack Trace:
    
    [XmlException: Root element is missing.]
    System.Xml.XmlTextReaderImpl.Throw(Exception e) +88
    System.Xml.XmlTextReaderImpl.ParseDocumentContent() +1087
    System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace) +185
    System.Xml.XmlDocument.Load(XmlReader reader) +134
    System.Xml.XmlDocument.Load(String filename) +146
    Aras.Web.Configuration.ServerConfig.GetXmlConfigInternal() in E:\Builds\Innovator_RELS11-0-SP12\6920-RELS11-0-SP12\Innovator.git\CompilableCode\Aras.Web.Configuration\ServerConfig.cs:213
    Aras.Web.Configuration.ServerConfig.ParseXmlConfig() in E:\Builds\Innovator_RELS11-0-SP12\6920-RELS11-0-SP12\Innovator.git\CompilableCode\Aras.Web.Configuration\ServerConfig.cs:263
    Aras.Web.Configuration.ServerConfig.GetServerConfig(String cachedInstanceKey, CreateNewInstanceRT createNewInstance, Object[] parameters) in E:\Builds\Innovator_RELS11-0-SP12\6920-RELS11-0-SP12\Innovator.git\CompilableCode\Aras.Web.Configuration\ServerConfig.cs:63
    Aras.Client.Core.ClientConfig.GetServerConfig() in E:\Builds\Innovator_RELS11-0-SP12\6920-RELS11-0-SP12\Innovator.git\CompilableCode\Aras.Web.Client\ClientConfig.cs:48
    ASP.default_aspx.init_application() +41
    ASP.default_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) +54
    System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +260
    System.Web.UI.Page.Render(HtmlTextWriter writer) +39
    System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +79
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4124
    
Children
No Data