• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Question I don't get any apps on the apscatalogo.

jonasbr

New Pleskian
Hi, everyone,
Recently our customers don't get any applications when they trying to install some app as a Wordpress.
The log the error is APS Catalog error: connect() timed out!
How can I solve these, please?
 
Something like the following error you should see in /var/log/plesk/panel.log :

[2016-11-17 13:03:35] ERR [panel] APS Catalog error: connect() timed out!
[2016-11-17 13:03:35] INFO [apscatalog] Retrieving APS Catalog resource: http://catalog.marketplace.parallel...ete=hide&pageSize=999999&order=+name,-version

The issue is caused by an intermediary router. It makes connectivity between Plesk and catalog.marketplace.parallels.com server unstable.
Please contact your ISP or the company that owns these hosts (network routers) regarding this issue.
 
Thanks, Igor,
So, I have a question. The correct configuration of catalogUrl should be catalog.marketplace.parallells or This is the error in the log. How could I fix it? Please
[2021-07-12 15:25:49] ERR [panel] APS Catalog error: connect() timed out!
Tks.
 
Could it be firewalled? Have you checked the availability of these URLs from your server?
I assume there is something wrong with your network infrastructure.
 
Try to use Plesk APS Catalog for catalogUrl
oi Igor
The domain: http://apscatalog.com/ went offline
I'm using Plesk 12.5 , it's old I know. I will migrate now at the end of the year. But I needed to download and see the catalog via plesk 12.5 right now.

Which file in plesk 12.5 should I patch the correct path?

And what is the correct syntax?
Thank you very much friend.


C:\Program Files (x86)\Parallels\Plesk\bin>aps -d -package-name WordPress -catalog-url http://apscatalog.com
Failed to connect to apscatalog.com port 80: Timed out

C:\Program Files (x86)\Parallels\Plesk\bin>aps -d -package-name WordPress -catalog-url Plesk APS Catalog
Catalog with URL "Plesk APS Catalog" does not exist

C:\Program Files (x86)\Parallels\Plesk\bin>
 
I think I may have fixed it!

Create a new file (or edit it if it already exists): /usr/local/psa/admin/conf/panel.ini

Add the following code:

Code:
[aps]
catalogUrl = "https://cdn.apscatalog.plesk.com"
catalogsCustomization = on

Then restart plesk: using
Code:
# service sw-engine restart && service sw-cp-server restart
 
Have you tried to use

Code:
https://cdn.apscatalog.plesk.com

?
Thank you very much for the feedback

Thank you so much for talking to me and trying to help me. I'm your fan

Yes, I can access Plesk APS Catalog
from the server via browser

I successfully imported the catalogs.ini file

C:\Program Files (x86)\Parallels\Plesk\bin>aps -ic "C:\Program Files (x86)\Parallels\Plesk\tmp\aps\catalogs.ini"
SUCCESS: APS catalog config file imported.

with the following content

[marketplace]
type = marketplace
url = Plesk APS Catalog
protocol = all-app

[apscatalog]
type = apscatalog
url = Plesk APS Catalog

Then I added the following instructions to panel.ini
[aps]
catalogsCustomization = on

I installed the module: Panel.ini to better visualize the changes I made
and to my surprise, plesk is still considering the inaccessible URL "http://apscatalog.com" see the screenshot I attach to you

How can I make plesk consider the new app catalog source ?

I will be honored if you can help me.
I'm very grateful
 

Attachments

  • Plesk_Panel_Dont_change_catalag.app.png
    Plesk_Panel_Dont_change_catalag.app.png
    145 KB · Views: 6
Y
How can I make plesk consider the new app catalog source ?
You have to update panel.ini with a new catalog URL and panel.ini Editor but not C:\Program Files (x86)\Parallels\Plesk\tmp\aps\catalogs.ini
 
I followed the advice given here and only see three applications in the vault: Squirrel Mail, AfterLogic Webmail Pro and Lite. That cannot be right. What am I missing?
Edit: Never mind, I think it's something for support. I've opened a ticket.
 
Last edited:
Lembrando que isso aconteceu com a versão plesk 12.5. Mas agora migrei para a versão mais recente, que tem um marketplace muito diferente
 
Lembrando que isso aconteceu com a versão plesk 12.5. Mas agora migrei para a versão mais recente, que tem um marketplace muito diferente
[Remembering that this happened with version plesk 12.5. But now I've migrated to the latest version, which has a very different marketplace]
Yes, that might be true, but the aps catalog URL is still correct according to the latest Obsidian documentation, and it neither works right with the default setting or the customized official Plesk CDN URL.
 
Part of the solution is that "catalogsCustomization" must not be present (or off, commented-out) when using Plesk's own catalog, e.g.
Code:
[aps]
catalogUrl = "https://cdn.apscatalog.plesk.com"
;catalogsCustomization = on
 
Back
Top