Michael Wilde replied to Nikita's discussion Count failures and success via transactionAll,
It appears that I'm having a classic "You need to upgrade your Flash Player" problem that many users encounter when trying to run amMap. From reading the forums and playing a bit with Firebug, I believe that I've honed in on the issue.
When I attempt to simply view the initial amMap in Splunk, I receive the "You need to upgrade..." error message. When I look at the Firebug details, two of the swfobject.js files are "404 Not Found." When I hover over the missing files, it displays the following link for both swfobject.js files:
http://old-pc:8000/en-US/apps/amMap/static/ammap/swfobject.js
When I open up the Firebug "Response" window, here are the details:
=======================================
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
This is a static HTML string template to render errors. To edit this
template, see appserver/mrsparkle/lib/error.py.
-->
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:splunk="http://www.splunk.com/xhtml-extensions/1.0" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>The path '/en-US/apps/amMap/static/ammap/swfobject.js' was not found. - Splunk</title>
<style>
* { margin: 0; padding: 0; }
body { font-family: helvetica, arial, sans-serif; color: #333; padding: 20px; }
p,pre { margin-bottom: 1em; font-size: .8em; }
.status { font-size: .7em; color: #999; margin-bottom: 1em; }
.msg { margin-bottom: 1em; font-size: 1.4em;}
pre { font-family: Monaco,Courier Bold,Courier New,monospace; font-size: .7em;background-color: #eee; padding: 5px;}
#toggle { font-size: .8em; margin-bottom: 1em; }
.byline { color: #555; }
.byline span { font-weight: bold; line-height: 1.4em; }
hr { height: 1px; background-color: #ccc; border: 0; margin: 20px 0 10px; }
h2 { font-size: 1em; margin-bottom: 1em; }
table { border-collapse: collapse; }
td { padding: 2px; }
td.k { font-family: helvetica, arial, sans-serif; font-weight: bold; }
#debug { display: none; }
#crashes { margin: 20px 0; padding: 10px; border: 1px solid #800; }
#crashes dt { font-size: 12px; margin-bottom: 5px; }
#crashes dd { white-space: pre; background: #f2f2f2; padding: 10px; margin-left: 20px; display: none; font: 10px Monaco,Courier Bold,Courier New,monospace; }
</style>
<script>
function toggle(what) {
what = document.getElementById(what);
if (what.style.display == 'block') {
what.style.display = 'none';
} else {
what.style.display = 'block';
}
}
</script>
</head>
<body>
<p class="status">404 Not Found</p>
<h1 class="msg">The path '/en-US/apps/amMap/static/ammap/swfobject.js' was not found.</h1>
<p>This page was linked to from <a href="http://old-pc:8000/en-US/app/amMap/ammap_view.
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:splunk="http://www.splunk.com/xhtml-extensions/1.0" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>The path '/en-US/apps/amMap/static/ammap/swfobject.js' was not found. - Splunk</title>
<style>
* { margin: 0; padding: 0; }
body { font-family: helvetica, arial, sans-serif; color: #333; padding: 20px; }
p,pre { margin-bottom: 1em; font-size: .8em; }
.status { font-size: .7em; color: #999; margin-bottom: 1em; }
.msg { margin-bottom: 1em; font-size: 1.4em;}
pre { font-family: Monaco,Courier Bold,Courier New,monospace; font-size: .7em;background-color: #eee; padding: 5px;}
#toggle { font-size: .8em; margin-bottom: 1em; }
.byline { color: #555; }
.byline span { font-weight: bold; line-height: 1.4em; }
hr { height: 1px; background-color: #ccc; border: 0; margin: 20px 0 10px; }
h2 { font-size: 1em; margin-bottom: 1em; }
table { border-collapse: collapse; }
td { padding: 2px; }
td.k { font-family: helvetica, arial, sans-serif; font-weight: bold; }
#debug { display: none; }
#crashes { margin: 20px 0; padding: 10px; border: 1px solid #800; }
#crashes dt { font-size: 12px; margin-bottom: 5px; }
#crashes dd { white-space: pre; background: #f2f2f2; padding: 10px; margin-left: 20px; display: none; font: 10px Monaco,Courier Bold,Courier New,monospace; }
</style>
<script>
function toggle(what) {
what = document.getElementById(what);
if (what.style.display == 'block') {
what.style.display = 'none';
} else {
what.style.display = 'block';
}
}
</script>
</head>
<body>
<p class="status">404 Not Found</p>
<h1 class="msg">The path '/en-US/apps/amMap/static/ammap/swfobject.js' was not found.</h1>
<p>This page was linked to from <a href="http://old-pc:8000/en-US/app/amMap/ammap_view.
=======================================
With the above information, I'm hoping that somebody much sharper than me can easily spot the problem and what I need to do to fix it.
My Splunk is running on a Windows XP SP3 box. My Splunk parent directory is set to the default, which is:
C:\Program Files\Splunk\etc
If additional information is needed, please let me know and I'll fill in the blanks as best as possible.
I would greatly appreciate any assistance! Thanks!
James E
Tags:
© 2012 Created by Michael Wilde.
