Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should I be able to connect to postgres via postGIS driver/menu option? #410

Open
turbomam opened this issue Mar 24, 2019 · 0 comments
Open

Comments

@turbomam
Copy link

I just pulled Karma from GitHub yesterday. I'm using PostGres 11 on Ubuntu 11. Should I be able to make this work? I was feeling optimistic because of the closed issue #362

I have a plain PostGres drive in /home/ubuntu/Web-Karma/lib/postgresql-42.2.5.jar

and have updated /home/ubuntu/Web-Karma/karma-jdbc/pom.xml (see below)

When I try to import data from a database table, sometimes I get this from the web UI

Error occured while getting table list! error

or this from the console:

java.lang.ClassNotFoundException: org.postgresql.Driver

<dependency>
    <groupId>org.postgresql</groupId>
    <artifactId>postgresql</artifactId>
    <version>42.2.5</version>
    <scope>system</scope>
    <systemPath>/home/ubuntu/Web-Karma/lib/postgresql-42.2.5.jar</systemPath>
</dependency>
@rutujarane rutujarane added this to To do in Web-Karma Maintenance via automation Sep 19, 2020
@rutujarane rutujarane moved this from To do to Priority 2 in Web-Karma Maintenance Nov 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Web-Karma Maintenance
  
Priority 2
Development

No branches or pull requests

2 participants