Index: admingui/common/src/main/resources/appServer/domainLogs.jsf =================================================================== --- admingui/common/src/main/resources/appServer/domainLogs.jsf (revision 51847) +++ admingui/common/src/main/resources/appServer/domainLogs.jsf (working copy) @@ -140,6 +140,7 @@ var doc = iframe.contentWindow.document; var matches = doc.body.innerHTML.match('Exception: (.+)?'); if (matches) { + matches = matches[1].match('Exception: (.+)$') || matches; alert(matches[1]); } }, 1000);