Open reggie7 opened 4 years ago
@reggie7 have you tried clearing caches? I currently do not see this issue but I also remember somebody else having an issue with composum and sling9 that was caused by a javascript error like this.
Sadly I have cleared cache, tried incognito too...
Some questions that maybe will help figure out what's happening.
java -version
report for Java version?I have other hunches, but lets start here
@reggie7 and you try again? for me at least this is fixed by https://github.com/headwirecom/peregrine-cms/commit/f4735263c769e37aafcffddbae72595063aad7c2
@cmrockwell
W:\>java -version
java version "11.0.7" 2020-04-14 LTS
Java(TM) SE Runtime Environment 18.9 (build 11.0.7+8-LTS)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.7+8-LTS, mixed mode)
All bundles up and running. No 503, login page is working.
My understanding was that it was resolved by ensuring settings for the admin allowlist were properly effective. As mentioned in this Composum issue 105, their bundles require loginAdministrative, and that needs to be configured.
If someone experiences this type of issue, they can confirm first whether /system/console/configMgr has the admin settings shown below
Specifically they can confirm there is an entry for composum
This configuration should be applied for Composum, based on this feature definition https://github.com/headwirecom/peregrine-cms/blob/develop-sling12/sling/peregrine-builder-sling-12/src/main/features/app/composum.json
I've heard reports that possibly restarting the instance might be needed, ymmv. However if not, then possibly review how Peregrine is launched in Sling12 https://github.com/headwirecom/peregrine-cms/blob/develop-sling12/sling/peregrine-builder-sling-12/README.md
Hopefully that helps
closing this issue as this is solved by using the launcher/far from https://github.com/peregrine-cms/peregrine-builder - we had a bad repoinit script and an older version of composum configured
@reusr1 I don't think the issue is fixed. Just checked it on Windows machine on peregrine-builder/develop
+ peregrine-cms/develop-sling12 and the result is the same.
@KWoloszczuk has the same problem. An I've just confirmed that with peregrine-builder/develop
alone (prior to installing Peregrine).
@reggie7 and @reusr1 please confirm if this is still an issue and, if so, if it is required for 1.0.0 release. Marking ticket as close please / move :) .
@ehdatheadwire it is still an issue but it seems to be limited to windows installations and seems to be an issue in https://github.com/apache/sling-org-apache-sling-starter (outside of the peregrine project). I have been trying to find the root cause of the issue in that project but have not been successful yet. getting closer :-)
this issue is now limited to windows 10 and some newer jvm's - the problem is that some content from the initial bundle content are created as files instead of a node structure - the problem is tracked as well in https://github.com/ist-dresden/composum-nodes/issues/220
Something is wrong with Composum in develop-sling12:
The cause is a
js
exception, not the above mentioned access issues:The instance was started just like in 568.