java.io.FileNotFoundException: SRVE0190E: File not found: /mdta/app/js/jquery.mobile-1.4.2.min.map












0















In my web application, one of the JSP page is not opening in mobile view, while looking for its reason in log file then see that one FileNotFoundException for the file jquery.mobile-1.4.2.min.map is there. I delve further than I found this particular file is being referred in file jquery.mobile-1.4.5.min.js, I deleted the line where jquery.mobile-1.4.2.min.map is written, I updated the main file as well but nothing works and still the same error. Can someone please help me to get rid of this? Any help will be appreciated.
I am attaching the screenshot of logs of error and JS file for better understanding.



Note: I am very new here, I tried making the question crisp and clear but in case anyone needs further info then please let me know.



Error Log:



WARNING: Cannot set header. Response already committed.
ipp/js/jquery.mobile-1.4.2.min.map (Log4JImpl.java, line 24) Lag->false the allowCurrentLoginUsers Flag->false the videoTollingFlag->false the violationsFlag->true the invoicesFlag->false (Log4JImpl.java, line 24)
L09W: Uncaught exception thrown by filter VectorCommonFilter: java.io.FileNotFoundException: SRVE0190E: File not found: /mdta/app/js/jquery.mobile-1.4.2.min.map


JS File










share|improve this question

























  • Please post code and log as text, not as images.

    – Adrian W
    Nov 23 '18 at 9:54











  • WARNING: Cannot set header. Response already committed. ipp/js/jquery.mobile-1.4.2.min.map (Log4JImpl.java, line 24) Lag->false the allowCurrentLoginUsers Flag->false the videoTollingFlag->false the violationsFlag->true the invoicesFlag->false (Log4JImpl.java, line 24) L09W: Uncaught exception thrown by filter VectorCommonFilter: java.io.FileNotFoundException: SRVE0190E: File not found: /mdta/app/js/jquery.mobile-1.4.2.min.map

    – Prabhakar Ojha
    Nov 23 '18 at 10:12











  • First line of JS file: /*! jQuery Mobile 1.4.2 | Git HEAD hash: 9d9a42a <> 2014-02-28T17:32:01Z | (c) 2010, 2014 jQuery Foundation, Inc. | jquery.org/license */ last line of JS file: //# sourceMappingURL=jquery.mobile-1.4.2.min.map. Having boundation of limited text thats why not able to post the whole text.

    – Prabhakar Ojha
    Nov 23 '18 at 10:16











  • That was meant to be edited into the text of your question. A comment does not allow as much text and lacks the capability of formatting blocks of code. Please edit your question and add the full text of your JavaScript to allow others to reproduce your problem. Please don't forget to format the code as such (ctrl/k).

    – Adrian W
    Nov 24 '18 at 8:52
















0















In my web application, one of the JSP page is not opening in mobile view, while looking for its reason in log file then see that one FileNotFoundException for the file jquery.mobile-1.4.2.min.map is there. I delve further than I found this particular file is being referred in file jquery.mobile-1.4.5.min.js, I deleted the line where jquery.mobile-1.4.2.min.map is written, I updated the main file as well but nothing works and still the same error. Can someone please help me to get rid of this? Any help will be appreciated.
I am attaching the screenshot of logs of error and JS file for better understanding.



Note: I am very new here, I tried making the question crisp and clear but in case anyone needs further info then please let me know.



Error Log:



WARNING: Cannot set header. Response already committed.
ipp/js/jquery.mobile-1.4.2.min.map (Log4JImpl.java, line 24) Lag->false the allowCurrentLoginUsers Flag->false the videoTollingFlag->false the violationsFlag->true the invoicesFlag->false (Log4JImpl.java, line 24)
L09W: Uncaught exception thrown by filter VectorCommonFilter: java.io.FileNotFoundException: SRVE0190E: File not found: /mdta/app/js/jquery.mobile-1.4.2.min.map


JS File










share|improve this question

























  • Please post code and log as text, not as images.

    – Adrian W
    Nov 23 '18 at 9:54











  • WARNING: Cannot set header. Response already committed. ipp/js/jquery.mobile-1.4.2.min.map (Log4JImpl.java, line 24) Lag->false the allowCurrentLoginUsers Flag->false the videoTollingFlag->false the violationsFlag->true the invoicesFlag->false (Log4JImpl.java, line 24) L09W: Uncaught exception thrown by filter VectorCommonFilter: java.io.FileNotFoundException: SRVE0190E: File not found: /mdta/app/js/jquery.mobile-1.4.2.min.map

    – Prabhakar Ojha
    Nov 23 '18 at 10:12











  • First line of JS file: /*! jQuery Mobile 1.4.2 | Git HEAD hash: 9d9a42a <> 2014-02-28T17:32:01Z | (c) 2010, 2014 jQuery Foundation, Inc. | jquery.org/license */ last line of JS file: //# sourceMappingURL=jquery.mobile-1.4.2.min.map. Having boundation of limited text thats why not able to post the whole text.

    – Prabhakar Ojha
    Nov 23 '18 at 10:16











  • That was meant to be edited into the text of your question. A comment does not allow as much text and lacks the capability of formatting blocks of code. Please edit your question and add the full text of your JavaScript to allow others to reproduce your problem. Please don't forget to format the code as such (ctrl/k).

    – Adrian W
    Nov 24 '18 at 8:52














0












0








0








In my web application, one of the JSP page is not opening in mobile view, while looking for its reason in log file then see that one FileNotFoundException for the file jquery.mobile-1.4.2.min.map is there. I delve further than I found this particular file is being referred in file jquery.mobile-1.4.5.min.js, I deleted the line where jquery.mobile-1.4.2.min.map is written, I updated the main file as well but nothing works and still the same error. Can someone please help me to get rid of this? Any help will be appreciated.
I am attaching the screenshot of logs of error and JS file for better understanding.



Note: I am very new here, I tried making the question crisp and clear but in case anyone needs further info then please let me know.



Error Log:



WARNING: Cannot set header. Response already committed.
ipp/js/jquery.mobile-1.4.2.min.map (Log4JImpl.java, line 24) Lag->false the allowCurrentLoginUsers Flag->false the videoTollingFlag->false the violationsFlag->true the invoicesFlag->false (Log4JImpl.java, line 24)
L09W: Uncaught exception thrown by filter VectorCommonFilter: java.io.FileNotFoundException: SRVE0190E: File not found: /mdta/app/js/jquery.mobile-1.4.2.min.map


JS File










share|improve this question
















In my web application, one of the JSP page is not opening in mobile view, while looking for its reason in log file then see that one FileNotFoundException for the file jquery.mobile-1.4.2.min.map is there. I delve further than I found this particular file is being referred in file jquery.mobile-1.4.5.min.js, I deleted the line where jquery.mobile-1.4.2.min.map is written, I updated the main file as well but nothing works and still the same error. Can someone please help me to get rid of this? Any help will be appreciated.
I am attaching the screenshot of logs of error and JS file for better understanding.



Note: I am very new here, I tried making the question crisp and clear but in case anyone needs further info then please let me know.



Error Log:



WARNING: Cannot set header. Response already committed.
ipp/js/jquery.mobile-1.4.2.min.map (Log4JImpl.java, line 24) Lag->false the allowCurrentLoginUsers Flag->false the videoTollingFlag->false the violationsFlag->true the invoicesFlag->false (Log4JImpl.java, line 24)
L09W: Uncaught exception thrown by filter VectorCommonFilter: java.io.FileNotFoundException: SRVE0190E: File not found: /mdta/app/js/jquery.mobile-1.4.2.min.map


JS File







jquery






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 23 '18 at 21:19









Adrian W

1,86951420




1,86951420










asked Nov 23 '18 at 9:42









Prabhakar OjhaPrabhakar Ojha

11




11













  • Please post code and log as text, not as images.

    – Adrian W
    Nov 23 '18 at 9:54











  • WARNING: Cannot set header. Response already committed. ipp/js/jquery.mobile-1.4.2.min.map (Log4JImpl.java, line 24) Lag->false the allowCurrentLoginUsers Flag->false the videoTollingFlag->false the violationsFlag->true the invoicesFlag->false (Log4JImpl.java, line 24) L09W: Uncaught exception thrown by filter VectorCommonFilter: java.io.FileNotFoundException: SRVE0190E: File not found: /mdta/app/js/jquery.mobile-1.4.2.min.map

    – Prabhakar Ojha
    Nov 23 '18 at 10:12











  • First line of JS file: /*! jQuery Mobile 1.4.2 | Git HEAD hash: 9d9a42a <> 2014-02-28T17:32:01Z | (c) 2010, 2014 jQuery Foundation, Inc. | jquery.org/license */ last line of JS file: //# sourceMappingURL=jquery.mobile-1.4.2.min.map. Having boundation of limited text thats why not able to post the whole text.

    – Prabhakar Ojha
    Nov 23 '18 at 10:16











  • That was meant to be edited into the text of your question. A comment does not allow as much text and lacks the capability of formatting blocks of code. Please edit your question and add the full text of your JavaScript to allow others to reproduce your problem. Please don't forget to format the code as such (ctrl/k).

    – Adrian W
    Nov 24 '18 at 8:52



















  • Please post code and log as text, not as images.

    – Adrian W
    Nov 23 '18 at 9:54











  • WARNING: Cannot set header. Response already committed. ipp/js/jquery.mobile-1.4.2.min.map (Log4JImpl.java, line 24) Lag->false the allowCurrentLoginUsers Flag->false the videoTollingFlag->false the violationsFlag->true the invoicesFlag->false (Log4JImpl.java, line 24) L09W: Uncaught exception thrown by filter VectorCommonFilter: java.io.FileNotFoundException: SRVE0190E: File not found: /mdta/app/js/jquery.mobile-1.4.2.min.map

    – Prabhakar Ojha
    Nov 23 '18 at 10:12











  • First line of JS file: /*! jQuery Mobile 1.4.2 | Git HEAD hash: 9d9a42a <> 2014-02-28T17:32:01Z | (c) 2010, 2014 jQuery Foundation, Inc. | jquery.org/license */ last line of JS file: //# sourceMappingURL=jquery.mobile-1.4.2.min.map. Having boundation of limited text thats why not able to post the whole text.

    – Prabhakar Ojha
    Nov 23 '18 at 10:16











  • That was meant to be edited into the text of your question. A comment does not allow as much text and lacks the capability of formatting blocks of code. Please edit your question and add the full text of your JavaScript to allow others to reproduce your problem. Please don't forget to format the code as such (ctrl/k).

    – Adrian W
    Nov 24 '18 at 8:52

















Please post code and log as text, not as images.

– Adrian W
Nov 23 '18 at 9:54





Please post code and log as text, not as images.

– Adrian W
Nov 23 '18 at 9:54













WARNING: Cannot set header. Response already committed. ipp/js/jquery.mobile-1.4.2.min.map (Log4JImpl.java, line 24) Lag->false the allowCurrentLoginUsers Flag->false the videoTollingFlag->false the violationsFlag->true the invoicesFlag->false (Log4JImpl.java, line 24) L09W: Uncaught exception thrown by filter VectorCommonFilter: java.io.FileNotFoundException: SRVE0190E: File not found: /mdta/app/js/jquery.mobile-1.4.2.min.map

– Prabhakar Ojha
Nov 23 '18 at 10:12





WARNING: Cannot set header. Response already committed. ipp/js/jquery.mobile-1.4.2.min.map (Log4JImpl.java, line 24) Lag->false the allowCurrentLoginUsers Flag->false the videoTollingFlag->false the violationsFlag->true the invoicesFlag->false (Log4JImpl.java, line 24) L09W: Uncaught exception thrown by filter VectorCommonFilter: java.io.FileNotFoundException: SRVE0190E: File not found: /mdta/app/js/jquery.mobile-1.4.2.min.map

– Prabhakar Ojha
Nov 23 '18 at 10:12













First line of JS file: /*! jQuery Mobile 1.4.2 | Git HEAD hash: 9d9a42a <> 2014-02-28T17:32:01Z | (c) 2010, 2014 jQuery Foundation, Inc. | jquery.org/license */ last line of JS file: //# sourceMappingURL=jquery.mobile-1.4.2.min.map. Having boundation of limited text thats why not able to post the whole text.

– Prabhakar Ojha
Nov 23 '18 at 10:16





First line of JS file: /*! jQuery Mobile 1.4.2 | Git HEAD hash: 9d9a42a <> 2014-02-28T17:32:01Z | (c) 2010, 2014 jQuery Foundation, Inc. | jquery.org/license */ last line of JS file: //# sourceMappingURL=jquery.mobile-1.4.2.min.map. Having boundation of limited text thats why not able to post the whole text.

– Prabhakar Ojha
Nov 23 '18 at 10:16













That was meant to be edited into the text of your question. A comment does not allow as much text and lacks the capability of formatting blocks of code. Please edit your question and add the full text of your JavaScript to allow others to reproduce your problem. Please don't forget to format the code as such (ctrl/k).

– Adrian W
Nov 24 '18 at 8:52





That was meant to be edited into the text of your question. A comment does not allow as much text and lacks the capability of formatting blocks of code. Please edit your question and add the full text of your JavaScript to allow others to reproduce your problem. Please don't forget to format the code as such (ctrl/k).

– Adrian W
Nov 24 '18 at 8:52












0






active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53444112%2fjava-io-filenotfoundexception-srve0190e-file-not-found-mdta-app-js-jquery-mo%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53444112%2fjava-io-filenotfoundexception-srve0190e-file-not-found-mdta-app-js-jquery-mo%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Ottavio Pratesi

Tricia Helfer

15 giugno