What is “~[task/:na]” or “~[na:na]” in a Java stack trace?











up vote
1
down vote

favorite
1












Java stack traces in AWS Lambda now include some extraneous new stuff at the end of each line:



at com.cth.rets.indexer.App.lambda$0(App.java:53) [task/:na]
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:792) ~[task/:na]
at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:776) ~[task/:na]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) ~[task/:na]
at com.cth.rets.indexer.App.lambdaHandler(App.java:47) [task/:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_181]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_181]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_181]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_181]
at lambdainternal.EventHandlerLoader$StreamMethodRequestHandler.handleRequest(EventHandlerLoader.java:350) ~[na:na]
at lambdainternal.EventHandlerLoader$2.call(EventHandlerLoader.java:888) ~[na:na]
at lambdainternal.AWSLambda.startRuntime(AWSLambda.java:293) ~[na:na]
at lambdainternal.AWSLambda.<clinit>(AWSLambda.java:64) ~[na:na]
at java.lang.Class.forName0(Native Method) ~[na:1.8.0_181]
at java.lang.Class.forName(Class.java:348) ~[na:1.8.0_181]
at lambdainternal.LambdaRTEntry.main(LambdaRTEntry.java:104) ~[LambdaJavaRTEntry-1.0.jar:na]


What do all the little extra ~[...] things mean?










share|improve this question






















  • ~ is a common symbol for "approximately", and na means "Not Avaliable".
    – Andreas
    Nov 21 at 19:07






  • 1




    oh yeah, I could have guessed that too :-) But it doesn't make any sense in a Java stack trace. And it wasn't there before.
    – Alex R
    Nov 21 at 19:08

















up vote
1
down vote

favorite
1












Java stack traces in AWS Lambda now include some extraneous new stuff at the end of each line:



at com.cth.rets.indexer.App.lambda$0(App.java:53) [task/:na]
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:792) ~[task/:na]
at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:776) ~[task/:na]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) ~[task/:na]
at com.cth.rets.indexer.App.lambdaHandler(App.java:47) [task/:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_181]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_181]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_181]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_181]
at lambdainternal.EventHandlerLoader$StreamMethodRequestHandler.handleRequest(EventHandlerLoader.java:350) ~[na:na]
at lambdainternal.EventHandlerLoader$2.call(EventHandlerLoader.java:888) ~[na:na]
at lambdainternal.AWSLambda.startRuntime(AWSLambda.java:293) ~[na:na]
at lambdainternal.AWSLambda.<clinit>(AWSLambda.java:64) ~[na:na]
at java.lang.Class.forName0(Native Method) ~[na:1.8.0_181]
at java.lang.Class.forName(Class.java:348) ~[na:1.8.0_181]
at lambdainternal.LambdaRTEntry.main(LambdaRTEntry.java:104) ~[LambdaJavaRTEntry-1.0.jar:na]


What do all the little extra ~[...] things mean?










share|improve this question






















  • ~ is a common symbol for "approximately", and na means "Not Avaliable".
    – Andreas
    Nov 21 at 19:07






  • 1




    oh yeah, I could have guessed that too :-) But it doesn't make any sense in a Java stack trace. And it wasn't there before.
    – Alex R
    Nov 21 at 19:08















up vote
1
down vote

favorite
1









up vote
1
down vote

favorite
1






1





Java stack traces in AWS Lambda now include some extraneous new stuff at the end of each line:



at com.cth.rets.indexer.App.lambda$0(App.java:53) [task/:na]
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:792) ~[task/:na]
at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:776) ~[task/:na]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) ~[task/:na]
at com.cth.rets.indexer.App.lambdaHandler(App.java:47) [task/:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_181]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_181]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_181]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_181]
at lambdainternal.EventHandlerLoader$StreamMethodRequestHandler.handleRequest(EventHandlerLoader.java:350) ~[na:na]
at lambdainternal.EventHandlerLoader$2.call(EventHandlerLoader.java:888) ~[na:na]
at lambdainternal.AWSLambda.startRuntime(AWSLambda.java:293) ~[na:na]
at lambdainternal.AWSLambda.<clinit>(AWSLambda.java:64) ~[na:na]
at java.lang.Class.forName0(Native Method) ~[na:1.8.0_181]
at java.lang.Class.forName(Class.java:348) ~[na:1.8.0_181]
at lambdainternal.LambdaRTEntry.main(LambdaRTEntry.java:104) ~[LambdaJavaRTEntry-1.0.jar:na]


What do all the little extra ~[...] things mean?










share|improve this question













Java stack traces in AWS Lambda now include some extraneous new stuff at the end of each line:



at com.cth.rets.indexer.App.lambda$0(App.java:53) [task/:na]
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:792) ~[task/:na]
at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:776) ~[task/:na]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) ~[task/:na]
at com.cth.rets.indexer.App.lambdaHandler(App.java:47) [task/:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_181]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_181]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_181]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_181]
at lambdainternal.EventHandlerLoader$StreamMethodRequestHandler.handleRequest(EventHandlerLoader.java:350) ~[na:na]
at lambdainternal.EventHandlerLoader$2.call(EventHandlerLoader.java:888) ~[na:na]
at lambdainternal.AWSLambda.startRuntime(AWSLambda.java:293) ~[na:na]
at lambdainternal.AWSLambda.<clinit>(AWSLambda.java:64) ~[na:na]
at java.lang.Class.forName0(Native Method) ~[na:1.8.0_181]
at java.lang.Class.forName(Class.java:348) ~[na:1.8.0_181]
at lambdainternal.LambdaRTEntry.main(LambdaRTEntry.java:104) ~[LambdaJavaRTEntry-1.0.jar:na]


What do all the little extra ~[...] things mean?







java aws-lambda






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 21 at 18:56









Alex R

4,03294796




4,03294796












  • ~ is a common symbol for "approximately", and na means "Not Avaliable".
    – Andreas
    Nov 21 at 19:07






  • 1




    oh yeah, I could have guessed that too :-) But it doesn't make any sense in a Java stack trace. And it wasn't there before.
    – Alex R
    Nov 21 at 19:08




















  • ~ is a common symbol for "approximately", and na means "Not Avaliable".
    – Andreas
    Nov 21 at 19:07






  • 1




    oh yeah, I could have guessed that too :-) But it doesn't make any sense in a Java stack trace. And it wasn't there before.
    – Alex R
    Nov 21 at 19:08


















~ is a common symbol for "approximately", and na means "Not Avaliable".
– Andreas
Nov 21 at 19:07




~ is a common symbol for "approximately", and na means "Not Avaliable".
– Andreas
Nov 21 at 19:07




1




1




oh yeah, I could have guessed that too :-) But it doesn't make any sense in a Java stack trace. And it wasn't there before.
– Alex R
Nov 21 at 19:08






oh yeah, I could have guessed that too :-) But it doesn't make any sense in a Java stack trace. And it wasn't there before.
– Alex R
Nov 21 at 19:08














1 Answer
1






active

oldest

votes

















up vote
1
down vote














What do all the little extra ~[...] things mean?




Logging frameworks will use the tilde to denote that the class packaging information it displays might or might not be correct.



For example, here's an exerpt from the logback documentation:




when it is unable to guarantee the absolute correctness of the
information, then it will prefix the data with a tilde, i.e. the '~'
character.




An na to the left of the : means the jar or resource from which the method is being called is unknown and an na to the right of the : means the resource's version is unknown.






share|improve this answer























    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',
    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%2f53418852%2fwhat-is-task-na-or-nana-in-a-java-stack-trace%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    1
    down vote














    What do all the little extra ~[...] things mean?




    Logging frameworks will use the tilde to denote that the class packaging information it displays might or might not be correct.



    For example, here's an exerpt from the logback documentation:




    when it is unable to guarantee the absolute correctness of the
    information, then it will prefix the data with a tilde, i.e. the '~'
    character.




    An na to the left of the : means the jar or resource from which the method is being called is unknown and an na to the right of the : means the resource's version is unknown.






    share|improve this answer



























      up vote
      1
      down vote














      What do all the little extra ~[...] things mean?




      Logging frameworks will use the tilde to denote that the class packaging information it displays might or might not be correct.



      For example, here's an exerpt from the logback documentation:




      when it is unable to guarantee the absolute correctness of the
      information, then it will prefix the data with a tilde, i.e. the '~'
      character.




      An na to the left of the : means the jar or resource from which the method is being called is unknown and an na to the right of the : means the resource's version is unknown.






      share|improve this answer

























        up vote
        1
        down vote










        up vote
        1
        down vote










        What do all the little extra ~[...] things mean?




        Logging frameworks will use the tilde to denote that the class packaging information it displays might or might not be correct.



        For example, here's an exerpt from the logback documentation:




        when it is unable to guarantee the absolute correctness of the
        information, then it will prefix the data with a tilde, i.e. the '~'
        character.




        An na to the left of the : means the jar or resource from which the method is being called is unknown and an na to the right of the : means the resource's version is unknown.






        share|improve this answer















        What do all the little extra ~[...] things mean?




        Logging frameworks will use the tilde to denote that the class packaging information it displays might or might not be correct.



        For example, here's an exerpt from the logback documentation:




        when it is unable to guarantee the absolute correctness of the
        information, then it will prefix the data with a tilde, i.e. the '~'
        character.




        An na to the left of the : means the jar or resource from which the method is being called is unknown and an na to the right of the : means the resource's version is unknown.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Nov 21 at 20:46

























        answered Nov 21 at 20:29









        gfos

        337215




        337215






























             

            draft saved


            draft discarded



















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53418852%2fwhat-is-task-na-or-nana-in-a-java-stack-trace%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

            What visual should I use to simply compare current year value vs last year in Power BI desktop

            Alexandru Averescu

            Trompette piccolo