Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

AppDynamics javascript injection is blocking OJET component to load in web application on IE11 & Edg

Dheeraj_KDec 24 2019 — edited Jan 17 2020

Hello Everyone,

I have a JET web application build on OJET v6.2. After configuring AppDynamics javascript injection in index.html page. When i create war file and deploy it to my application server (Weblogic). Ojet components are not loading in IE11 & Edge browsers. All html native tags like div,span seems to work fine but not ojet components. On the other hand, if i try this same setup without AppDynamics javascript injection then everything works fine. Below is the AppDynamics javascript injection code snippet from index.html,

https://docs.appdynamics.com/display/PRO45/SPA2+Monitoring

<script charset='UTF-8'>

   window['adrum-start-time'] = new Date().getTime();

  (function (config) {

   config.appKey = 'AD-AAB-AAT-TEA'http://

   config.adrumExtUrlHttp = ' http://cdn.appdynamics.com';

   config.adrumExtUrlHttps = ' https://cdn.appdynamics.com';

   config.beaconUrlHttp = ' http://pdx-col.eum-appdynamics.com';

   config.beaconUrlHttps = ' https://pdx-col.eum-appdynamics.com';

   config.xd = { enable: false };

   config.spa = { "spa2": true };

  })(window['adrum-config'] || (window['adrum-config'] = {}));

  </script>

  <script src='https://cdn.appdynamics.com/adrum/adrum-latest.js' type='text/javascript' charset='UTF-8'></script>

We have also configured AppDymanics in ojet hybrid application for both iOS & Android using plugin 'appd-plugin-eum-mobile' and it is working fine.

https://docs.appdynamics.com/display/PRO45/Instrument+Cordova+Applications

Is this a known issue between OJET & AppDynamics? Any suggestion/guidance will be helpful

Thanks,

Dheeraj

Comments
Post Details
Added on Dec 24 2019
12 comments
2,162 views