ConfigHubPub / ConfigHubPub/ConfigHubPlatform
Trouble while installing on Ubuntu18.04
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 80
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
Hi All,
I have followed the install instructions here:
http://docs.confighub.com/en/latest/pages/getting_started/install.html
- I have download confighub 1.9.7
- I have installed oracle java 8
- I have installed mysql 5.7.32
However whenever I try to run the software through startup.sh I find this errors in confighub.log:
2020-12-24 08:37:29,382 ERROR org.hibernate.engine.jdbc.spi.SqlExceptionHelper Table 'ConfigHubMain.systemconfig' doesn't exist
2020-12-24 08:37:29,387 ERROR com.confighub.core.store.AStore org.hibernate.exception.SQLGrammarException: could not extract ResultSet
I created a DB called "ConfigHubMain" and the user as full admin.
what am I missing here?
Tnx
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked installation instructions and the startup.sh entry point, then inspect confighub.log for the Hibernate database error. Verify how ConfigHubMain and its systemconfig table are expected to be created; done means the software starts without the reported missing-table error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, mysql, ubuntu
- Domain
- database, devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100