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

java.lang.VerifyError: Bad type on operand stack #51

Open
yizhaocs opened this issue Oct 1, 2014 · 4 comments
Open

java.lang.VerifyError: Bad type on operand stack #51

yizhaocs opened this issue Oct 1, 2014 · 4 comments

Comments

@yizhaocs
Copy link

yizhaocs commented Oct 1, 2014

Environment information

Vert.x version: 2.1.2
Java version: 1.7.0_67
Server version: Ubuntu 14.04.1
vert-x/mod-mysql-postgresql version: io.vertxmod-mysql-postgresql0.3.0-SNAPSHOT

What caused the errror:

vertx runzip

Error I got:

image

langs.properties

image

Confusion

Two servers with same setting and same zip package.
One server has no trouble to do vertx runzip, but another server display this message to me.

References:

#24

@Narigo
Copy link
Member

Narigo commented Oct 2, 2014

Could you try Scala 1.1.0-M1 and mod-mysql-postgresql 0.3.0 (without
SNAPSHOT) please? I don't really know what version / commit the last
0.3.0-SNAPSHOT was, but we released the newer (hopefully more stable)
version a couple of days ago.
Am 02.10.2014 01:25 schrieb "yizhaocs" [email protected]:

Environnent information:

Vert.x version: 2.1.2
Java version: 1.7.0_67
Server version: Ubuntu 14.04.1
vert-x/mod-mysql-postgresql version:
io.vertxmod-mysql-postgresql0.3.0-SNAPSHOT

How to get the error:

vertx runzip

Error I got:
[image: image]
https://cloud.githubusercontent.com/assets/7597253/4484924/308998c0-49c2-11e4-8946-6ec3f8c317c1.png

langs.properties
[image: image]
https://cloud.githubusercontent.com/assets/7597253/4484926/3cf4a258-49c2-11e4-9fec-9963054764cb.png

Confusion:
I have the same zip package, same vert.x version, JDK version are all
within 1.7.x range, but another server has no problem to run the zip
package.

References:
#24 #24


Reply to this email directly or view it on GitHub
#51.

@Zwergal
Copy link
Contributor

Zwergal commented Oct 2, 2014

Better use 0.3.1. There was a small problem with SLF4J in 0.3.0.

@akostadinov
Copy link

@Zwergal, where is this 0.3.1 hosted? I don't see it in http://modulereg.vertx.io/

@Zwergal
Copy link
Contributor

Zwergal commented Jan 22, 2015

Oh sorry, we forgot to add it to the module registry. It's hosted on the same maven repo as the older versions. It's name is ´io.vertxmod-mysql-postgresql_2.100.3.1´ or ´io.vertxmod-mysql-postgresql_2.110.3.1´if you need scala 2.11. See also the Readme for install instructions.

akostadinov added a commit to akostadinov/vert.x that referenced this issue Jan 22, 2015
Updating `scala` requirement to `io.vertx~lang-scala_2.11~1.1.0-M1:org.vertx.scala.platform.impl.ScalaVerticleFactory`. With the old default it seems there is no `mod-mysql-postgresql` version module that would work.
Reference: vert-x/mod-mysql-postgresql#51
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

4 participants