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

NoSuchFieldError on Java 7u21 #48

Closed
wmichal opened this issue Apr 17, 2013 · 9 comments
Closed

NoSuchFieldError on Java 7u21 #48

wmichal opened this issue Apr 17, 2013 · 9 comments
Milestone

Comments

@wmichal
Copy link

wmichal commented Apr 17, 2013

Hi,
It seems like the same issue that was fixed here: #35
came up again on newest Java release.

java.lang.NoSuchFieldError: address
at com.barchart.udt.SocketUDT.initClass0(Native Method)
at com.barchart.udt.SocketUDT.(SocketUDT.java:142)
at transmission.FileReceiver.createSocket(Unknown Source)
at transmission.FileReceiver.run(Unknown Source)

@gwampole
Copy link

This also occurs on JRE 1.6.0_45.
Recommend calling the public InetAddress#getAddress API to get the address as an int.

@Piwosz
Copy link
Contributor

Piwosz commented Apr 23, 2013

I resolved this issue, but to older version. As soon as I merge this with head I will make pull request.

@gwampole
Copy link

Great; thanks for the update!

@rajeevkm
Copy link

Thank You for the update.. waiting for your release. Our production application using barchart is affected because of this.

@nikhilvs
Copy link

when can we get release of this changes

@Andrei-Pozolotin
Copy link
Contributor

I will take a look this weekend

Andrei-Pozolotin pushed a commit that referenced this issue Apr 27, 2013
@Andrei-Pozolotin
Copy link
Contributor

@nikhilvs
Copy link

Tested in windows 7,xp 32 bit and Mac Os x 10.8.2,Linux Fedora 18 64bit
Its working.
Thanks for the release

@Andrei-Pozolotin
Copy link
Contributor

thanks for tesing

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

6 participants