この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
Hello All,
I have created a project of type "AEM Sample Multi-Module Project" using Eclipse ,project is created but i am not able to connect to my local AEM instance.
Help me in configuring AEM project and please see attached screenshot for error details.
Thanks,
Kishore
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
Luna 4.4.2 is fine, so now question is, did you install the AEM plugin from Eclipse market place.
If yes, then it downloads the plugin from some place where the buggy plugin is available.
Follow the below steps.
1. GO to eclipse market place, un-install AEM plugin.
2.restart eclipse
3. go to help > install new software
in eclipse and provide http://eclipse.adobe.com/aem/dev-tools/ to install aem Plugin.
4. While creating new project, provide port and server name correctly and the AEM server should be up and running.
表示
返信
いいね!の合計
I faced this issue in eclipse Version: Luna Service Release 1 (4.4.1) some time back.
The issue was, I have installed the AEM multi-module plugin from eclipse market place. So I uninstalled the plugin and installed this through help > install new software from below URL.
http://eclipse.adobe.com/aem/dev-tools/
Try this,, may work out for you.
表示
返信
いいね!の合計
Satya_adobe wrote...
I faced this issue in eclipse Version: Luna Service Release 1 (4.4.1) some time back.
The issue was, I have installed the AEM multi-module plugin from eclipse market place. So I uninstalled the plugin and installed this through help > install new software from below URL.
http://eclipse.adobe.com/aem/dev-tools/
Try this,, may work out for you.
Currently i have installed Eclipse Luna 4.4.2 and to make it work which version i have to install
表示
返信
いいね!の合計
Luna 4.4.2 is fine, so now question is, did you install the AEM plugin from Eclipse market place.
If yes, then it downloads the plugin from some place where the buggy plugin is available.
Follow the below steps.
1. GO to eclipse market place, un-install AEM plugin.
2.restart eclipse
3. go to help > install new software
in eclipse and provide http://eclipse.adobe.com/aem/dev-tools/ to install aem Plugin.
4. While creating new project, provide port and server name correctly and the AEM server should be up and running.
表示
返信
いいね!の合計
i have followed above steps and now am not able to create project and getting below error.
Unable to create project from archetype [com.adobe.granite.archetypes:aem-project-archetype:10 -> https://repo.adobe.com/nexus/content/groups/public]
Even if i select artifact 7 also i am getting the same error.
What will be the issue now??
表示
返信
いいね!の合計
is your local AEM instance up and running when you are trying to connect it with Eclipse ?
Also, please check the logs in AEM and see the error if any
表示
返信
いいね!の合計
bsloki wrote...
is your local AEM instance up and running when you are trying to connect it with Eclipse ?
Also, please check the logs in AEM and see the error if any
It's up and running.I could able to access the instance from browser.
表示
返信
いいね!の合計
Can you share your server configuration ?
表示
返信
いいね!の合計
bsloki wrote...
Can you share your server configuration ?
Where can i get this information in ecipse??
表示
返信
いいね!の合計
Did you create project using maven provided archetype??
If not please share the POM.xml file.
表示
返信
いいね!の合計
Please error message below and parent pom.xml
An internal error occurred during: "Starting Adobe Experience Manager at localhost".
Service is null
表示
返信
いいね!の合計
Please see the error screen shot
表示
返信
いいね!の合計
How are you trying to install it to local AEM instance ?
表示
返信
いいね!の合計
bsloki wrote...
How are you trying to install it to local AEM instance ?
i have installed my AEM local instance by just extracting the quick start jar and then trying to configure instance and connecting to it.
Thanks,
Kishore
表示
返信
いいね!の合計
Can you try to install your code from command prompt,
goto your project folder and exec [1] and see if it installs your project in localhost
mvn clean install -PautoinstallPackage and see if it installs all your content and bundles
表示
返信
いいね!の合計
bsloki wrote...
Can you try to install your code from command prompt,
goto your project folder and exec [1] and see if it installs your project in localhost
mvn clean install -PautoinstallPackage and see if it installs all your content and bundles
Build is succeeded for all the modules but i don't see the bundles in Felix console.
表示
返信
いいね!の合計
I faced the same issue in Eclipse Oxygen 4.7.1.
When I created the project for the first time, AEM plugin actually created the project on the file system but it gave the error
"Unable to create project from archetype [com.adobe.granite.archetypes:aem-project-archetype:11 -> https://repo.adobe.com/nexus/content/groups/public]"
I went to the workspace and i can see the project structure created there. Since the project creation was successful, Eclipse was not able to create the project with the same name. I found the error details in Eclipse log file located at <<Eclipse-Workspace>>/.metadata/.plugins/org.eclipse.ui.workbench/log.
!MESSAGE Unable to create project from archetype [com.adobe.granite.archetypes:aem-project-archetype:11 -> https://repo.adobe.com/nexus/content/groups/public]
!STACK 0
org.apache.maven.archetype.exception.ProjectDirectoryExists: A Maven 2 project already exists in the directory
表示
返信
いいね!の合計