Maven Aspose Repository Gives 502 Error

Hi Team,

The below url is not working, gives 502 error.

http://maven.aspose.com/repository/simple/ext-release-local/com/aspose/aspose-slides/21.5/

This is affecting our development activities. Please revert ASAP.

Thanks,
Thilak Babu

@Thilakbabu,

Please try using the url instead:

Hi @Amjad_Sahi,

We have been using http://maven.aspose.com/repository this url for long time. Is this url not working is a temporary issue ? Or the url has been deprecated and should not be used further?

Thanks,
Thilak Babu

Hi @Amjad_Sahi
I have the same error:
Transfer failed for http://repository.aspose.com/repo/net/minidev/json-smart/2.3-SNAPSHOT/json-smart-2.3-SNAPSHOT.pom: Connect to repository.aspose.com:80 [repository.aspose.com/54.70.161.140] failed: Connection timed out (Connection timed out)

@Thilakbabu, @yuki165,
Thank you for contacting support.

Unfortunately, I have no information about this.

Please follow this link for information on how to use Aspose.Slides Maven repository for your projects.

Hi @Andrey_Potapov / @Amjad_Sahi

The URL - Aspose Repository Browser /java/repo/ is also not accessible now. Getting the below error.

This XML file does not appear to have any style information associated with it. The document tree is shown below.

NoSuchKey

The specified key does not exist.

repo/

4Z7E4RV3K7WYDD9K

SortNv8+lcP+6TCqYr6HwEYEwk7r05tDZxpzsfk/SMv+ylNPN8GIx+YehZtfBszquj45820L++k=

This is totally blocking our development/deployment. Please rever us ASAP.

Thanks,
Thilak Babu

@Thilakbabu,

Please try using the link instead:

Alternatively, you may manually download JAR files @:

Hi @Amjad_Sahi,

Already we have been asked to use the URL - Aspose Repository Browser /java/repo/ to get the jars. Can we know why the URL has been getting changed often lately ?

Also even in the Aspose installation page, it has been updated as Aspose Repository Browser /java/repo/

Can we know if this URL will start working again ?

@Thilakbabu,

We are migrating the repository section to other server. The process might take sometime (it might be completed before the end of this week or so) considering the fact that it involves complexities to sort everything in order and after completion the problem would be resolved.

We will update you once the issue is resolved completely.

Hi @Amjad_Sahi,

Thanks for your reply.

Since it is going to take a week’s time, could you please provide any alternate URL as a workaound ? Also the weebapp URL is accessible through browser, but the jar does not get downloaded automatically while resolving the gradle dependencies. Please help.

Thanks
Thilak Babu

@Thilakbabu,

We are sorry but there is no alternative URL (available) to download the libraries automatically in a maven project. At the moment, you have to manually download the Aspose APIs and add reference to your project by yourselves.

@Thilakbabu

Please update your maven configuration as below.

<repositories>
<repository>
<id>AsposeJavaRepository</id>
<name>Aspose Java Repository</name>
<url>https://repository.aspose.com/repo/&lt;/url&gt;
</repository>
</repositories>

Feel free to reach us for any issue related to it. Thanks.

Hi @farooq.sheikh,

Issue is the url - Aspose Repository Browser /java/repo/ is not accessible. Its throwing below error

This XML file does not appear to have any style information associated with it. The document tree is shown below.

NoSuchKey

The specified key does not exist.

repo/

WVJBET7DZQR948E7

uTEqTQpbAwEvFJB8SDaJAvPHR6x3qz8Jj0IeQlZ+J3xkFmXaMzG3C6XyN2r8wBP/OwEN3n3xlVM=

Hi @Thilakbabu

Our repository URL Aspose Repository Browser /java/repo/ is only accessible through Maven or Gradle clients. You can explore our repository through On Premise File Format API Releases | Aspose.

Feel free to reach us for any issue related to it. Thanks.

Hi @farooq.sheikh,

We already tried with Gradle client and it was throwing error. @Amjad_Sahi told due to server migration the URL is not working. Please confirm if Aspose Repository Browser /java/repo/ is under maintenance or will it work from gradle client.

@Thilakbabu

I have tested and verified our repository is accessible through Gradle client. Please update your build.gradle as below.

repositories {
maven {
url "https://repository.aspose.com/repo/&quot;
}

mavenCentral()
}

Feel free to reach us for any question related to it. Thanks.