Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Jeanmaradiaga
Jeanmaradiaga
Online

Badges

Badges
16

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
19

Posts

Posts
49

Discussions

Discussions
8

Questions

Questions
41

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Jeanmaradiaga
Customize the badges you want to showcase on your profile
Re: AEM 6.4 Code deployment to Remote Server - Adobe Experience Manager 31-08-2021
Yes it does, it is importing it to a remote server the only issue I am having right now.

Views

488

Like

1

Replies

0
Re: AEM 6.4 Code deployment to Remote Server - Adobe Experience Manager 31-08-2021
Or with the following command:clean install -PautoInstallBundle -U -Daem.host=blabla.com -Daem.port=4502 -DUserName=admin -Dpassword=adminI get:ERROR] [ERROR] Some problems were encountered while processing the POMs: [WARNING] 'version' contains an expression but should be a constant. @ com..:${app.version}, C:\blabla\pom.xml, line 22, column 14 [WARNING] 'version' contains an expression but should be a constant. @ com..:${app.version}, C:\blabla\pom.xml, line 22, column 14 [ERROR] Unresolveable...

Views

496

Like

1

Replies

3
Re: AEM 6.4 Code deployment to Remote Server - Adobe Experience Manager 31-08-2021
@BrianKasingli The requested profile "autoInstallDevPackage" could not be activated because it does not exist. [ERROR] Failed to execute goal com.day.jcr.vault:content-package-maven-plugin:0.5.24:install (install-package) on project com.bla.bla.config: The host did not accept the connection within timeout of 5000 ms: connect timed out -> [Help 1]

Views

498

Like

1

Replies

6
AEM 6.4 Code deployment to Remote Server - Adobe Experience Manager 31-08-2021
If I have a remote server with AEM installed can I push my current code with something as simple as:mvn clean install -PautoInstallDevPackage -U -Daem.host=test-author.dev.com -Daem.port=4502 -DUserName=admin-Dpassword=admin Or do I need to use cURL? POM? I haven't been able to find much information on how I can push my local changes to a remove server for some reason.

Views

519

Likes

0

Replies

10
Re: HTTP ERROR 404 Problem accessing /system/console/configMgr. Reason: Not Found - Adobe Experience Manager 30-08-2021
Thanks, I'll have to ask for the credentials first thing in the morning then.

Views

377

Like

1

Replies

0
Re: HTTP ERROR 404 Problem accessing /system/console/configMgr. Reason: Not Found - Adobe Experience Manager 30-08-2021
@Asutosh_Jena_ - This may be a dumb question but how I am supposed to re-start the instance? Via SSH?

Views

382

Like

1

Replies

2
HTTP ERROR 404 Problem accessing /system/console/configMgr. Reason: Not Found - Adobe Experience Manager 30-08-2021
I was updating our QA environment with a service pack and it worked perfectly, I checked the new AEM version on the landing page and it had been updated correctly, so I then went on to upload a config package for some services and installing that but the instance just got stuck in the installing screen. After a while I reloaded and no matter where I go (logs, crx, console) I get a white screen with the error in the title, so my question is. Now what?

Views

389

Likes

0

Replies

4
How can I change my site's favicon? - Adobe Experience Manager 28-05-2021
I am working on an editable templates AEM project and I need to change the favicon on the site, what I am trying to do is use the resource's path so: But this is not working, when I used to work on static templates we had a different folder structure so we used to do it like: Any ideas?

Views

1.8K

Likes

0

Replies

2
Re: YUIScriptProcessor is breaking my site on Publish. - Adobe Experience Manager 20-05-2021
Adding: jsProcessor="[min:gcc;obfuscate=true]" to the .content.xml

Views

278

Likes

0

Replies

0
Re: YUIScriptProcessor is breaking my site on Publish. - Adobe Experience Manager 20-05-2021
Thanks for the suggestion. We have multiple sites on the instance so can I just add GCC to this site's clientlibs by modifying the xml?

Views

280

Likes

0

Replies

0