AEM 5.6.1 to 6.3 or 6.5 migration - migration

I am working on a migration of a website from AEM 5.6.1 to 6.3 or 6.5. I will have to do it using in-place upgrade. I tried to run test migration for a demo site Geometrix that was created by default on 5.6.1, without success. Here are the steps that I perform:
Set Java 7 as default
Run aem-5.6.1-author via java -jar
Check that Geometrix site is working.
Stop aem-5.6.1
Copy aem-6.3-quickstart.jar to the parent directory of the directory crx-quickstart
Set Java 8 as default
Unpack AEM-6.3 via “java -jar aem-6.3-quickstart.jar -unpack”
Run repository migration via “java -Xmx8192m -jar aem-6.3-quickstart.jar -v -x crx2oak -xargs -- --load-profile segment-fd”
Try to start AEM via
“java -server -Xmx1024m -XX:MaxPermSize=256M -Djava.awt.headless=true -Dsling.run.modes=author,crx3,crx3tar -Djava.locale.providers=CLDR,JRE,SPI -jar crx-quickstart/app/cq-quickstart-6.3.0-standalone-quickstart.jar start -c crx-quickstart -i launchpad -p 4502 -Dsling.properties=conf/sling.properties”
I am receiving multiple errors on the console. The server does not work at all,
I cannot open login page or /system/console
Here are the logs:
27.07.2021 14:20:07.588 *INFO * [main] Starting launcher ...
27.07.2021 14:20:07.588 *INFO * [Apache Sling Control Listener#/127.0.0.1:62342] Apache Sling Control Listener started
27.07.2021 14:20:07.596 *INFO * [main] HTTP server port: 4502
27.07.2021 14:20:09.118 *ERROR* [FelixStartLevel] ERROR: Bundle '1' Error starting slinginstall:org.apache.sling.javax.activation-0.1.0.jar (org.osgi.framework.BundleException: Unable to resolve org.apache.sling.javax.activation [1](R 1.0): missing requirement [org.apache.sling.javax.activation [1](R 1.0)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.5.0)) Unresolved requirements: [[org.apache.sling.javax.activation [1](R 1.0)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.5.0))])
org.osgi.framework.BundleException: Unable to resolve org.apache.sling.javax.activation [1](R 1.0): missing requirement [org.apache.sling.javax.activation [1](R 1.0)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.5.0)) Unresolved requirements: [[org.apache.sling.javax.activation [1](R 1.0)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.5.0))]
at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4112)
at org.apache.felix.framework.Felix.startBundle(Felix.java:2118)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1372)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:308)
at java.lang.Thread.run(Thread.java:748)
27.07.2021 14:20:09.120 *ERROR* [FelixStartLevel] ERROR: Bundle '2' Error starting slinginstall:slf4j-api-1.6.4.jar (org.osgi.framework.BundleException: Unable to resolve slf4j.api [2](R 2.1): missing requirement [slf4j.api [2](R 2.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.5.0)) Unresolved requirements: [[slf4j.api [2](R 2.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.5.0))])
org.osgi.framework.BundleException: Unable to resolve slf4j.api [2](R 2.1): missing requirement [slf4j.api [2](R 2.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.5.0)) Unresolved requirements: [[slf4j.api [2](R 2.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.5.0))]
at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4112)
at org.apache.felix.framework.Felix.startBundle(Felix.java:2118)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1372)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:308)
at java.lang.Thread.run(Thread.java:748)
27.07.2021 14:20:09.122 *ERROR* [FelixStartLevel] ERROR: Bundle '3' Error starting slinginstall:org.apache.sling.settings-1.2.2.jar (org.osgi.framework.BundleException: Unable to resolve org.apache.sling.settings [3](R 3.1): missing requirement [org.apache.sling.settings [3](R 3.1)] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.5.0)(!(version>=2.0.0))) [caused by: Unable to resolve slf4j.api [2](R 2.1): missing requirement [slf4j.api [2](R 2.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.5.0))] Unresolved requirements: [[org.apache.sling.settings [3](R 3.1)] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.5.0)(!(version>=2.0.0)))])
org.osgi.framework.BundleException: Unable to resolve org.apache.sling.settings [3](R 3.1): missing requirement [org.apache.sling.settings [3](R 3.1)] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.5.0)(!(version>=2.0.0))) [caused by: Unable to resolve slf4j.api [2](R 2.1): missing requirement [slf4j.api [2](R 2.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.5.0))] Unresolved requirements: [[org.apache.sling.settings [3](R 3.1)] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.5.0)(!(version>=2.0.0)))]
at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4112)
at org.apache.felix.framework.Felix.startBundle(Felix.java:2118)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1372)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:308)
at java.lang.Thread.run(Thread.java:748)
27.07.2021 14:20:09.124 *ERROR* [FelixStartLevel] ERROR: Bundle '4' Error starting slinginstall:jcl-over-slf4j-1.6.4.jar (org.osgi.framework.BundleException: Unable to resolve jcl.over.slf4j [4](R 4.1): missing requirement [jcl.over.slf4j [4](R 4.1)] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j.spi)(version>=1.7.21)) [caused by: Unable to resolve slf4j.api [2](R 2.1): missing requirement [slf4j.api [2](R 2.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.5.0))] Unresolved requirements: [[jcl.over.slf4j [4](R 4.1)] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j.spi)(version>=1.7.21))])
org.osgi.framework.BundleException: Unable to resolve jcl.over.slf4j [4](R 4.1): missing requirement [jcl.over.slf4j [4](R 4.1)] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j.spi)(version>=1.7.21)) [caused by: Unable to resolve slf4j.api [2](R 2.1): missing requirement [slf4j.api [2](R 2.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.5.0))] Unresolved requirements: [[jcl.over.slf4j [4](R 4.1)] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j.spi)(version>=1.7.21))]
at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4112)
at org.apache.felix.framework.Felix.startBundle(Felix.java:2118)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1372)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:308)
at java.lang.Thread.run(Thread.java:748)
27.07.2021 14:20:09.125 *ERROR* [FelixStartLevel] ERROR: Bundle '5' Error starting slinginstall:org.apache.sling.commons.logservice-1.0.2.jar (org.osgi.framework.BundleException: Unable to resolve org.apache.sling.commons.logservice [5](R 5.1): missing requirement [org.apache.sling.commons.logservice [5](R 5.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.6)) Unresolved requirements: [[org.apache.sling.commons.logservice [5](R 5.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.6))])
org.osgi.framework.BundleException: Unable to resolve org.apache.sling.commons.logservice [5](R 5.1): missing requirement [org.apache.sling.commons.logservice [5](R 5.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.6)) Unresolved requirements: [[org.apache.sling.commons.logservice [5](R 5.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.6))]
at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4112)
at org.apache.felix.framework.Felix.startBundle(Felix.java:2118)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1372)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:308)
at java.lang.Thread.run(Thread.java:748)
27.07.2021 14:20:09.131 *ERROR* [FelixStartLevel] ERROR: Bundle '6' Error starting slinginstall:org.apache.sling.installer.provider.file-1.0.2.jar (org.osgi.framework.BundleException: Unable to resolve org.apache.sling.installer.provider.file [6](R 6.1): missing requirement [org.apache.sling.installer.provider.file [6](R 6.1)] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.5.0)(!(version>=2.0.0))) [caused by: Unable to resolve slf4j.api [2](R 2.1): missing requirement [slf4j.api [2](R 2.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.5.0))] Unresolved requirements: [[org.apache.sling.installer.provider.file [6](R 6.1)] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.5.0)(!(version>=2.0.0)))])
org.osgi.framework.BundleException: Unable to resolve org.apache.sling.installer.provider.file [6](R 6.1): missing requirement [org.apache.sling.installer.provider.file [6](R 6.1)] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.5.0)(!(version>=2.0.0))) [caused by: Unable to resolve slf4j.api [2](R 2.1): missing requirement [slf4j.api [2](R 2.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.5.0))] Unresolved requirements: [[org.apache.sling.installer.provider.file [6](R 6.1)] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.5.0)(!(version>=2.0.0)))]
at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4112)
at org.apache.felix.framework.Felix.startBundle(Felix.java:2118)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1372)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:308)
at java.lang.Thread.run(Thread.java:748)
27.07.2021 14:20:09.134 *ERROR* [FelixStartLevel] ERROR: Bundle '7' Error starting slinginstall:org.apache.sling.installer.core-3.4.6.jar (org.osgi.framework.BundleException: Unable to resolve org.apache.sling.installer.core [7](R 7.1): missing requirement [org.apache.sling.installer.core [7](R 7.1)] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.7.0)(!(version>=2.0.0))) [caused by: Unable to resolve slf4j.api [2](R 2.1): missing requirement [slf4j.api [2](R 2.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.5.0))] Unresolved requirements: [[org.apache.sling.installer.core [7](R 7.1)] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.7.0)(!(version>=2.0.0)))])
org.osgi.framework.BundleException: Unable to resolve org.apache.sling.installer.core [7](R 7.1): missing requirement [org.apache.sling.installer.core [7](R 7.1)] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.7.0)(!(version>=2.0.0))) [caused by: Unable to resolve slf4j.api [2](R 2.1): missing requirement [slf4j.api [2](R 2.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.5.0))] Unresolved requirements: [[org.apache.sling.installer.core [7](R 7.1)] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.7.0)(!(version>=2.0.0)))]
at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4112)
at org.apache.felix.framework.Felix.startBundle(Felix.java:2118)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1372)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:308)
at java.lang.Thread.run(Thread.java:748)
27.07.2021 14:20:09.135 *ERROR* [FelixStartLevel] ERROR: Bundle '9' Error starting slinginstall:log4j-over-slf4j-1.6.4.jar (org.osgi.framework.BundleException: Unable to resolve log4j.over.slf4j [9](R 9.1): missing requirement [log4j.over.slf4j [9](R 9.1)] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j.helpers)(version>=1.6.0)) [caused by: Unable to resolve slf4j.api [2](R 2.1): missing requirement [slf4j.api [2](R 2.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.5.0))] Unresolved requirements: [[log4j.over.slf4j [9](R 9.1)] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j.helpers)(version>=1.6.0))])
org.osgi.framework.BundleException: Unable to resolve log4j.over.slf4j [9](R 9.1): missing requirement [log4j.over.slf4j [9](R 9.1)] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j.helpers)(version>=1.6.0)) [caused by: Unable to resolve slf4j.api [2](R 2.1): missing requirement [slf4j.api [2](R 2.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.5.0))] Unresolved requirements: [[log4j.over.slf4j [9](R 9.1)] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j.helpers)(version>=1.6.0))]
at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4112)
at org.apache.felix.framework.Felix.startBundle(Felix.java:2118)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1372)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:308)
at java.lang.Thread.run(Thread.java:748)
27.07.2021 14:20:09.140 *ERROR* [FelixStartLevel] ERROR: Bundle '11' Error starting slinginstall:org.apache.sling.commons.log-3.0.0.jar (org.osgi.framework.BundleException: Unable to resolve org.apache.sling.commons.log [11](R 11.1): missing requirement [org.apache.sling.commons.log [11](R 11.1)] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j.event)(version>=1.7.0)(!(version>=2.0.0))) [caused by: Unable to resolve slf4j.api [2](R 2.1): missing requirement [slf4j.api [2](R 2.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.5.0))] Unresolved requirements: [[org.apache.sling.commons.log [11](R 11.1)] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j.event)(version>=1.7.0)(!(version>=2.0.0)))])
org.osgi.framework.BundleException: Unable to resolve org.apache.sling.commons.log [11](R 11.1): missing requirement [org.apache.sling.commons.log [11](R 11.1)] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j.event)(version>=1.7.0)(!(version>=2.0.0))) [caused by: Unable to resolve slf4j.api [2](R 2.1): missing requirement [slf4j.api [2](R 2.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.5.0))] Unresolved requirements: [[org.apache.sling.commons.log [11](R 11.1)] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j.event)(version>=1.7.0)(!(version>=2.0.0)))]
at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4112)
at org.apache.felix.framework.Felix.startBundle(Felix.java:2118)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1372)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:308)
at java.lang.Thread.run(Thread.java:748)
27.07.2021 14:20:09.145 *ERROR* [FelixStartLevel] ERROR: Bundle '13' Error starting slinginstall:org.apache.sling.launchpad.installer-1.2.0.jar (org.osgi.framework.BundleException: Unable to resolve org.apache.sling.launchpad.installer [13](R 13.1): missing requirement [org.apache.sling.launchpad.installer [13](R 13.1)] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.5.0)(!(version>=2.0.0))) [caused by: Unable to resolve slf4j.api [2](R 2.1): missing requirement [slf4j.api [2](R 2.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.5.0))] Unresolved requirements: [[org.apache.sling.launchpad.installer [13](R 13.1)] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.5.0)(!(version>=2.0.0)))])
org.osgi.framework.BundleException: Unable to resolve org.apache.sling.launchpad.installer [13](R 13.1): missing requirement [org.apache.sling.launchpad.installer [13](R 13.1)] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.5.0)(!(version>=2.0.0))) [caused by: Unable to resolve slf4j.api [2](R 2.1): missing requirement [slf4j.api [2](R 2.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.5.0))] Unresolved requirements: [[org.apache.sling.launchpad.installer [13](R 13.1)] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.5.0)(!(version>=2.0.0)))]
at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4112)
at org.apache.felix.framework.Felix.startBundle(Felix.java:2118)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1372)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:308)
at java.lang.Thread.run(Thread.java:748)
27.07.2021 14:20:09.148 *ERROR* [FelixStartLevel] ERROR: Bundle '14' Error starting slinginstall:com.adobe.granite.startup-0.6.2.jar (org.osgi.framework.BundleException: Unable to resolve com.adobe.granite.startup [14](R 14.0): missing requirement [com.adobe.granite.startup [14](R 14.0)] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.5.2)(!(version>=2.0.0))) [caused by: Unable to resolve slf4j.api [2](R 2.1): missing requirement [slf4j.api [2](R 2.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.5.0))] Unresolved requirements: [[com.adobe.granite.startup [14](R 14.0)] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.5.2)(!(version>=2.0.0)))])
org.osgi.framework.BundleException: Unable to resolve com.adobe.granite.startup [14](R 14.0): missing requirement [com.adobe.granite.startup [14](R 14.0)] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.5.2)(!(version>=2.0.0))) [caused by: Unable to resolve slf4j.api [2](R 2.1): missing requirement [slf4j.api [2](R 2.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.5.0))] Unresolved requirements: [[com.adobe.granite.startup [14](R 14.0)] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.5.2)(!(version>=2.0.0)))]
at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4112)
at org.apache.felix.framework.Felix.startBundle(Felix.java:2118)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1372)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:308)
at java.lang.Thread.run(Thread.java:748)
27.07.2021 14:20:09.150 *ERROR* [FelixStartLevel] ERROR: Bundle '19' Error starting launchpad:resources/install/2/org.apache.aries.util-1.0.0.jar (org.osgi.framework.BundleException: Unable to resolve org.apache.aries.util [19](R 19.1): missing requirement [org.apache.aries.util [19](R 19.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.6)) Unresolved requirements: [[org.apache.aries.util [19](R 19.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.6))])
org.osgi.framework.BundleException: Unable to resolve org.apache.aries.util [19](R 19.1): missing requirement [org.apache.aries.util [19](R 19.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.6)) Unresolved requirements: [[org.apache.aries.util [19](R 19.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.6))]
at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4112)
at org.apache.felix.framework.Felix.startBundle(Felix.java:2118)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1372)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:308)
at java.lang.Thread.run(Thread.java:748)
27.07.2021 14:20:09.151 *ERROR* [FelixStartLevel] ERROR: Bundle '23' Error starting launchpad:resources/install/5/commons-io-2.4.jar (org.osgi.framework.BundleException: Unable to resolve org.apache.commons.io [23](R 23.1): missing requirement [org.apache.commons.io [23](R 23.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.6)) Unresolved requirements: [[org.apache.commons.io [23](R 23.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.6))])
org.osgi.framework.BundleException: Unable to resolve org.apache.commons.io [23](R 23.1): missing requirement [org.apache.commons.io [23](R 23.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.6)) Unresolved requirements: [[org.apache.commons.io [23](R 23.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.6))]
at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4112)
at org.apache.felix.framework.Felix.startBundle(Felix.java:2118)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1372)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:308)
at java.lang.Thread.run(Thread.java:748)
27.07.2021 14:20:09.154 *ERROR* [FelixStartLevel] ERROR: Bundle '36' Error starting launchpad:resources/install/5/org.apache.sling.installer.factory.configuration-1.0.10.jar (org.osgi.framework.BundleException: Unable to resolve org.apache.sling.installer.factory.configuration [36](R 36.1): missing requirement [org.apache.sling.installer.factory.configuration [36](R 36.1)] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.5.0)(!(version>=2.0.0))) [caused by: Unable to resolve slf4j.api [2](R 2.1): missing requirement [slf4j.api [2](R 2.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.5.0))] Unresolved requirements: [[org.apache.sling.installer.factory.configuration [36](R 36.1)] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.5.0)(!(version>=2.0.0)))])
org.osgi.framework.BundleException: Unable to resolve org.apache.sling.installer.factory.configuration [36](R 36.1): missing requirement [org.apache.sling.installer.factory.configuration [36](R 36.1)] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.5.0)(!(version>=2.0.0))) [caused by: Unable to resolve slf4j.api [2](R 2.1): missing requirement [slf4j.api [2](R 2.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.5.0))] Unresolved requirements: [[org.apache.sling.installer.factory.configuration [36](R 36.1)] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.5.0)(!(version>=2.0.0)))]
at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4112)
at org.apache.felix.framework.Felix.startBundle(Felix.java:2118)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1372)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:308)
at java.lang.Thread.run(Thread.java:748)
27.07.2021 14:20:09.156 *ERROR* [FelixStartLevel] ERROR: Bundle '44' Error starting launchpad:resources/install/9/org.apache.felix.configadmin-1.6.1-R1411640.jar (org.osgi.framework.BundleException: Unable to resolve org.apache.felix.configadmin [44](R 44.1): missing requirement [org.apache.felix.configadmin [44](R 44.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.6)) Unresolved requirements: [[org.apache.felix.configadmin [44](R 44.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.6))])
org.osgi.framework.BundleException: Unable to resolve org.apache.felix.configadmin [44](R 44.1): missing requirement [org.apache.felix.configadmin [44](R 44.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.6)) Unresolved requirements: [[org.apache.felix.configadmin [44](R 44.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.6))]
at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4112)
at org.apache.felix.framework.Felix.startBundle(Felix.java:2118)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1372)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:308)
at java.lang.Thread.run(Thread.java:748)
27.07.2021 14:20:09.158 *ERROR* [FelixStartLevel] ERROR: Bundle '92' Error starting launchpad:resources/install/0/com.adobe.granite.crypto-0.0.24.jar (org.osgi.framework.BundleException: Unable to resolve com.adobe.granite.crypto [92](R 92.1): missing requirement [com.adobe.granite.crypto [92](R 92.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.7)) Unresolved requirements: [[com.adobe.granite.crypto [92](R 92.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.7))])
org.osgi.framework.BundleException: Unable to resolve com.adobe.granite.crypto [92](R 92.1): missing requirement [com.adobe.granite.crypto [92](R 92.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.7)) Unresolved requirements: [[com.adobe.granite.crypto [92](R 92.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.7))]
27.07.2021 14:20:09.159 *ERROR* [FelixStartLevel] ERROR: Bundle '308' Error starting slinginstall:org.apache.felix.coordinator-1.0.2.jar (org.osgi.framework.BundleException: Unable to resolve org.apache.felix.coordinator [308](R 308.0): missing requirement [org.apache.felix.coordinator [308](R 308.0)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.5)) Unresolved requirements: [[org.apache.felix.coordinator [308](R 308.0)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.5))])
org.osgi.framework.BundleException: Unable to resolve org.apache.felix.coordinator [308](R 308.0): missing requirement [org.apache.felix.coordinator [308](R 308.0)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.5)) Unresolved requirements: [[org.apache.felix.coordinator [308](R 308.0)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.5))]
27.07.2021 14:20:09.168 *INFO * [main] Startup completed
27.07.2021 14:20:11.184 *ERROR* [FelixStartLevel] ERROR: Bundle '16' Error starting launchpad:resources/install/2/org.apache.aries.jmx.core-1.0.1.jar (org.osgi.framework.BundleException: Unable to resolve org.apache.aries.jmx.core [16](R 16.0): missing requirement [org.apache.aries.jmx.core [16](R 16.0)] osgi.wiring.package; (&(osgi.wiring.package=org.osgi.service.log)(version>=1.3.0)(!(version>=2.0.0))) [caused by: Unable to resolve org.apache.sling.commons.logservice [5](R 5.1): missing requirement [org.apache.sling.commons.logservice [5](R 5.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.6))] Unresolved requirements: [[org.apache.aries.jmx.core [16](R 16.0)] osgi.wiring.package; (&(osgi.wiring.package=org.osgi.service.log)(version>=1.3.0)(!(version>=2.0.0)))])
org.osgi.framework.BundleException: Unable to resolve org.apache.aries.jmx.core [16](R 16.0): missing requirement [org.apache.aries.jmx.core [16](R 16.0)] osgi.wiring.package; (&(osgi.wiring.package=org.osgi.service.log)(version>=1.3.0)(!(version>=2.0.0))) [caused by: Unable to resolve org.apache.sling.commons.logservice [5](R 5.1): missing requirement [org.apache.sling.commons.logservice [5](R 5.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.6))] Unresolved requirements: [[org.apache.aries.jmx.core [16](R 16.0)] osgi.wiring.package; (&(osgi.wiring.package=org.osgi.service.log)(version>=1.3.0)(!(version>=2.0.0)))]
27.07.2021 14:20:11.186 *ERROR* [FelixStartLevel] ERROR: Bundle '17' Error starting launchpad:resources/install/2/org.apache.aries.jmx.whiteboard-1.0.0.jar (org.osgi.framework.BundleException: Unable to resolve org.apache.aries.jmx.whiteboard [17](R 17.0): missing requirement [org.apache.aries.jmx.whiteboard [17](R 17.0)] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.5.0)(!(version>=2.0.0))) [caused by: Unable to resolve slf4j.api [2](R 2.1): missing requirement [slf4j.api [2](R 2.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.5.0))] Unresolved requirements: [[org.apache.aries.jmx.whiteboard [17](R 17.0)] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.5.0)(!(version>=2.0.0)))])
org.osgi.framework.BundleException: Unable to resolve org.apache.aries.jmx.whiteboard [17](R 17.0): missing requirement [org.apache.aries.jmx.whiteboard [17](R 17.0)] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.5.0)(!(version>=2.0.0))) [caused by: Unable to resolve slf4j.api [2](R 2.1): missing requirement [slf4j.api [2](R 2.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.5.0))] Unresolved requirements: [[org.apache.aries.jmx.whiteboard [17](R 17.0)] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.5.0)(!(version>=2.0.0)))]
27.07.2021 14:20:11.187 *ERROR* [FelixStartLevel] ERROR: Bundle '18' Error starting launchpad:resources/install/2/org.apache.aries.transaction.manager-1.0.1.jar (org.osgi.framework.BundleException: Unable to resolve org.apache.aries.transaction.manager [18](R 18.0): missing requirement [org.apache.aries.transaction.manager [18](R 18.0)] osgi.wiring.package; (&(osgi.wiring.package=org.apache.aries.util.nls)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve org.apache.aries.util [19](R 19.1): missing requirement [org.apache.aries.util [19](R 19.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.6))] Unresolved requirements: [[org.apache.aries.transaction.manager [18](R 18.0)] osgi.wiring.package; (&(osgi.wiring.package=org.apache.aries.util.nls)(version>=1.0.0)(!(version>=2.0.0)))])
org.osgi.framework.BundleException: Unable to resolve org.apache.aries.transaction.manager [18](R 18.0): missing requirement [org.apache.aries.transaction.manager [18](R 18.0)] osgi.wiring.package; (&(osgi.wiring.package=org.apache.aries.util.nls)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve org.apache.aries.util [19](R 19.1): missing requirement [org.apache.aries.util [19](R 19.1)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.6))] Unresolved requirements: [[org.apache.aries.transaction.manager [18](R 18.0)] osgi.wiring.package; (&(osgi.wiring.package=org.apache.aries.util.nls)(version>=1.0.0)(!(version>=2.0.0)))]
27.07.2021 14:20:11.187 *ERROR* [FelixStartLevel] ERROR: Bundle '20' Error starting launchpad:resources/install/2/org.apache.sling.discovery.api-0.1.0-R1484784.jar (org.osgi.framework.BundleException: Unable to resolve org.apache.sling.discovery.api [20](R 20.0): missing requirement [org.apache.sling.discovery.api [20](R 20.0)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.5.0)) Unresolved requirements: [[org.apache.sling.discovery.api [20](R 20.0)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.5.0))])
org.osgi.framework.BundleException: Unable to resolve org.apache.sling.discovery.api [20](R 20.0): missing requirement [org.apache.sling.discovery.api [20](R 20.0)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.5.0)) Unresolved requirements: [[org.apache.sling.discovery.api [20](R 20.0)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.5.0))]
I tried the same steps for 6.5 with the same result: the server does not work.
Could anyone share a script or a detailed list of migration steps? Official AEM documentation is vague.

For such an old migration, I suggest migrating via packaging the content and install it via package manager or putting the package inside crx-quickstart/install directory. Of course, if the site is too big, the package way will have its challenges.
Regarding the code, the best is to create a new project with a recent archetype and moving the code piece by piece.

For migration to AEM new version, it would be good to create project using recent maven archetype then add your existing code to new project and fix require changes.
For content- create package from old AEM version and upload it to new AEM instance via packmanager.

Related

idea import project used Antdv3.2+Vue3.2+Vite2.8 that has trouble

errorInformation:
✘ [ERROR] [plugin vite:dep-scan] Failed to resolve entry for package "vue". The package may have incorrect main/module/exports specified in its package.json: Failed to resolve entry for package "vue". The package may have incorrect main/module/exports specified in its package.json.
all of them:
error when starting dev server: Error: Build failed with 67 errors: node_modules/vite/dist/node/chunks/dep-9c153816.js:29537:10: ERROR: [plugin: vite:dep-scan] Failed to resolve entry for package "vue". The package may have incorrect main/module/exports specified in its package.json: Failed to resolve entry for package "vue". The package may have incorrect main/module/exports specified in its package.json. node_modules/vite/dist/node/chunks/dep-9c153816.js:29537:10: ERROR: [plugin: vite:dep-scan] Failed to resolve entry for package "vue". The package may have incorrect main/module/exports specified in its package.json: Failed to resolve entry for package "vue". The package may have incorrect main/module/exports specified in its package.json. node_modules/vite/dist/node/chunks/dep-9c153816.js:29537:10: ERROR: [plugin: vite:dep-scan] Failed to resolve entry for package "vue". The package may have incorrect main/module/exports specified in its package.json: Failed to resolve entry for package "vue". The package may have incorrect main/module/exports specified in its package.json. node_modules/vite/dist/node/chunks/dep-9c153816.js:29537:10: ERROR: [plugin: vite:dep-scan] Failed to resolve entry for package "vue". The package may have incorrect main/module/exports specified in its package.json: Failed to resolve entry for package "vue". The package may have incorrect main/module/exports specified in its package.json. node_modules/vite/dist/node/chunks/dep-9c153816.js:29537:10: ERROR: [plugin: vite:dep-scan] Failed to resolve entry for package "vue". The package may have incorrect main/module/exports specified in its package.json: Failed to resolve entry for package "vue". The package may have incorrect main/module/exports specified in its package.json. ... at failureErrorWithLog (/Users/junsilck/Desktop/snowy-master/snowy-admin-web/node_modules/esbuild/lib/main.js:1624:15) at /Users/junsilck/Desktop/snowy-master/snowy-admin-web/node_modules/esbuild/lib/main.js:1266:28 at runOnEndCallbacks (/Users/junsilck/Desktop/snowy-master/snowy-admin-web/node_modules/esbuild/lib/main.js:1046:63) at buildResponseToResult (/Users/junsilck/Desktop/snowy-master/snowy-admin-web/node_modules/esbuild/lib/main.js:1264:7) at /Users/junsilck/Desktop/snowy-master/snowy-admin-web/node_modules/esbuild/lib/main.js:1377:14 at /Users/junsilck/Desktop/snowy-master/snowy-admin-web/node_modules/esbuild/lib/main.js:678:9 at handleIncomingPacket (/Users/junsilck/Desktop/snowy-master/snowy-admin-web/node_modules/esbuild/lib/main.js:775:9) at Socket.readFromStdout (/Users/junsilck/Desktop/snowy-master/snowy-admin-web/node_modules/esbuild/lib/main.js:644:7) at Socket.emit (node:events:513:28) at addChunk (node:internal/streams/readable:324:12)
thanks for ur advice
1:using springboot run was fine
2:building is fine but when i "npm run dev" has trouble
Process finished with exit code 1
I find reason when i debug, but i can't fix it

Module not found: Error: Can't resolve 'react-native-web/dist/exports/LogBox' in 'node_modules/react-native-reanimated/lib'

I started getting this error in my react-native project. How can I resolve this?

How can I fix ngx-bootstrap "can't resolve" errors

I have a new project that I am trying to add ngx-bootstrap to.
if I include below import into any component
import { BsModalRef } from 'ngx-bootstrap';
I get a ton of compile errors as follows...
ERROR in C:/Source/MappingServices/node_modules/ngx-bootstrap/collapse/fesm2015/ngx-bootstrap-collapse.js
Module not found: Error: Can't resolve '#angular/animations' in 'C:\Source\MappingServices\node_modules\ngx-bootstrap\collapse\fesm2015'
ERROR in C:/Source/MappingServices/node_modules/ngx-bootstrap/buttons/fesm2015/ngx-bootstrap-buttons.js
Module not found: Error: Can't resolve '#angular/forms' in 'C:\Source\MappingServices\node_modules\ngx-bootstrap\buttons\fesm2015'
ERROR in C:/Source/MappingServices/node_modules/ngx-bootstrap/datepicker/fesm2015/ngx-bootstrap-datepicker.js
Module not found: Error: Can't resolve '#angular/forms' in 'C:\Source\MappingServices\node_modules\ngx-bootstrap\datepicker\fesm2015'
ERROR in C:/Source/MappingServices/node_modules/ngx-bootstrap/pagination/fesm2015/ngx-bootstrap-pagination.js
Module not found: Error: Can't resolve '#angular/forms' in 'C:\Source\MappingServices\node_modules\ngx-bootstrap\pagination\fesm2015'
ERROR in C:/Source/MappingServices/node_modules/ngx-bootstrap/rating/fesm2015/ngx-bootstrap-rating.js
Module not found: Error: Can't resolve '#angular/forms' in 'C:\Source\MappingServices\node_modules\ngx-bootstrap\rating\fesm2015'
ERROR in C:/Source/MappingServices/node_modules/ngx-bootstrap/sortable/fesm2015/ngx-bootstrap-sortable.js
Module not found: Error: Can't resolve '#angular/forms' in 'C:\Source\MappingServices\node_modules\ngx-bootstrap\sortable\fesm2015'
ERROR in C:/Source/MappingServices/node_modules/ngx-bootstrap/timepicker/fesm2015/ngx-bootstrap-timepicker.js
Module not found: Error: Can't resolve '#angular/forms' in 'C:\Source\MappingServices\node_modules\ngx-bootstrap\timepicker\fesm2015'
ERROR in C:/Source/MappingServices/node_modules/ngx-bootstrap/typeahead/fesm2015/ngx-bootstrap-typeahead.js
Module not found: Error: Can't resolve '#angular/forms' in 'C:\Source\MappingServices\node_modules\ngx-bootstrap\typeahead\fesm2015'
I've search for a solution but there is none that works for me.
Any help is greatly appreciated.
not sure why npm isnt installing dependencies in ur setup
try installing packages which you see in the error
https://www.npmjs.com/package/#angular/forms
#angular/animations

Downgrade Chrome version to 74 in CircleCI

I'm running a Meteor App and using CircleCI. For integration tests I'm using selenium-webdriver 3.6.0 which only supports Chrome version 74. The problem is that I cannot install Chrome 74, it automatically installs version 76 and I get this error:
This version of ChromeDriver only supports Chrome version 74
If I try to update selenium-webdriver I get this error:
The engine "node" is incompatible with this module. Expected version ">= 10.15.0". Got "8.15.1"
I cannot update Node since I'm using Meteor, which uses Node 8.15.1.
Full error:
I20190809-11:38:44.138(-3)? --------------------------------
I20190809-11:38:44.138(-3)? --- RUNNING APP CLIENT TESTS ---
I20190809-11:38:44.139(-3)? --------------------------------
W20190809-11:38:56.725(-3)? (STDERR) /home/vallo/app/node_modules/selenium-webdriver/lib/promise.js:2626
W20190809-11:38:56.726(-3)? (STDERR) throw error;
W20190809-11:38:56.726(-3)? (STDERR) ^
W20190809-11:38:56.726(-3)? (STDERR)
W20190809-11:38:56.726(-3)? (STDERR) SessionNotCreatedError: session not created: This version of ChromeDriver only supports Chrome version 74
W20190809-11:38:56.727(-3)? (STDERR) (Driver info: chromedriver=74.0.3729.6 (255758eccf3d244491b8a1317aa76e1ce10d57e9-refs/branch-heads/3729#{#29}),platform=Linux 5.0.0-23-generic x86_64)
W20190809-11:38:56.727(-3)? (STDERR) at Object.checkLegacyResponse (/home/vallo/app/node_modules/selenium-webdriver/lib/error.js:546:15)
W20190809-11:38:56.727(-3)? (STDERR) at parseHttpResponse (/home/vallo/app/node_modules/selenium-webdriver/lib/http.js:509:13)
W20190809-11:38:56.727(-3)? (STDERR) at doSend.then.response (/home/vallo/app/node_modules/selenium-webdriver/lib/http.js:441:30)
W20190809-11:38:56.728(-3)? (STDERR) at /home/vallo/.meteor/packages/promise/.0.11.2.1rxqxdq.d4m4g++os+web.browser+web.browser.legacy+web.cordova/npm/node_modules/meteor-promise/fiber_pool.js:43:40
W20190809-11:38:56.728(-3)? (STDERR) From: Task: WebDriver.createSession()
W20190809-11:38:56.730(-3)? (STDERR) at Function.createSession (/home/vallo/app/node_modules/selenium-webdriver/lib/webdriver.js:769:24)
W20190809-11:38:56.733(-3)? (STDERR) at Function.createSession (/home/vallo/app/node_modules/selenium-webdriver/chrome.js:761:15)
W20190809-11:38:56.734(-3)? (STDERR) at createDriver (/home/vallo/app/node_modules/selenium-webdriver/index.js:170:33)
W20190809-11:38:56.734(-3)? (STDERR) at Builder.build (/home/vallo/app/node_modules/selenium-webdriver/index.js:642:16)
W20190809-11:38:56.734(-3)? (STDERR) at startChrome (packages/meteortesting:browser-tests/browser/chromedriver.js:46:136)
W20190809-11:38:56.735(-3)? (STDERR) at startBrowser (packages/meteortesting:browser-tests/server.js:23:7)
W20190809-11:38:56.735(-3)? (STDERR) at clientTests (packages/meteortesting:mocha/server.js:140:3)
W20190809-11:38:56.735(-3)? (STDERR) at serverTests (packages/meteortesting:mocha/server.js:185:7)
W20190809-11:38:56.735(-3)? (STDERR) at mochaInstance.run.failureCount (packages/meteortesting:mocha/server.js:120:13)
W20190809-11:38:56.735(-3)? (STDERR) at done (/home/vallo/.meteor/packages/meteortesting_mocha-core/.6.1.2.1dvruze.m99s++os+web.browser+web.browser.legacy+web.cordova/npm/node_modules/mocha/lib/mocha.js:838:7)
W20190809-11:38:56.736(-3)? (STDERR) at Runner.<anonymous> (/home/vallo/.meteor/packages/meteortesting_mocha-core/.6.1.2.1dvruze.m99s++os+web.browser+web.browser.legacy+web.cordova/npm/node_modules/mocha/lib/runner.js:918:5)
W20190809-11:38:56.736(-3)? (STDERR) at emitNone (events.js:111:20)
W20190809-11:38:56.736(-3)? (STDERR) at Runner.emit (events.js:208:7)
W20190809-11:38:56.736(-3)? (STDERR) at /home/vallo/.meteor/packages/meteortesting_mocha-core/.6.1.2.1dvruze.m99s++os+web.browser+web.browser.legacy+web.cordova/npm/node_modules/mocha/lib/runner.js:903:12
W20190809-11:38:56.736(-3)? (STDERR) at /home/vallo/.meteor/packages/meteortesting_mocha-core/.6.1.2.1dvruze.m99s++os+web.browser+web.browser.legacy+web.cordova/npm/node_modules/mocha/lib/runner.js:772:9
W20190809-11:38:56.737(-3)? (STDERR) at next (/home/vallo/.meteor/packages/meteortesting_mocha-core/.6.1.2.1dvruze.m99s++os+web.browser+web.browser.legacy+web.cordova/npm/node_modules/mocha/lib/runner.js:362:14)
error Command failed with exit code 1.
Installed chromedriver version is 76 and path is correct.
vallo#ubuntu:~$ chromedriver -v
ChromeDriver 76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809#{#864})
vallo#ubuntu:~$ whereis chromedriver
chromedriver: /usr/bin/chromedriver
Best solution would be to find a 74 version of Chrome.
An alternate, not great solution, would be to disable the client-side tests to at least avoid the issue on CI and let the server-side tests continue to run:
https://github.com/meteortesting/meteor-mocha#run-only-server-or-only-client-tests
Add TEST_CLIENT=0 to your script command and the client-side tests will be skipped.

I have a problem with installing react-native-push-notification

I installed react-native-push-notification and I got this error. I linked it manually
> Task :app:compileDebugJavaWithJavac FAILED
C:\Users\Zarzu Victor\PayReminder1\android\app\src\main\java\com\payreminder1\MainApplication.java:16: error: package com.dieam.reactnativepushnotification does not exist
import com.dieam.reactnativepushnotification.ReactNativePushNotificationPackage;
^
C:\Users\Zarzu Victor\PayReminder1\android\app\src\main\java\com\payreminder1\MainApplication.java:39: error: cannot find symbol
new ReactNativePushNotificationPackage()
^
symbol: class ReactNativePushNotificationPackage
2 errors
FAILURE: Build failed with an exception.
I found the answer
Actually in package.json dependencies
These two dependencies were missing even after installing
"react-native-permissions": "^2.1.5",
"react-native-push-notification": "^3.5.2"