gwt - Play framework 1.2.4 Error while loading DocViewerPlugin -


i've web application based on play 1.2.4 , gwt. works on own computer, not work on one. looks error comes play, use same version of play on both computers...

could me error please ?

thank much

~        _            _ ~  _ __ | | __ _ _  _| | ~ | '_ \| |/ _' | || |_| ~ |  __/|_|\____|\__ (_) ~ |_|            |__/ ~ ~ play! 1.2.4, http://www.playframework.org ~ ~ ctrl+c stop ~ java hotspot(tm) 64-bit server vm warning: ignoring option usesplitverifier; sup port removed in 8.0 listening transport dt_socket @ address: 8000 13:43:16,622 info  ~ starting c:\appressources\appweb 13:43:16,638 info  ~ module crud available (c:\play-1.2.4\modules\crud) 13:43:16,638 info  ~ module secure available (c:\play-1.2.4\modules\secure) 13:43:19,696 error ~  @6kb811e5p error loading plugin loadingplugininfo{name='docviewerplugin', index=1000, url=f ile:/c:/play-1.2.4/modules/docviewer/app/play.plugins}  oops: classformatexception unexpected error occured caused exception classformatexception: null  play.exceptions.unexpectedexception: unexpected error         @ play.classloading.applicationcompiler$1.findtype(applicationcompiler. java:195)         @ play.classloading.applicationcompiler$1.findtype(applicationcompiler. java:144)         @ org.eclipse.jdt.internal.compiler.lookup.lookupenvironment.askfortype (lookupenvironment.java:97)         @ org.eclipse.jdt.internal.compiler.lookup.unresolvedreferencebinding.r esolve(unresolvedreferencebinding.java:49)         @ org.eclipse.jdt.internal.compiler.lookup.binarytypebinding.resolvetyp e(binarytypebinding.java:102)         @ org.eclipse.jdt.internal.compiler.lookup.lookupenvironment.gettypefro mtypesignature(lookupenvironment.java:1264)         @ org.eclipse.jdt.internal.compiler.lookup.lookupenvironment.gettypefro mvarianttypesignature(lookupenvironment.java:1316)         @ org.eclipse.jdt.internal.compiler.lookup.lookupenvironment.gettypearg umentsfromsignature(lookupenvironment.java:1107)         @ org.eclipse.jdt.internal.compiler.lookup.lookupenvironment.gettypefro mtypesignature(lookupenvironment.java:1269)         @ org.eclipse.jdt.internal.compiler.lookup.binarytypebinding.createmeth od(binarytypebinding.java:486)         @ org.eclipse.jdt.internal.compiler.lookup.binarytypebinding.createmeth ods(binarytypebinding.java:554)         @ org.eclipse.jdt.internal.compiler.lookup.binarytypebinding.cacheparts from(binarytypebinding.java:334)         @ org.eclipse.jdt.internal.compiler.lookup.lookupenvironment.createbina rytypefrom(lookupenvironment.java:719)         @ org.eclipse.jdt.internal.compiler.lookup.lookupenvironment.createbina rytypefrom(lookupenvironment.java:699)         @ org.eclipse.jdt.internal.compiler.compiler.accept(compiler.java:294)         @ org.eclipse.jdt.internal.compiler.lookup.lookupenvironment.askfortype (lookupenvironment.java:102)         @ org.eclipse.jdt.internal.compiler.lookup.unresolvedreferencebinding.r esolve(unresolvedreferencebinding.java:49)         @ org.eclipse.jdt.internal.compiler.lookup.binarytypebinding.resolvetyp e(binarytypebinding.java:102)         @ org.eclipse.jdt.internal.compiler.lookup.parameterizedtypebinding.res olve(parameterizedtypebinding.java:835)         @ org.eclipse.jdt.internal.compiler.lookup.binarytypebinding.resolvetyp e(binarytypebinding.java:118)         @ org.eclipse.jdt.internal.compiler.lookup.binarytypebinding.resolvetyp efor(binarytypebinding.java:901)         @ org.eclipse.jdt.internal.compiler.lookup.binarytypebinding.getfield(b inarytypebinding.java:735)         @ org.eclipse.jdt.internal.compiler.lookup.scope.findfield(scope.java:8 49)         @ org.eclipse.jdt.internal.compiler.lookup.blockscope.getbinding(blocks cope.java:472)         @ org.eclipse.jdt.internal.compiler.ast.qualifiednamereference.resolvet ype(qualifiednamereference.java:984)         @ org.eclipse.jdt.internal.compiler.ast.messagesend.resolvetype(message send.java:344)         @ org.eclipse.jdt.internal.compiler.ast.messagesend.resolvetype(message send.java:344)         @ org.eclipse.jdt.internal.compiler.ast.localdeclaration.resolve(locald eclaration.java:186)         @ org.eclipse.jdt.internal.compiler.ast.block.resolve(block.java:101)         @ org.eclipse.jdt.internal.compiler.ast.ifstatement.resolve(ifstatement .java:233)         @ org.eclipse.jdt.internal.compiler.ast.block.resolve(block.java:101)         @ org.eclipse.jdt.internal.compiler.ast.ifstatement.resolve(ifstatement .java:233)         @ org.eclipse.jdt.internal.compiler.ast.abstractmethoddeclaration.resol vestatements(abstractmethoddeclaration.java:444)         @ org.eclipse.jdt.internal.compiler.ast.methoddeclaration.resolvestatem ents(methoddeclaration.java:191)         @ org.eclipse.jdt.internal.compiler.ast.abstractmethoddeclaration.resol ve(abstractmethoddeclaration.java:403)         @ org.eclipse.jdt.internal.compiler.ast.typedeclaration.resolve(typedec laration.java:1096)         @ org.eclipse.jdt.internal.compiler.ast.typedeclaration.resolve(typedec laration.java:1184)         @ org.eclipse.jdt.internal.compiler.ast.compilationunitdeclaration.reso lve(compilationunitdeclaration.java:535)         @ org.eclipse.jdt.internal.compiler.compiler.process(compiler.java:743)          @ org.eclipse.jdt.internal.compiler.compiler.compile(compiler.java:444)          @ play.classloading.applicationcompiler.compile(applicationcompiler.jav a:282)         @ play.classloading.applicationclasses$applicationclass.compile(applica tionclasses.java:277)         @ play.classloading.applicationclassloader.loadapplicationclass(applica tionclassloader.java:164)         @ play.classloading.applicationclassloader.loadclass(applicationclasslo ader.java:84)         @ java.lang.classloader.loadclass(unknown source)         @ play.plugins.plugincollection.loadplugins(plugincollection.java:158)         @ play.play.init(play.java:294)         @ play.server.server.main(server.java:158) caused by: org.eclipse.jdt.internal.compiler.classfmt.classformatexception         @ org.eclipse.jdt.internal.compiler.classfmt.classfilereader.<init>(cla ssfilereader.java:369)         @ play.classloading.applicationcompiler$1.findtype(applicationcompiler. java:163)         ... 47 more 13:43:19,726 warn  ~ you're running play! in dev mode 13:43:20,115 info  ~ listening http on port 9000 (waiting first request  start) ... 

java 8 , play 1.2.x don't mix. source: same issue reported on play google group.


Comments

Popular posts from this blog

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -

javascript - Any ideas when Firefox is likely to implement lengthAdjust and textLength? -