Giter Club home page Giter Club logo

Comments (10)

JasonHHouse avatar JasonHHouse commented on September 13, 2024 1

That error usually comes from going to the http site, not https. Try https://{ip_address}:8484, if you haven't already

from gaps.

rcork avatar rcork commented on September 13, 2024

Same here

from gaps.

JasonHHouse avatar JasonHHouse commented on September 13, 2024

Can you attach a screenshot or log? Are you hitting https://127.0.0.1:8443 ?

from gaps.

Dukko avatar Dukko commented on September 13, 2024

Yes I am attempting to access from there, also from localhost and 0.0.0.0 with no success.

09:01:55.929 [main] INFO org.springframework.core.KotlinDetector - Kotlin reflection implementation not found at runtime, related features won't be available., , . ____ _ __ _ _, /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \, ( ( )\___ | '_ | '_| | '_ \/ _ | \ \ \ ,
\/ )| |)| | | | | || (| | ) ) ) ),
' |
| .__|| ||| |_, | / / / /,
=========||==============|/=///_/,
:: Spring Boot :: (v2.1.8.RELEASE),
,
2019-10-22 09:01:56.777 INFO 1 --- [ main] com.jasonhhouse.Gaps.GapsApplication : Starting GapsApplication v0.0.4 on 2792c4bceaf7 with PID 1 (/usr/src/app/Gaps-0.0.4.jar started by root in /usr/src/app),
2019-10-22 09:01:56.778 INFO 1 --- [ main] com.jasonhhouse.Gaps.GapsApplication : No active profile set, falling back to default profiles: default,
2019-10-22 09:01:57.069 WARN 1 --- [kground-preinit] o.s.h.c.j.Jackson2ObjectMapperBuilder : For Jackson Kotlin classes support please add "com.fasterxml.jackson.module:jackson-module-kotlin" to the classpath,
2019-10-22 09:01:58.535 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8484 (https),
2019-10-22 09:01:58.603 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat],
2019-10-22 09:01:58.603 INFO 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.24],
2019-10-22 09:01:58.735 INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext,
2019-10-22 09:01:58.735 INFO 1 --- [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1880 ms,
2019-10-22 09:01:59.219 INFO 1 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor',
2019-10-22 09:01:59.227 INFO 1 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor',
2019-10-22 09:01:59.258 INFO 1 --- [ main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler',
2019-10-22 09:01:59.318 INFO 1 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor',
2019-10-22 09:01:59.468 INFO 1 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService,
2019-10-22 09:01:59.468 INFO 1 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'taskExecutor',
2019-10-22 09:01:59.732 INFO 1 --- [ main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html],
2019-10-22 09:01:59.850 WARN 1 --- [ main] ion$DefaultTemplateResolverConfiguration : Cannot find template location: classpath:/templates/ (please add some templates or check your Thymeleaf configuration),
2019-10-22 09:02:00.152 INFO 1 --- [ main] o.s.m.s.b.SimpleBrokerMessageHandler : Starting...,
2019-10-22 09:02:00.152 INFO 1 --- [ main] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]],
2019-10-22 09:02:00.153 INFO 1 --- [ main] o.s.m.s.b.SimpleBrokerMessageHandler : Started.,
2019-10-22 09:02:01.052 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8484 (https) with context path '',
2019-10-22 09:02:01.061 INFO 1 --- [ main] com.jasonhhouse.Gaps.GapsApplication : Started GapsApplication in 5.052 seconds (JVM running for 5.959),
2019-10-22 09:02:59.317 INFO 1 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 1, completed tasks = 237],
2019-10-22 09:32:59.317 INFO 1 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 1, completed tasks = 7432],
2019-10-22 10:02:59.316 INFO 1 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 1, completed tasks = 14629],
2019-10-22 10:32:59.317 INFO 1 --- [MessageBroker-5] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 1, completed tasks = 21825],
2019-10-22 11:02:59.316 INFO 1 --- [MessageBroker-8] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 1, completed tasks = 29021],
2019-10-22 11:32:59.316 INFO 1 --- [MessageBroker-5] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 1, completed tasks = 36217],
2019-10-22 12:02:59.316 INFO 1 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 1, completed tasks = 43413],`

from gaps.

JasonHHouse avatar JasonHHouse commented on September 13, 2024

0.0.0.0 is not localhost.

Get your machine's IP address and try hitting that. If you're running docker with specific network connections, that can cause the requirement. ipconfig or ifconfig on Windows or Linux/Mac. Make sure to include https

from gaps.

Dukko avatar Dukko commented on September 13, 2024

Hi Jason, thanks for the reply. I am accessing the docker using its network IP, which in my case is 172.17.0.2. I am accessing it locally too, by the way.

from gaps.

MammothJerk avatar MammothJerk commented on September 13, 2024

i think i have the same problem, running the housewrecker docker through unraid

. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.2.0.RELEASE)

2019-11-08 05:11:08.286 INFO 1 --- [ main] com.jasonhhouse.gaps.GapsApplication : Starting GapsApplication v0.0.5 on b6e1b8acbbcf with PID 1 (/usr/src/app/GapsWeb-0.0.5.jar started by root in /usr/src/app)
2019-11-08 05:11:08.287 INFO 1 --- [ main] com.jasonhhouse.gaps.GapsApplication : No active profile set, falling back to default profiles: default
2019-11-08 05:11:08.426 WARN 1 --- [kground-preinit] o.s.h.c.j.Jackson2ObjectMapperBuilder : For Jackson Kotlin classes support please add "com.fasterxml.jackson.module:jackson-module-kotlin" to the classpath
:: Spring Boot :: (v2.2.0.RELEASE)

2019-11-08 05:11:08.286 INFO 1 --- [ main] com.jasonhhouse.gaps.GapsApplication : Starting GapsApplication v0.0.5 on b6e1b8acbbcf with PID 1 (/usr/src/app/GapsWeb-0.0.5.jar started by root in /usr/src/app)
2019-11-08 05:11:08.287 INFO 1 --- [ main] com.jasonhhouse.gaps.GapsApplication : No active profile set, falling back to default profiles: default
2019-11-08 05:11:08.426 WARN 1 --- [kground-preinit] o.s.h.c.j.Jackson2ObjectMapperBuilder : For Jackson Kotlin classes support please add "com.fasterxml.jackson.module:jackson-module-kotlin" to the classpath
2019-11-08 05:11:09.661 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8484 (https)
2019-11-08 05:11:09.684 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-11-08 05:11:09.685 INFO 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.27]
2019-11-08 05:11:09.760 INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-11-08 05:11:09.761 INFO 1 --- [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1402 ms
2019-11-08 05:11:10.043 INFO 1 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor'
2019-11-08 05:11:10.047 INFO 1 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor'
2019-11-08 05:11:10.068 INFO 1 --- [ main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler'
2019-11-08 05:11:10.104 INFO 1 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor'
2019-11-08 05:11:10.188 INFO 1 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService
2019-11-08 05:11:10.189 INFO 1 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'taskExecutor'
2019-11-08 05:11:10.310 INFO 1 --- [ main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
2019-11-08 05:11:10.918 WARN 1 --- [ main] ion$DefaultTemplateResolverConfiguration : Cannot find template location: classpath:/templates/ (please add some templates or check your Thymeleaf configuration)
2019-11-08 05:11:11.027 INFO 1 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-11-08 05:11:11.053 INFO 1 --- [ main] o.s.m.s.b.SimpleBrokerMessageHandler : Starting...
2019-11-08 05:11:11.054 INFO 1 --- [ main] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]]
2019-11-08 05:11:11.054 INFO 1 --- [ main] o.s.m.s.b.SimpleBrokerMessageHandler : Started.
2019-11-08 05:11:11.027 INFO 1 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-11-08 05:11:11.053 INFO 1 --- [ main] o.s.m.s.b.SimpleBrokerMessageHandler : Starting...
2019-11-08 05:11:11.054 INFO 1 --- [ main] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]]
2019-11-08 05:11:11.054 INFO 1 --- [ main] o.s.m.s.b.SimpleBrokerMessageHandler : Started.
2019-11-08 05:11:11.950 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8484 (https) with context path ''
2019-11-08 05:11:11.954 INFO 1 --- [ main] com.jasonhhouse.gaps.GapsApplication : Started GapsApplication in 6.664 seconds (JVM running for 7.532)
2019-11-08 05:12:10.103 INFO 1 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 0]
2019-11-08 05:12:10.103 INFO 1 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 0]

connecting to the docker through the ip:port gives me this message in my browser

Bad Request
This combination of host and port requires TLS.

from gaps.

JasonHHouse avatar JasonHHouse commented on September 13, 2024

Something of note, the port is 8484 not 8443

from gaps.

MammothJerk avatar MammothJerk commented on September 13, 2024

Weird, my settings show that it should be using https but for some reason it doesn't work, typing it in manually did work however.

edit: Supposed to actually be [IP] and not [theActualIPWithDotsAndNumbers], completely my bad, never had to type in the webui myself before so i messed up

from gaps.

JasonHHouse avatar JasonHHouse commented on September 13, 2024

Sweet, glad to hear it.

from gaps.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.