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

cosbench-http build fails after Java-11 #412

Open
thatsdone opened this issue Sep 19, 2021 · 0 comments · May be fixed by #417
Open

cosbench-http build fails after Java-11 #412

thatsdone opened this issue Sep 19, 2021 · 0 comments · May be fixed by #417

Comments

@thatsdone
Copy link

thatsdone commented Sep 19, 2021

DESCRIPTION

cosbench-http build fails saying the following symbol cannot be found.

import org.omg.CORBA.PUBLIC_MEMBER;

https://github.com/intel-cloud/cosbench/blob/master/dev/cosbench-http/src/com/intel/cosbench/client/http/HttpClientUtil.java#L51

REPRODUCE PROCEDURE

I built master branch of cosbench using the following environment.

  • OS Distro
    • Windows10
  • Eclipse
    • 2021-06 (eclipse-committers-2021-06-R-win32-x86_64.zip)
  • Java
    • Java-17

ANALYSYS and SUGGESTED RESOLUTION

Firstly, CORBAR modules were removed at Java-11, and 'org.omg.*' is a part of CORBA.

Secondaly, the symbol is not referenced at all in cosbench-http.

So, I think the line importing org.omg.CORBA.PUBLIC_MEMBER can be simply removed.

thatsdone added a commit to thatsdone/cosbench that referenced this issue Sep 19, 2021
@thatsdone thatsdone linked a pull request Sep 25, 2021 that will close this issue
9burger added a commit to 9burger/cosbench that referenced this issue Mar 16, 2022
Remove CORBA references, and resolve intel-cloud#412
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

Successfully merging a pull request may close this issue.

1 participant