Skip to content

The project cannot be started #466

Closed Answered by vogti
Heachy asked this question in Q&A
Feb 23, 2024 · 1 comments · 7 replies
Discussion options

You must be logged in to vote

Hi @Heachy The problem is, that you execute the main-Method without building Polypheny-DB first. Polypheny is a modular system consisting of multiple moduls / plugins. The error you get indicates, that the system is unable to find a plugin that provides an implementation for the catalog. To avoid this, either run Polypheny by executing ./gradlew run or ./gradlew runReset or use the autoconfigured run configurations in IntelliJ (as mentioned by @hennlo). Please find below a screenshot where to find these run configurations.

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@hennlo
Comment options

@Heachy
Comment options

@hennlo
Comment options

@vogti
Comment options

Answer selected by hennlo
@Heachy
Comment options

@Heachy
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants