Discussion
Alert summary in PLA is blank
Hi
When i try and upload the alert log using curl from command line (trying to automate) the file is getting uploaded in work area however the alert summary is showing blank ("C:\Users\xxxxx\Desktop\Software\Tomcat\work\Catalina\localhost\pla" )
Can you please advise if i am missing something...?
curl -v -X POST -d "Purge All=Purge All" http://localhost:18080/pla//pla/view/ViewMain.action
C:\Users\XXX>curl -v -X POST -F 'uploadAlertLog=@C:/PLA/alert_log http://localhost:18080/pla//pla/view/ViewMain.action
Thanks in advance.
We suggest you manually access the alert log to see if there are entries there first and then manually display it in PLA. Then compare it to the display when invoking from the curl command line. If the information differs, then it a problem with with use of the curl command or file permissions. You will have to work this out on your own.