-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to install the package(WxAppDynamicsAgent) in Integration server #2
Comments
I think your unzip did not create the package at the right level, it may have been in a subfolder hence why it did shows up in packages but is empty. I would not recommend the technique you used. Either use wpm cli tool or do a git clone directly into your packages directory. The installation is explained in the README.md file Check the content of the package and verify that the ns folder is there before then restarting your Integration Server. |
Hi John, I was able to install the WxAppDynamicsAgent package by unzipping in packages folder and restarting the IS server. Even after I updated the controller-info.xml in (*/packages/WxAppDynamicsAgent-main/resources/ver23.12.0.35361/conf) and restarting the IS I still see the same message attached. the controller details are correct. kindly let me know how to proceed here ? |
Is this a complete screenshot of your browser window ? I don't see anything else ? |
The screen shot was what I see when I click the home button of the installed AppD package, wM 10.7 version is used . Attaching logs |
The java services in the package had been recompiled to java 17 by mistake. I have now recompiled them for backward compatibility on the main branch and I have now also created an official 2.0.0 release. |
Hi John, Thanks for the new package , which worked . In the merge custom_wrapper.conf file I see the below entries , shouldn't the path to javaagent.jar be the the one in the version folder (e.g. -javaagent:./packages/WxAppDynamicsAgent/resources/ver23.12.0.35361/javaagent.jar) ? Let me know which javaagent.jar needs to be referred [I updated the controller-info.xml in (*/packages/WxAppDynamicsAgent-main/resources/ver23.12.0.35361/conf)] ? AppDynamicswrapper.java.additional.601=-Xbootclasspath/a:./packages/WxAppDynamicsAgent/resources/javaagent.jar:./packages/WxAppDynamicsAgent/resources/agent-api.jar:"%JAVA_BOOT_CLASSPATH%" |
The setup is rather strange and I don't why AppDynamics insist on having the jar in two places but they do. The one advantage is that you do not need to reconfigure your wrapper if swapping out the AppDynamics for a different version. |
Hi John , AppD controller was able to detect the node after placing their cacerts.jks file in */config. Noted the ^M character insertion in wM IS custom_wrapper.conf file every line after appD entry merge, can you check on this ? |
Hello @johnpcarter, |
You can do this of course. I bundle it for ease of use, getting the AppD agent and configuring it is not simply hence why I took this route. |
We will periodically update the package to include the latest/greatest AppDynamics library. You can always choose to swap out the existing one or externalise it for a different version. |
Exported the zip file from the github (WxAppDynamicsAgent)
Placed it in */replicate/inbound directory of wM server FS and installed it
Installation was completed and I could see the package installed in Packages>Management list (I don’t think the package has been installed properly as I don’t see any contents in the package from designer)
The next instruction was “Then restart your runtime server. Open the admin portal and click on Packages -> Management”
When I restarted the wM IS App server the package (WxAppDynamicsAgent) was not in the list of Packages -> Management
can you let me know how to proceed there is an SI created in SAG empower SI-560905 regarding this as well
The text was updated successfully, but these errors were encountered: