• Forums
    • Public Forums
      • Community Connect
      • Dynatrace
        • Dynatrace Open Q&A
      • Application Monitoring & UEM
        • AppMon & UEM Open Q&A
      • Network Application Monitoring
        • NAM Open Q&A
  • Home /
  • Public Forums /
  • Application Monitoring & UEM /
  • AppMon & UEM Open Q&A /
avatar image
Question by Saad T. · Jun 21, 2015 at 02:00 PM ·

web logic instrumentation failed

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 . 

Comment

People who like this

0 Show 0
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

16 Replies

  • Sort: 
  • Most voted
  • Newest
  • Oldest
avatar image

Answer by Saad T. · Jun 24, 2015 at 04:03 PM

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 ?

Comment

People who like this

0 Show 1 · Share
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

avatar image Andreas G. ♦ · Jun 24, 2015 at 05:19 PM 0
Share

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

avatar image

Answer by Saad T. · Jun 24, 2015 at 01:18 AM

yes it's accepted but it couldn't connect 

still there is no agent logs 

Comment

People who like this

0 Show 1 · Share
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

avatar image Rick B. · Jun 24, 2015 at 01:32 AM 0
Share

You may need to open a ticket then to get a closer look at exactly what's not working.  You can reach the support portal through the "Support" link at the top of the page

avatar image

Answer by Saad T. · Jun 24, 2015 at 12:58 AM

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 

 

Comment

People who like this

0 Show 1 · Share
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

avatar image Rick B. · Jun 24, 2015 at 12:59 AM 0
Share

i meant short path and no quotes

avatar image

Answer by Saad T. · Jun 24, 2015 at 12:54 AM

Comment

People who like this

0 Show 0 · Share
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

avatar image

Answer by Dave M. · Jun 23, 2015 at 09:14 PM

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?

Comment

People who like this

0 Show 0 · Share
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

avatar image

Answer by Saad T. · Jun 23, 2015 at 06:14 PM

-agentpath:'C:\Program Files\dynaTrace\dynaTrace 6.2\agent\lib64\dtagent.dll'=name=OracleWebLogic_Test,server=2P-Test:9998

Comment

People who like this

0 Show 1 · Share
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

avatar image Rick B. · Jun 23, 2015 at 06:51 PM 0
Share

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

avatar image

Answer by Saad T. · Jun 23, 2015 at 06:13 PM

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 ?

 

Comment

People who like this

0 Show 0 · Share
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

avatar image

Answer by Dave M. · Jun 23, 2015 at 05:49 PM

https://technet.microsoft.com/en-us/library/cc753194.aspx
Example: mklink /d C:\Dynatrace62AgentDir "C:\Program Files\dynaTrace\dynaTrace 6.2\agent"
I wonder why you have "(x86)" in your Program Files.  I am assuming the OS is 64 bit and the WebLogic server is running 64 bit, soI would expect the path to your agent to not contain the "(x86)".  Can you verify the path?
Comment

People who like this

0 Show 0 · Share
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

avatar image

Answer by Saad T. · Jun 23, 2015 at 05:48 PM

should I create the link to the same  directory path above and from which src  ?

Comment

People who like this

0 Show 0 · Share
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

avatar image

Answer by Dave M. · Jun 23, 2015 at 05:35 PM

I believe the mklink should be available on windows server 2012.

Comment

People who like this

0 Show 0 · Share
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

  • 1
  • 2
  • ›

How to get started

First steps in the forum
Read Community User Guide
Best practices of using forum

NAM 2019 SP5 is available


Check the RHEL support added in the latest NAM service pack.

Learn more

LIVE WEBINAR

"Performance Clinic - Monitoring as a Self Service with Dynatrace"


JANUARY 15, 3:00 PM GMT / 10:00 AM ET

Register here

Follow this Question

Answers Answers and Comments

3 People are following this question.

avatar image avatar image avatar image

Forum Tags

dotnet mobile monitoring load iis 6.5 kubernetes mainframe rest api dashboard framework 7.0 appmon 7 health monitoring adk log monitoring services auto-detection uem webserver test automation license web performance monitoring ios nam probe collector migration mq web services knowledge sharing reports window java hybris javascript appmon sensors good to know extensions search 6.3+ server documentation easytravel web dashboard kibana system profile purelytics docker splunk 6.1 process groups account 7.2 rest dynatrace saas spa guardian appmon administration production user actions postgresql upgrade oneagent measures security Dynatrace Managed transactionflow technologies diagnostics user session monitoring unique users continuous delivery sharing configuration alerting NGINX splitting business transaction client 6.3 installation database scheduler apache mobileapp RUM php dashlet azure purepath agent 7.1 appmonsaas messagebroker nodejs 6.2 android sensor performance warehouse
  • Forums
  • Public Forums
    • Community Connect
    • Dynatrace
      • Dynatrace Open Q&A
    • Application Monitoring & UEM
      • AppMon & UEM Open Q&A
    • Network Application Monitoring
      • NAM Open Q&A