Expand my Community achievements bar.

Starting a server in debug mode from eclipse

Avatar

Level 3

Hi

I just created a new project using Eclipse Mars and the archetype 10 in order to deploy it to AEM 6.2 instance.

I'm using the "AEM Developer Tools for Eclipse"  and until 6.1 everything was great, but once I tried (with 6.2) to add a new server in eclipse and start it in debug mode I had this:

org.apache.commons.httpclient.HttpException: Got status code 404 for call to http://localhost:4502/system/sling/tooling/sourceReferences.json
org.apache.commons.httpclient.HttpException: Got status code 404 for call to http://localhost:4502/system/sling/tooling/sourceReferences.json

I can start the server using "Start" mode and deploy all the project (default project in a clean instance) but I can not even start the server in debug mode ....

Can someone Help me on this???

 

Thanks!!

9 Replies

Avatar

Level 10

There may be a bug with 6.2. If you have it working on 6.1, then it should work the same.  

Avatar

Level 10

I am checking with some users that i know that use the plug-in. I personally prefer Maven and Command line to compile projects

Avatar

Administrator

Hi 

I would ask you to please verify the PORT and Debug PORT.

Make sure that AEM running in debug mode before you connect with eclipse and has the same debug port configured.

Also try the link provided by Lokesh :- http://stackoverflow.com/questions/38388879/setup-aem-in-eclipse-and-create-a-project

I hope this would help you.

 

~kautuk



Kautuk Sahni

Avatar

Level 2

Any luck? I am facing the same issue on 6.2

Avatar

Level 1

I'm having virtually the same problem with Eclipse Neon and AEM 6.2.  Getting 500 error trying to access sourceReferences.json when starting AEM (via Eclipse) in Debug mode.

 

- Jason

Avatar

Level 3

- Double click the server instance in eclipse

- Expand the Debug section

- Uncheck the option Resolve sources when connecting

​- Save and restart the Server and it should work

This works with AEM 6.3 as well. Unchecking the "Resolve sources..." Fixes the issue as Vaibhav suggested. Thanks

Avatar

Level 1

Uncheck the option Resolve sources when connecting - this step did the magic. Thanks Vaibhav