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
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
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 - https://repository.aspose.com/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.
<Error>
<Code>NoSuchKey</Code>
<Message>The specified key does not exist.</Message>
<Key>repo/</Key>
<RequestId>4Z7E4RV3K7WYDD9K</RequestId>
<HostId>SortNv8+lcP+6TCqYr6HwEYEwk7r05tDZxpzsfk/SMv+ylNPN8GIx+YehZtfBszquj45820L++k=</HostId>
</Error>
This is totally blocking our development/deployment. Please rever us ASAP.
Thanks,
Thilak Babu
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 - https://repository.aspose.com/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 https://repository.aspose.com/repo/
Can we know if this URL will start working again ?
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
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.
Please update your maven configuration as below.
<repositories>
<repository>
<id>AsposeJavaRepository</id>
<name>Aspose Java Repository</name>
<url>https://repository.aspose.com/repo/</url>
</repository>
</repositories>
Feel free to reach us for any issue related to it. Thanks.
Hi @farooq.sheikh,
Issue is the url - https://repository.aspose.com/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.
<Error>
<Code>NoSuchKey</Code>
<Message>The specified key does not exist.</Message>
<Key>repo/</Key>
<RequestId>WVJBET7DZQR948E7</RequestId>
<HostId>uTEqTQpbAwEvFJB8SDaJAvPHR6x3qz8Jj0IeQlZ+J3xkFmXaMzG3C6XyN2r8wBP/OwEN3n3xlVM=</HostId>
</Error>
Hi @Thilakbabu
Our repository URL https://repository.aspose.com/repo/
is only accessible through Maven or Gradle clients. You can explore our repository through https://repository.aspose.com/webapp/#/artifacts/browse/tree/General/repo.
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 https://repository.aspose.com/repo/
is under maintenance or will it work from gradle client.
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/"
}
mavenCentral()
}
Feel free to reach us for any question related to it. Thanks.