New installation of vertx attempts to install modules from vert-x.github.com

886 views
Skip to first unread message

Victor Stan

unread,
Apr 21, 2013, 1:49:49 PM4/21/13
to ve...@googlegroups.com
Hi, I've seen a few related questions and some answers pointing to the fact that GitHub has changed their pages URL from github.com to github.io. However, a new vertx installation 1.3.1 on OSX, for the simple tutorial at http://vertx.io/js_web_tutorial.html continues to attempt to install modules from github.com. I'm not sure what I need to do, when I get this error: 

Attempting to install module vertx.web-server-v1.0 from http://vert-x.github.com:80/vertx-mods/mods/vertx.web-server-v1.0/mod.zip
Failed to download module: 301

Is there something I need to do on my end, or am I using an outdated version of Vertx? 

Tim Yates

unread,
Apr 21, 2013, 1:52:38 PM4/21/13
to ve...@googlegroups.com

https://groups.google.com/forum/? fromgroups=#!topic/vertx/dphzshlTN2E

Github changed the domain name

Try

    -repo vert-x.github.io

--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Victor Stan

unread,
Apr 21, 2013, 2:09:21 PM4/21/13
to ve...@googlegroups.com
Thanks,

So to clarify, a more complete answer would sound like this?:

Some vertx modules' configurations are outdated and continue to reference a deprecated github URL. 

Instead of relying on vertx automatic module installation method, you need to run:

vertx install vertx.web-server-v1.0 -repo vert-x.github.io

or for other modules:

vertx install <module-name> -repo vert-x.github.io

Nick Pavlica

unread,
Apr 21, 2013, 2:40:56 PM4/21/13
to ve...@googlegroups.com


On Sunday, April 21, 2013 12:09:21 PM UTC-6, Victor Stan wrote:
Thanks,

So to clarify, a more complete answer would sound like this?:

Some vertx modules' configurations are outdated and continue to reference a deprecated github URL. 

Instead of relying on vertx automatic module installation method, you need to run:

vertx install vertx.web-server-v1.0 -repo vert-x.github.io

or for other modules:

vertx install <module-name> -repo vert-x.github.io


I had to manually declare the repo as well, but it would be nice to be able to set this once in a config file so you don't have to repeat that for each module you want to use.   Once I got used to it with Rails development, the Bundler(http://gembundler.com/) tool was very nice.

-- Nick

Tim Fox

unread,
Apr 22, 2013, 2:51:07 AM4/22/13
to ve...@googlegroups.com
I've made this topic sticky so it always appear on the top.

We won't be doing any more releases on 1.x, and this is a non-issue in 2.0, so you'll have to use the workaround for 1.x.

Travis Wellman

unread,
Apr 23, 2013, 2:21:28 PM4/23/13
to ve...@googlegroups.com
I don't understand why vertx doesn't follow the 301. Is that going to be fixed in the 2.0 branch?

Tim Fox

unread,
Apr 23, 2013, 2:42:28 PM4/23/13
to ve...@googlegroups.com
On 23/04/13 19:21, Travis Wellman wrote:
I don't understand why vertx doesn't follow the 301. Is that going to be fixed in the 2.0 branch?

As I mentioned in my last post, it's a non-issue in 2.0.

2.0 doesn't use the github module repo.

On Sunday, April 21, 2013 10:52:38 AM UTC-7, Tim Yates wrote:

https://groups.google.com/forum/? fromgroups=#!topic/vertx/dphzshlTN2E

Github changed the domain name

Try

    -repo vert-x.github.io

--

Travis Wellman

unread,
Apr 23, 2013, 2:46:15 PM4/23/13
to ve...@googlegroups.com


On Tuesday, April 23, 2013 11:42:28 AM UTC-7, Tim Fox wrote:
On 23/04/13 19:21, Travis Wellman wrote:
I don't understand why vertx doesn't follow the 301. Is that going to be fixed in the 2.0 branch?

As I mentioned in my last post, it's a non-issue in 2.0.

2.0 doesn't use the github module repo.

Regardless of the repo, 3xx codes serve a useful purpose.

https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#3xx_Redirection

Tim Fox

unread,
Apr 23, 2013, 2:48:59 PM4/23/13
to ve...@googlegroups.com
Thanks - I know what a 301 is.

The point is that we're not doing any more releases in 1.x so it won't get fixed there.

Travis Wellman

unread,
Apr 23, 2013, 2:54:45 PM4/23/13
to ve...@googlegroups.com


On Tuesday, April 23, 2013 11:48:59 AM UTC-7, Tim Fox wrote:
On 23/04/13 19:46, Travis Wellman wrote:


On Tuesday, April 23, 2013 11:42:28 AM UTC-7, Tim Fox wrote:
On 23/04/13 19:21, Travis Wellman wrote:
I don't understand why vertx doesn't follow the 301. Is that going to be fixed in the 2.0 branch?

As I mentioned in my last post, it's a non-issue in 2.0.

2.0 doesn't use the github module repo.

Regardless of the repo, 3xx codes serve a useful purpose.

https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#3xx_Redirection

Thanks - I know what a 301 is.

The point is that we're not doing any more releases in 1.x so it won't get fixed there.

I thought you probably did, but it's a public list too. My point was just that, while it may be a low priority issue, it's not a non-issue.

Tim Fox

unread,
Apr 23, 2013, 2:58:01 PM4/23/13
to ve...@googlegroups.com
No, it really is a non issue in Vert.x 2.0
Reply all
Reply to author
Forward
0 new messages