Error when starting the Application Insights Agent for Java





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







0















I have configured my environment as described in this link for the Application Insights Agent for Java: https://docs.microsoft.com/en-us/azure/azure-monitor/app/java-agent



I configure an environment variable so that the Java Options are set with the option "-javaagent:" set to the directory where the agent jar file is located and the associated AI-Agent.xml file. I continue to get a startup error:
"[Fatal Error] AI-Agent.xml:1:10: The processing instruction target matching [xX][mM][lL]" is not allowed."



The configuration file contains the default values from the above link. I have also tried other times where I have removed everything except for the outer tags but still get the same error so I do not believe the config file is the issue. Does anyone know what this message means?










share|improve this question























  • could you please expand, a bit more. This is not something I have seen happening. What java version your app is on and what kind of application you have?

    – Dhaval Doshi
    Jan 4 at 22:16











  • This is a custom application that uses SpringBoot. I am running java version 1.8.0_191-b12. It does not matter how I start my application I get the same error. For example, different ways I have tried are: mvn springboot:run ..., mvnDebug springboot:run, or java -javaagent:Capplicationinsights-agent-2.3.0.jar -jar myjar.war. I continue to get this error: [Fatal Error] AI-Agent.xml:1:10: The processing instruction target matching "[xX][mM][lL]" is not allowed.

    – plex4r
    Jan 7 at 14:06




















0















I have configured my environment as described in this link for the Application Insights Agent for Java: https://docs.microsoft.com/en-us/azure/azure-monitor/app/java-agent



I configure an environment variable so that the Java Options are set with the option "-javaagent:" set to the directory where the agent jar file is located and the associated AI-Agent.xml file. I continue to get a startup error:
"[Fatal Error] AI-Agent.xml:1:10: The processing instruction target matching [xX][mM][lL]" is not allowed."



The configuration file contains the default values from the above link. I have also tried other times where I have removed everything except for the outer tags but still get the same error so I do not believe the config file is the issue. Does anyone know what this message means?










share|improve this question























  • could you please expand, a bit more. This is not something I have seen happening. What java version your app is on and what kind of application you have?

    – Dhaval Doshi
    Jan 4 at 22:16











  • This is a custom application that uses SpringBoot. I am running java version 1.8.0_191-b12. It does not matter how I start my application I get the same error. For example, different ways I have tried are: mvn springboot:run ..., mvnDebug springboot:run, or java -javaagent:Capplicationinsights-agent-2.3.0.jar -jar myjar.war. I continue to get this error: [Fatal Error] AI-Agent.xml:1:10: The processing instruction target matching "[xX][mM][lL]" is not allowed.

    – plex4r
    Jan 7 at 14:06
















0












0








0








I have configured my environment as described in this link for the Application Insights Agent for Java: https://docs.microsoft.com/en-us/azure/azure-monitor/app/java-agent



I configure an environment variable so that the Java Options are set with the option "-javaagent:" set to the directory where the agent jar file is located and the associated AI-Agent.xml file. I continue to get a startup error:
"[Fatal Error] AI-Agent.xml:1:10: The processing instruction target matching [xX][mM][lL]" is not allowed."



The configuration file contains the default values from the above link. I have also tried other times where I have removed everything except for the outer tags but still get the same error so I do not believe the config file is the issue. Does anyone know what this message means?










share|improve this question














I have configured my environment as described in this link for the Application Insights Agent for Java: https://docs.microsoft.com/en-us/azure/azure-monitor/app/java-agent



I configure an environment variable so that the Java Options are set with the option "-javaagent:" set to the directory where the agent jar file is located and the associated AI-Agent.xml file. I continue to get a startup error:
"[Fatal Error] AI-Agent.xml:1:10: The processing instruction target matching [xX][mM][lL]" is not allowed."



The configuration file contains the default values from the above link. I have also tried other times where I have removed everything except for the outer tags but still get the same error so I do not believe the config file is the issue. Does anyone know what this message means?







azure-application-insights azure-java-sdk






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jan 4 at 17:07









plex4rplex4r

135




135













  • could you please expand, a bit more. This is not something I have seen happening. What java version your app is on and what kind of application you have?

    – Dhaval Doshi
    Jan 4 at 22:16











  • This is a custom application that uses SpringBoot. I am running java version 1.8.0_191-b12. It does not matter how I start my application I get the same error. For example, different ways I have tried are: mvn springboot:run ..., mvnDebug springboot:run, or java -javaagent:Capplicationinsights-agent-2.3.0.jar -jar myjar.war. I continue to get this error: [Fatal Error] AI-Agent.xml:1:10: The processing instruction target matching "[xX][mM][lL]" is not allowed.

    – plex4r
    Jan 7 at 14:06





















  • could you please expand, a bit more. This is not something I have seen happening. What java version your app is on and what kind of application you have?

    – Dhaval Doshi
    Jan 4 at 22:16











  • This is a custom application that uses SpringBoot. I am running java version 1.8.0_191-b12. It does not matter how I start my application I get the same error. For example, different ways I have tried are: mvn springboot:run ..., mvnDebug springboot:run, or java -javaagent:Capplicationinsights-agent-2.3.0.jar -jar myjar.war. I continue to get this error: [Fatal Error] AI-Agent.xml:1:10: The processing instruction target matching "[xX][mM][lL]" is not allowed.

    – plex4r
    Jan 7 at 14:06



















could you please expand, a bit more. This is not something I have seen happening. What java version your app is on and what kind of application you have?

– Dhaval Doshi
Jan 4 at 22:16





could you please expand, a bit more. This is not something I have seen happening. What java version your app is on and what kind of application you have?

– Dhaval Doshi
Jan 4 at 22:16













This is a custom application that uses SpringBoot. I am running java version 1.8.0_191-b12. It does not matter how I start my application I get the same error. For example, different ways I have tried are: mvn springboot:run ..., mvnDebug springboot:run, or java -javaagent:Capplicationinsights-agent-2.3.0.jar -jar myjar.war. I continue to get this error: [Fatal Error] AI-Agent.xml:1:10: The processing instruction target matching "[xX][mM][lL]" is not allowed.

– plex4r
Jan 7 at 14:06







This is a custom application that uses SpringBoot. I am running java version 1.8.0_191-b12. It does not matter how I start my application I get the same error. For example, different ways I have tried are: mvn springboot:run ..., mvnDebug springboot:run, or java -javaagent:Capplicationinsights-agent-2.3.0.jar -jar myjar.war. I continue to get this error: [Fatal Error] AI-Agent.xml:1:10: The processing instruction target matching "[xX][mM][lL]" is not allowed.

– plex4r
Jan 7 at 14:06














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%2f54043267%2ferror-when-starting-the-application-insights-agent-for-java%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%2f54043267%2ferror-when-starting-the-application-insights-agent-for-java%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

Mossoró

Can't read property showImagePicker of undefined in react native iOS

Pushsharp Apns notification error: 'InvalidToken'