Hey there Atlassian Community!
I'm trying to boot up a development copy of our self-hosted Confluence on AWS however Apache is for some reason not serving Confluence and instead showing a '404 not found' page.
I'm able to hit the server fine so that indicates the path via network is fine.
I've dug into the logs a little more. Could not see anything that popped out in catalina.out, atlassian-sychrony.log but here are all the 'ERROR' lines I could see in atlassian-confluence.log
2019-09-17 19:10:48,917 ERROR [main] [hipchat.spacetoroom.service.SpaceToRoomNotificationService] hipChatNotifications Failed to obtain hipchat notifications for event com.atlassian.plugin.event.events.PluginFrameworkShutdownEvent@916119: service proxy has been destroyed
2019-09-17 19:12:08,640 ERROR [ThreadPoolAsyncTaskExecutor::Thread 7] [plugin.osgi.factory.OsgiPlugin] onPluginContainerFailed Unable to start the plugin container for plugin 'com.atlassian.confluence.extra.team-calendars'
2019-09-17 19:12:18,664 ERROR [ThreadPoolAsyncTaskExecutor::Thread 7] [internal.util.concurrent.RunnableTimedExecution] execute Closing runnable for context NonValidatingOsgiBundleXmlApplicationContext(bundle=com.atlassian.confluence.extra.team-calendars, config=osgibundle:/META-INF/spring/*.xml) did not finish in 10000ms; consider taking a snapshot and then shutdown the VM in case the thread still hangs
2019-09-17 19:12:18,666 ERROR [ThreadPoolAsyncTaskExecutor::Thread 7] [extender.internal.support.ExtenderConfiguration] onOsgiApplicationEvent Application context refresh failed (NonValidatingOsgiBundleXmlApplicationContext(bundle=com.atlassian.confluence.extra.team-calendars, config=osgibundle:/META-INF/spring/*.xml))
2019-09-17 19:12:18,668 ERROR [ThreadPoolAsyncTaskExecutor::Thread 7] [internal.dependencies.startup.DependencyWaiterApplicationContextExecutor] fail Unable to create application context for [com.atlassian.confluence.extra.team-calendars], unsatisfied dependencies: none
2019-09-17 19:12:43,427 ERROR [Caesium-1-2] [atlassian.crowd.directory.DbCachingDirectoryPoller] pollChanges Error occurred while refreshing the cache for directory [ 146636801 ].
The 'internal dependencies' line is a bit concerning but I don't have much context to decipher what that means.
Any insight into this would be muchly appreciated!