I tried to instrument java web logic application 12.1 .3.0.0 , the environment variable was added and the startweblogic.bat is changed as in WebLogic Application Server but when the server restarted it didn't come up again till I removed the parameters .
Answer by Saad T. ·
I managed to make the agent working after uninstalling and reinstall the agent 6.2 , but Now I have another issue the web server agent is shown in agent overview and it's injected in the JS application code But No visits is shown in visits Dashlet .
Any idea to solve the problem ?
Use the UEM Health Check to make sure injection of the JS Agent really works correctly and that the monitor signal can be sent back. Typical issue is that the default injection happens on the root URL /dtagent and /dynatracemonitor which is often blocked. You can change that in the System Profile -> User Experience Settings
Also - check out my youtube tutorial on Advanced UEM: https://www.youtube.com/watch?v=o0IOW6o379k&index=18&list=PLqt2rd0eew1bmDn54E2_M2uvbhm_WxY_6
Answer by Saad T. ·
richard.boyd@dynatrace.com I tried the short path , double quotes aren't accepted . Arguments accept only single quotes
dmauney@outlook.com yes it come up if I put the arguments only with single quotes , There is no log files for the agent , the Agent isn't shown in agent overview
Answer by Dave M. ·
The short path, sym link or full path with double quotes should all work...
Initially, you said the WebLogic was not coming up at all until you removed the parameter. It sounds like you now have it coming up but not connecting? Is there any log file for the agent? Is the agent connecting to the collector? Is the agent seen in the agents overview with some error? Can you summarize the latest symptom of the problem?
Answer by Saad T. ·
-agentpath:'C:\Program Files\dynaTrace\dynaTrace 6.2\agent\lib64\dtagent.dll'=name=OracleWebLogic_Test,server=2P-Test:9998
Can you try the short path? This is where I usually have the most success when dealing with WebLogic on Windows
You can get the short path by starting at C:\ in a command prompt and running 'dir /x' to see the short path name for each sub-folder, then 'cd' into that folder and repeat until you're past any spaces in your path.
For instance, mine is "c:\PROGRA~1\dynaTrace\DYNATR~1.0\agent\lib64\dtagent.dll" but depends on bitness of the OS and what else has been installed there, etc.
Hope that helps,
Rick B
Answer by Saad T. ·
No , I mean should I put the symbolic link in a specific location ? I make it under C:\ , I tried still couldn't connect , I also changed the installed agent since it was 32 . the path is correct and verified , do you think the path with single quotation will work ?
Answer by Dave M. ·
JANUARY 15, 3:00 PM GMT / 10:00 AM ET