Hi Vivian,
I still can't get synchrony to work in my local development environment. Here's my output from atlas-version:
$ atlas-version
ATLAS Version: 6.2.15
ATLAS Home: /usr/share/atlassian-plugin-sdk-6.2.15
ATLAS Scripts: /usr/share/atlassian-plugin-sdk-6.2.15/bin
ATLAS Maven Home: /usr/share/atlassian-plugin-sdk-6.2.15/apache-maven-3.2.1
AMPS Version: 6.2.11
--------
Executing: /usr/share/atlassian-plugin-sdk-6.2.15/apache-maven-3.2.1/bin/mvn --version -gs /usr/share/atlassian-plugin-sdk-6.2.15/apache-maven-3.2.1/conf/settings.xml
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0
Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9; 2014-02-14T10:37:52-07:00)
Maven home: /usr/share/atlassian-plugin-sdk-6.2.15/apache-maven-3.2.1
Java version: 1.8.0_131, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-8-openjdk-amd64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "4.4.0-92-generic", arch: "amd64", family: "unix"
It shows AMPS Version 6.2.11, but I set the maven-confluence-plugin version in pom.xml to 6.3.3. Should that do the trick?
But anyway, when I try to edit a page, this request returns a 404:
My startup JVM args:
-Xmx8192m -Xms2048m -Dconfluence.velocity.deprecation.strictmode=false -Dreza.port=8095 -Dsynchrony.port=8095 -Dsynchrony.proxy.enabled=true<
Do you know what might be the issue?
Thanks Vivian,
running
Seems to make synchrony start up correctly and the editor loads, but the editing/saving experience is still mostly broken because I'm using H2 db 1.4 in my development, which isn't supported, but that's a separate issue.