[jira] [Commented] (NETBEANS-2844) http://bits.netbeans.org/maven2/ not reachable

2019-07-15 Thread Konrad Rokicki (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16885413#comment-16885413
 ] 

Konrad Rokicki commented on NETBEANS-2844:
--

We also can't build currently, but we were depending on 
[http://bits.netbeans.org/nexus/content/groups/netbeans/] on the same server.

We use this repo to pull in all of our NetBeans module dependencies, e.g. 
[https://mvnrepository.com/artifact/org.netbeans.api/org-openide-nodes/RELEASE82,]
 which are not available on Maven Central, or any other public repo. Only the 
newer versions (9+) appear on Maven Central. 

We've been meaning to set up a local Nexus mirror for these, but haven't gotten 
around to it yet. I guess the main question is: is this a temporary issue, or 
is this repo gone for good?

> http://bits.netbeans.org/maven2/ not reachable
> --
>
> Key: NETBEANS-2844
> URL: https://issues.apache.org/jira/browse/NETBEANS-2844
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Randall Wood
>Priority: Blocker
>
> I have a project that depends on the NetBeans maven repo. However, we are now 
> getting failures downloading from that. It appears that 
> [http://bits.netbeans.org/maven2/] is being redirected to 
> [http://137.254.56.27/maven2/] which only has the message "temporarily 
> unavailable"



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-2840) CLONE - http://bits.netbeans.org/maven2/ not reachable

2019-07-15 Thread Konrad Rokicki (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16885415#comment-16885415
 ] 

Konrad Rokicki commented on NETBEANS-2840:
--

This looks like the same issue as NETBEANS-2844

> CLONE - http://bits.netbeans.org/maven2/ not reachable
> --
>
> Key: NETBEANS-2840
> URL: https://issues.apache.org/jira/browse/NETBEANS-2840
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
> Environment: macos and aws
>Reporter: Giri Reddy
>Priority: Blocker
>  Labels: blocked, blocker
> Attachments: Screen Shot 2019-04-03 at 12.05.50 PM.png
>
>
> We have a builds failing both on AWS and Local builds on in-house servers.
> [http://137.254.56.27/maven2] is currently down |  07/12/2019:2:32PM (PST).
> We ran into a similar issue on 04/04/2019 the issue number: -NETBEANS-2345-
> bits.netbeans.org redirects to 137.254.56.27
>  
> [http://137.254.56.27/maven2]



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-2844) http://bits.netbeans.org/maven2/ not reachable

2019-07-16 Thread Konrad Rokicki (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16886127#comment-16886127
 ] 

Konrad Rokicki commented on NETBEANS-2844:
--

[~GeertjanWielenga], that link doesn't help because all the artifacts on that 
page are all in the NetBeans repo, which is now offline.

I suspect that this may affect many organizations, and probably very few of 
them have the resources to drop everything and upgrade to Java 9+ and Apache 
NetBeans. 

At the moment everything has ground to a halt, and in order for my team to 
start developing again, we need to mirror RELEASE82 at least. I can try to 
create a mirror using the cached jars that I have locally, but that will only 
include the modules we've used so far.

If there's any way you could restore temporary access to 
[http://bits.netbeans.org/maven2|http://bits.netbeans.org/maven2/], or make the 
jars available elsewhere so that we can just grab everything, it would be very 
helpful. I realize that we could build RELEASE82 from source, but I expect that 
won't be easy, and I'd rather just use the official build that's been working 
for us.

> http://bits.netbeans.org/maven2/ not reachable
> --
>
> Key: NETBEANS-2844
> URL: https://issues.apache.org/jira/browse/NETBEANS-2844
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Randall Wood
>Priority: Blocker
>
> I have a project that depends on the NetBeans maven repo. However, we are now 
> getting failures downloading from that. It appears that 
> [http://bits.netbeans.org/maven2/] is being redirected to 
> [http://137.254.56.27/maven2/] which only has the message "temporarily 
> unavailable"



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-2844) http://bits.netbeans.org/maven2/ not reachable

2019-07-16 Thread Konrad Rokicki (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16886160#comment-16886160
 ] 

Konrad Rokicki commented on NETBEANS-2844:
--

Thanks, Geertjan, I'll wait for the repo to come back up, and look into what it 
would take to upgrade to Apache NetBeans in the meantime. 

If you want to add our application to your list, here's the info:
 * Company: Howard Hughes Medical Institute
 * Product: Janelia Workstation
 * Team size: 4
 * Active users: Neuroscience researchers at Janelia Research Campus
 * URL: [https://github.com/JaneliaSciComp/workstation]
 * Contact: Konrad Rokicki

> http://bits.netbeans.org/maven2/ not reachable
> --
>
> Key: NETBEANS-2844
> URL: https://issues.apache.org/jira/browse/NETBEANS-2844
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Randall Wood
>Priority: Blocker
>
> I have a project that depends on the NetBeans maven repo. However, we are now 
> getting failures downloading from that. It appears that 
> [http://bits.netbeans.org/maven2/] is being redirected to 
> [http://137.254.56.27/maven2/] which only has the message "temporarily 
> unavailable"



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists