Hi,
I am trying to configure-aem-plugin-for-eclipse but getting the following below error to install AEM developer tool for eclipse-jee-luna-R-win32-x86_64
Unable to read repository at http://eclipse.adobe.com/aem/dev-tools/content.xml.
Unable to read repository at http://eclipse.adobe.com/aem/dev-tools/content.xml.
java.lang.RuntimeException: Could not generate DH keypair
Can anyone help me to short out this error?
Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
Please have a look at this forum post:
// Unable to read repository at http://eclipse.adobe.com/aem/dev-tools/content.xml
Answer was:
I have created the project following the instructions. I had to adjust the Eclipse heap size in the Eclipse config file to succcessfully make the project work. I used this:
-vmargs -Xmx256M
Here is the project that was created:
Now the docs point you to a Sling topic on how to deploy. I found that topic rather weak. Not that much information:
https://sling.apache.org/documentation/development/ide-tooling.html
Instead of trying to sync via the way discussed here- i found it better to go the working directory of the project in the workspace ie:
C:\Users\scottm\workspace\testit
Then use Maven to build the project:
mvn -PautoInstallPackage install
Now - my project is in AEM - see here - you can see the testit under apps:
You can use vault to continue to sync the code. Refer to the article that I pointed you to in the previous comment.
You can use Maven to deploy and vault to sync the code - as shown in the other community article.
Good luck!
I hope this would help you.
Thanks and Regards
Kautuk Sahni
Views
Replies
Total Likes
Hi,
Please have a look at this forum post:
// Unable to read repository at http://eclipse.adobe.com/aem/dev-tools/content.xml
Answer was:
I have created the project following the instructions. I had to adjust the Eclipse heap size in the Eclipse config file to succcessfully make the project work. I used this:
-vmargs -Xmx256M
Here is the project that was created:
Now the docs point you to a Sling topic on how to deploy. I found that topic rather weak. Not that much information:
https://sling.apache.org/documentation/development/ide-tooling.html
Instead of trying to sync via the way discussed here- i found it better to go the working directory of the project in the workspace ie:
C:\Users\scottm\workspace\testit
Then use Maven to build the project:
mvn -PautoInstallPackage install
Now - my project is in AEM - see here - you can see the testit under apps:
You can use vault to continue to sync the code. Refer to the article that I pointed you to in the previous comment.
You can use Maven to deploy and vault to sync the code - as shown in the other community article.
Good luck!
I hope this would help you.
Thanks and Regards
Kautuk Sahni
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies