"No archetypes available for this catalog" in eclipse

Hello everybody,
When I want to insert an archetype of Camunda BPM, I got this message: “Remote catalog is empty” or “No archetypes available for this catalog”. If I take a local one of camunda bpm archetype dowloaded from github, I got the same message “No archetypes available for this catalog”. I have try it with kepler and neon. It works both with maven.

Can somebody help me?

Seems to be working ok for me. Are you using this link - https://app.camunda.com/nexus/content/repositories/camunda-bpm/

Mostly it’s a network/proxy/firewall issue.

Cheers, Ingo

1 Like

Thanks a lot for your response. Yes I use this link. Actually I deactivated the firewall, but I can’t deactivate the proxy because it’s form the server of my company. I Think now the problem is the proxy.

I’ve found actually this xml to “unlock” the proxy for maven, but I have no idea what I am doing with this.
I must save it on .m2 --> settings.xml

But what kind of proxypassword and proxyuser? I’ve got the Port an the host.

  <proxy>
  <id>optional</id>
  <active>true</active>
  <protocol>http</protocol>
  <username>proxyuser</</username>
  <password>proxypass</password>
  <host>proxy.host.net</host>
  <port>80</port>
  <nonProxyHosts>local.net|some.host.com</nonProxyHosts>
</proxy>

Kind regards
Dirk

Hi @DirkRoeseler,

If you are in a corporate network with a proxy, you should enter your userid and your password there.

The purpose of this file is to make maven behave like your Internet-Explorer/Firefox/Chrome. They have some proxy setting as well, mostly configured by default, sometimes with Single-Sign-On with Windows.

Hope this helps, Ingo

Hey @ all,

at firefox or chrome are no proxy, but i’ve got from our company IT the proxy and the port, but it doesn’t work. Is the settings.xml right? And what I must do with the xml?

my xml-data at the moment is:
<settings>
<proxies>
    <proxy>
      <id>proxy</id>
      <active>true</active>
      <protocol>https</protocol>
      <host>[the proxy from my company]</host>
      <port>[the portnumber from my company]</port>
      <username>[xxxxxxx]</username>
      <password>[xxxxxxx]</password>
    </proxy>
 </proxies>
</settings>

Is this okay?
I hope you can help me.
Best wishes from Berlin

Hi,
I am having the same problem.
Proxy configuration is done. Other Maven project is working with pom.xml in local workspace. I have even tried on my personal machine same problem.

I believe the catalogue should exist?

Hi @Muhammad_Awan
Is this problem solved?

Just make sure that you copy paste the link rather than copying the address of the link from the source code, which looks like this:
https://app.camunda.com/nexus/content/repositories/camunda-bpm/?__hstc=12929896.cc3f444ef7963c50ec6fd64a787bcee5.1600335290878.1601032205681.1601040681227.8&__hssc=12929896.19.1601040681227&__hsfp=2442699258

I am having same issue

I request someone to please help me at earliest

Hi @Karthik1
Did you follow the suggestions on this thread?