You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@isis.apache.org by Jo...@filternet.nl on 2015/10/10 11:25:20 UTC

problem running webserver from IntelliJ

Hi,



When running webserver in IntelliJ I get:



 11:14:25,333  [AbstractLifeCycle    main       WARN ]  FAILED o.e.j.w.WebAppContext@4417af13{/,file:/Users/jodo/src/matching/webapp/src/main/webapp/,STARTING}{src/main/webapp}: java.lang.Error: Unresolved compilation problem: 

	The method nodeBuilder() is undefined for the type Elastic

	 

	java.lang.Error: Unresolved compilation problem: 

	The method nodeBuilder() is undefined for the type Elastic

	 

	at org.isisaddons.services.elastic.Elastic.(Elastic.java:20)

	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)

	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)

	at java.lang.reflect.Constructor.newInstance(Constructor.java:422)

	 

What could this be? The app is building btw



grtz Johan