java - Spring social google example fails -


i've cloned spring social google example. tried start specified google account following readme.md unfortunately started fails. used command:

mvn tomcat7:run -dgoogle.clientid=my_app_client_id -dgoogle.clientsecret=my_app_client_secret 

if try http://localhost:8080/, i'll server exception:

jul 26, 2017 1:48:57 pm org.apache.jasper.compiler.jdtcompiler$1 findtype severe: compilation error org.eclipse.jdt.internal.compiler.classfmt.classformatexception  @ org.eclipse.jdt.internal.compiler.classfmt.classfilereader.<init>(classfilereader.java:372) @ org.apache.jasper.compiler.jdtcompiler$1.findtype(jdtcompiler.java:232) @ org.apache.jasper.compiler.jdtcompiler$1.findtype(jdtcompiler.java:188) @ org.eclipse.jdt.internal.compiler.lookup.lookupenvironment.askfortype(lookupenvironment.java:113) @ org.eclipse.jdt.internal.compiler.lookup.unresolvedreferencebinding.resolve(unresolvedreferencebinding.java:49) @ org.eclipse.jdt.internal.compiler.lookup.binarytypebinding.resolvetype(binarytypebinding.java:122) @ org.eclipse.jdt.internal.compiler.lookup.lookupenvironment.gettypefromtypesignature(lookupenvironment.java:1329) @ org.eclipse.jdt.internal.compiler.lookup.lookupenvironment.gettypefromvarianttypesignature(lookupenvironment.java:1385) @ org.eclipse.jdt.internal.compiler.lookup.lookupenvironment.gettypeargumentsfromsignature(lookupenvironment.java:1172) @ org.eclipse.jdt.internal.compiler.lookup.lookupenvironment.gettypefromtypesignature(lookupenvironment.java:1334) @ org.eclipse.jdt.internal.compiler.lookup.binarytypebinding.createmethod(binarytypebinding.java:550) @ org.eclipse.jdt.internal.compiler.lookup.binarytypebinding.createmethods(binarytypebinding.java:630) @ org.eclipse.jdt.internal.compiler.lookup.binarytypebinding.cachepartsfrom(binarytypebinding.java:365) @ org.eclipse.jdt.internal.compiler.lookup.lookupenvironment.createbinarytypefrom(lookupenvironment.java:688) @ org.eclipse.jdt.internal.compiler.lookup.lookupenvironment.createbinarytypefrom(lookupenvironment.java:667) @ org.eclipse.jdt.internal.compiler.compiler.accept(compiler.java:296) @ org.eclipse.jdt.internal.compiler.lookup.lookupenvironment.askfortype(lookupenvironment.java:118) @ org.eclipse.jdt.internal.compiler.lookup.unresolvedreferencebinding.resolve(unresolvedreferencebinding.java:49) @ org.eclipse.jdt.internal.compiler.lookup.binarytypebinding.resolvetype(binarytypebinding.java:122) @ org.eclipse.jdt.internal.compiler.lookup.packagebinding.gettypeorpackage(packagebinding.java:168) @ org.eclipse.jdt.internal.compiler.lookup.scope.getpackage(scope.java:2376) @ org.eclipse.jdt.internal.compiler.ast.parameterizedqualifiedtypereference.internalresolveleaftype 

...

jul 26, 2017 1:48:57 pm org.apache.jasper.compiler.jdtcompiler$1 findtype severe: compilation error org.eclipse.jdt.internal.compiler.classfmt.classformatexception  @ org.eclipse.jdt.internal.compiler.classfmt.classfilereader.<init>(classfilereader.java:372) @ org.apache.jasper.compiler.jdtcompiler$1.findtype(jdtcompiler.java:232) @ org.apache.jasper.compiler.jdtcompiler$1.findtype(jdtcompiler.java:188) @ org.eclipse.jdt.internal.compiler.lookup.lookupenvironment.askfortype(lookupenvironment.java:113) @ org.eclipse.jdt.internal.compiler.lookup.unresolvedreferencebinding.resolve(unresolvedreferencebinding.java:49) @ org.eclipse.jdt.internal.compiler.lookup.binarytypebinding.resolvetype(binarytypebinding.java:122) @ org.eclipse.jdt.internal.compiler.lookup.packagebinding.gettypeorpackage(packagebinding.java:168) @ org.eclipse.jdt.internal.compiler.lookup.scope.gettype(scope.java:2469) @ org.eclipse.jdt.internal.compiler.ast.typedeclaration.resolve(typedeclaration.java:1006) @ org.eclipse.jdt.internal.compiler.ast.typedeclaration.resolve(typedeclaration.java:1258) @ org.eclipse.jdt.internal.compiler.ast.compilationunitdeclaration.resolve(compilationunitdeclaration.java:539) @ org.eclipse.jdt.internal.compiler.compiler.process(compiler.java:763) @ org.eclipse.jdt.internal.compiler.compiler.compile(compiler.java:468) @ org.apache.jasper.compiler.jdtcompiler.generateclass(jdtcompiler.java:459) @ org.apache.jasper.compiler.compiler.compile(compiler.java:378) 

...

jul 26, 2017 1:48:57 pm org.apache.catalina.core.applicationdispatcher invoke severe: servlet.service() servlet jsp threw exception org.apache.jasper.jasperexception: unable compile class jsp:   error occurred @ line: 1 in generated java file type java.util.map$entry cannot resolved. indirectly referenced required .class files  error occurred @ line: 1 in generated java file type java.io.objectinputstream cannot resolved. indirectly referenced required .class files  stacktrace: @ org.apache.jasper.compiler.defaulterrorhandler.javacerror(defaulterrorhandler.java:102) @ org.apache.jasper.compiler.errordispatcher.javacerror(errordispatcher.java:331) @ org.apache.jasper.compiler.jdtcompiler.generateclass(jdtcompiler.java:469) @ org.apache.jasper.compiler.compiler.compile(compiler.java:378) @ org.apache.jasper.compiler.compiler.compile(compiler.java:353) @ org.apache.jasper.compiler.compiler.compile(compiler.java:340) @ org.apache.jasper.jspcompilationcontext.compile(jspcompilationcontext.java:646) @ org.apache.jasper.servlet.jspservletwrapper.service(jspservletwrapper.java:357) @ org.apache.jasper.servlet.jspservlet.servicejspfile(jspservlet.java:390) @ org.apache.jasper.servlet.jspservlet.service(jspservlet.java:334) @ javax.servlet.http.httpservlet.service(httpservlet.java:722) @ org.apache.catalina.core.applicationfilterchain.internaldofilter(applicationfilterchain.java:305) @ org.apache.catalina.core.applicationfilterchain.dofilter(applicationfilterchain.java:210) @ org.apache.catalina.core.applicationdispatcher.invoke(applicationdispatcher.java:749) 

i expected shared spring's projects work perfectly, , believe works. ...but knows maybe wrong. may need create special project account use my_app_client_id , my_app_client_secret, may need special server configuration or network tooling...


Comments

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

transpose - Maple isnt executing function but prints function term -