epam / java-cme-mdp3-handler

Java Market Data Handler for CME Market Data (MDP 3.0)
GNU Lesser General Public License v3.0
74 stars 31 forks source link

compiler errors: he type net.openhft.chronicle.core.ReferenceCounted cannot be resolved. It is indirectly referenced from required .class files #73

Open rumcode opened 4 years ago

rumcode commented 4 years ago

I downloaded this sofware and tried to get it compile, but with no avail. From reading other error messages posted here, it might depend on which version of the jars one is using and perhaps the java compiler. I am using jdk 14.0.1 and the version of slf4j is 2.0.0-alpha1 and the version of chronicle-bytes is 2.19.6. The file in which the errors occur are SbeBufferImpl.java

the other error is Line breakpoint:SbeBufferImpl [line: 83] - release()

iamolever commented 4 years ago

So do you have version conflict in classpath? I did not test with late versions of dependencies yet, but I suppose we have to refresh already (too many new versions were released already)

swarwick commented 4 years ago

I was able to build and did not see any conflicts.

On Fri, Apr 24, 2020 at 10:33 AM Oleg Veramei notifications@github.com wrote:

So do you have version conflict in classpath? I did not test with late versions of dependencies yet, but I suppose we have to refresh already (too many new versions were released already)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/epam/java-cme-mdp3-handler/issues/73#issuecomment-619047760, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACUJ2RVSK2UTQ5KGNGZKQKTROGPMDANCNFSM4MPUDYAQ .

-- Steven Warwick | Director Of Engineering | M +1 781 290 9261 | www.tibco.com | Zoom https://tibco.zoom.us/my/swarwick TIBCO | 201 Jones Rd 4th Floor East, Waltham, MA 02451

The information transmitted in this electronic communication is intended only for the person or entity to whom it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited.

rumcode commented 4 years ago

Swarwick -> you wrote that were able to build. What version of the JARS and Java were you using so how clean was your build? (i.e. from scratch? If you were using the JARS listed with the project, these are very old. Also of you used an older version of Java then this is old too. Can you retry with the latest Java compiler and JARS? This is a clean rebuild.

swarwick commented 4 years ago

I don't recall actually, I believe I was using Java 8 and I did a clean build

On Fri, Apr 24, 2020, 6:08 PM rumcode notifications@github.com wrote:

Swarwick -> you wrote that were able to build. What version of the JARS and Java were you using so how clean was your build? (i.e. from scratch? If you were using the JARS listed with the project, these are very old. Also of you used an older version of Java then this is old too. Can you retry with the latest Java compiler and JARS? This is a clean rebuild.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/epam/java-cme-mdp3-handler/issues/73#issuecomment-619259315, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACUJ2RQZ2CIYOUKJEDWHBITROIEXTANCNFSM4MPUDYAQ .