Blank App For One SDK App

Hey folks,

First foray into using the Confluence SDK in a while. I’m running into an issue where a specific app, Confluence, claims it starts without errors but only displays a white screen on a fresh install of the SDK when using openJDK 8. All other applications run correctly. Has anyone seen this?

Steps to Reproduce

  1. Open terminal, run the atlas-run-standalone --product confluence -X command
  2. Observe successful build
  3. Navigate to http://localhost:1990/confluence/
  4. Observe white screen. The console panel will only have an error of a missing favicon.

At the end, I am seeing:

[DEBUG] [URLDeployableMonitor] Checking URL [http://localhost:1990/cargocpc/index.html] for status using a timeout of [600000] ms...
[DEBUG] [URLDeployableMonitor] URL [http://localhost:1990/cargocpc/index.html] is not responding: -1 java.net.ConnectException: Connection refused (Connection refused)
[DEBUG] [URLDeployableMonitor] Notifying monitor listener [org.codehaus.cargo.container.spi.deployer.DeployerWatchdog@4745bcc6]
[DEBUG] [URLDeployableMonitor] Checking URL [http://localhost:1990/cargocpc/index.html] for status using a timeout of [600000] ms...
[DEBUG] [URLDeployableMonitor] URL [http://localhost:1990/cargocpc/index.html] is not responding: -1 java.net.ConnectException: Connection refused (Connection refused)
[DEBUG] [URLDeployableMonitor] Notifying monitor listener [org.codehaus.cargo.container.spi.deployer.DeployerWatchdog@4745bcc6]
[DEBUG] [URLDeployableMonitor] Checking URL [http://localhost:1990/cargocpc/index.html] for status using a timeout of [600000] ms...
[DEBUG] [URLDeployableMonitor] URL [http://localhost:1990/cargocpc/index.html] is responding...
[DEBUG] [URLDeployableMonitor] Notifying monitor listener [org.codehaus.cargo.container.spi.deployer.DeployerWatchdog@4745bcc6]
[INFO] [talledLocalContainer] Tomcat 9.x started on port [1990]
[INFO] confluence started successfully in 65s at http://localhost:1990/confluence
[INFO] Type Ctrl-C to shutdown gracefully

Following similar steps for other applications will succeed as expected. Can anyone point me in the right direction here?

Thank you!

I’m facing the same issue running the SDK on a Windows machine - were you able to resolve it?