Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Error moving from old Cassini to new one
Jef Patat
#1 Posted : Friday, November 22, 2013 7:53:49 AM(UTC)
Groups: Member
Joined: 11/22/2013(UTC)
Posts: 1

Hi all,

I had a CruiseControl.net build server running (see http://www.cruisecontrol...rojects/ccnet/wiki/Wiki). I decided to update to the 'latest and greatest' cassini an now I get this error:

System.NullReferenceException: Object reference not set to an instance of an object. at UltiDev.WebServer.Core.AspNetRequest.GetAppPathTranslated() at System.Web.HttpRequest.get_PhysicalApplicationPath() at ThoughtWorks.CruiseControl.WebDashboard.IO.HttpPathMapper.GetFullPathFor(String appRelativePath) at ThoughtWorks.CruiseControl.WebDashboard.MVC.View.LazilyInitialisingVelocityTransformer.Transform(String transformerFileName, Hashtable transformable) at ThoughtWorks.CruiseControl.WebDashboard.MVC.View.VelocityViewGeneratorWithTransformer.GenerateView(String templateName, Hashtable velocityContext) at ThoughtWorks.CruiseControl.WebDashboard.Dashboard.VelocityProjectGridAction.GenerateView(ProjectStatusListAndExceptions projectStatusListAndExceptions, String actionName, ICruiseRequest request, IServerSpecifier serverSpecifier) at ThoughtWorks.CruiseControl.WebDashboard.Dashboard.VelocityProjectGridAction.Execute(String actionName, ICruiseRequest request) at ThoughtWorks.CruiseControl.WebDashboard.Plugins.FarmReport.FarmReportFarmPlugin.Execute(ICruiseRequest request) at ThoughtWorks.CruiseControl.WebDashboard.MVC.Cruise.CruiseActionProxyAction.Execute(IRequest request) at ThoughtWorks.CruiseControl.WebDashboard.MVC.Cruise.ExceptionCatchingActionProxy.Execute(IRequest request)

What's going wrong?
thx,
Jef
Ultidev Team
#2 Posted : Friday, November 22, 2013 10:17:08 AM(UTC)
Ultidev Team

Groups: Administration
Joined: 11/3/2005(UTC)
Posts: 2,253

Thanks: 28 times
Was thanked: 60 time(s) in 59 post(s)
Jef,

Could you please start the CC.NET application in UWS Interactive Host, (an easy way to do it shown in attached screenshot). There request processing trace should show which path was not processed correctly. If you attach a screenshot of that to your response, we should be able to tell what's going on.

Best regards,
UltiDev Team.
Ultidev Team attached the following image(s):
Ultidev Team attached the following image(s): Easy launch of an ASP.NET web app under UWS Interactive Host.png
Please donate at http://www.ultidev.com/products/Donate.aspx to help us improve our products.
Guest
#3 Posted : Friday, November 22, 2013 10:49:48 AM(UTC)
Groups:
Joined: 11/1/2005(UTC)
Posts: 278

I copied the complete log.
regards,
Jef

******** Starting hosting "C:\Program Files\CruiseControl.NET\webdashboard" ********
04:36:08.2343 PM Created ASP.NET AppDomain (AppDomain ID={366b2927-d418-4b29-accf-dbda1cea68bd}) for application "" (Application ID={3da74ada-3498-45b6-9cac-f81bb52635df}).
Environment info: Command line: "C:\Program Files\UltiDev\Web Server\UWS.InteractiveServer.Clr2x86.exe"
Process ID: 612
Process user name: ZWIJNAARDE\bruno
Bitness: 32
CLR version 2.0.50727.3053
Process retired: False
Max request threads: 200
Max I/O threads: 200

04:36:08.5937 PM Starting accepting requests for "C:\Program Files\CruiseControl.NET\webdashboard\" (AppDomain ID={366b2927-d418-4b29-accf-dbda1cea68bd}).
04:36:57.9218 PM Received GET request of size 0 for: "/webdashboard/".
04:36:58.0000 PM Handling request for "/webdashboard/" mapped to "C:\Program Files\CruiseControl.NET\webdashboard".
04:36:58.0468 PM Request path modified to "/webdashboard/default.aspx" mapped to "C:\Program Files\CruiseControl.NET\webdashboard\default.aspx".
04:37:04.1562 PM SendResponseFromMemory(): Starting serving "/webdashboard/default.aspx" as uncompressed (or compressed by application) text/html; charset=utf-8. HTTP result 302. Data length: 154
04:37:04.1875 PM Written 154 bytes (before compression, if any) in responding to "http://titan:23459/webdashboard/".
04:37:04.2031 PM Received GET request of size 0 for: "/webdashboard/ViewFarmReport.aspx".
04:37:04.2031 PM Handling request for "/webdashboard/ViewFarmReport.aspx" mapped to "C:\Program Files\CruiseControl.NET\webdashboard\ViewFarmReport.aspx".
04:37:06.4531 PM SendResponseFromMemory(): Starting serving "/webdashboard/ViewFarmReport.aspx" as uncompressed (or compressed by application) text/html; charset=utf-8. HTTP result 200. Data length: 5128
04:37:06.4531 PM Written 5128 bytes (before compression, if any) in responding to "http://titan:23459/webdashboard/ViewFarmReport.aspx".
04:37:06.5156 PM Received GET request of size 0 for: "/webdashboard/themes/noteWorthy/cruisecontrol.css".
04:37:06.5156 PM Handling request for "/webdashboard/themes/noteWorthy/cruisecontrol.css" mapped to "C:\Program Files\CruiseControl.NET\webdashboard\themes\noteWorthy\cruisecontrol.css".
04:37:06.5781 PM Received GET request of size 0 for: "/webdashboard/javascript/theme/ui.all.css".
04:37:06.5781 PM ProcessRequest: Bypassing application server - serving "/webdashboard/themes/noteWorthy/cruisecontrol.css" straight up.
04:37:06.5937 PM Handling request for "/webdashboard/javascript/theme/ui.all.css" mapped to "C:\Program Files\CruiseControl.NET\webdashboard\javascript\theme\ui.all.css".
04:37:06.6250 PM SendResponseFromMemory(): Starting serving "/webdashboard/themes/noteWorthy/cruisecontrol.css" as uncompressed (or compressed by application) text/css. HTTP result 200. Data length: 4740
04:37:06.6250 PM Written 4740 bytes (before compression, if any) in responding to "http://titan:23459/webdashboard/themes/noteWorthy/cruisecontrol.css".
04:37:06.6406 PM ProcessRequest: Bypassing application server - serving "/webdashboard/javascript/theme/ui.all.css" straight up.
04:37:06.6406 PM SendResponseFromMemory(): Starting serving "/webdashboard/javascript/theme/ui.all.css" as uncompressed (or compressed by application) text/css. HTTP result 200. Data length: 49
04:37:06.6406 PM Written 49 bytes (before compression, if any) in responding to "http://titan:23459/webdashboard/javascript/theme/ui.all.css".
04:37:06.6562 PM Received GET request of size 0 for: "/webdashboard/javascript/ccnet.js".
04:37:06.6562 PM Handling request for "/webdashboard/javascript/ccnet.js" mapped to "C:\Program Files\CruiseControl.NET\webdashboard\javascript\ccnet.js".
04:37:06.6718 PM ProcessRequest: Bypassing application server - serving "/webdashboard/javascript/ccnet.js" straight up.
04:37:06.6718 PM SendResponseFromMemory(): Starting serving "/webdashboard/javascript/ccnet.js" as uncompressed (or compressed by application) application/x-javascript. HTTP result 200. Data length: 497
04:37:06.6718 PM Written 497 bytes (before compression, if any) in responding to "http://titan:23459/webdashboard/javascript/ccnet.js".
04:37:06.7031 PM Received GET request of size 0 for: "/webdashboard/javascript/theme/ui.base.css".
04:37:06.7031 PM Handling request for "/webdashboard/javascript/theme/ui.base.css" mapped to "C:\Program Files\CruiseControl.NET\webdashboard\javascript\theme\ui.base.css".
04:37:06.7031 PM ProcessRequest: Bypassing application server - serving "/webdashboard/javascript/theme/ui.base.css" straight up.
04:37:06.7031 PM SendResponseFromMemory(): Starting serving "/webdashboard/javascript/theme/ui.base.css" as uncompressed (or compressed by application) text/css. HTTP result 200. Data length: 166
04:37:06.7031 PM Written 166 bytes (before compression, if any) in responding to "http://titan:23459/webdashboard/javascript/theme/ui.base.css".
04:37:06.7343 PM Received GET request of size 0 for: "/webdashboard/javascript/theme/ui.theme.css".
04:37:06.7343 PM Handling request for "/webdashboard/javascript/theme/ui.theme.css" mapped to "C:\Program Files\CruiseControl.NET\webdashboard\javascript\theme\ui.theme.css".
04:37:06.7343 PM ProcessRequest: Bypassing application server - serving "/webdashboard/javascript/theme/ui.theme.css" straight up.
04:37:06.7656 PM SendResponseFromMemory(): Starting serving "/webdashboard/javascript/theme/ui.theme.css" as uncompressed (or compressed by application) text/css. HTTP result 200. Data length: 17018
04:37:06.7656 PM Written 17018 bytes (before compression, if any) in responding to "http://titan:23459/webdashboard/javascript/theme/ui.theme.css".
04:37:06.9843 PM Received GET request of size 0 for: "/webdashboard/javascript/theme/ui.core.css".
04:37:06.9843 PM Handling request for "/webdashboard/javascript/theme/ui.core.css" mapped to "C:\Program Files\CruiseControl.NET\webdashboard\javascript\theme\ui.core.css".
04:37:06.9843 PM ProcessRequest: Bypassing application server - serving "/webdashboard/javascript/theme/ui.core.css" straight up.
04:37:07.0000 PM SendResponseFromMemory(): Starting serving "/webdashboard/javascript/theme/ui.core.css" as uncompressed (or compressed by application) text/css. HTTP result 200. Data length: 1388
04:37:07.0000 PM Received GET request of size 0 for: "/webdashboard/javascript/theme/ui.accordion.css".
04:37:07.0000 PM Handling request for "/webdashboard/javascript/theme/ui.accordion.css" mapped to "C:\Program Files\CruiseControl.NET\webdashboard\javascript\theme\ui.accordion.css".
04:37:07.0000 PM ProcessRequest: Bypassing application server - serving "/webdashboard/javascript/theme/ui.accordion.css" straight up.
04:37:07.0000 PM Written 1388 bytes (before compression, if any) in responding to "http://titan:23459/webdashboard/javascript/theme/ui.core.css".
04:37:07.0625 PM SendResponseFromMemory(): Starting serving "/webdashboard/javascript/theme/ui.accordion.css" as uncompressed (or compressed by application) text/css. HTTP result 200. Data length: 719
04:37:07.0625 PM Received GET request of size 0 for: "/webdashboard/javascript/theme/ui.dialog.css".
04:37:07.0625 PM Handling request for "/webdashboard/javascript/theme/ui.dialog.css" mapped to "C:\Program Files\CruiseControl.NET\webdashboard\javascript\theme\ui.dialog.css".
04:37:07.0625 PM ProcessRequest: Bypassing application server - serving "/webdashboard/javascript/theme/ui.dialog.css" straight up.
04:37:07.0625 PM Written 719 bytes (before compression, if any) in responding to "http://titan:23459/webdashboard/javascript/theme/ui.accordion.css".
04:37:07.1093 PM SendResponseFromMemory(): Starting serving "/webdashboard/javascript/theme/ui.dialog.css" as uncompressed (or compressed by application) text/css. HTTP result 200. Data length: 1166
04:37:07.1093 PM Written 1166 bytes (before compression, if any) in responding to "http://titan:23459/webdashboard/javascript/theme/ui.dialog.css".
04:37:07.4218 PM Received GET request of size 0 for: "/webdashboard/javascript/theme/ui.progressbar.css".
04:37:07.4218 PM Handling request for "/webdashboard/javascript/theme/ui.progressbar.css" mapped to "C:\Program Files\CruiseControl.NET\webdashboard\javascript\theme\ui.progressbar.css".
04:37:07.4218 PM ProcessRequest: Bypassing application server - serving "/webdashboard/javascript/theme/ui.progressbar.css" straight up.
04:37:07.4218 PM SendResponseFromMemory(): Starting serving "/webdashboard/javascript/theme/ui.progressbar.css" as uncompressed (or compressed by application) text/css. HTTP result 200. Data length: 172
04:37:07.4218 PM Written 172 bytes (before compression, if any) in responding to "http://titan:23459/webdashboard/javascript/theme/ui.progressbar.css".
04:37:07.4531 PM Received GET request of size 0 for: "/webdashboard/javascript/theme/ui.resizable.css".
04:37:07.4531 PM Handling request for "/webdashboard/javascript/theme/ui.resizable.css" mapped to "C:\Program Files\CruiseControl.NET\webdashboard\javascript\theme\ui.resizable.css".
04:37:07.4531 PM ProcessRequest: Bypassing application server - serving "/webdashboard/javascript/theme/ui.resizable.css" straight up.
04:37:07.4687 PM SendResponseFromMemory(): Starting serving "/webdashboard/javascript/theme/ui.resizable.css" as uncompressed (or compressed by application) text/css. HTTP result 200. Data length: 1005
04:37:07.4687 PM Written 1005 bytes (before compression, if any) in responding to "http://titan:23459/webdashboard/javascript/theme/ui.resizable.css".
04:37:07.6250 PM Received GET request of size 0 for: "/webdashboard/javascript/jquery.js".
04:37:07.6250 PM Handling request for "/webdashboard/javascript/jquery.js" mapped to "C:\Program Files\CruiseControl.NET\webdashboard\javascript\jquery.js".
04:37:07.6406 PM ProcessRequest: Bypassing application server - serving "/webdashboard/javascript/jquery.js" straight up.
04:37:07.6562 PM SendResponseFromMemory(): Starting serving "/webdashboard/javascript/jquery.js" as uncompressed (or compressed by application) application/x-javascript. HTTP result 200. Data length: 56805
04:37:07.6718 PM Written 56805 bytes (before compression, if any) in responding to "http://titan:23459/webdashboard/javascript/jquery.js".
04:37:07.7968 PM Received GET request of size 0 for: "/webdashboard/javascript/jquery-ui.js".
04:37:07.7968 PM Handling request for "/webdashboard/javascript/jquery-ui.js" mapped to "C:\Program Files\CruiseControl.NET\webdashboard\javascript\jquery-ui.js".
04:37:07.7968 PM ProcessRequest: Bypassing application server - serving "/webdashboard/javascript/jquery-ui.js" straight up.
04:37:07.8593 PM SendResponseFromMemory(): Starting serving "/webdashboard/javascript/jquery-ui.js" as uncompressed (or compressed by application) application/x-javascript. HTTP result 200. Data length: 65536
04:37:07.8750 PM Written 74165 bytes (before compression, if any) in responding to "http://titan:23459/webdashboard/javascript/jquery-ui.js".
04:37:07.9531 PM Received GET request of size 0 for: "/webdashboard/javascript/jquery.metadata.js".
04:37:07.9531 PM Handling request for "/webdashboard/javascript/jquery.metadata.js" mapped to "C:\Program Files\CruiseControl.NET\webdashboard\javascript\jquery.metadata.js".
04:37:08.2812 PM ProcessRequest: Bypassing application server - serving "/webdashboard/javascript/jquery.metadata.js" straight up.
04:37:08.2968 PM SendResponseFromMemory(): Starting serving "/webdashboard/javascript/jquery.metadata.js" as uncompressed (or compressed by application) application/x-javascript. HTTP result 200. Data length: 922
04:37:08.2968 PM Written 922 bytes (before compression, if any) in responding to "http://titan:23459/webdashboard/javascript/jquery.metadata.js".
04:37:08.4218 PM Received GET request of size 0 for: "/webdashboard/javascript/jquery.tablesorter.js".
04:37:08.4218 PM Handling request for "/webdashboard/javascript/jquery.tablesorter.js" mapped to "C:\Program Files\CruiseControl.NET\webdashboard\javascript\jquery.tablesorter.js".
04:37:08.4218 PM ProcessRequest: Bypassing application server - serving "/webdashboard/javascript/jquery.tablesorter.js" straight up.
04:37:08.4375 PM SendResponseFromMemory(): Starting serving "/webdashboard/javascript/jquery.tablesorter.js" as uncompressed (or compressed by application) application/x-javascript. HTTP result 200. Data length: 24211
04:37:08.4375 PM Written 24211 bytes (before compression, if any) in responding to "http://titan:23459/webdashboard/javascript/jquery.tablesorter.js".
04:37:08.5000 PM Received GET request of size 0 for: "/webdashboard/javascript/jquery.tipsy.js".
04:37:08.5000 PM Handling request for "/webdashboard/javascript/jquery.tipsy.js" mapped to "C:\Program Files\CruiseControl.NET\webdashboard\javascript\jquery.tipsy.js".
04:37:08.5937 PM SendResponseFromMemory(): Starting serving "/webdashboard/javascript/jquery.tipsy.js" as uncompressed (or compressed by application) text/html; charset=utf-8. HTTP result 404. Data length: 2328
04:37:08.5937 PM Written 2328 bytes (before compression, if any) in responding to "http://titan:23459/webdashboard/javascript/jquery.tipsy.js".
04:37:08.5937 PM Received GET request of size 0 for: "/webdashboard/themes/noteWorthy/images/bg.jpg".
04:37:08.6093 PM Handling request for "/webdashboard/themes/noteWorthy/images/bg.jpg" mapped to "C:\Program Files\CruiseControl.NET\webdashboard\themes\noteWorthy\images\bg.jpg".
04:37:08.6250 PM ProcessRequest: Bypassing application server - serving "/webdashboard/themes/noteWorthy/images/bg.jpg" straight up.
04:37:08.6250 PM SendResponseFromMemory(): Starting serving "/webdashboard/themes/noteWorthy/images/bg.jpg" as uncompressed (or compressed by application) image/jpeg. HTTP result 200. Data length: 1117
04:37:08.6406 PM Written 1117 bytes (before compression, if any) in responding to "http://titan:23459/webdashboard/themes/noteWorthy/images/bg.jpg".
04:37:08.6718 PM Received GET request of size 0 for: "/webdashboard/themes/noteWorthy/images/top_margin.jpg".
04:37:08.6718 PM Handling request for "/webdashboard/themes/noteWorthy/images/top_margin.jpg" mapped to "C:\Program Files\CruiseControl.NET\webdashboard\themes\noteWorthy\images\top_margin.jpg".
04:37:08.6875 PM ProcessRequest: Bypassing application server - serving "/webdashboard/themes/noteWorthy/images/top_margin.jpg" straight up.
04:37:08.6718 PM Received GET request of size 0 for: "/webdashboard/themes/noteWorthy/images/arrow.gif".
04:37:08.6875 PM Handling request for "/webdashboard/themes/noteWorthy/images/arrow.gif" mapped to "C:\Program Files\CruiseControl.NET\webdashboard\themes\noteWorthy\images\arrow.gif".
04:37:08.6875 PM ProcessRequest: Bypassing application server - serving "/webdashboard/themes/noteWorthy/images/arrow.gif" straight up.
04:37:08.6875 PM SendResponseFromMemory(): Starting serving "/webdashboard/themes/noteWorthy/images/arrow.gif" as uncompressed (or compressed by application) image/gif. HTTP result 200. Data length: 55
04:37:08.6875 PM Written 55 bytes (before compression, if any) in responding to "http://titan:23459/webdashboard/themes/noteWorthy/images/arrow.gif".
04:37:08.6875 PM SendResponseFromMemory(): Starting serving "/webdashboard/themes/noteWorthy/images/top_margin.jpg" as uncompressed (or compressed by application) image/jpeg. HTTP result 200. Data length: 1286
04:37:08.6875 PM Written 1286 bytes (before compression, if any) in responding to "http://titan:23459/webdashboard/themes/noteWorthy/images/top_margin.jpg".
04:37:08.7031 PM Received GET request of size 0 for: "/webdashboard/themes/noteWorthy/images/top_section.jpg".
04:37:08.7031 PM Handling request for "/webdashboard/themes/noteWorthy/images/top_section.jpg" mapped to "C:\Program Files\CruiseControl.NET\webdashboard\themes\noteWorthy\images\top_section.jpg".
04:37:08.7031 PM ProcessRequest: Bypassing application server - serving "/webdashboard/themes/noteWorthy/images/top_section.jpg" straight up.
04:37:08.7031 PM SendResponseFromMemory(): Starting serving "/webdashboard/themes/noteWorthy/images/top_section.jpg" as uncompressed (or compressed by application) image/jpeg. HTTP result 200. Data length: 2853
04:37:08.7187 PM Written 2853 bytes (before compression, if any) in responding to "http://titan:23459/webdashboard/themes/noteWorthy/images/top_section.jpg".
04:37:08.7500 PM Received GET request of size 0 for: "/webdashboard/themes/noteWorthy/images/header.jpg".
04:37:08.7500 PM Handling request for "/webdashboard/themes/noteWorthy/images/header.jpg" mapped to "C:\Program Files\CruiseControl.NET\webdashboard\themes\noteWorthy\images\header.jpg".
04:37:08.7812 PM Received GET request of size 0 for: "/webdashboard/themes/noteWorthy/images/header_bg.gif".
04:37:08.7812 PM Handling request for "/webdashboard/themes/noteWorthy/images/header_bg.gif" mapped to "C:\Program Files\CruiseControl.NET\webdashboard\themes\noteWorthy\images\header_bg.gif".
04:37:08.7812 PM SendResponseFromMemory(): Starting serving "/webdashboard/themes/noteWorthy/images/header_bg.gif" as uncompressed (or compressed by application) text/html; charset=utf-8. HTTP result 404. Data length: 2340
04:37:08.7812 PM Written 2340 bytes (before compression, if any) in responding to "http://titan:23459/webdashboard/themes/noteWorthy/images/header_bg.gif".
04:37:08.7812 PM ProcessRequest: Bypassing application server - serving "/webdashboard/themes/noteWorthy/images/header.jpg" straight up.
04:37:08.8125 PM SendResponseFromMemory(): Starting serving "/webdashboard/themes/noteWorthy/images/header.jpg" as uncompressed (or compressed by application) image/jpeg. HTTP result 200. Data length: 11955
04:37:08.8281 PM Written 11955 bytes (before compression, if any) in responding to "http://titan:23459/webdashboard/themes/noteWorthy/images/header.jpg".
04:37:08.8281 PM Received GET request of size 0 for: "/webdashboard/javascript/theme/images/ui-bg_glass_95_fef1ec_1x400.png".
04:37:08.8281 PM Handling request for "/webdashboard/javascript/theme/images/ui-bg_glass_95_fef1ec_1x400.png" mapped to "C:\Program Files\CruiseControl.NET\webdashboard\javascript\theme\images\ui-bg_glass_95_fef1ec_1x400.png".
04:37:08.8906 PM Received GET request of size 0 for: "/webdashboard/javascript/theme/images/ui-icons_cd0a0a_256x240.png".
04:37:08.8906 PM Handling request for "/webdashboard/javascript/theme/images/ui-icons_cd0a0a_256x240.png" mapped to "C:\Program Files\CruiseControl.NET\webdashboard\javascript\theme\images\ui-icons_cd0a0a_256x240.png".
04:37:08.8906 PM ProcessRequest: Bypassing application server - serving "/webdashboard/javascript/theme/images/ui-icons_cd0a0a_256x240.png" straight up.
04:37:08.8906 PM ProcessRequest: Bypassing application server - serving "/webdashboard/javascript/theme/images/ui-bg_glass_95_fef1ec_1x400.png" straight up.
04:37:08.9062 PM SendResponseFromMemory(): Starting serving "/webdashboard/javascript/theme/images/ui-bg_glass_95_fef1ec_1x400.png" as uncompressed (or compressed by application) image/png. HTTP result 200. Data length: 119
04:37:08.9062 PM Written 119 bytes (before compression, if any) in responding to "http://titan:23459/webdashboard/javascript/theme/images/ui-bg_glass_95_fef1ec_1x400.png".
04:37:08.9062 PM SendResponseFromMemory(): Starting serving "/webdashboard/javascript/theme/images/ui-icons_cd0a0a_256x240.png" as uncompressed (or compressed by application) image/png. HTTP result 200. Data length: 4379
04:37:08.9062 PM Written 4379 bytes (before compression, if any) in responding to "http://titan:23459/webdashboard/javascript/theme/images/ui-icons_cd0a0a_256x240.png".
04:37:09.0312 PM Received GET request of size 0 for: "/webdashboard/AppIcon.ico".
04:37:09.0312 PM Handling request for "/webdashboard/AppIcon.ico" mapped to "C:\Program Files\CruiseControl.NET\webdashboard\AppIcon.ico".
04:37:09.0312 PM SendResponseFromMemory(): Starting serving "/webdashboard/AppIcon.ico" as uncompressed (or compressed by application) text/html; charset=utf-8. HTTP result 404. Data length: 2313
04:37:09.0312 PM Written 2313 bytes (before compression, if any) in responding to "http://titan:23459/webdashboard/AppIcon.ico".
Ultidev Team
#4 Posted : Friday, November 22, 2013 11:56:21 AM(UTC)
Ultidev Team

Groups: Administration
Joined: 11/3/2005(UTC)
Posts: 2,253

Thanks: 28 times
Was thanked: 60 time(s) in 59 post(s)
Hi,

The log posted has no errors, 500 http return codes, just a few 404s. Please advise.

Best regards,
UltiDev Team.
Please donate at http://www.ultidev.com/products/Donate.aspx to help us improve our products.
Guest
#5 Posted : Friday, March 30, 2018 9:21:46 PM(UTC)
Groups:
Joined: 11/1/2005(UTC)
Posts: 278

Message was deleted by a Moderator.
Rss Feed  Atom Feed
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You can vote in polls in this forum.