Problema generazione codice

05 Jun '14, 03:32 PM
54,442 Views
Forum Forum Starter - Level 1

Buongiorno, ho iniziato a lavorare  con webratio ma qualsiasi progetto genero e avvio mi da come errore sul browser:

Servlet action is not available

The requested resource (Servlet action is not available) is not available.

 Nel compilatore ho questo errore:

org.eclipse.core.runtime.CoreException: C:\WebRatio\WebRatio Enterprise 7.2.3.x64bit\WebRatio\plugins\com.webratio.generator.webapp_7.2.3.201404140101\DataModel\JavaCompile.xml:7: Compile failed; see the compiler error output for details.
    at org.eclipse.ant.core.AntRunner.handleInvocationTargetException(AntRunner.java:452)
    at org.eclipse.ant.core.AntRunner.run(AntRunner.java:384)
    at org.eclipse.ant.core.AntRunner.run(AntRunner.java:475)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:86)
    at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:230)
    at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:912)
    at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:756)
    at org.codehaus.groovy.runtime.InvokerHelper.invokePojoMethod(InvokerHelper.java:766)
    at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:754)
    at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:170)
    at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethod0(ScriptBytecodeAdapter.java:198)
    at com_webratio_generator_webapp_7_2_3_201404140101_DataModel_Main_template_1401971523652.run(com_webratio_generator_webapp_7_2_3_201404140101_DataModel_Main_template_1401971523652:134)
    at com.webratio.commons.transform.groovy.GroovyTemplate.evaluateObject(GroovyTemplate.java:255)
    at com.webratio.commons.transform.groovy.GroovyTemplate.evaluateScript(GroovyTemplate.java:192)
    at com.webratio.commons.transform.groovy.GroovyTemplate.evaluate(GroovyTemplate.java:167)
    at com.webratio.commons.transform.groovy.Script2$ExecuteTemplateClosure.doCall(Script2.java:124)
    at com.webratio.commons.transform.groovy.Script2$ExecuteTemplateClosure.doCall(Script2.java:108)
    at com.webratio.commons.transform.groovy.Script2$ExecuteTemplateClosure.doCall(Script2.java:104)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:86)
    at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:230)
    at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:912)
    at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:927)
    at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnCurrentN(ScriptBytecodeAdapter.java:78)
    at com_webratio_generator_webapp_7_2_3_201404140101_WebApp_Main_template_1401971528343.run(com_webratio_generator_webapp_7_2_3_201404140101_WebApp_Main_template_1401971528343:112)
    at com.webratio.commons.transform.groovy.GroovyTemplate.evaluateObject(GroovyTemplate.java:255)
    at com.webratio.commons.transform.groovy.GroovyTemplate.evaluateScript(GroovyTemplate.java:192)
    at com.webratio.commons.transform.groovy.GroovyTemplate.evaluate(GroovyTemplate.java:167)
    at com.webratio.commons.transform.groovy.GroovyTemplate.evaluate(GroovyTemplate.java:149)
    at com.webratio.ide.deploy.core.jobs.GenerateWebAppJob.doRun(GenerateWebAppJob.java:163)
    at com.webratio.ide.deploy.core.jobs.AbstractDeploymentJob.runExternal(AbstractDeploymentJob.java:84)
    at com.webratio.commons.mf.jobs.ExternalJob.run(ExternalJob.java:53)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: C:\WebRatio\WebRatio Enterprise 7.2.3.x64bit\WebRatio\plugins\com.webratio.generator.webapp_7.2.3.201404140101\DataModel\JavaCompile.xml:7: Compile failed; see the compiler error output for details.
    at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:1079)
    at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:882)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.Target.execute(Target.java:357)
    at org.apache.tools.ant.Target.performTasks(Target.java:385)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
    at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    at org.eclipse.ant.internal.core.ant.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
    at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:662)
    at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:495)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at org.eclipse.ant.core.AntRunner.run(AntRunner.java:378)
    ... 38 more

 

 
x 0
Follow
Answer Answer at this question and get points!
No Forum Badges

ti stavo rispondendo io ahah! si esatto stesso problema mio. buon lavoro! se hai bisogno chiedi anche a me che ci aiutiamo visto che ho un po di dubbi pure io.

   
x 0
Forum Starter - Level 1

Problema risolto, webratio attualmente non supporta la jdk8, disinstallare la 8 e installare la 7 (e reinstallare webratio) risolve il problema

 
x 3
Forum Starter - Level 1

ahahhahah, buon proseguimento di progetto :D

 
x 0
No Forum Badges

nonostante la versione 7 della jdk il problema sussiste!

 
x 0
Answer at this question and get points!

Related questions

404 on generated app page 500 error with WebRatio BPM 502 proxy error-generate and run Acceder a diferentes site views/ Acces to diferents site views Admin area disabled aggiornamento fallito a causa di un errore interno Ajax and FCK Editor (WebRatio 5.x) AJAX events problem to external JavaScript Ajax onchange and jQuery 2.x (with migrate plugin) incompatible Any sample deployment Cannot invoke method putAll() on null object Cannot invoke method selectSingleNode() on null object Can't generate and run database or start tomcat server! Can't run any aplication Change uplod directory and protect anauthorized access to files Code is exceeding the 65535 bytes limit error on JBOSS Compare with the current time Component computation com.webratio.struts.exceptions.WRSecurityException: Invalid request target host Connection refused. could not connet to license serve Database connection, Host and Port number DB in Data Service Project Debug configuration Dependencies installation error Doanload previous version on webratio error activating student account Error deploying WAR against to JBOSS Error:The File name, directory name, or volume label syntax is incorrect Error updating metadata process Error when updating to WR 7.2.3 Filtros Caracteres Especiales Find Model Problemas Format currency From BPM to WebProject - BUILD FAILED Generate and Run button Generation errors on ajax enabled page with many components, ajax links and selective refresh "Generation Error" with Generate and Run Groovy script numer after an error HelloWorld Unit sample code Help with math unit. Debug mode says error as result code Hierarchy component Hola, qué sistema operativo me recomiendan instalar para ejecutar WebRatio How to create a new Web Project how to delete this error? how to fix invalid checkcode How to get a wr:AjaxURL tag working How to Run the Hello World on WebRatio Mobile Edition How to use GoogleGeocoding Add-on i can't install mobile version on windows I can't install Webratio on my Desktop (Ubuntu 13.04 x64) I can't run any application with WebRatio (Table/View 'APP.POST' does not exist) Installation with java 1.8 Installazione Macosx invio mail fallito iReports version java.lang.NullPointerException java virtual machine error Job not start correctly JSP/DO issues on Tomcat 5.5 (Ubuntu) Kubuntu Installation Licencia webratio Linux 32 installation zip Login Error MACOS 10.15 CATRALINA can't install mandatory control code parameter is missing Mensaje: the selection cannot be launched and there are no recent launches Missing plugin emulation support error Missing units when importing project Move license beteen PC and Laptop Multi Selects didn't work in update page Next Activity Note property - Error synchronizing with web project No access to protected site view with Login No Apache Derby driver found No available activations found No available activations found No database on my cloud account Page Home - First time the Project Web begins Problema al generar y ejecutar proyecto Problem accessing MySQL with WebRatio 6 Problema Grafo da una lista gerarchica Problema ¨HTTP Status 404" Problemas con el Operations View Delete PROBLEMAS PARA INICIALIZAR WEBRATIO Problem: Compile Failed problemi installazione su Mac sistema operativo OSX El Capitan problem on first deploy with webratio Problems to connect Sql Server DB from Webratio Problem syncing reports Problem to run an Application Problem Webratio Personal Edition Activation Problem with application runnung Problem with execution of webratio Problem with ireport Problem with the deletion of more than 50.000 records in a table Project cannot be opened with WebRatio Community Platform Sample web application Showing items that have a relation with an entity Sincronizar Proyectos en SVN Situs Games Online terbaik idnslot138 dengan games online terbaik di tahun 2024 Solve "Generation Error" with Generate and Run option Student reserved area, download error Table 'freeapp43.profesion' doesn't exist Tomcat buttons Tomcat external session store and WebRatio webapp. "Unable to close sub-context ..." Unable to compute the controller URL(s) for applicationUnable to compute the controller URL(s) for application having status PROVISIONING Unable to connect to Internet Unable to download WebRatio from Student Area Unable to execute the script java.lang.NullPointerException Unable to find Cloud free function Unable to get ExpenseReport example work in WebRation Personl 7.2.2 Unable to instantiate a new application instance Unable to start WebRation, cannot locate its companion shared library Unable to update the web project Unspecified BPM Engine Database Updating attributes of an entity User Login Timestamp Vista de diferentes Site Views WebRatio activation problem Webratio Add-ons no permite login Web Ratio Add-ons shop not working Webratio doesn't recognize left-click WebRatio Editions changed? (where's standard edition?) WebRatio for Linux? WEBRATIO LINUX AT EXECUTION TIME WebRatio Mobile on Linux using wrong network interface. Web Ratio Mobile plateform Macos Sierra Web Ratio Mobile - Remote data mapping problem WebRation on OS X Yosemite WebRatio Personal Free Edition activation problem WebRatio Platform 7.2 Community Cloud Edition WebRatio y Java 1.8 (o superior) When execute my web application I have this error: returned a null bean where can I download version 7.1.2 personal? Where i can find the old webratio´s versions? Where should I install MAC version? XPCOM Error