この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
I have started my instance using the following command line
java -Xms1024m -Xmx2024m -XX:MaxPermSize=256M -jar cq-author-4502.jar -debug 30303 -nofork -gui
If I select "connect to server in runmode " Ithe localhost server in the AEM perspective shows [Synchronized] next to it.
However from the AEM perspective when I try "connect to server in debug mode" I get
Could not establish debug connection to localhost : 30303
Failed to connect to remote VM. Connection refused.
Connection refused
My server connection is set as
Port: 4052
Debug Port: 30303
contect path: /
Username: admin
password: admin
servername: localhost
host name: localhost
runtime environment: Adobe Experience Manager
configuration path: /Servers/localhost-congig
Install: option "install bundles directly from the filesystem" selected
Publishing: option "never publish automatically" selected.
Regards
Clive Stewart
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
java -debug -XX:MaxPermSize=256M -Xnoagent -Xmx1024M -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000 -jar cq56-author-4502.jar -nofork
表示
返信
いいね!の合計
I used the following and command line to start aem and I can connect to the debug server in eclipse
java -Xms1024m -Xmx2024m -agentlib:jdwp=transport=dt_socket,address=30303,server=y,suspend=n -jar cq-author-4502.jar
表示
返信
いいね!の合計
Dear Lokesh.
Thank you for the help.
regards
Clive
表示
返信
いいね!の合計
Follow this instructions
https://helpx.adobe.com/experience-manager/kb/CQ5HowToSetupRemoteDebuggingWithEclipse.html
please make sure Step 2: Start a remote debugging session is perfectly done.
Note: After all configurations is set if debug mode is not triggered please restart aem or stop aem and open start.bat in aem qucikstart bin file.
表示
返信
いいね!の合計
You can also use Eclipse with vault
Check this article: https://helpx.adobe.com/experience-manager/using/creating-aem-project-using-eclipse.html
表示
返信
いいね!の合計