jQWidgets Forums
jQuery UI Widgets › Forums › DataTable › jqxDataTable loading data problem -Intermittent issue
This topic contains 2 replies, has 2 voices, and was last updated by ivailo 9 years ago.
-
Author
-
jqxDataTable loading data when I run the app from Visual studio but not loading data when the app is called from IIS
BUT NO CHANGE IN CODE
When invoked the same from IIS ,shows below error in developer tool – and show NO DATA TO DISPLAY in GRID …Please help to understand this issue
DEVELOPER TOOLS ERROR IN CHROME
===============================
GET http://localhost/WebDesign/jqxtable?filterslength=0&pagenum=0&pagesize=5&_=1456498295261 404 (Not Found)send @ jqxdata.js:7
i.extend.ajax @ jqxdata.js:7i.jqx.dataAdapter.dataBind @ jqxdata.js:7databind @ jqxdatatable.js:7b.extend.databind @ jqxdatatable.js:7b.extend.render @ jqxdatatable.js:7b.extend.createInstance @ jqxdatatable.js:7a.jqx.applyWidget @ jqxcore.js:7(anonymous function) @ jqxcore.js:7jQuery.extend.each @ jquery-2.2.0.js:360jQuery.fn.jQuery.each @ jquery-2.2.0.js:137a.fn.(anonymous function) @ jqxcore.js:7(anonymous function) @ Datagrid:241fire @ jquery-2.2.0.js:3182self.fireWith @ jquery-2.2.0.js:3312jQuery.extend.ready @ jquery-2.2.0.js:3531completed @ jquery-2.2.0.js:3547\NETWORK TAB OF DEVELOPER TOOLS – RESPONSE DETAILS BELOW
========================================================
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>IIS 8.5 Detailed Error - 404.0 - Not Found</title> <style type="text/css"> <!-- body{margin:0;font-size:.7em;font-family:Verdana,Arial,Helvetica,sans-serif;} code{margin:0;color:#006600;font-size:1.1em;font-weight:bold;} .config_source code{font-size:.8em;color:#000000;} pre{margin:0;font-size:1.4em;word-wrap:break-word;} ul,ol{margin:10px 0 10px 5px;} ul.first,ol.first{margin-top:5px;} fieldset{padding:0 15px 10px 15px;word-break:break-all;} .summary-container fieldset{padding-bottom:5px;margin-top:4px;} legend.no-expand-all{padding:2px 15px 4px 10px;margin:0 0 0 -12px;} legend{color:#333333;;margin:4px 0 8px -12px;_margin-top:0px; font-weight:bold;font-size:1em;} a:link,a:visited{color:#007EFF;font-weight:bold;} a:hover{text-decoration:none;} h1{font-size:2.4em;margin:0;color:#FFF;} h2{font-size:1.7em;margin:0;color:#CC0000;} h3{font-size:1.4em;margin:10px 0 0 0;color:#CC0000;} h4{font-size:1.2em;margin:10px 0 5px 0; }#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS",Verdana,sans-serif; color:#FFF;background-color:#5C87B2; }#content{margin:0 0 0 2%;position:relative;} .summary-container,.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;} .content-container p{margin:0 0 10px 0; }#details-left{width:35%;float:left;margin-right:2%; }#details-right{width:63%;float:left;overflow:hidden; }#server_version{width:96%;_height:1px;min-height:1px;margin:0 0 5px 0;padding:11px 2% 8px 2%;color:#FFFFFF; background-color:#5A7FA5;border-bottom:1px solid #C1CFDD;border-top:1px solid #4A6C8E;font-weight:normal; font-size:1em;color:#FFF;text-align:right; }#server_version p{margin:5px 0;} table{margin:4px 0 4px 0;width:100%;border:none;} td,th{vertical-align:top;padding:3px 0;text-align:left;font-weight:normal;border:none;} th{width:30%;text-align:right;padding-right:2%;font-weight:bold;} thead th{background-color:#ebebeb;width:25%; }#details-right th{width:20%;} table tr.alt td,table tr.alt th{} .highlight-code{color:#CC0000;font-weight:bold;font-style:italic;} .clear{clear:both;} .preferred{padding:0 5px 2px 5px;font-weight:normal;background:#006633;color:#FFF;font-size:.8em;} --> </style> </head> <body> <div id="content"> <div class="content-container"> <h3>HTTP Error 404.0 - Not Found</h3> <h4>The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.</h4> </div> <div class="content-container"> <fieldset><h4>Most likely causes:</h4> <ul> <li>The directory or file specified does not exist on the Web server.</li> <li>The URL contains a typographical error.</li> <li>A custom filter or module, such as URLScan, restricts access to the file.</li> </ul> </fieldset> </div> <div class="content-container"> <fieldset><h4>Things you can try:</h4> <ul> <li>Create the content on the Web server.</li> <li>Review the browser URL.</li> <li>Create a tracing rule to track failed requests for this HTTP status code and see which module is calling SetStatus. For more information about creating a tracing rule for failed requests, click <a href="http://go.microsoft.com/fwlink/?LinkID=66439">here</a>. </li> </ul> </fieldset> </div> <div class="content-container"> <fieldset><h4>Detailed Error Information:</h4> <div id="details-left"> <table border="0" cellpadding="0" cellspacing="0"> <tr class="alt"><th>Module</th><td> IIS Web Core</td></tr> <tr><th>Notification</th><td> MapRequestHandler</td></tr> <tr class="alt"><th>Handler</th><td> StaticFile</td></tr> <tr><th>Error Code</th><td> 0x80070002</td></tr> </table> </div> <div id="details-right"> <table border="0" cellpadding="0" cellspacing="0"> <tr class="alt"><th>Requested URL</th><td> http://localhost:80/WebDesign/jqxtable?filterslength=0&pagenum=0&pagesize=5&_=1456498295261</td></tr> <tr><th>Physical Path</th><td> C:\inetpub\wwwroot\WebDesign\jqxtable</td></tr> <tr class="alt"><th>Logon Method</th><td> Anonymous</td></tr> <tr><th>Logon User</th><td> Anonymous</td></tr> </table> <div class="clear"></div> </div> </fieldset> </div> <div class="content-container"> <fieldset><h4>More Information:</h4> This error means that the file or directory does not exist on the server. Create the file or directory and try the request again. <p><a href="http://go.microsoft.com/fwlink/?LinkID=62293&IIS70Error=404,0,0x80070002,9600">View more information »</a></p> </fieldset> </div> </div> </body> </html>
From IIS
Request URL:http://localhost/WebDesign/jqxtable?filterslength=0&pagenum=0&pagesize=5&_=1456498295261 Request Method:GET Status Code:404 Not Found Remote Address:127.0.0.1:80 Response Headers view source Cache-Control:private Content-Length:4918 Content-Type:text/html; charset=utf-8 Date:Fri, 26 Feb 2016 14:51:34 GMT Server:Microsoft-IIS/8.5 X-Powered-By:ASP.NET Request Headers view source Accept:application/json, text/javascript, */*; q=0.01 Accept-Encoding:gzip, deflate, sdch Accept-Language:en-US,en;q=0.8 Connection:keep-alive Content-Type:application/x-www-form-urlencoded Cookie:__RequestVerificationToken_L1ByYWN0aWNlIE1vZGlmaWVkIFBvcnQgYW5kIENzcHJvag2=Ugb2go6MdecwRN37uQ5WVxKlLuvBiIxksMo1JFGi8oVHeZb0qOvoXeb10SZtVvMiAqPN_kiC1sxbQVWbm4ZFzNjumVVxn5DRpTTMqeXb2S81 Host:localhost Referer:http://localhost/Practice%20Modified%20Port%20and%20Csproj/WebDesign/Datagrid User-Agent:Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 X-Requested-With:XMLHttpRequest Query String Parameters view source view URL encoded filterslength:0 pagenum:0 pagesize:5 _:1456498295261 Name jqxtable?filterslength=0&pagenum=0&pagesize=5&_=1456498295261
From Visual StudioRequest URL:http://localhost:50000/WebDesign/jqxtable?filterslength=0&pagenum=0&pagesize=5&_=1456498294977 Request Method:GET Status Code:200 OK Remote Address:127.0.0.1:50000 Response Headers view source Cache-Control:private Content-Length:787 Content-Type:application/json; charset=utf-8 Date:Fri, 26 Feb 2016 14:51:36 GMT Server:Microsoft-IIS/10.0 X-AspNet-Version:4.0.30319 X-AspNetMvc-Version:5.2 X-Powered-By:ASP.NET X-SourceFiles:=?UTF-8?B?RDpcTVMgRG90TmV0XE93biBQcm9qZWN0cyBCYWNrdXBzXFNhZmUgQmFja3Vwc1xQcmFjdGljZSBDb3JyZWN0ZWQgY3Nwcm9qIGZpbGUgd29ya2luZyBlbXB0eSBsaW5lIGluIGJlZ2lubmluZyBvZiBmaWxlXFByYWN0aWNlXFdlYkRlc2lnblxqcXh0YWJsZQ==?= Request Headers view source Accept:application/json, text/javascript, */*; q=0.01 Accept-Encoding:gzip, deflate, sdch Accept-Language:en-US,en;q=0.8 Connection:keep-alive Content-Type:application/x-www-form-urlencoded Cookie:__RequestVerificationToken_L1ByYWN0aWNlIE1vZGlmaWVkIFBvcnQgYW5kIENzcHJvag2=Ugb2go6MdecwRN37uQ5WVxKlLuvBiIxksMo1JFGi8oVHeZb0qOvoXeb10SZtVvMiAqPN_kiC1sxbQVWbm4ZFzNjumVVxn5DRpTTMqeXb2S81 Host:localhost:50000 Referer:http://localhost:50000/WebDesign/Datagrid User-Agent:Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 X-Requested-With:XMLHttpRequest Query String Parameters view source view URL encoded filterslength:0 pagenum:0 pagesize:5 _:1456498294977 Name jqxtable?filterslength=0&pagenum=0&pagesize=5&_=1456498294977 negotiate?requestUrl=http%3A%2F%2Flocalhost%3A50000%2FWebDesign%2FDatagrid&browserName=Chrome&userAgent=Mozilla%2F5.0+(Windows+NT+6.3%3B+WOW64)+AppleWebKit%2F537.36+(KHTML%2C+like+Gecko)+Chrome%2F47.0.2526.111+Safari%2F537.36&clientProtocol=1.3&_=1456498295180 c365129fd640459bb2fbfddfdda3cc90?version=2 ping?requestUrl=http%3A%2F%2Flocalhost%3A50000%2FWebDesign%2FDatagrid&browserName=Chrome&userAgent=Mozilla%2F5.0+(Windows+NT+6.3%3B+WOW64)+AppleWebKit%2F537.36+(KHTML%2C+like+Gecko)+Chrome%2F47.0.2526.111+Safari%2F537.36&_=1456498596514 ping?requestUrl=http%3A%2F%2Flocalhost%3A50000%2FWebDesign%2FDatagrid&browserName=Chrome&userAgent=Mozilla%2F5.0+(Windows+NT+6.3%3B+WOW64)+AppleWebKit%2F537.36+(KHTML%2C+like+Gecko)+Chrome%2F47.0.2526.111+Safari%2F537.36&_=1456498896519 ping?requestUrl=http%3A%2F%2Flocalhost%3A50000%2FWebDesign%2FDatagrid&browserName=Chrome&userAgent=Mozilla%2F5.0+(Windows+NT+6.3%3B+WOW64)+AppleWebKit%2F537.36+(KHTML%2C+like+Gecko)+Chrome%2F47.0.2526.111+Safari%2F537.36&_=1456499196515 ping?requestUrl=http%3A%2F%2Flocalhost%3A50000%2FWebDesign%2FDatagrid&browserName=Chrome&userAgent=Mozilla%2F5.0+(Windows+NT+6.3%3B+WOW64)+AppleWebKit%2F537.36+(KHTML%2C+like+Gecko)+Chrome%2F47.0.2526.111+Safari%2F537.36&_=1456499496517
Hi Siraj,
This problem is not related to the widget.
Please check your server settings.Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.com -
AuthorPosts
You must be logged in to reply to this topic.