stagemonitor / stagemonitor-mailinglist

GitHub issues abused as a mailing list
3 stars 0 forks source link

StageMonitor web widget - browser keeps refreshing #69

Open tciampaglia opened 6 years ago

tciampaglia commented 6 years ago

Hi. I have a need to use StageMonitor on my web application (Java 8, Servlet 3.0). This application is deployed to WebSphere. I cannot modify the code at this point so trying to use the web widget. I have added the byte-buddy agent and all of stagemonitor and dependent jars to the WEB-INF/lib folder. I see no error or issues in logs. I do see stagemonitor INFO messages. So, everything seems to be working great for startup. However, when I bring up a page of my app, I see an icon with an X in it on the bottom right of the screen (where the stage monitor icon should be) and the page just keeps refreshing over and over automatically. It's like someone is hitting the F5 key over and over. Logs show no errors. I have tried Chrome and IE and both exhibit the same behavior.

Anyone ever have this issue? Any ideas on what I should try?

FYI, I got the jars by following the instructions on the setup page. I used gradlew copyLibs -pstagemonitorVersion=0.87.0 (I tried some other versions, too, just in case). I copied all of the jars in the build folder to the WEB-INF/lib then pointed the javeagent to that byte-buddy jar.

Thanks, Tom