question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Java services run with errors

See original GitHub issue

kubectl logs order-6bc8b4647c-bpwx5 order

` HikariPool-1 - Exception during pool initialization.

org.postgresql.util.PSQLException: FATAL: database “dborder” does not exist at `

It seems that the postgres pod does not init the shell script to create the database.

LOG: database system was interrupted; last known up at 2019-09-05 06:23:08 UTC LOG: database system was not properly shut down; automatic recovery in progress LOG: redo starts at 0/14EFC40 LOG: invalid record length at 0/14EFC68: wanted 24, got 0 LOG: redo done at 0/14EFC40 LOG: last completed transaction was at log time 2019-09-05 06:23:08.268566+00 LOG: MultiXact member wraparound protections are now enabled LOG: database system is ready to accept connections LOG: autovacuum launcher started FATAL: database "dbinvoicing" does not exist FATAL: database "dborder" does not exist FATAL: database "dbinvoicing" does not exist FATAL: database "dborder" does not exist

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
ewolffcommented, Sep 5, 2019

Excellent - glad the problem is solved! 👍🙂

0reactions
wuyongdeccommented, Sep 5, 2019

The same evironment on mac os works well.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Solve the Most Common Runtime Errors in Java | Rollbar
A runtime error occurs when a program is syntactically correct but contains an issue that is only detected during program execution. These ...
Read more >
Fix the 5 most common types of runtime errors in Java
Top 5 runtime errors in Java · Data entry errors · Insufficient runtime resources · Poorly implemented logic · External resource changes ·...
Read more >
How to Monitor Java Services - Performance, Errors, and more
Retrace provides holistic Java service performance monitoring including code profiling, errors, logs, metrics, and more.
Read more >
Running Java applications as a service - startup error captures?
When I try to start the service I get this message: Could not start <service> service on Local Computer. The service did not...
Read more >
Setting Up Error Reporting for Java - Google Cloud
Error Reporting displays the errors that are logged to Cloud Logging by applications running on those services. For more information, go to Running...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found