vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| i have installed pgsql8.* on fc3 .. it has installed well and test was successful. while installing opennms i run the installer #./installer -disU.. this lead to ca certain error regarding iplike.so permission denied. error message Exception in thread "main" org.postgresql.util.PSQLException: ERROR: could not access file "/root/Desktop/downloadable/opennms-1.2.9-1/source/dist/lib/iplike.so": Permission denied at org.postgresql.util.PSQLException.parseServerError (PSQLException.java:139) at org.postgresql.core.QueryExecutor.executeV3(QueryE xecutor.java:152) at org.postgresql.core.QueryExecutor.execute(QueryExe cutor.java:100) at org.postgresql.core.QueryExecutor.execute(QueryExe cutor.java:43) at org.postgresql.jdbc1.AbstractJdbc1Statement.execut e(AbstractJdbc1Statement.java:517) at org.postgresql.jdbc2.AbstractJdbc2Statement.execut e(AbstractJdbc2Statement.java:50) at org.postgresql.jdbc1.AbstractJdbc1Statement.execut e(AbstractJdbc1Statement.java:298) at org.opennms.install.Installer.updateIplike(Install er.java:1691) at org.opennms.install.Installer.install(Installer.ja va:265) at org.opennms.install.Installer.main(Installer.java: 2450) plz help me out ALi __________________________________________________ _______________ View Athlete’s Collections with Live Search http://sportmaps.live.com/index.html...06&FORM=MGAC01 ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |
| ||||
| Faqeer ALI wrote: > > > > i have installed pgsql8.* on fc3 .. it has installed > well and test was successful. > while installing opennms i run the installer > #./installer -disU.. this lead to ca certain error regarding > iplike.so permission denied. > > error message > > > Exception in thread "main" org.postgresql.util.PSQLException: ERROR: > could not access file > "/root/Desktop/downloadable/opennms-1.2.9-1/source/dist/lib/iplike.so": > Permission denied And what are the permissions on that file, and could it be that the class the user is running as can't access it? Or it could be that the backend needs to read it depending what is happening. -- Richard Huxton Archonet Ltd ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster |