Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

beta1: cannot start application #2

Open
ghost opened this issue Mar 21, 2014 · 4 comments
Open

beta1: cannot start application #2

ghost opened this issue Mar 21, 2014 · 4 comments

Comments

@ghost
Copy link

ghost commented Mar 21, 2014

In my langs.properties I have:

nashorn=io.vertx~lang-nashorn~1.0.0-beta1:org.vertx.java.platform.impl.NashornVerticleFactory
.js=nashorn

When I try to start the server, I get the following error:

$ vertx run server.js 
Module io.vertx~lang-js~1.0.0-SNAPSHOT not found in any repositories

I use 2.0.2-final. Any ideas?

@purplefox
Copy link
Member

You'll need to update the io.vertxlang-js dependency in lang-nashorn and rebuild it, as io.vertxlang-js~1.0.0-SNAPSHOT no longer exists.

@purplefox
Copy link
Member

Or just use io.vertxlang-nashorn1.0.0-beta2-SNAPSHOT

@ghost
Copy link
Author

ghost commented Mar 21, 2014

Unfortunately, that doesn't work either:

$ vertx run server.js 
Downloading io.vertx~lang-nashorn~1.0.0-beta2-SNAPSHOT. Please wait... 
Downloading 100%
Module io.vertx~lang-nashorn~1.0.0-beta2-SNAPSHOT successfully installed 
Module io.vertx~lang-js~1.0.0-SNAPSHOT not found in any repositories 

Will work on it later again.

@cevarief
Copy link

It also does not work in 2.1M5: Module io.vertxlang-js1.0.0-SNAPSHOT not found in any repositories

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants