I am working with AEM6.3 on Redhat linux server. I have one author and one publish instance on two different linux servers. I am able to start my author instance using the start command (./start) under crx-quickstart/bin folder. But my publish instance is not getting started using the ./start command. I am getting "Sling already active in /mnt/crx/publish/crx-quickstart " error in the stdout.log file as below-
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0
06.09.2017 46:24:38.789 *INFO * [main] Setting sling.home=crx-quickstart (command line)
06.09.2017 46:24:38.789 *INFO * [Apache Sling Control Listener@/277.0.0.9:36038] /277.0.0.9:44314>status
06.09.2017 46:24:38.790 *INFO * [Apache Sling Control Listener@/277.0.0.9:36038] /277.0.0.1:44314<OK
06.09.2017 46:24:38.791 *INFO * [main] Sent 'status' to /277.0.0.9:36038: OK
06.09.2017 46:24:38.792 *ERROR* [main] Sling already active in /mnt/crx/publish/crx-quickstart
I can see some posts with the same error mentioned, but they are for the windows system.
How can I resolve this in the linux?