Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Unable to establish connection from AEM to Workfront

Avatar

Level 1

Hello,

 

Workfront provided a documentation on establishing connecttion from AEM to Workfront. Even after following the steps I am unable to publish assets from Workfront to AEM.

 

I am using AEM 6.5 (on prem).

 

This is the error I am seeing in workfront:

{ "message": "I/O error on GET request for \"http://*********:4502/bin/webhooks/api/files?parentId=/&max=100&offset=0\":*********: Name or service not known; nested exception is java.net.UnknownHostException: *********: Name or service not known", "title": null, "msgKey": "exception.attask", "attributes": [ "" ], "code": 0 }

 

Thanks

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Adobe is in the process of re-writing the connector between AEM & workfront and also integrating workfront with IMS. I would suggest you to reach out to your Adobe point of contact to get more details or beta access.

View solution in original post

5 Replies

Avatar

Community Advisor

@aemdev05  

For error like "java.net.UnknownHostException: [hostname]"

The reason is your hostname is not in /etc/hosts, The solution is simple:

sudo vim /etc/hosts

change the line looks like:

127.0.0.1  localhost

to:

127.0.0.1  [hostname] localhost

Save and exit. Post your findings later. 

Avatar

Level 1

Thanks for the response but this didnt resolve the issue.
Workfront is with https and our servers are with http. Could this be the reason for un-successful connection?

 

Avatar

Community Advisor
If possible, can you please keep both the servers secure and then try the integration?

Avatar

Correct answer by
Employee Advisor

Adobe is in the process of re-writing the connector between AEM & workfront and also integrating workfront with IMS. I would suggest you to reach out to your Adobe point of contact to get more details or beta access.

Avatar

Administrator

@aemdev05 Adding to Shelly's note, please also reach out to Support with this request.



Kautuk Sahni