• "NetworkError: 404 Not Found - pickers.js

    By Ulrich Krause 1 decade ago

    Getting an "NetworkError: 404 Not Found - http://nuesld15/xsp/.ibmxspres/.extlib/dijit/nls/de-de/pickers.js" error.

    Did a quick test and it turned out that the de-de part of the URL is causing the issue.

    A http://nuesld15/xsp/.ibmxspres/.extlib/dijit/nls/de/pickers.js displays the pickes.js file in browser

    • aditional info

      By Ulrich Krause 1 decade ago
       

       

       

       

      seems that all necessary files are loaded. Perhaps trying to load http://nuesld15/xsp/.ibmxspres/.extlib/dijit/nls/de-de/pickers.js" is obsolete .  

       

          <table cellpadding="0" cellspacing="0" class="spyHeadTable focusRow outerFocusRow" role="listitem">
              <tbody role="presentation">
                  <tr class="spyRow ">
                      <td class="spyTitleCol spyCol ">
      
                              GET <a href="http://nuesld15/xsp/.ibmxspres/.extlib/dijit/nls/pickers.js">http://nuesld15/xsp/.ibmxspres/.extlib/dijit/nls/pickers.js</a></div>
                      </td>
                      <td class="spyCol ">
      
                              200 OK
                      </td>
                      <td class="spyCol ">
                          <img class="spyIcon " src="chrome://firebug/content/blank.gif"/></td>
                      <td class="spyCol ">
                          27ms</td>
                      <td class="spyCol ">
      
                              <a class="objectLink objectLink-sourceLink a11yFocus ">dojo.js (Zeile 14)</a></div>
                      </td>
                  </tr>
              </tbody>
          </table>
      </div>
      

          <table cellpadding="0" cellspacing="0" class="spyHeadTable focusRow outerFocusRow" role="listitem">
              <tbody role="presentation">
                  <tr class="spyRow ">
                      <td class="spyTitleCol spyCol ">
      
                              GET <a href="http://nuesld15/xsp/.ibmxspres/.extlib/dijit/nls/de/pickers.js">http://nuesld15/xsp/.ibmxspres/.extlib/dijit/nls/de/pickers.js</a></div>
                      </td>
                      <td class="spyCol ">
      
                              200 OK
                      </td>
                      <td class="spyCol ">
                          <img class="spyIcon " src="chrome://firebug/content/blank.gif"/></td>
                      <td class="spyCol ">
                          35ms</td>
                      <td class="spyCol ">
      
                              <a class="objectLink objectLink-sourceLink a11yFocus ">dojo.js (Zeile 14)</a></div>
                      </td>
                  </tr>
              </tbody>
          </table>
      </div>
      

          <table cellpadding="0" cellspacing="0" class="spyHeadTable focusRow outerFocusRow" role="listitem">
              <tbody role="presentation">
                  <tr class="spyRow ">
                      <td class="spyTitleCol spyCol ">
      
                              GET <a href="http://nuesld15/xsp/.ibmxspres/.extlib/dijit/nls/de-de/pickers.js">http://nuesld15/xsp/.ibmxspres/.extlib/dijit/nls/de-de/pickers.js</a></div>
                      </td>
                      <td class="spyCol ">
      
                              404 Not Found
                      </td>
                      <td class="spyCol ">
                          <img class="spyIcon " src="chrome://firebug/content/blank.gif"/></td>
                      <td class="spyCol ">
                          81ms</td>
                      <td class="spyCol ">
      
                              <a class="objectLink objectLink-sourceLink a11yFocus ">dojo.js (Zeile 14)</a></div>
                      </td>
                  </tr>
              </tbody>
          </table>
      </div>
      

      "NetworkError: 404 Not Found - http://nuesld15/xsp/.ibmxspres/.extlib/dijit/nls/de-de/pickers.js"

  • This is due to the way Dojo works

    By Philippe Riand 1 decade ago

    It tries to read all the locale files (default, de, de-de) and merge them. The 2 solutions are:

    1- Provide the translated files. They are not on openNTF, but with UP1

    2- If you use the aggregator, then localization files are aggregated on the server and you should not get this message