The Wayback Machine - https://web.archive.org/web/20201008145637/https://github.com/icodebetter/icodebetter/issues/30
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local Setup error #30

Open
clarenceeda opened this issue Aug 6, 2020 · 0 comments
Open

Local Setup error #30

clarenceeda opened this issue Aug 6, 2020 · 0 comments

Comments

@clarenceeda
Copy link

@clarenceeda clarenceeda commented Aug 6, 2020

Followed everything from https://docs.code2.io/local-setup .

Recieved this:

url: https://iwb.auth0.com/authorize?redirect_uri=http://192.168.99.101:8080/auth/callback&client_id=eucJR6BM7WzoG336tT5MYCew6YpxJMyv&audience=https%3A%2F%2Fiwb.auth0.com%2Fuserinfo&scope=openid%20profile%20email&response_type=code&state=HRCo2cUHOCKQdWCxO-N44zvmU4U-ntSvlomzY739rVc

iwb
Oops!, something went wrong

on dockerIP on port 8080

Callback URL mismatch.
The provided redirect_uri is not in the list of allowed callback URLs.
Please go to the Application Settings page and make sure you are sending a valid callback url from your application.

2020-08-06T12:37:43.670050374Z
. ____ _ __ _ _
/\ / ' __ _ () __ __ _ \ \ \
( ( )_
_ | '_ | '| | ' / ` | \ \ \
\/ )| |)| | | | | || (| | ) ) ) )
' |
| .__|| ||| |_, | / / / /
=========|
|==============|/=////
:: Spring Boot :: (v2.2.5.RELEASE)
2020-08-06T12:37:43.673453095Z
2020-08-06 12:37:43.960 INFO 1 --- [ main] iwb.FrameworkApplication : Starting FrameworkApplication on cd0791b2d698 with PID 1 (/app/classes started by root in /)
2020-08-06 12:37:43.973 INFO 1 --- [ main] iwb.FrameworkApplication : No active profile set, falling back to default profiles: default
2020-08-06 12:37:46.765 INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2020-08-06 12:37:47.239 INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 445ms. Found 0 JPA repository interfaces.
2020-08-06 12:37:50.657 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
2020-08-06 12:37:50.742 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2020-08-06 12:37:50.743 INFO 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.31]
2020-08-06 12:37:51.379 INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2020-08-06 12:37:51.384 INFO 1 --- [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 7196 ms
2020-08-06 12:37:53.458 INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2020-08-06 12:37:53.804 INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2020-08-06 12:37:54.246 INFO 1 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2020-08-06 12:37:54.747 INFO 1 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.12.Final
2020-08-06 12:37:55.220 INFO 1 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
2020-08-06 12:37:55.866 INFO 1 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.PostgreSQL10Dialect
2020-08-06 12:38:05.357 INFO 1 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2020-08-06 12:38:05.401 INFO 1 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2020-08-06 12:38:06.212 INFO 1 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'taskExecutor'
2020-08-06 12:38:07.755 INFO 1 --- [ main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
2020-08-06 12:38:08.355 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
2020-08-06 12:38:08.368 INFO 1 --- [ main] iwb.FrameworkApplication : Started FrameworkApplication in 25.554 seconds (JVM running for 26.819)
Start: icbVCSUpdateSqlAndFields: 067e6162-3b6f-4ae2-a221-2470b63dff00
2020-08-06 12:38:20.832 INFO 1 --- [nio-8080-exec-2] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2020-08-06 12:38:20.837 INFO 1 --- [nio-8080-exec-2] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2020-08-06 12:38:20.871 INFO 1 --- [nio-8080-exec-2] o.s.web.servlet.DispatcherServlet : Completed initialization in 34 ms
Table Field Keyz to update:
End: icbVCSUpdateSqlAndFields(48968)
Start: projectVCSUpdate: 067e6162-3b6f-4ae2-a221-2470b63dff00
Others Keyz to update:
End: projectVCSUpdate(27715)
20/08/06 12:39:25 INFO rdbms.PostgreSQLLoader: Caching project = 067e6162-3b6f-4ae2-a221-2470b63dff00
20/08/06 12:39:26 INFO rdbms.PostgreSQLLoader: Cache Loaded.
vcsCheck4VCSLogSchema
Timer.Run
Timer.Run
Timer.Run
Timer.Run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.