Forum Discussion

nafeezq's avatar
nafeezq
New Member
2 months ago

Bad Gateway (502)

Getting since yesterday 04.06.2025. Tried 5.00 and 5.7.0 versions as well. 

[INFO] ------------------------------------------------------------------------
[ERROR] Plugin com.smartbear.soapui:soapui-maven-plugin:5.8.0 or one of its dependencies could not be resolved:
[ERROR]         The following artifacts could not be resolved: com.smartbear.soapui:soapui-maven-plugin:pom:5.8.0 (absent): Could not transfer artifact com.smartbear.soapui:soapui-maven-plugin:pom:5.8.0 from/to smartbear-sweden-plugin-repository (https://www.soapui.org/repository/maven2/): status code: 502, reason phrase: Bad Gateway (502)

Plugin Repo is as follows in my POM.xml

  <pluginRepositories>

    <pluginRepository>

      <id>smartbear-sweden-plugin-repository</id>

      <url>https://www.soapui.org/repository/maven2/</url>

    </pluginRepository>

  </pluginRepositories>

 

  <build>

    <plugins>

      <plugin>

        <groupId>org.codehaus.mojo</groupId>

        <artifactId>exec-maven-plugin</artifactId>

        <version>3.1.0</version>

      </plugin>

 

      <plugin>

        <groupId>com.smartbear.soapui</groupId>

        <artifactId>soapui-maven-plugin</artifactId>

        <version>5.8.0</version>

      </plugin>

    </plugins>

  </build>

When i try to open repo url 

https://www.soapui.org/repository/maven2/

Seems it reroutes to : https://rapi.tools.ops.smartbear.io/nexus/content/groups/public/

Which also responds with 502 Gateway timeout 

I saw earlier posts from 2022, with similar issue. Also seems there is no Maven repo if this Smartbear goes down. Its been already 24 hours and it has not recovered. Hope it gets well soon.

No RepliesBe the first to reply