I recently installed AEM 6.1 standalone, when I start the service it runs, netstat -tulnap shows that java is running on port 4502, when I attempt to access the IP and port number, I am served the page "Startup in progress", but I do not make it any further than that. From reading the logs I see that it is trying to access a directory structure that does not exist on the system AEM was installed on.
This is just part of the logs/request.log
01/Feb/2016:11:17:39 -0500 [8] -> GET /libs/granite/core/content/login.html?resource=%2Ffavicon.ico&$$login$$=%24%24login%24%24&j_reason=unknown&j_reason_code=unknown HTTP/1.1
01/Feb/2016:11:17:39 -0500 [8] <- 503 text/plain 27ms
01/Feb/2016:11:18:12 -0500 [9] -> PUT /libs/sling/topology/connector.5d47b333-2c44-40ba-87b4-211c367c821d.json HTTP/1.1
01/Feb/2016:11:18:12 -0500 [9] <- 200 - 24ms
01/Feb/2016:11:20:42 -0500 [10] -> PUT /libs/sling/topology/connector.5d47b333-2c44-40ba-87b4-211c367c821d.json HTTP/1.1
01/Feb/2016:11:20:42 -0500 [10] <- 200 - 12ms
01/Feb/2016:11:23:12 -0500 [11] -> PUT /libs/sling/topology/connector.5d47b333-2c44-40ba-87b4-211c367c821d.json HTTP/1.1
01/Feb/2016:11:23:12 -0500 [11] <- 200 - 13ms
01/Feb/2016:11:25:42 -0500 [12] -> PUT /libs/sling/topology/connector.5d47b333-2c44-40ba-87b4-211c367c821d.json HTTP/1.1
I have found that running the start script from anywhere else except crx-quickstart does not work and will not start the service, but have made no further progress. Any thoughts? I have looked at the known issues and several pages, but nothing has been helpful as of yet.
Views
Replies
Total Likes
Hi,
apologies for the simplistic question, but why can't you run the script from crx-quickstart/bin/start
Also, can you show the error.log, as that will log what is happening in the repository, rather than the requests being served.
Regards,
Opkar
Views
Replies
Total Likes
Every time I run the startup script in ./bin/start it does not give me any response when I try to access the ip and port in a browse,r not sure why. It looked like it was due to something in the startup script that I tried.
cd ..
START_OPTS="start -c ${CURR_DIR} -i launchpad"
if [ $CQ_PORT ]; then
START_OPTS="${START_OPTS} -p ${CQ_PORT}"
fi
I moved to the crx-quickstart directory and got a response, but that all I got was the startup in progress page. which portion of error.log do you want as it is over 20K lines long. The top few lines or bottom?
Views
Replies
Total Likes
Opkar Gill wrote...
Hi,
apologies for the simplistic question, but why can't you run the script from crx-quickstart/bin/start
Also, can you show the error.log, as that will log what is happening in the repository, rather than the requests being served.
Regards,
Opkar
I tried starting it from bin this time, and that seemed to serve me the same startup in progress page, but still no response otherwise.
Views
Replies
Total Likes
Cameron Reyes wrote...
From reading the logs I see that it is trying to access a directory structure that does not exist on the system AEM was installed on.
Can you share the part of the error log that shows the above.
Do you get any exceptions during start up?
When you say AEM does not start, at some point is no more content written to error.log?
If you remove your changes in the start scripts and use the default scripts does AEM start?
Regards,
Opkar
Views
Replies
Total Likes
Where I found the "error" was in the stdout.log
01.02.2016 13:27:08.374 *INFO * [main] Installing new launcher: jar:file:/apps/aem-auth/6.1/crx-quickstart/app/cq-quickstart-6.1.0-standalone-quickstart.jar!/resources/org.apache.sling.launchpad.base.jar, 4.6.1.2_5_8-B003 (org.apache.sling.launchpad.base.jar.1454351228374)
01.02.2016 13:27:08.377 *INFO * [main] Loading launcher class org.apache.sling.launchpad.base.app.MainDelegate from org.apache.sling.launchpad.base.jar.1454351228374
01.02.2016 13:27:08.378 *INFO * [main] External Libs Home (ext) is null or does not exists.
01.02.2016 13:27:08.430 *INFO * [main] Setting sling.launchpad=/apps/aem-auth/6.1/crx-quickstart/launchpad
01.02.2016 13:27:08.431 *INFO * [main] Setting sling.home=crx-quickstart
01.02.2016 13:27:08.431 *INFO * [main] Setting sling.properties=conf/sling.properties
01.02.2016 13:27:08.431 *INFO * [main] Setting org.osgi.service.http.port=4502
01.02.2016 13:27:08.431 *INFO * [main] Starting launcher ...
01.02.2016 13:27:08.434 *INFO * [main] HTTP server port: 4502
01.02.2016 13:27:10.349 *INFO* [FelixStartLevel] org.apache.sling.commons.log.logback.internal.Activator LogbackManager initialized at bundle startup
I have not made any changes to the start script, I only installed it in a custom directory. When I run the basic startup, it gives me no output, it just starts the server (I'm assuming).
Checking cat logs/error.log | tail threw me this error.
01.02.2016 13:39:23.376 *ERROR* [JobHandler: /etc/workflow/instances/server0/2016-02-01/model_336127160887215:/content/dam/geometrixx/travel/airport_escalator_3.jpg/jcr:content/renditions/original] com.adobe.granite.workflow.core.job.JobHandler Process implementation not found: com.day.cq.dam.core.process.GateKeeperProcess
com.adobe.granite.workflow.WorkflowException: Process implementation not found: com.day.cq.dam.core.process.GateKeeperProcess
at com.adobe.granite.workflow.core.job.HandlerBase.executeProcess(HandlerBase.java:197)
at com.adobe.granite.workflow.core.job.JobHandler.process(JobHandler.java:232)
at org.apache.sling.event.impl.jobs.JobConsumerManager$JobConsumerWrapper.process(JobConsumerManager.java:512)
at org.apache.sling.event.impl.jobs.queues.JobRunner.run(JobRunner.java:205)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:618)
at java.lang.Thread.run(Thread.java:785)
Views
Replies
Total Likes
This was found in error.log a couple thousand lines up
01.02.2016 13:36:16.603 *WARN* [pool-5-thread-20] com.adobe.granite.ui.clientlibs.impl.FileBundle Referenced path in /libs/dam/clientlibs/assetshare-lite/wcm-lite/js.txt does not exist: /libs/cq/ui/widgets/source/widgets/form/FileUploadDialogButton.js
Views
Replies
Total Likes
If you follow the guide in the docs [0] exactly, does it work?
Regards,
Opkar
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Like
Replies