Re: OpenNMS 1.6.5 install on FreeBSD8.0

Gregory McCroan <[email protected]>
Newsgroups gmane.network.opennms.install
Message-ID <[email protected]>
Bruce,

What would be the oid to disable IPv6 with sysctl?

Regards,
Greg McCroan

On Sun, Dec 20, 2009 at 11:12 PM, Bruce A. Grobler
<[email protected]> wrote:
> Hi,
>
> Had a similar problem trying to build 1.6.7 on fb8.0, try disabling IPv6 with sysctl,
> (btw 1.6.7 svn builds clean on freebsd.)
>
> Regards,
>
> Bruce Grobler
>
> -----Original Message-----
> From: Gregory McCroan [mailto:[email protected]]
> Sent: Friday, December 18, 2009 10:30 PM
> To: [email protected]
> Subject: [opennms-install] OpenNMS 1.6.5 install on FreeBSD8.0
>
> I am installing OpenNMS 1.6.5 on a HP DL145 G2 with 1GB of RAM. I have
> already worked through many obstacles installing using a ported
> install from http://www.geeklan.co.uk/files/opennms/opennms-165-freebsd-port.tgz.
> The install is now at the point of running the build.sh. I am seeing
> that the install is failing to download from the online repositories.
> Is there a new POM or xml that I need with the correct urls? Below is
> the errors I am receiving.
>
>
> xxxxxxxNMS01# make install
> ===>  Building for opennms-1.6.5
> cd /usr/ports/net-mgmt/opennms/work/opennms-1.6.5-1/source &&
> /usr/bin/env JAVA_HOME=/usr/local/jdk1.6.0
> WRKSRC=/usr/ports/net-mgmt/opennms/work/opennms-1.6.5-1/source
> MAVEN_OPTS="-Xmx1024m -XX:PermSize=384m"  ./build.sh
> -Dorg.apache.maven.global-settings=/usr/ports/net-mgmt/opennms/work/opennms-1.6.5-1/source/maven/conf/settings.xml
> -Dopennms.home=/usr/local/opennms install assembly:attached
> [INFO] Scanning for projects...
> [INFO] Reactor build order:
> [INFO]   OpenNMS
> [INFO]   OpenNMS Complex Dependencies
> [INFO]   OpenNMS Hibernate
> [INFO]   OpenNMS Spring
> [INFO]   OpenNMS Acegi
> [INFO]   OpenNMS Drools
> [INFO]   OpenNMS Utilities
> [INFO]   OpenNMS Test Components
> [INFO]   Mock SNMP Agent
> [INFO]   OpenNMS Launcher
> [INFO]   OpenNMS JoeSNMP library
> [INFO]   OpenNMS Configuration
> [INFO]   OpenNMS Config Utilities
> [INFO]   OpenNMS SNMP
> [INFO]   OpenNMS SNMP API
> [INFO]   OpenNMS Data Model Components
> [INFO]   OpenNMS RRD Module
> [INFO]   OpenNMS RRD Interface
> [INFO]   OpenNMS JRobin RRD Implementation
> [INFO]   OpenNMS Persistence Layer
> [INFO]   OpenNMS ICMP Library
> [INFO]   OpenNMS ICMP Interface
> [INFO]   OpenNMS Installation Utilities
> [INFO]   OpenNMS RRDTool RRD Implementation
> [INFO]   OpenNMS RRDTool RRD Interface
> [INFO]   OpenNMS JoeSNMP SNMP Implementation
> [INFO]   OpenNMS SNMP4J SNMP Implementation
> [INFO]   OpenNMS Snmp Tests
> [INFO]   OpenNMS Services
> [INFO]   OpenNMS Remote Poller
> [INFO]   OpenNMS Integrations
> [INFO]   OpenNMS OTRS Integration
> [INFO]   OpenNMS RT Integration
> [INFO]   OpenNMS Model Importer
> [INFO]   OpenNMS Jetty Integration
> [INFO]   OpenNMS Correlation Engines
> [INFO]   OpenNMS Correlator
> [INFO]   Drools Correlation Engine
> [INFO]   OpenNMS Reporting
> [INFO]   OpenNMS OSS/J interface
> [INFO]   OpenNMS Web Application
> [INFO]   OpenNMS Daemon Application
> [INFO]   OpenNMS Documentation
> [INFO] Searching repository for plugin with prefix: 'assembly'.
> [INFO] org.apache.maven.plugins: checking for updates from opennms-repo
> [WARNING] repository metadata for: 'org.apache.maven.plugins' could
> not be retrieved from repository: opennms-repo due to an error: Error
> transferring fil
> [INFO] Repository 'opennms-repo' will be blacklisted
> [INFO] org.apache.maven.plugins: checking for updates from codehaus
> [WARNING] repository metadata for: 'org.apache.maven.plugins' could
> not be retrieved from repository: codehaus due to an error: Error
> transferring file
> [INFO] Repository 'codehaus' will be blacklisted
> [INFO] org.apache.maven.plugins: checking for updates from central
> [WARNING] repository metadata for: 'org.apache.maven.plugins' could
> not be retrieved from repository: central due to an error: Error
> transferring file
> [INFO] Repository 'central' will be blacklisted
> Downloading: http://repo.opennms.org/maven2/org/apache/maven/plugins/maven-eclipse-plugin/2.5.1/maven-eclipse-plugin-2.5.1.pom
> Downloading: http://repo.opennms.org/releases/org/apache/maven/plugins/maven-eclipse-plugin/2.5.1/maven-eclipse-plugin-2.5.1.pom
> Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-eclipse-plugin/2.5.1/maven-eclipse-plugin-2.5.1.pom
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Error building POM (may not be this project's POM).
>
>
> Project ID: org.apache.maven.plugins:maven-eclipse-plugin
>
> Reason: POM 'org.apache.maven.plugins:maven-eclipse-plugin' not found
> in repository: Unable to download the artifact from any repository
>
>  org.apache.maven.plugins:maven-eclipse-plugin:pom:2.5.1
>
> from the specified remote repositories:
>  opennms-releases (http://repo.opennms.org/releases),
>  opennms-repo (http://repo.opennms.org/maven2),
>  codehaus (http://repository.codehaus.org),
>  codehaus-snapshots (http://snapshots.repository.codehaus.org),
>  central (http://repo1.maven.org/maven2),
>  opennms-snapshots (http://repo.opennms.org/snapshots)
>
>  for project org.apache.maven.plugins:maven-eclipse-plugin
>
>
> [INFO] ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 22 seconds
> [INFO] Finished at: Fri Dec 18 10:55:03 PST 2009
> [INFO] Final Memory: 15M/37M
> [INFO] ------------------------------------------------------------------------
> *** Error code 1
>
> Stop in /usr/ports/net-mgmt/opennms.
>
> Any assistance would be greatly appreciated.
>
> ------------------------------------------------------------------------------
> This SF.Net email is sponsored by the Verizon Developer Community
> Take advantage of Verizon's best-in-class app development support
> A streamlined, 14 day to market process makes app distribution fast and easy
> Join now and get one step closer to millions of Verizon customers
> http://p.sf.net/sfu/verizon-dev2dev
> _______________________________________________
> 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
>
>
> __________ Information from ESET Smart Security, version of virus signature database 4333 (20090813) __________
>
> The message was checked by ESET Smart Security.
>
> http://www.eset.com
>
>
>
> __________ Information from ESET Smart Security, version of virus signature database 4333 (20090813) __________
>
> The message was checked by ESET Smart Security.
>
> http://www.eset.com
>
>
> ------------------------------------------------------------------------------
> This SF.Net email is sponsored by the Verizon Developer Community
> Take advantage of Verizon's best-in-class app development support
> A streamlined, 14 day to market process makes app distribution fast and easy
> Join now and get one step closer to millions of Verizon customers
> http://p.sf.net/sfu/verizon-dev2dev
> _______________________________________________
> 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
>

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.