Giter Club home page Giter Club logo

play-with-orientdb's People

Contributors

ratcashdev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

play-with-orientdb's Issues

Compilation and runtime errors

Hi,
I was trying to compile the plugin with Play 2.1.3 and encountered some issues:

  • I had to bump the OrientDB version to 1.5.0 since 1.3.0 ws not found
  • modified the appName in Build.scala since seems tha now Play hates spaces, so replaced, "play with OrientDB" with "Play-with-OrientDB"
  • Hazelcast 3.0.0 was not found too, so I had to bump the release to hazelcast-3.0.2 in build.sbt file

Then compilation of plugin suceeded. Trying the attached sample I had a compilation error on Model.newInstance that seems now splitted in Model.newDocInstance newPojoInstance, and newGraphInstance, so I replaced it with newPojoInstance. After this I was able to compile and run also the sample.
At this point trying to access just the index page of the sample I get a NullPointer Exception error:

! Internal server error, for (GET) [/] ->

java.lang.NullPointerException: null
at play.core.j.JavaActionAnnotations.(JavaAction.scala:17) ~[play_2.10.jar:2.1.3]
at play.core.Router$HandlerInvoker$$anon$6$$anon$2$$anonfun$3.apply(Router.scala:189) ~[play_2.10.jar:2.1.3]
at play.core.Router$HandlerInvoker$$anon$6$$anon$2$$anonfun$3.apply(Router.scala:186) ~[play_2.10.jar:2.1.3]
at scala.collection.mutable.MapLike$class.getOrElseUpdate(MapLike.scala:189) ~[scala-library.jar:na]
at scala.collection.concurrent.TrieMap.getOrElseUpdate(TrieMap.scala:632) ~[scala-library.jar:na]
at play.core.Router$HandlerInvoker$$anon$6$$anon$2.(Router.scala:186) ~[play_2.10.jar:2.1.3]

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.