Advertisement
Guest User

Untitled

a guest
Dec 28th, 2023
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.13 KB | None | 0 0
  1. 2023-12-28T09:21:56.758519960Z ---------------------------------------------------------------------------------------------------------
  2. 2023-12-28T09:21:56.758525960Z --------------------------------- Starting FusionAuth version [1.48.3] ----------------------------------
  3. 2023-12-28T09:21:56.758529660Z ---------------------------------------------------------------------------------------------------------
  4. 2023-12-28T09:21:56.758533660Z
  5. 2023-12-28T09:21:58.638665603Z 2023-12-28 09:21:58.622 AM INFO io.fusionauth.api.plugin.guice.PluginModule - No plugins found
  6. 2023-12-28T09:22:00.080097343Z 2023-12-28 09:22:00.079 AM INFO io.fusionauth.api.service.system.NodeService - Node [a6db049d-1c37-42c0-bf3b-ffaff58f9575] started.
  7. 2023-12-28T09:22:04.808681985Z 2023-12-28 09:22:04.808 AM INFO io.fusionauth.api.configuration.DefaultFusionAuthConfiguration - Loading FusionAuth configuration file [/usr/local/fusionauth/config/fusionauth.properties]
  8. 2023-12-28T09:22:04.810926201Z 2023-12-28 09:22:04.810 AM INFO io.fusionauth.api.configuration.DefaultFusionAuthConfiguration - Dynamically set property [fusionauth-app.url] set to [http://localhost:9011]
  9. 2023-12-28T09:22:04.819140462Z 2023-12-28 09:22:04.817 AM INFO com.inversoft.configuration.BasePropertiesFileInversoftConfiguration -
  10. 2023-12-28T09:22:04.819160262Z - Overriding default value of property [database.mysql.enforce-utf8mb4] with value [true]
  11. 2023-12-28T09:22:04.819175762Z - Overriding default value of property [fusionauth-app.runtime-mode] with value [production]
  12. 2023-12-28T09:22:04.819180462Z - Overriding default value of property [search.type] with value [database]
  13. 2023-12-28T09:22:04.819184162Z
  14. 2023-12-28T09:22:04.828498730Z 2023-12-28 09:22:04.828 AM INFO com.inversoft.jdbc.hikari.DataSourceProvider - Connecting to PostgreSQL database at [<my-db-url>]
  15. 2023-12-28T09:22:04.876657883Z 2023-12-28 09:22:04.876 AM WARN com.zaxxer.hikari.HikariConfig - HikariPool-1 - idleTimeout has been set but has no effect because the pool is operating as a fixed size pool.
  16. 2023-12-28T09:22:04.895309620Z 2023-12-28 09:22:04.894 AM INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
  17. 2023-12-28T09:22:05.240201247Z 2023-12-28 09:22:05.239 AM INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@798deee8
  18. 2023-12-28T09:22:05.287108491Z 2023-12-28 09:22:05.280 AM INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
  19. 2023-12-28T09:22:25.696218019Z 2023-12-28 09:22:25.670 AM INFO com.inversoft.scheduler.DefaultScheduler - Starting up scheduler
  20. 2023-12-28T09:22:25.763572930Z 2023-12-28 09:22:25.726 AM INFO com.inversoft.scheduler.DefaultScheduler - Scheduler is running
  21. 2023-12-28T09:22:28.675301863Z 2023-12-28 09:22:28.674 AM INFO io.fusionauth.api.service.system.NodeService - Node [a6db049d-1c37-42c0-bf3b-ffaff58f9575] with address [http://localhost:9011] removed because it has not checked in for the last [443] seconds. Bye node.
  22. 2023-12-28T09:22:28.744410685Z 2023-12-28 09:22:28.744 AM INFO io.fusionauth.api.service.system.NodeService - Node [a6db049d-1c37-42c0-bf3b-ffaff58f9575] added with address [http://localhost:9011]
  23. 2023-12-28T09:22:33.701023657Z 2023-12-28 09:22:33.700 AM INFO io.fusionauth.api.service.system.NodeService - Node [a6db049d-1c37-42c0-bf3b-ffaff58f9575] promoted to master at [2023-12-28T09:22:33.700489453Z], the previous master Node [93a08508-bdff-4eee-9ae5-fe8c8603b2d9] had not checked in since [2023-12-28T09:15:31.094Z]
  24. 2023-12-28T09:22:33.907412811Z 2023-12-28 09:22:33.907 AM INFO com.inversoft.search.ElasticRestClientHelper - Connecting to Elasticsearch at [http://localhost:9021]
  25. 2023-12-28T09:22:35.402663289Z 2023-12-28 09:22:35.399 AM INFO com.inversoft.search.ElasticRestClientHelper - Connecting to Elasticsearch at [http://localhost:9021]
  26. 2023-12-28T09:22:37.222982444Z 2023-12-28 09:22:37.204 AM INFO io.fusionauth.app.primeframework.FusionHTTPContextAuthSetup - Initializing the FusionAuth HTTP Context.
  27. 2023-12-28T09:22:38.559216314Z Exception in thread "main" java.lang.RuntimeException: java.lang.IllegalArgumentException: Invalid PEM format
  28. 2023-12-28T09:22:38.560094716Z at io.fusionauth.app.FusionAuthMain.getHttpsConfiguration(FusionAuthMain.java:81)
  29. 2023-12-28T09:22:38.568350941Z at io.fusionauth.app.FusionAuthMain.configuration(FusionAuthMain.java:36)
  30. 2023-12-28T09:22:38.579725876Z at org.primeframework.mvc.BasePrimeMain.start(BasePrimeMain.java:103)
  31. 2023-12-28T09:22:38.579745376Z at io.fusionauth.app.FusionAuthMain.main(FusionAuthMain.java:27)
  32. 2023-12-28T09:22:38.579750876Z Caused by: java.lang.IllegalArgumentException: Invalid PEM format
  33. 2023-12-28T09:22:38.579754176Z at io.fusionauth.http.security.SecurityTools.parseDERFromPEM(SecurityTools.java:165)
  34. 2023-12-28T09:22:38.579757276Z at io.fusionauth.http.security.SecurityTools.parsePrivateKey(SecurityTools.java:179)
  35. 2023-12-28T09:22:38.579760376Z at io.fusionauth.http.server.HTTPListenerConfiguration.<init>(HTTPListenerConfiguration.java:77)
  36. 2023-12-28T09:22:38.579763776Z at io.fusionauth.app.FusionAuthMain.getHttpsConfiguration(FusionAuthMain.java:79)
  37. 2023-12-28T09:22:38.579766776Z ... 3 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement