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!
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
.
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
.