So I have set up Confluence 7.3.5 trial on an Ubuntu VM - set up goes smoothly, but when accessing the site http://localhost:8090/setup/setupembeddeddb-default.action I get a blank screen, no login or setup and a link to https://www.atlassian.com/. What did I miss during installation?
Hi Aaron
welcome to the community
Can you by chance have a look to the corresponding log files
(catalina.out below the logs directory in the confluence installation directory or
atlassian-confluence.log in the logs directory below your confluence home directory)
Cheers
Kurt
Kurt,
thank for the reply - here is a snipet of the logs
###Beginning Logs###
10-Apr-2020 12:11:56.584 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8090"]
10-Apr-2020 12:11:56.799 INFO [main] org.apache.catalina.startup.Catalina.load Server initialization in [8,210] milliseconds
10-Apr-2020 12:11:56.848 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat-Standalone]
10-Apr-2020 12:11:56.858 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/9.0.33]
10-Apr-2020 12:12:04.544 INFO [Catalina-utility-2] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
10-Apr-2020 12:12:04.643 INFO [Catalina-utility-2] org.apache.catalina.core.ApplicationContext.log 1 Spring WebApplicationInitializers detected on classpath
10-Apr-2020 12:12:05.062 WARNING [Catalina-utility-2] org.apache.catalina.util.SessionIdGeneratorBase.createSecureRandom Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [203] milliseconds.
10-Apr-2020 12:12:05.545 INFO [Catalina-utility-2] org.apache.catalina.core.ApplicationContext.log Initializing Spring DispatcherServlet 'dispatcher'
2020-04-10 12:12:07,125 INFO [Catalina-utility-1] [com.atlassian.confluence.lifecycle] contextInitialized Starting Confluence 7.3.5 [build 8401 based on commit hash 704793d6038510d343805f57baea5ca16b469eae] - synchrony version 3.1.0-master-022ca438
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.apache.felix.framework.ext.ClassPathExtenderFactory$DefaultClassLoaderExtender (file:/opt/atlassian/confluence/confluence/WEB-INF/lib/org.apache.felix.framework-5.6.12.jar) to method java.net.URLClassLoader.addURL(java.net.URL)
WARNING: Please consider reporting this to the maintainers of org.apache.felix.framework.ext.ClassPathExtenderFactory$DefaultClassLoaderExtender
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
10-Apr-2020 12:12:35.022 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8090"]
10-Apr-2020 12:12:35.063 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in [46,346] milliseconds
###End of Logs###
Please let me know what you are seeing/ looking for and I can also grep through, search to see why the main pages are not loading.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Aaron
at a first look thre is nothing critical shown in the log
Did you also check the application log?
Cheers
Kurt
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Having exactly the same issue on my installation
Confluence: 7.4.3
OS: Catalina 10.15.4
Using the default H2 DB for trial purpose
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.