Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
12-21-2017 11:40 AM
Hello,
i'm new to appdynamics and was hoping i can find an answer here for the error i'm facing.
So far this is what i have.
1. controller configured and working.
2. installed javaagent on my weblogic server.
3. configured controller-info.xml and startWebLogic.sh
when i spin up Weblogic server, i get an error:
"[Fatal Error] :120:20: Attribute name "install" associated with an element type "agent" must be followed by the ' = ' character."
"[Thread-0] AgentInstallManager - Could not parseAgent Identity XML FileAttribute name "install" associated with an element type "agent" must be followed by the ' = ' character.Exception com.appdynamics.org.xml.sax.SAXParseException: Attribute name "install" associated with an element type "agent" must be followed by the ' = ' character."
I double checked all the configurations that i have made but i can't locate where i'm missing ' = '.
Please HALP!
Solved! Go to Solution.
12-21-2017 01:20 PM
Without looking at your code, it would be hard to tell what's wrong. But...I Googled this error and this came up:
I found two sites that said that a line like this:
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
Should use async="async"
or async=""
instead of just async
.
Cody
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form