Hello!
I wonder if you could help me resolve this problem? details below. Thank you so much for your time and help!
I followed the Intellij Guide to set up my initial development environment.
typing the following in my browser
localhost:8282 takes me to a page where i can supposedly download the swing client zip file (download didnt work)
typing the following all yield the Whitelabel Error Page:
localhost:8080
192.168.100.104:8080
evans.company.com:8080 (the mapping exists in my windows \etc\hosts file)
the console log follows. Please help! Anything I can do to troubleshoot further or change to correct the problem? Thank you!
2024-09-05 09:12:28.814 WARN 18328 [ 192.168.100.104][_noSession] — [nio-8080-exec-1] o.s.web.servlet.PageNotFound : No mapping for GET /
09:12:28,814 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [de.metas.logging.MetasfreshFileAppender]
09:12:28,814 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [FILE-byLoggedUserAndRemoteAddr-LoggedUser_IS_UNDEFINED-RemoteAddr_IS_UNDEFINED]
09:12:28,814 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
09:12:28,814 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@1377453540 - No compression will be used
09:12:28,814 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@1377453540 - Will use the pattern ./log//byLoggedUserAndRemoteAddr/noSession/192.168.100.104/%d{yyyy-MM-dd}%d{HHmmss,aux}.log for the active file
09:12:28,814 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - The date pattern is ‘yyyy-MM-dd’ from file name pattern ‘./log//byLoggedUserAndRemoteAddr/noSession/192.168.100.104/%d{yyyy-MM-dd}%d{HHmmss,aux}.log’.
09:12:28,814 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - Roll-over at midnight.
09:12:28,814 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - Setting initial period to Thu Sep 05 09:12:28 CST 2024
09:12:28,814 |-INFO in de.metas.logging.MetasfreshFileAppender[FILE-byLoggedUserAndRemoteAddr-LoggedUser_IS_UNDEFINED-RemoteAddr_IS_UNDEFINED] - Active log file name: ./log//byLoggedUserAndRemoteAddr/_noSession/192.168.100.104/2024-09-05_091228.log
09:12:28,814 |-INFO in de.metas.logging.MetasfreshFileAppender[FILE-byLoggedUserAndRemoteAddr-LoggedUser_IS_UNDEFINED-RemoteAddr_IS_UNDEFINED] - File property is set to [null]
09:12:28,814 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - Elapsed period: Thu Sep 05 09:12:28 CST 2024
2024-09-05 09:12:29.095 WARN 18328 [ 192.168.100.104][_noSession] — [nio-8080-exec-2] o.s.web.servlet.PageNotFound : No mapping for GET /favicon.ico