aem - "http error:404 Prblem accessing/.Reason not found" while accessing any page/url AEM6.3 -


i working in aem6.3 on redhat linux system. getting blank page when try access aem after startup message-

http error: 404  problem accessing /. reason:      not found  powered jetty:// 

also, when use curl command- curl http://localhost:4503/

i below output-

<html> <head> <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"/> <title>error 404 </title> </head> <body> <h2>http error: 404</h2> <p>problem accessing /. reason: <pre>    not found</pre></p> <hr /><i><small>powered jetty://</small></i> </body> </html> 

i not getting error in error.log , stdout.log.

below stdout file-

13.09.2017 22:46:33.947 *info * [apache sling control listener@/127.0.0.1:41783] /127.0.0.1:36152>stop 13.09.2017 22:46:33.948 *info * [apache sling control listener@/127.0.0.1:41783] /127.0.0.1:36152<ok 13.09.2017 22:46:33.952 *info * [apache sling control listener@/127.0.0.1:41783] apache sling terminated, exiting java vm java hotspot(tm) 64-bit server vm warning: ignoring option maxpermsize=1024; support removed in 8.0 java hotspot(tm) 64-bit server vm warning: ignoring option permsize=512m; support removed in 8.0 13.09.2017 22:50:15.167 *info * [main] setting sling.home=crx-quickstart (command line) 13.09.2017 22:50:15.173 *info * [main] starting apache sling in /mnt/crx/publish/crx-quickstart 13.09.2017 22:50:15.178 *info * [main] sling  extension lib home : /mnt/crx/publish/crx-quickstart/launchpad/ext 13.09.2017 22:50:15.183 *info * [main] checking launcher jar in folder /mnt/crx/publish/crx-quickstart/launchpad 13.09.2017 22:50:15.202 *info * [apache sling control listener@/127.0.0.1:36225] apache sling control listener started 13.09.2017 22:50:15.203 *info * [main] existing launcher date, using it: 5.6.0.2_6_10-b001 (org.apache.sling.launchpad.base.jar) 13.09.2017 22:50:15.205 *info * [main] loading launcher class org.apache.sling.launchpad.base.app.maindelegate org.apache.sling.launchpad.base.jar 13.09.2017 22:50:15.205 *info * [main] external libs home (ext) null or not exists. 13.09.2017 22:50:15.222 *info * [main] setting sling.properties=conf/sling.properties 13.09.2017 22:50:15.222 *info * [main] setting sling.home=crx-quickstart 13.09.2017 22:50:15.223 *info * [main] setting sling.launchpad=/mnt/crx/publish/crx-quickstart/launchpad 13.09.2017 22:50:15.223 *info * [main] setting org.osgi.service.http.port=4503 13.09.2017 22:50:15.223 *info * [main] starting launcher ... 13.09.2017 22:50:15.236 *info * [main] http server port: 4503 13.09.2017 22:50:17.012 *info* [felixstartlevel] org.apache.sling.settings.impl.slingsettingsserviceimpl read sling id a491a8be-10ae-4736-bc87-5868855a67e4 file /mnt/crx/publish/crx-quickstart/launchpad/felix/bundle1/data/sling.id.file 13.09.2017 22:50:17.031 *info* [felixstartlevel] org.apache.sling.settings.impl.slingsettingsserviceimpl active run modes: [qa, crx3, samplecontent, publish, crx3tar] 13.09.2017 22:50:17.066 *info* [felixstartlevel] org.apache.sling.commons.log.logback.internal.activator logbackmanager initialized @ bundle startup 13.09.2017 22:50:17.360 *info* [felixstartlevel] jcl.over.slf4j bundleevent resolved 13.09.2017 22:50:17.361 *info* [felixstartlevel] jcl.over.slf4j bundleevent starting 13.09.2017 22:50:17.361 *info* [felixstartlevel] jcl.over.slf4j bundleevent started 13.09.2017 22:50:17.361 *info* [felixstartlevel] org.apache.sling.installer.core bundleevent starting 

it working fine, stopped working. reason? related diapatcher?

thanks!


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -