GithubHelp home page GithubHelp logo

Comments (5)

albogdano avatar albogdano commented on May 26, 2024

You should have a ./lib folder where you can put the JDBC connector driver for PostgreSQL (a JAR file). Without that you won't be able to connect. After you put the JAR file in ./lib, restart Para.

from para.

AvnerCohen avatar AvnerCohen commented on May 26, 2024

Thanks. This does seem to solve it for me:

$>ls -l
./
../
data/
lib/
para-application.conf
para-dao-sql-1.45.10-shaded.jar
para-jar-1.48.2.jar
scoold/

And the lib folder:

$> ls -a lib
postgresql-42.6.0.jar

The error when I start Para is still:

2023-06-13 06:31:54 [INFO ] --- Para.initialize() [production] ---
2023-06-13 06:31:54 [INFO ] Loaded new DAO, Search and Cache implementations - SqlDAO, LuceneSearch and CaffeineCache.
2023-06-13 06:31:54 [ERROR] Error loading SQL driver "org.postgresql.Driver", class not found.
2023-06-13 06:31:54 [ERROR] Error loading SQL driver "org.postgresql.Driver", class not found.
2023-06-13 06:31:54 [ERROR] Error loading SQL driver "org.postgresql.Driver", class not found.
2023-06-13 06:31:54 [ERROR] Error loading SQL driver "org.postgresql.Driver", class not found.

from para.

albogdano avatar albogdano commented on May 26, 2024

Try starting Para with the loader.path=lib argument:

java -jar -Dconfig.file=./application.conf -Dloader.path=lib  para.jar

from para.

AvnerCohen avatar AvnerCohen commented on May 26, 2024

Yep, this was totally it! thanks !

from para.

mljohns89 avatar mljohns89 commented on May 26, 2024

This isn't working for me

from para.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.