Table 'steama.user' doesn't exist

Open
#733 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
25/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
java, mariadb, spring
Domain
backend, databases

Research direction

Start by reviewing application.yml and the startup logs around Spring Security Core, Hibernate, and MariaDB schema creation. Reproduce the failure with MariaDB 10.1.37, then compare the schema setup with a working configuration. Done means the user table is created and application startup completes successfully.

Written by the indexing model from the issue text.

Description

Awaiting Feedback

Configuring Spring Security Core ...
... finished configuring Spring Security Core

ERROR org.hibernate.engine.jdbc.spi.SqlExceptionHelper - Table 'steama.user' doesn't exist
ERROR org.springframework.boot.SpringApplication - Application startup failed

It seems to be not creating a table when using MariaDB-MySQL
starts fine if I don't use it but switching to the application.yml
I get the table doesn't exist, all other tables are built
or am I missing a step?

Server version: 10.1.37-MariaDB
Debian GNU/Linux 9.7 (stretch)

Dominant language
JavaScript
Stars
9.8k
Forks
978
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from streamaserver/streama

All issues in streamaserver/streama

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.