[prev in list] [next in list] [prev in thread] [next in thread] 

List:       opennms-install
Subject:    Re: [opennms-install] HTTP Status 404 - /opennms/ again :(
From:       "China OpenNMS" <opennms.cn () gmail ! com>
Date:       2006-12-28 2:15:59
Message-ID: ceb714000612271815g75b705b5vf4eff24484fff4ed () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Thank you djg!

Do you think we should have support matrix page?
I'd like to know which version of JDK/Tomcat/PostgreSQL will work with the
lastest stable build; something like the following:
__________________________________________
OpenNMS   |  JDK     |     Tomcat   | PostgreSQL   |
---------------------------------------------------------------
1.2.9           |1.5.0_09|   5.0           |  8.1               |

You guys know that better then us. But that is so important for a newbie.
I look forward to get this page at opennms.org.

Thanks for your effort!

Liu Zheng


2006/12/28, DJ Gregor <dj@opennms.org>:
>
> The first sentence from http://www.opennms.org/index.php/Tomcat_5 is:
>
> > For OpenNMS 1.2 versions (stable) starting with 1.2.8, you'll want
> > to run Tomcat 5.0. We are still using OpenNMSTomcatRealm for
> > authentication, and it happens to use a deprecated logging function
> > that only exists in 5.0, but not 5.5.
>
> You are using Tomcat 5.5 with OpenNMS 1.2.x, which does not work.
> You *MUST* use Tomcat 5.0 with OpenNMS 1.2.x if you are running
> Tomcat 5 (Tomcat 4.1 >= 4.1.18 also works).
>
> I'm going to update the Tomcat 5 page to try to make this as clear as
> possible.
>
>
>        - djg
>
>
> On Dec 27, 2006, at 6:19 AM, China OpenNMS wrote:
>
> > Hi All,
> >
> > I did the following.
> >
> > zliu1:/home/root # /opt/OpenNMS/bin/runjava -s
> > runjava: Looking for an appropriate JRE...
> > runjava: Checking for an appropriate JRE in JAVA_HOME...
> > runjava: found: "/opt/jdk1.5.0_09/bin/java" is an appropriate JRE
> > runjava: value of "/opt/jdk1.5.0_09/bin/java" stored in
> > configuration file
> > zliu1:/home/root # /opt/OpenNMS/bin/install -disU
> > ======================================================================
> > ========
> > OpenNMS Installer Version $Id: Installer.java 3056 2006-03-26
> > 19:39:16Z djgregor $
> > ======================================================================
> > ========
> >
> > Configures PostgreSQL tables, users, and other miscellaneous settings.
> >
> > - checking database version... 8.1
> >   - Full version string: PostgreSQL 8.1.3 on i686-pc-linux-gnu,
> > compiled by GCC gcc (GCC) 4.1.0 (SUSE Linux)
> > * using 'opennms' as the PostgreSQL user for OpenNMS
> > * using 'opennms' as the PostgreSQL password for OpenNMS
> > * using 'opennms' as the PostgreSQL database name for OpenNMS
> > - using SQL directory... /opt/OpenNMS/etc
> > - using create.sql... /opt/OpenNMS/etc/create.sql
> > - using iplike module... /opt/OpenNMS/lib/iplike.so
> > - checking database for old backup tables... NONE
> > - checking for rows that violate constraints... NONE
> > - creating tables...
> >   - checking table "serverMap"... UPTODATE
> >   - checking table "serviceMap"... UPTODATE
> >   - checking table "distPoller"... UPTODATE
> >   - checking table "node"... UPTODATE
> >   - checking table "ipInterface"... UPTODATE
> >   - checking table "snmpInterface"... UPTODATE
> >   - checking table "service"... UPTODATE
> >   - checking table "ifServices"... UPTODATE
> >   - checking table "events"... UPTODATE
> >   - checking table "outages"... UPTODATE
> >   - checking table "vulnerabilities"... UPTODATE
> >   - checking table "vulnPlugins"... UPTODATE
> >   - checking table "notifications"... UPTODATE
> >   - checking table "usersNotified"... UPTODATE
> >   - checking table "assets"... UPTODATE
> > - creating tables... DONE
> > - creating sequences...
> >   - checking "nodeNxtId" minimum value... 13
> >   - removing sequence "nodeNxtId"... REMOVED
> >   - creating sequence "nodeNxtId"... OK
> >   - checking "serviceNxtId" minimum value... 32
> >   - removing sequence "serviceNxtId"... REMOVED
> >   - creating sequence "serviceNxtId"... OK
> >   - checking "eventsNxtId" minimum value... 134
> >   - removing sequence "eventsNxtId"... REMOVED
> >   - creating sequence "eventsNxtId"... OK
> >   - checking "outageNxtId" minimum value... 23
> >   - removing sequence "outageNxtId"... REMOVED
> >   - creating sequence "outageNxtId"... OK
> >   - checking "notifyNxtId" minimum value... 1
> >   - removing sequence "notifyNxtId"... REMOVED
> >   - creating sequence "notifyNxtId"... OK
> >   - checking "vulnNxtId" minimum value... 1
> >   - removing sequence "vulnNxtId"... REMOVED
> >   - creating sequence "vulnNxtId"... OK
> > - creating sequences... DONE
> > - creating indexes...
> >   - creating index "server_name_idx"... EXISTS
> >   - creating index "servicemap_name_idx"... EXISTS
> >   - creating index "serviceMap_ipaddr_idx"... EXISTS
> >   - creating index "node_id_type_idx"... EXISTS
> >   - creating index "node_label_idx"... EXISTS
> >   - creating index "ipinterface_nodeid_ipaddr_ismanaged_idx"... EXISTS
> >   - creating index "ipinterface_ipaddr_ismanaged_idx"... EXISTS
> >   - creating index "ipinterface_ipaddr_idx"... EXISTS
> >   - creating index "ipinterface_nodeid_ismanaged_idx"... EXISTS
> >   - creating index "ipinterface_nodeid_idx"... EXISTS
> >   - creating index "snmpinterface_nodeid_ifindex_idx"... EXISTS
> >   - creating index "snmpinterface_nodeid_idx"... EXISTS
> >   - creating index "snmpinterface_ipaddr_idx"... EXISTS
> >   - creating index "ifservices_nodeid_ipaddr_status"... EXISTS
> >   - creating index "ifservices_nodeid_status"... EXISTS
> >   - creating index "ifservices_nodeid_idx"... EXISTS
> >   - creating index "ifservices_serviceid_idx"... EXISTS
> >   - creating index "ifservices_nodeid_serviceid_idx"... EXISTS
> >   - creating index "events_uei_idx"... EXISTS
> >   - creating index "events_nodeid_idx"... EXISTS
> >   - creating index "events_ipaddr_idx"... EXISTS
> >   - creating index "events_serviceid_idx"... EXISTS
> >   - creating index "events_time_idx"... EXISTS
> >   - creating index "events_severity_idx"... EXISTS
> >   - creating index "events_log_idx"... EXISTS
> >   - creating index "events_display_idx"... EXISTS
> >   - creating index "events_ackuser_idx"... EXISTS
> >   - creating index "events_acktime_idx"... EXISTS
> >   - creating index "outages_svclostid_idx"... EXISTS
> >   - creating index "outages_svcregainedid_idx"... EXISTS
> >   - creating index "outages_nodeid_idx"... EXISTS
> >   - creating index "outages_ipaddr_idx"... EXISTS
> >   - creating index "outages_serviceid_idx"... EXISTS
> >   - creating index "outages_regainedservice_idx"... EXISTS
> >   - creating index "vulnerabilities_nodeid_idx"... EXISTS
> >   - creating index "vulnerabilities_ipaddr_idx"... EXISTS
> >   - creating index "vulnerabilities_severity_idx"... EXISTS
> >   - creating index "vulnerabilities_port_idx"... EXISTS
> >   - creating index "vulnerabilities_protocol_idx"... EXISTS
> >   - creating index "vulnplugins_plugin_idx"... EXISTS
> >   - creating index "notifications_ipaddr_idx"... EXISTS
> >   - creating index "notifications_serviceid_idx"... EXISTS
> >   - creating index "notifications_eventid_idx"... EXISTS
> >   - creating index "notifications_respondtime_idx"... EXISTS
> >   - creating index "notifications_answeredby_idx"... EXISTS
> >   - creating index "userid_notifyid_idx"... EXISTS
> > - creating indexes... DONE
> > - inserting initial table data for "distPoller"... EXISTS
> > - checking if database "opennms" is unicode... ALREADY UNICODE
> > - checking for stale iplike references... REMOVED
> > - checking for stale eventtime.so references... CLEAN
> > - adding iplike database function... OK
> > - adding PL/pgSQL call handler... EXISTS
> > - adding PL/pgSQL language module... EXISTS
> > - adding stored procedures...
> >   - getManagedOutageForIntfInWindow.sql.. . EXISTS
> >   - getManagedOutageForNodeInWindow.sql... EXISTS
> >   - getManagedServiceCountForNode.sql... EXISTS
> >   - getManagePercentAvailNodeWindow.sql... EXISTS
> >   - getManagedServiceCountForIntf.sql... EXISTS
> >   - getManagePercentAvailIntfWindow.sql... EXISTS
> >   - getPercentAvailabilityInWindow.sql... EXISTS
> >   - getOutageTimeInWindow.sql... EXISTS
> >
> > Installer completed successfully!
> > zliu1:/home/root # /opt/OpenNMS/bin/install -y -w $CATALINA_HOME/
> > conf/Catalina/localhost -W $CATALINA_HOME/server/lib
> > ======================================================================
> > ========
> > OpenNMS Installer Version $Id: Installer.java 3056 2006-03-26
> > 19:39:16Z djgregor $
> > ======================================================================
> > ========
> >
> > Configures PostgreSQL tables, users, and other miscellaneous settings.
> >
> > * using 'opennms' as the PostgreSQL user for OpenNMS
> > * using 'opennms' as the PostgreSQL password for OpenNMS
> > * using 'opennms' as the PostgreSQL database name for OpenNMS
> > - using Top-level web application directory... /opt/tomcat5.5/conf/
> > Catalina/localhost
> > - using Tomcat server library directory... /opt/tomcat5.5/server/lib
> > - using OpenNMS webapps directory... /opt/OpenNMS/webapps
> > - Checking for old opennms webapp directory in /opt/tomcat5.5/conf/
> > Catalina/localhost/opennms... OK
> > - Checking for old opennms context in /opt/tomcat5.5/conf/Catalina/
> > localhost/../conf/server.xml... DID NOT CHECK (file does not exist)
> > - Install OpenNMS webapp...
> >   - /opt/tomcat5.5/conf/Catalina/localhost/opennms.xml exists,
> > removing... REMOVED
> >   - creating link to /opt/tomcat5.5/conf/Catalina/localhost/
> > opennms.xml... DONE
> >   - /opt/tomcat5.5/server/lib/log4j.jar exists, removing... REMOVED
> >   - creating link to /opt/tomcat5.5/server/lib/log4j.jar... DONE
> >   - /opt/tomcat5.5/server/lib/castor-0.9.3.9.jar exists,
> > removing... REMOVED
> >   - creating link to /opt/tomcat5.5/server/lib/
> > castor-0.9.3.9.jar... DONE
> >   - /opt/tomcat5.5/server/lib/castor-0.9.3.9-xml.jar exists,
> > removing... REMOVED
> >   - creating link to /opt/tomcat5.5/server/lib/castor-0.9.3.9-
> > xml.jar... DONE
> >   - /opt/tomcat5.5/server/lib/opennms_core.jar exists, removing...
> > REMOVED
> >   - creating link to /opt/tomcat5.5/server/lib/opennms_core.jar...
> > DONE
> >   - /opt/tomcat5.5/server/lib/opennms_services.jar exists,
> > removing... REMOVED
> >   - creating link to /opt/tomcat5.5/server/lib/
> > opennms_services.jar... DONE
> >   - /opt/tomcat5.5/server/lib/opennms_web.jar exists, removing...
> > REMOVED
> >   - creating link to /opt/tomcat5.5/server/lib/opennms_web.jar... DONE
> > - Installing OpenNMS webapp... DONE
> >
> > Installer completed successfully!
> > zliu1:/home/root # /opt/tomcat5.5/bin/shutdown.sh
> > Using CATALINA_BASE:   /opt/tomcat5.5
> > Using CATALINA_HOME:   /opt/tomcat5.5
> > Using CATALINA_TMPDIR: /opt/tomcat5.5/temp
> > Using JRE_HOME:       /opt/jdk1.5.0_09
> > zliu1:/home/root # /opt/tomcat5.5/bin/startup.sh
> > Using CATALINA_BASE:   /opt/tomcat5.5
> > Using CATALINA_HOME:   /opt/tomcat5.5
> > Using CATALINA_TMPDIR: /opt/tomcat5.5/temp
> > Using JRE_HOME:       /opt/jdk1.5.0_09
> > zliu1:/home/root # /opt/OpenNMS/bin/opennms.sh start
> > Starting OpenNMS: OpenNMS is already running.
> >                                                                      f
> > ailed
> > zliu1:/home/root # /opt/OpenNMS/bin/opennms.sh stop
> > Stopping
> > OpenNMS:                                                    done
> > zliu1:/home/root # /opt/OpenNMS/bin/opennms.sh start
> > Starting
> > OpenNMS:                                                    done
> >
> > I can get Tomcat default page http://MyserverIP:8080/
> > I followed http://www.opennms.org/index.php/Tomcat_5
> >
> > How to get fix this problem?
> >
> > Thanks in advance!
> >
> > Liu Zheng
> > ----------------------------------------------------------------------
> > ---
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to
> > share your
> > opinions on IT & business topics through brief surveys - and earn cash
> > http://www.techsay.com/default.php?
> > page=join.php&p=sourceforge&CID=DEVDEV________________________________
> > _______________
> > 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
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> 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
>

[Attachment #5 (text/html)]

<div>Thank you djg!</div>
<div>&nbsp;</div>
<div>Do you think we should have support matrix page?</div>
<div>I&#39;d like to know which version of JDK/Tomcat/PostgreSQL will work with the \
lastest stable build; something like the following:</div> \
<div>__________________________________________</div> <div>OpenNMS&nbsp;&nbsp; \
|&nbsp; JDK&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp; Tomcat&nbsp;&nbsp; | \
PostgreSQL&nbsp;&nbsp; |</div> \
<div>---------------------------------------------------------------</div> \
<div>1.2.9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
|1.5.0_09|&nbsp;&nbsp; \
5.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp; \
8.1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
|</div> <div>&nbsp;</div>
<div>You guys know that better then us. But that is so important for a newbie. </div>
<div>I look forward to get this page at <a \
href="http://opennms.org">opennms.org</a>.</div> <div>&nbsp;</div>
<div>Thanks for your effort!</div>
<div>&nbsp;</div>
<div>Liu Zheng<br><br>&nbsp;</div>
<div><span class="gmail_quote">2006/12/28, DJ Gregor &lt;<a \
href="mailto:dj@opennms.org">dj@opennms.org</a>&gt;:</span> <blockquote \
class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: \
#ccc 1px solid">The first sentence from <a \
href="http://www.opennms.org/index.php/Tomcat_5">http://www.opennms.org/index.php/Tomcat_5
 </a> is:<br><br>&gt; For OpenNMS 1.2 versions (stable) starting with 1.2.8, \
you&#39;ll want<br>&gt; to run Tomcat 5.0. We are still using OpenNMSTomcatRealm \
for<br>&gt; authentication, and it happens to use a deprecated logging function \
<br>&gt; that only exists in 5.0, but not 5.5.<br><br>You are using Tomcat 5.5 with \
OpenNMS 1.2.x, which does not work.<br>You *MUST* use Tomcat 5.0 with OpenNMS 1.2.x \
if you are running<br>Tomcat 5 (Tomcat 4.1 &gt;= 4.1.18  also works).<br><br>I&#39;m \
going to update the Tomcat 5 page to try to make this as clear \
as<br>possible.<br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - djg<br><br><br>On \
Dec 27, 2006, at 6:19 AM, China OpenNMS wrote:<br><br>&gt; Hi All,<br>&gt;<br> &gt; I \
did the following.<br>&gt;<br>&gt; zliu1:/home/root # /opt/OpenNMS/bin/runjava \
-s<br>&gt; runjava: Looking for an appropriate JRE...<br>&gt; runjava: Checking for \
an appropriate JRE in JAVA_HOME...<br>&gt; runjava: found: \
&quot;/opt/jdk1.5.0_09/bin/java&quot; is an appropriate JRE <br>&gt; runjava: value \
of &quot;/opt/jdk1.5.0_09/bin/java&quot; stored in<br>&gt; configuration file<br>&gt; \
zliu1:/home/root # /opt/OpenNMS/bin/install -disU<br>&gt; \
====================================================================== <br>&gt; \
========<br>&gt; OpenNMS Installer Version $Id: Installer.java 3056 \
2006-03-26<br>&gt; 19:39:16Z djgregor $<br>&gt; \
======================================================================<br>&gt; \
========<br>&gt;<br> &gt; Configures PostgreSQL tables, users, and other \
miscellaneous settings.<br>&gt;<br>&gt; - checking database version... \
8.1<br>&gt;&nbsp;&nbsp; - Full version string: PostgreSQL 8.1.3 on \
i686-pc-linux-gnu,<br>&gt; compiled by GCC gcc (GCC)  4.1.0 (SUSE Linux)<br>&gt; * \
using &#39;opennms&#39; as the PostgreSQL user for OpenNMS<br>&gt; * using \
&#39;opennms&#39; as the PostgreSQL password for OpenNMS<br>&gt; * using \
&#39;opennms&#39; as the PostgreSQL database name for OpenNMS <br>&gt; - using SQL \
directory... /opt/OpenNMS/etc<br>&gt; - using create.sql... \
/opt/OpenNMS/etc/create.sql<br>&gt; - using iplike module... \
/opt/OpenNMS/lib/iplike.so<br>&gt; - checking database for old backup tables... NONE \
<br>&gt; - checking for rows that violate constraints... NONE<br>&gt; - creating \
tables...<br>&gt;&nbsp;&nbsp; - checking table &quot;serverMap&quot;... \
UPTODATE<br>&gt;&nbsp;&nbsp; - checking table &quot;serviceMap&quot;... \
UPTODATE<br>&gt;&nbsp;&nbsp; - checking table &quot;distPoller&quot;... UPTODATE \
<br>&gt;&nbsp;&nbsp; - checking table &quot;node&quot;... \
UPTODATE<br>&gt;&nbsp;&nbsp; - checking table &quot;ipInterface&quot;... \
UPTODATE<br>&gt;&nbsp;&nbsp; - checking table &quot;snmpInterface&quot;... \
UPTODATE<br>&gt;&nbsp;&nbsp; - checking table &quot;service&quot;... UPTODATE \
<br>&gt;&nbsp;&nbsp; - checking table &quot;ifServices&quot;... \
UPTODATE<br>&gt;&nbsp;&nbsp; - checking table &quot;events&quot;... \
UPTODATE<br>&gt;&nbsp;&nbsp; - checking table &quot;outages&quot;... \
UPTODATE<br>&gt;&nbsp;&nbsp; - checking table &quot;vulnerabilities&quot;... UPTODATE \
<br>&gt;&nbsp;&nbsp; - checking table &quot;vulnPlugins&quot;... \
UPTODATE<br>&gt;&nbsp;&nbsp; - checking table &quot;notifications&quot;... \
UPTODATE<br>&gt;&nbsp;&nbsp; - checking table &quot;usersNotified&quot;... \
UPTODATE<br>&gt;&nbsp;&nbsp; - checking table &quot;assets&quot;... UPTODATE <br>&gt; \
- creating tables... DONE<br>&gt; - creating sequences...<br>&gt;&nbsp;&nbsp; - \
checking &quot;nodeNxtId&quot; minimum value... 13<br>&gt;&nbsp;&nbsp; - removing \
sequence &quot;nodeNxtId&quot;... REMOVED<br>&gt;&nbsp;&nbsp; - creating sequence \
&quot;nodeNxtId&quot;... OK <br>&gt;&nbsp;&nbsp; - checking &quot;serviceNxtId&quot; \
minimum value... 32<br>&gt;&nbsp;&nbsp; - removing sequence \
&quot;serviceNxtId&quot;... REMOVED<br>&gt;&nbsp;&nbsp; - creating sequence \
&quot;serviceNxtId&quot;... OK<br>&gt;&nbsp;&nbsp; - checking &quot;eventsNxtId&quot; \
minimum value... 134 <br>&gt;&nbsp;&nbsp; - removing sequence \
&quot;eventsNxtId&quot;... REMOVED<br>&gt;&nbsp;&nbsp; - creating sequence \
&quot;eventsNxtId&quot;... OK<br>&gt;&nbsp;&nbsp; - checking &quot;outageNxtId&quot; \
minimum value... 23<br>&gt;&nbsp;&nbsp; - removing sequence \
&quot;outageNxtId&quot;... REMOVED <br>&gt;&nbsp;&nbsp; - creating sequence \
&quot;outageNxtId&quot;... OK<br>&gt;&nbsp;&nbsp; - checking &quot;notifyNxtId&quot; \
minimum value... 1<br>&gt;&nbsp;&nbsp; - removing sequence &quot;notifyNxtId&quot;... \
REMOVED<br>&gt;&nbsp;&nbsp; - creating sequence &quot;notifyNxtId&quot;... OK \
<br>&gt;&nbsp;&nbsp; - checking &quot;vulnNxtId&quot; minimum value... \
1<br>&gt;&nbsp;&nbsp; - removing sequence &quot;vulnNxtId&quot;... \
REMOVED<br>&gt;&nbsp;&nbsp; - creating sequence &quot;vulnNxtId&quot;... OK<br>&gt; - \
creating sequences... DONE<br> &gt; - creating indexes...<br>&gt;&nbsp;&nbsp; - \
creating index &quot;server_name_idx&quot;... EXISTS<br>&gt;&nbsp;&nbsp; - creating \
index &quot;servicemap_name_idx&quot;... EXISTS<br>&gt;&nbsp;&nbsp; - creating index \
&quot;serviceMap_ipaddr_idx&quot;... EXISTS <br>&gt;&nbsp;&nbsp; - creating index \
&quot;node_id_type_idx&quot;... EXISTS<br>&gt;&nbsp;&nbsp; - creating index \
&quot;node_label_idx&quot;... EXISTS<br>&gt;&nbsp;&nbsp; - creating index \
&quot;ipinterface_nodeid_ipaddr_ismanaged_idx&quot;... EXISTS<br> &gt;&nbsp;&nbsp; - \
creating index &quot;ipinterface_ipaddr_ismanaged_idx&quot;... \
EXISTS<br>&gt;&nbsp;&nbsp; - creating index &quot;ipinterface_ipaddr_idx&quot;... \
EXISTS<br>&gt;&nbsp;&nbsp; - creating index \
&quot;ipinterface_nodeid_ismanaged_idx&quot;... EXISTS <br>&gt;&nbsp;&nbsp; - \
creating index &quot;ipinterface_nodeid_idx&quot;... EXISTS<br>&gt;&nbsp;&nbsp; - \
creating index &quot;snmpinterface_nodeid_ifindex_idx&quot;... \
EXISTS<br>&gt;&nbsp;&nbsp; - creating index &quot;snmpinterface_nodeid_idx&quot;... \
EXISTS <br>&gt;&nbsp;&nbsp; - creating index &quot;snmpinterface_ipaddr_idx&quot;... \
EXISTS<br>&gt;&nbsp;&nbsp; - creating index \
&quot;ifservices_nodeid_ipaddr_status&quot;... EXISTS<br>&gt;&nbsp;&nbsp; - creating \
index &quot;ifservices_nodeid_status&quot;... EXISTS <br>&gt;&nbsp;&nbsp; - creating \
index &quot;ifservices_nodeid_idx&quot;... EXISTS<br>&gt;&nbsp;&nbsp; - creating \
index &quot;ifservices_serviceid_idx&quot;... EXISTS<br>&gt;&nbsp;&nbsp; - creating \
index &quot;ifservices_nodeid_serviceid_idx&quot;... EXISTS <br>&gt;&nbsp;&nbsp; - \
creating index &quot;events_uei_idx&quot;... EXISTS<br>&gt;&nbsp;&nbsp; - creating \
index &quot;events_nodeid_idx&quot;... EXISTS<br>&gt;&nbsp;&nbsp; - creating index \
&quot;events_ipaddr_idx&quot;... EXISTS<br>&gt;&nbsp;&nbsp; - creating index \
&quot;events_serviceid_idx&quot;... EXISTS <br>&gt;&nbsp;&nbsp; - creating index \
&quot;events_time_idx&quot;... EXISTS<br>&gt;&nbsp;&nbsp; - creating index \
&quot;events_severity_idx&quot;... EXISTS<br>&gt;&nbsp;&nbsp; - creating index \
&quot;events_log_idx&quot;... EXISTS<br>&gt;&nbsp;&nbsp; - creating index \
&quot;events_display_idx&quot;... EXISTS <br>&gt;&nbsp;&nbsp; - creating index \
&quot;events_ackuser_idx&quot;... EXISTS<br>&gt;&nbsp;&nbsp; - creating index \
&quot;events_acktime_idx&quot;... EXISTS<br>&gt;&nbsp;&nbsp; - creating index \
&quot;outages_svclostid_idx&quot;... EXISTS<br>&gt;&nbsp;&nbsp; - creating index \
&quot;outages_svcregainedid_idx&quot;... EXISTS <br>&gt;&nbsp;&nbsp; - creating index \
&quot;outages_nodeid_idx&quot;... EXISTS<br>&gt;&nbsp;&nbsp; - creating index \
&quot;outages_ipaddr_idx&quot;... EXISTS<br>&gt;&nbsp;&nbsp; - creating index \
&quot;outages_serviceid_idx&quot;... EXISTS<br>&gt;&nbsp;&nbsp; - creating index \
&quot;outages_regainedservice_idx&quot;... EXISTS <br>&gt;&nbsp;&nbsp; - creating \
index &quot;vulnerabilities_nodeid_idx&quot;... EXISTS<br>&gt;&nbsp;&nbsp; - creating \
index &quot;vulnerabilities_ipaddr_idx&quot;... EXISTS<br>&gt;&nbsp;&nbsp; - creating \
index &quot;vulnerabilities_severity_idx&quot;... EXISTS <br>&gt;&nbsp;&nbsp; - \
creating index &quot;vulnerabilities_port_idx&quot;... EXISTS<br>&gt;&nbsp;&nbsp; - \
creating index &quot;vulnerabilities_protocol_idx&quot;... EXISTS<br>&gt;&nbsp;&nbsp; \
- creating index &quot;vulnplugins_plugin_idx&quot;... EXISTS <br>&gt;&nbsp;&nbsp; - \
creating index &quot;notifications_ipaddr_idx&quot;... EXISTS<br>&gt;&nbsp;&nbsp; - \
creating index &quot;notifications_serviceid_idx&quot;... EXISTS<br>&gt;&nbsp;&nbsp; \
- creating index &quot;notifications_eventid_idx&quot;... EXISTS <br>&gt;&nbsp;&nbsp; \
- creating index &quot;notifications_respondtime_idx&quot;... \
EXISTS<br>&gt;&nbsp;&nbsp; - creating index \
&quot;notifications_answeredby_idx&quot;... EXISTS<br>&gt;&nbsp;&nbsp; - creating \
index &quot;userid_notifyid_idx&quot;... EXISTS <br>&gt; - creating indexes... \
DONE<br>&gt; - inserting initial table data for &quot;distPoller&quot;... \
EXISTS<br>&gt; - checking if database &quot;opennms&quot; is unicode... ALREADY \
UNICODE<br>&gt; - checking for stale iplike references... REMOVED <br>&gt; - checking \
for stale eventtime.so references... CLEAN<br>&gt; - adding iplike database \
function... OK<br>&gt; - adding PL/pgSQL call handler... EXISTS<br>&gt; - adding \
PL/pgSQL language module... EXISTS<br>&gt; - adding stored procedures... \
<br>&gt;&nbsp;&nbsp; - getManagedOutageForIntfInWindow.sql.. . \
EXISTS<br>&gt;&nbsp;&nbsp; - getManagedOutageForNodeInWindow.sql... \
EXISTS<br>&gt;&nbsp;&nbsp; - getManagedServiceCountForNode.sql... \
                EXISTS<br>&gt;&nbsp;&nbsp; - getManagePercentAvailNodeWindow.sql..
. EXISTS<br>&gt;&nbsp;&nbsp; - getManagedServiceCountForIntf.sql... \
EXISTS<br>&gt;&nbsp;&nbsp; - getManagePercentAvailIntfWindow.sql... \
EXISTS<br>&gt;&nbsp;&nbsp; - getPercentAvailabilityInWindow.sql... \
EXISTS<br>&gt;&nbsp;&nbsp; - getOutageTimeInWindow.sql... EXISTS <br>&gt;<br>&gt; \
Installer completed successfully!<br>&gt; zliu1:/home/root # /opt/OpenNMS/bin/install \
-y -w $CATALINA_HOME/<br>&gt; conf/Catalina/localhost -W \
$CATALINA_HOME/server/lib<br>&gt; \
====================================================================== <br>&gt; \
========<br>&gt; OpenNMS Installer Version $Id: Installer.java 3056 \
2006-03-26<br>&gt; 19:39:16Z djgregor $<br>&gt; \
======================================================================<br>&gt; \
========<br>&gt;<br> &gt; Configures PostgreSQL tables, users, and other \
miscellaneous settings.<br>&gt;<br>&gt; * using &#39;opennms&#39; as the PostgreSQL \
user for OpenNMS<br>&gt; * using &#39;opennms&#39; as the PostgreSQL password for \
OpenNMS <br>&gt; * using &#39;opennms&#39; as the PostgreSQL database name for \
OpenNMS<br>&gt; - using Top-level web application directory... \
/opt/tomcat5.5/conf/<br>&gt; Catalina/localhost<br>&gt; - using Tomcat server library \
directory... /opt/tomcat5.5/server/lib <br>&gt; - using OpenNMS webapps directory... \
/opt/OpenNMS/webapps<br>&gt; - Checking for old opennms webapp directory in \
/opt/tomcat5.5/conf/<br>&gt; Catalina/localhost/opennms... OK<br>&gt; - Checking for \
old opennms context in /opt/tomcat5.5/conf/Catalina/ <br>&gt; \
localhost/../conf/server.xml... DID NOT CHECK (file does not exist)<br>&gt; - Install \
OpenNMS webapp...<br>&gt;&nbsp;&nbsp; - \
/opt/tomcat5.5/conf/Catalina/localhost/opennms.xml exists,<br>&gt; removing... \
REMOVED<br>&gt;&nbsp;&nbsp; - creating link to \
/opt/tomcat5.5/conf/Catalina/localhost/ <br>&gt; opennms.xml... \
DONE<br>&gt;&nbsp;&nbsp; - /opt/tomcat5.5/server/lib/log4j.jar exists, removing... \
REMOVED<br>&gt;&nbsp;&nbsp; - creating link to /opt/tomcat5.5/server/lib/log4j.jar... \
DONE<br>&gt;&nbsp;&nbsp; - /opt/tomcat5.5/server/lib/castor- 0.9.3.9.jar \
exists,<br>&gt; removing... REMOVED<br>&gt;&nbsp;&nbsp; - creating link to \
/opt/tomcat5.5/server/lib/<br>&gt; castor-0.9.3.9.jar... DONE<br>&gt;&nbsp;&nbsp; - \
/opt/tomcat5.5/server/lib/castor-0.9.3.9-xml.jar exists,<br>&gt; removing... REMOVED \
<br>&gt;&nbsp;&nbsp; - creating link to \
/opt/tomcat5.5/server/lib/castor-0.9.3.9-<br>&gt; xml.jar... DONE<br>&gt;&nbsp;&nbsp; \
- /opt/tomcat5.5/server/lib/opennms_core.jar exists, removing...<br>&gt; \
REMOVED<br>&gt;&nbsp;&nbsp; - creating link to \
/opt/tomcat5.5/server/lib/opennms_core.jar... <br>&gt; DONE<br>&gt;&nbsp;&nbsp; - \
/opt/tomcat5.5/server/lib/opennms_services.jar exists,<br>&gt; removing... \
REMOVED<br>&gt;&nbsp;&nbsp; - creating link to /opt/tomcat5.5/server/lib/<br>&gt; \
opennms_services.jar... DONE<br>&gt;&nbsp;&nbsp; - \
/opt/tomcat5.5/server/lib/opennms_web.jar exists, removing... <br>&gt; \
REMOVED<br>&gt;&nbsp;&nbsp; - creating link to \
/opt/tomcat5.5/server/lib/opennms_web.jar... DONE<br>&gt; - Installing OpenNMS \
webapp... DONE<br>&gt;<br>&gt; Installer completed successfully!<br>&gt; \
zliu1:/home/root # /opt/tomcat5.5/bin/shutdown.sh <br>&gt; Using \
CATALINA_BASE:&nbsp;&nbsp; /opt/tomcat5.5<br>&gt; Using CATALINA_HOME:&nbsp;&nbsp; \
/opt/tomcat5.5<br>&gt; Using CATALINA_TMPDIR: /opt/tomcat5.5/temp<br>&gt; Using \
JRE_HOME:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /opt/jdk1.5.0_09<br>&gt; \
zliu1:/home/root # /opt/tomcat5.5/bin/startup.sh <br>&gt; Using \
CATALINA_BASE:&nbsp;&nbsp; /opt/tomcat5.5<br>&gt; Using CATALINA_HOME:&nbsp;&nbsp; \
/opt/tomcat5.5<br>&gt; Using CATALINA_TMPDIR: /opt/tomcat5.5/temp<br>&gt; Using \
JRE_HOME:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /opt/jdk1.5.0_09<br>&gt; \
zliu1:/home/root # /opt/OpenNMS/bin/opennms.sh start <br>&gt; Starting OpenNMS: \
OpenNMS is already running.<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb \
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp \
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& \
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb \
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;f<br>&gt; \
ailed<br>&gt; zliu1:/home/root # /opt/OpenNMS/bin/opennms.sh stop<br>&gt; Stopping \
<br>&gt; OpenNMS:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb \
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp \
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& \
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;done<br>&gt; \
zliu1:/home/root # /opt/OpenNMS/bin/opennms.sh start<br>&gt; Starting<br>&gt; \
OpenNMS:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n \
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;done
 <br>&gt;<br>&gt; I can get Tomcat default page <a \
href="http://MyserverIP:8080/">http://MyserverIP:8080/</a><br>&gt; I followed <a \
href="http://www.opennms.org/index.php/Tomcat_5">http://www.opennms.org/index.php/Tomcat_5
 </a><br>&gt;<br>&gt; How to get fix this problem?<br>&gt;<br>&gt; Thanks in \
advance!<br>&gt;<br>&gt; Liu Zheng<br>&gt; \
----------------------------------------------------------------------<br>&gt; \
---<br>&gt; Take Surveys. Earn Cash. Influence the Future of IT <br>&gt; Join \
SourceForge.net&#39;s Techsay panel and you&#39;ll get the chance to<br>&gt; share \
your<br>&gt; opinions on IT &amp; business topics through brief surveys - and earn \
cash<br>&gt; <a href="http://www.techsay.com/default.php"> \
http://www.techsay.com/default.php</a>?<br>&gt; \
page=join.php&amp;p=sourceforge&amp;CID=DEVDEV________________________________<br>&gt; \
_______________<br>&gt; Please read the OpenNMS Mailing List FAQ:<br>&gt; <a \
href="http://www.opennms.org/index.php/Mailing_List_FAQ"> \
http://www.opennms.org/index.php/Mailing_List_FAQ</a><br>&gt;<br>&gt; opennms-install \
mailing list<br>&gt;<br>&gt; To *unsubscribe* or change your subscription options, \
see the<br>&gt; bottom of this page:<br>&gt; <a \
href="https://lists.sourceforge.net/lists/listinfo/opennms-install"> \
https://lists.sourceforge.net/lists/listinfo/opennms-install</a><br><br><br>-------------------------------------------------------------------------<br>Take \
Surveys. Earn Cash. Influence the Future of IT<br>Join SourceForge.net &#39;s Techsay \
panel and you&#39;ll get the chance to share your<br>opinions on IT &amp; business \
topics through brief surveys - and earn cash<br><a \
href="http://www.techsay.com/default.php?page=join.php&amp;p=sourceforge&amp;CID=DEVDEV">
 http://www.techsay.com/default.php?page=join.php&amp;p=sourceforge&amp;CID=DEVDEV</a><br>_______________________________________________<br>Please \
read the OpenNMS Mailing List FAQ:<br><a \
href="http://www.opennms.org/index.php/Mailing_List_FAQ"> \
http://www.opennms.org/index.php/Mailing_List_FAQ</a><br><br>opennms-install mailing \
list<br><br>To *unsubscribe* or change your subscription options, see the bottom of \
this page:<br><a href="https://lists.sourceforge.net/lists/listinfo/opennms-install"> \
https://lists.sourceforge.net/lists/listinfo/opennms-install</a><br></blockquote></div><br>




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

_______________________________________________
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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic