Git Product home page Git Product logo

Comments (10)

siderakis avatar siderakis commented on April 28, 2024 1

I switched the version of rejoiner in the gradle examples to 0.4.0-SNAPSHOT which seems to have fixed the issue.

from rejoiner.

siderakis avatar siderakis commented on April 28, 2024

I’ve seen something similar before, can you rerun the installDist command then relaunch the two processes.

from rejoiner.

siderakis avatar siderakis commented on April 28, 2024

I just tested from a clean install and it seems to be working.

from rejoiner.

timburks avatar timburks commented on April 28, 2024

I'm also experiencing this with fresh builds on two platforms (MacOS and Ubuntu). My Java versions are 1.8.0_151 (MacOS) and 1.8.0_222 (Ubuntu).

from rejoiner.

jhaals avatar jhaals commented on April 28, 2024

I'm currently running into the same issue when ./gradlew openIdea, starting both servers for helloworld and executing the graphql query

from rejoiner.

WillemHoman avatar WillemHoman commented on April 28, 2024

yup, me too on jdk1.8.0_152, 9+181 osx all examples

from rejoiner.

DianaSuvorova avatar DianaSuvorova commented on April 28, 2024

Same here. java version "1.8.0_152" macOS 10.14.6 with gradle example

from rejoiner.

DianaSuvorova avatar DianaSuvorova commented on April 28, 2024

Some more details on the issue. The error happens on this line

return method.invoke(module, methodParameterValues);

if I try to call the sayHello method directly

((HelloWorldSchemaModule) module).sayHello(methodParameterValues[0], methodParameterValues[1])

I get

Type mismatch Can't assign com.google.inject.spi.ProviderLookup$1 to io.grpc.examples.helloworld.GreeterGrpc$GreeterBlockingStub

Any help would be appreciated.

from rejoiner.

siderakis avatar siderakis commented on April 28, 2024

In general these examples need to be updated. I'd like to move them to use maven like the rest of the code.

from rejoiner.

DianaSuvorova avatar DianaSuvorova commented on April 28, 2024

@siderakis thanks a bunch. This fixed the issue. The example is working for me now.

from rejoiner.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.