(no subject)
"Steven Lamczyk" <[email protected]>
| Newsgroups | gmane.network.opennms.install |
|---|---|
| Message-ID | <F10C48C25E4B854AB61F1888F840438102F0CE10@us-ex02.Corp.Exlibrisgroup.com> |
looked at all the configs, and pdf's online, but for some reason I cannot get this integration to work. Is there a better list for me to use for this? Please help me out here guys. Steven Lamczyk Hosting Systems Admin ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Please read the OpenNMS Mailing List FAQ: http://www.opennms.org/index.php/Mailing_List_FAQ opennms-install mailing list To *unsubscribe* or change your subscription options, see the bottom of this page: https://lists.sourceforge.net/lists/listinfo/opennms-install
opennms curl error.txt
(text/plain, 4 KB)
[root@opennms ~]# curl http://hqadmin:hqadmin@localhost:7080/hqu/opennms/exporter/index.hqu
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>HQ Error</title>
<link rel=stylesheet href="/css/win.css;jsessionid=A945893D4F399396A52DC461A4062760.node1" type="text/css">
<link rel=stylesheet href="HQ_40.css;jsessionid=A945893D4F399396A52DC461A4062760.node1" type="text/css">
<script src="/js/functions.js;jsessionid=A945893D4F399396A52DC461A4062760.node1" type="text/javascript"></script>
<script type="text/javascript">
var help = "http://support.hyperic.com/confluence/display/DOC/";
</script>
</head>
<body class="exception" style="background-color:#EEEEEE">
<br>
<br>
<br>
<br>
<br>
<br>
<div align="center">
<table width="400" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="100%" cellpadding="0" cellspacing="0" border="0" class="errorTitle">
<tr>
<td class="BlockTitle" width="100%">Error</td>
<td class="BlockTitle" align="right"><a href="" onclick="window.open(help,'help','width=800,height=650,scrollbars=yes,left=80,top=80,resizable=yes'); return false;"><img src="/images/4.0/icons/help.gif;jsessionid=A945893D4F399396A52DC461A4062760.node1" height="16" width="16" border="0"></a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="BlockContent" colspan="2">
<p>
The page requested cannot be displayed due to some error.
You can
<span id="stacktrace_link">
<a href="javascript:displayStackTrace()">view the stack trace,</a>
For help on this issue contact Hyperic Support: - Call <b>1-888-4Hyperic</b> (1-888-449-7374)<br/><br/>
</span>
Return to the
<a href="javascript:history.back(1)">previous page,</a>
<a href="/Dashboard.do;jsessionid=A945893D4F399396A52DC461A4062760.node1">Dashboard,</a>
<a href="/ResourceHub.do;jsessionid=A945893D4F399396A52DC461A4062760.node1">or Browse Resources.</a>
page.
</p>
</td>
</tr>
<tr>
<td class="BlockContent" colspan="2"><span id="display"></span></td>
</tr>
<tr>
<td class="ErrorBlock" colspan="2"><b></b></td>
</tr>
<tr>
<td class="BlockBottomLine" colspan="2"><img src="/images/spacer.gif;jsessionid=A945893D4F399396A52DC461A4062760.node1" height="1" width="1" border="0" alt=""></td>
</tr>
</table>
<script type="text/javascript">
/*--- start declaration/initialization ---*/
var exDiv = document.getElementById("exception");
if (exDiv!=null) {
exDiv.style.display = "none";
var exText = exDiv.innerHTML;
}
else
var exText = "";
var rootDiv = document.getElementById("root");
if (rootDiv!=null) {
rootDiv.style.display = "none";
var rootText = rootDiv.innerHTML;
}
else
var rootText = "";
var errorDiv = document.getElementById("errorMessage");
if (errorDiv!=null) {
errorDiv.style.display = "none";
var errorText = errorDiv.innerHTML;
}
else
var errorText= "";
/*--- end declaration/initialization ---*/
var link = document.getElementById("stacktrace_link");
var display = document.getElementById("display");
function displayStackTrace() {
display.innerHTML = '<table width="100%" cellpadding="4" cellspacing="0" border="0"><tr><td class="BlockTitle" width="100%">Exception:</td></tr><tr><td>' + exText + '</td></tr></table>';
if (rootText.length > 0) {
display.innerHTML += '<table width="100%" cellpadding="4" cellspacing="0" border="0"><tr><td class="BlockTitle" width="100%">Root Cause:</td></tr><tr><td>' + rootText + '</td></tr></table>';
}
link.innerHTML = '<a href="javascript:hideStackTrace()">hide the stack trace,</a>';
}
function hideStackTrace() {
display.innerHTML = "";
link.innerHTML = '<a href="javascript:displayStackTrace()">view the stack trace,</a>';
}
</script>
</div>
</body>
</html>
[root@opennms ~]#