Known Issue with old Hot Fix
- Automated online backup using GET does not work.
- Felix Configuration save does not work using some browser some time.
- CRXDE light does not show any nodes if you are accessing CRXDE light using reverse proxy.
- If you are accessing author through Proxy or dispatcher with different domain name, You need to add entry in Referral filter to allow proxy or dispatcher host.
- SVN feature does not work through CRXDE and CRXDE light.
- New Node type registration does not work
- Some time felix console return 404 after installing 2.2.0.54 Hotfix.
Solution:
1) cd /crx-quickstart/launchpad/felix
2) grep -H "org.apache.felix.webconsole" . -R
3) look for org.apache.felix.webconsole-<some number>.jar
4) Go to that bundle "cd <bundle number>"
5) Check bundle.location file it should contain slinginstall:org.apache.felix.webconsole-<some number>.jar
6) open bundle.state file and change state to "active" from "installed"
7) Restart your system
- You might get following error if you are using maven build to build and install your package and if your package does not contain properties.xml
java.lang.NullPointerException
at com.day.jcr.vault.packaging.impl.InstallHookProcessor.registerHooks(InstallHookProcessor.java:80)
at com.day.jcr.vault.packaging.impl.ZipVaultPackage.prepareExtract(ZipVaultPackage.java:303)
at com.day.jcr.vault.packaging.impl.JcrPackageImpl.extract(JcrPackageImpl.java:341)
at com.day.jcr.vault.packaging.impl.JcrPackageImpl.install(JcrPackageImpl.java:314)
at com.day.crx.packaging.impl.J2EEPackageManager.consoleInstall(J2EEPackageManager.java:304)
at com.day.crx.packaging.impl.J2EEPackageManager.doPost(J2EEPackageManager.java:152)
at com.day.crx.packaging.impl.PackageManagerServlet.doPost(PackageManagerServlet.java:73)
at com.day.crx.j2ee.CRXHttpServlet.doPost(CRXHttpServlet.java:127)
Solution: Contact Day care to get solution for this.