OpenNMS installation error
Ragavan Thiru <[email protected]>
| Newsgroups | gmane.network.opennms.install |
|---|---|
| Message-ID | <CADb=q9s3G2u90AoVHsaF+yb8jdpn160AqKmm132Y4j1mRP7gog@mail.gmail.com> |
Hi, I am getting the following error while installing OpenNMS. Configures PostgreSQL tables, users, and other miscellaneous settings. DEBUG: Looks like we're on Windows... Validating. WARNING: Unable to retrieve the value for SOFTWARE\Microsoft\Windows NT\CurrentVersion\CSDVersion com.sun.jna.platform.win32.Win32Exception: The system cannot find the file specified. at com.sun.jna.platform.win32.Advapi32Util.registryGetStringValue(Advapi32Util.java:495) at org.opennms.install.IPv6Validator.getStringFromRegistry(IPv6Validator.java:162) at org.opennms.install.IPv6Validator.isPlatformIPv6Ready(IPv6Validator.java:65) at org.opennms.install.Installer.checkIPv6(Installer.java:298) at org.opennms.install.Installer.install(Installer.java:194) at org.opennms.install.Installer.main(Installer.java:950) DEBUG: Windows NT Version 6.1, Build 7600 (Service Pack 0) - searching for jicmp: - trying to load G:/OpenNMS/lib\jicmp.dll: OK - searching for jicmp6: - trying to load G:/OpenNMS/lib\jicmp6.dll: NO - trying to load G:\OpenNMS\lib\jicmp6.dll: NO - trying to load C:\Program Files\Java\jdk1.6.0_25\bin\jicmp6.dll: NO - trying to load .\jicmp6.dll: NO - trying to load C:\Windows\Sun\Java\bin\jicmp6.dll: NO - trying to load C:\Windows\system32\jicmp6.dll: NO - trying to load C:\Windows\jicmp6.dll: NO - trying to load C:\Program Files\NVIDIA Corporation\PhysX\Common\jicmp6.dll: NO - trying to load C:\Windows\system32\jicmp6.dll: NO - trying to load C:\Windows\jicmp6.dll: NO - trying to load C:\Windows\system32\wbem\jicmp6.dll: NO - trying to load C:\Windows\system32\windowspowershell\v1.0\jicmp6.dll: NO - trying to load c:\program files\java\jdk1.6.0_25\bin\jicmp6.dll: NO - trying to load g:\program files\quicktime\qtsystem\jicmp6.dll: NO - trying to load c:\program files\apache software foundation\apache tomcat 7.0.11\bin\jicmp6.dll: NO - trying to load G:\MatLab\bin\jicmp6.dll: NO - trying to load G:\MatLab\bin\win32\jicmp6.dll: NO - trying to load C:\Program Files\Microsoft SQL Server\100\Tools\Binn\jicmp6.dll: NO - trying to load C:\Program Files\Microsoft SQL Server\100\DTS\Binn\jicmp6.dll: NO - trying to load G:\Subversion\bin\jicmp6.dll: NO - trying to load D:\Level4\Assignment\Compiler\jicmp6.dll: NO - trying to load G:\MikTex\miktex\bin\jicmp6.dll: NO - trying to load D:\Level4\Compiler Theory\Project\javacc-5.0\bin\jicmp6.dll: NO - Failed to load the optional jicmp6 library. - This error is not fatal, since jicmp6 is only required for optional features. - For more information, see http://www.opennms.org/index.php/jicmp6- searching for jrrd: - trying to load G:/OpenNMS/lib\jrrd.dll: NO - trying to load G:\OpenNMS\lib\jrrd.dll: NO - trying to load C:\Program Files\Java\jdk1.6.0_25\bin\jrrd.dll: NO - trying to load .\jrrd.dll: NO - trying to load C:\Windows\Sun\Java\bin\jrrd.dll: NO - trying to load C:\Windows\system32\jrrd.dll: NO - trying to load C:\Windows\jrrd.dll: NO - trying to load C:\Program Files\NVIDIA Corporation\PhysX\Common\jrrd.dll: NO - trying to load C:\Windows\system32\jrrd.dll: NO - trying to load C:\Windows\jrrd.dll: NO - trying to load C:\Windows\system32\wbem\jrrd.dll: NO - trying to load C:\Windows\system32\windowspowershell\v1.0\jrrd.dll: NO - trying to load c:\program files\java\jdk1.6.0_25\bin\jrrd.dll: NO - trying to load g:\program files\quicktime\qtsystem\jrrd.dll: NO - trying to load c:\program files\apache software foundation\apache tomcat 7.0.11\bin\jrrd.dll: NO - trying to load G:\MatLab\bin\jrrd.dll: NO - trying to load G:\MatLab\bin\win32\jrrd.dll: NO - trying to load C:\Program Files\Microsoft SQL Server\100\Tools\Binn\jrrd.dll: NO - trying to load C:\Program Files\Microsoft SQL Server\100\DTS\Binn\jrrd.dll: NO - trying to load G:\Subversion\bin\jrrd.dll: NO - trying to load D:\Level4\Assignment\Compiler\jrrd.dll: NO - trying to load G:\MikTex\miktex\bin\jrrd.dll: NO - trying to load D:\Level4\Compiler Theory\Project\javacc-5.0\bin\jrrd.dll: NO - Failed to load the optional jrrd library. - This error is not fatal, since jrrd is only required for optional features. - For more information, see http://www.opennms.org/index.php/jrrd - using SQL directory... G:\OpenNMS\etc - using create.sql... G:\OpenNMS\etc\create.sql Exception in thread "main" org.opennms.core.schema.MigrationException: an error occurred getting the version from the database at org.opennms.core.schema.Migrator.getDatabaseVersion(Migrator.java:178) at org.opennms.core.schema.Migrator.validateDatabaseVersion(Migrator.java:206) at org.opennms.install.Installer.install(Installer.java:226) at org.opennms.install.Installer.main(Installer.java:950) Caused by: org.postgresql.util.PSQLException: FATAL: password authentication failed for user "admin" at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(ConnectionFactoryImpl.java:291) at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:108) at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) at org.postgresql.jdbc2.AbstractJdbc2Connection.(AbstractJdbc2Connection.java:125) at org.postgresql.jdbc3.AbstractJdbc3Connection.(AbstractJdbc3Connection.java:30) at org.postgresql.jdbc3.Jdbc3Connection.(Jdbc3Connection.java:24) at org.postgresql.Driver.makeConnection(Driver.java:393) at org.postgresql.Driver.connect(Driver.java:267) at java.sql.DriverManager.getConnection(DriverManager.java:582) at java.sql.DriverManager.getConnection(DriverManager.java:154) at org.opennms.netmgt.dao.db.SimpleDataSource.getConnection(SimpleDataSource.java:90) at org.opennms.core.schema.Migrator.getDatabaseVersion(Migrator.java:166) ... 3 more I am using windows 7 and following the installation guide in the official site. How can I correct this error? -- Regards, T.Ragavan. ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ 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