I am new to usergrid. I have checkout latest code and do initial steps from docs.
Now I am stuck with a problem facing in launcher. I have open only launcher in modules of stack's pom.xml
and try to build and I am continuously getting the same error as below:
ERROR] /E:/usergrid-master/stack/launcher/src/main/java/org/apache/usergrid/launcher/Server.java:[112,19] constructor ServletHandler in class org.glassfish.grizzly.servlet.ServletHandler cannot be applied to given types;
required: org.glassfish.grizzly.servlet.ServletConfigImpl
found: no arguments
reason: actual and formal argument lists differ in length.
Please help me with this. Thanks. Any help would be appreciated