Erro ao restaurar um projeto Maker Bootstrap
-
Boa tarde. Precisei restaurar um projeto no qual não mexia há vários meses . Restaurei o backup no banco de dados, conectei, e consegui abrir o projeto. O problema é que ao tentar visualizar qualquer formulário, eu recebo um erro de compilação. Alguém tem alguma ideia de qual pode ser o problema? Aqui está a mensagem de erro:
Exceção Gerada: wfr.exceptions.WFRCompileException: java.lang.Exception: C:\Program Files (x86)\Softwell Solutions\Maker Studio Bootstrap\Webrun Studio Bootstrap\tomcat\webapps\NOVOSeuRH\src\wfr\com\systems\system_srh\rules\WebrunFunctions.java:3041: error: cannot find symbol if (elemGrid.isEnableNumberOfRecords()) { ^ symbol: method isEnableNumberOfRecords() location: variable elemGrid of type HTMLGrid C:\Program Files (x86)\Softwell Solutions\Maker Studio Bootstrap\Webrun Studio Bootstrap\tomcat\webapps\NOVOSeuRH\src\wfr\com\systems\system_srh\rules\WebrunFunctions.java:3042: error: cannot find symbol elemGrid.setTotalRows(elemGrid.getNavigation().getTotalRows(form.getCodeStr(), request)); ^ symbol: method setTotalRows(int) location: variable elemGrid of type HTMLGrid C:\Program Files (x86)\Softwell Solutions\Maker Studio Bootstrap\Webrun Studio Bootstrap\tomcat\webapps\NOVOSeuRH\src\wfr\com\systems\system_srh\rules\WebrunFunctions.java:7864: error: package wfr.web.manage.session does not exist return VariantPool.get( wfr.web.manage.session.ManageSessions.getInstance().getInfoJsonSystemSessions(system.getObject() != null ? system.getString() : "")); ^ C:\Program Files (x86)\Softwell Solutions\Maker Studio Bootstrap\Webrun Studio Bootstrap\tomcat\webapps\NOVOSeuRH\src\wfr\com\systems\system_srh\rules\WebrunFunctions.java:8693: error: cannot find symbol if (elemGrid.isEnableNumberOfRecords()) { ^ symbol: method isEnableNumberOfRecords() location: variable elemGrid of type HTMLGrid C:\Program Files (x86)\Softwell Solutions\Maker Studio Bootstrap\Webrun Studio Bootstrap\tomcat\webapps\NOVOSeuRH\src\wfr\com\systems\system_srh\rules\WebrunFunctions.java:8694: error: cannot find symbol elemGrid.setTotalRows(elemGrid.getNavigation().getTotalRows(idForm, request)); ^ symbol: method setTotalRows(int) location: variable elemGrid of type HTMLGrid C:\Program Files (x86)\Softwell Solutions\Maker Studio Bootstrap\Webrun Studio Bootstrap\tomcat\webapps\NOVOSeuRH\src\wfr\com\systems\system_srh\rules\WebrunFunctions.java:18079: error: cannot find symbol return Functions.sendEmail(props, userVar, passwordVar, fromVar, toVar, subjectVar, bodyVar, html, attachmentVar); ^ symbol: method sendEmail(Properties,Variant,Variant,Variant,Variant,Variant,Variant,Variant,Variant) location: class Functions C:\Program Files (x86)\Softwell Solutions\Maker Studio Bootstrap\Webrun Studio Bootstrap\tomcat\webapps\NOVOSeuRH\src\wfr\com\systems\system_srh\rules\WebrunFunctions.java:18125: error: cannot find symbol return Functions.sendEmail(props, userVar, passwordVar, fromVar, toVar, subjectVar, bodyVar, html, attachmentVar); ^ symbol: method sendEmail(Properties,Variant,Variant,Variant,Variant,Variant,Variant,Variant,Variant) location: class Functions Note: C:\Program Files (x86)\Softwell Solutions\Maker Studio Bootstrap\Webrun Studio Bootstrap\tomcat\webapps\NOVOSeuRH\src\wfr\com\systems\system_srh\rules\WebrunFunctions.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: C:\Program Files (x86)\Softwell Solutions\Maker Studio Bootstrap\Webrun Studio Bootstrap\tomcat\webapps\NOVOSeuRH\src\wfr\com\systems\system_srh\rules\WebrunFunctions.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 7 errors at wfr.util.Functions.compileFile(SourceFile:3888) at wfr.util.Functions.compileFile(SourceFile:3844) at wfr.util.Functions.compileFile(SourceFile:3821) at wfr.rules.FlowMethodsManager.compileJavaFunctions(SourceFile:427) at wfr.rules.FlowMethodsManager.compileJavaFunctions(SourceFile:380) at wfr.com.WFRSystem.create(SourceFile:888) at wfr.com.WFRSystem.create(SourceFile:794) at wfr.com.WFRDBSystem.<init>(SourceFile:41) at wfr.com.WFRSystem.getInstance(SourceFile:352) at wfr.com.WFRSystem.getInstance(SourceFile:317) at wfr.sys.WFR.<init>(SourceFile:23) at wfr.sys.WFRLoader.a(SourceFile:166) at wfr.sys.WFRLoader.getWFR(SourceFile:155) at wfr.sys.HTMLInterface.HTMLInterface.getInstance(SourceFile:160) at wfr.sys.HTMLInterface.HTMLInterface.getInstance(SourceFile:146) at wfr.sys.HTMLInterface.HTMLInterface.getInstance(SourceFile:142) at wfr.web.Action.<init>(SourceFile:90) at wfr.web.Action.<init>(SourceFile:70) at wfr.web.actions.OpenformAction.<init>(SourceFile:28) 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:423) at wfr.web.ActionFactory.getAction(SourceFile:72) at wfr.web.Controller.process(SourceFile:134) at wfr.web.Controller.doPost(SourceFile:72) at javax.servlet.http.HttpServlet.service(HttpServlet.java:660) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at wfr.web.ContextFilter.doFilter(SourceFile:117) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:678) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:367) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:860) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1598) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.Exception: C:\Program Files (x86)\Softwell Solutions\Maker Studio Bootstrap\Webrun Studio Bootstrap\tomcat\webapps\NOVOSeuRH\src\wfr\com\systems\system_srh\rules\WebrunFunctions.java:3041: error: cannot find symbol if (elemGrid.isEnableNumberOfRecords()) { ^ symbol: method isEnableNumberOfRecords() location: variable elemGrid of type HTMLGrid C:\Program Files (x86)\Softwell Solutions\Maker Studio Bootstrap\Webrun Studio Bootstrap\tomcat\webapps\NOVOSeuRH\src\wfr\com\systems\system_srh\rules\WebrunFunctions.java:3042: error: cannot find symbol elemGrid.setTotalRows(elemGrid.getNavigation().getTotalRows(form.getCodeStr(), request)); ^ symbol: method setTotalRows(int) location: variable elemGrid of type HTMLGrid C:\Program Files (x86)\Softwell Solutions\Maker Studio Bootstrap\Webrun Studio Bootstrap\tomcat\webapps\NOVOSeuRH\src\wfr\com\systems\system_srh\rules\WebrunFunctions.java:7864: error: package wfr.web.manage.session does not exist return VariantPool.get( wfr.web.manage.session.ManageSessions.getInstance().getInfoJsonSystemSessions(system.getObject() != null ? system.getString() : "")); ^ C:\Program Files (x86)\Softwell Solutions\Maker Studio Bootstrap\Webrun Studio Bootstrap\tomcat\webapps\NOVOSeuRH\src\wfr\com\systems\system_srh\rules\WebrunFunctions.java:8693: error: cannot find symbol if (elemGrid.isEnableNumberOfRecords()) { ^ symbol: method isEnableNumberOfRecords() location: variable elemGrid of type HTMLGrid C:\Program Files (x86)\Softwell Solutions\Maker Studio Bootstrap\Webrun Studio Bootstrap\tomcat\webapps\NOVOSeuRH\src\wfr\com\systems\system_srh\rules\WebrunFunctions.java:8694: error: cannot find symbol elemGrid.setTotalRows(elemGrid.getNavigation().getTotalRows(idForm, request)); ^ symbol: method setTotalRows(int) location: variable elemGrid of type HTMLGrid C:\Program Files (x86)\Softwell Solutions\Maker Studio Bootstrap\Webrun Studio Bootstrap\tomcat\webapps\NOVOSeuRH\src\wfr\com\systems\system_srh\rules\WebrunFunctions.java:18079: error: cannot find symbol return Functions.sendEmail(props, userVar, passwordVar, fromVar, toVar, subjectVar, bodyVar, html, attachmentVar); ^ symbol: method sendEmail(Properties,Variant,Variant,Variant,Variant,Variant,Variant,Variant,Variant) location: class Functions C:\Program Files (x86)\Softwell Solutions\Maker Studio Bootstrap\Webrun Studio Bootstrap\tomcat\webapps\NOVOSeuRH\src\wfr\com\systems\system_srh\rules\WebrunFunctions.java:18125: error: cannot find symbol return Functions.sendEmail(props, userVar, passwordVar, fromVar, toVar, subjectVar, bodyVar, html, attachmentVar); ^ symbol: method sendEmail(Properties,Variant,Variant,Variant,Variant,Variant,Variant,Variant,Variant) location: class Functions Note: C:\Program Files (x86)\Softwell Solutions\Maker Studio Bootstrap\Webrun Studio Bootstrap\tomcat\webapps\NOVOSeuRH\src\wfr\com\systems\system_srh\rules\WebrunFunctions.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: C:\Program Files (x86)\Softwell Solutions\Maker Studio Bootstrap\Webrun Studio Bootstrap\tomcat\webapps\NOVOSeuRH\src\wfr\com\systems\system_srh\rules\WebrunFunctions.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 7 errors at wfr.util.Functions.compileFile(SourceFile:3880) ... 52 more Causa: java.lang.Exception: C:\Program Files (x86)\Softwell Solutions\Maker Studio Bootstrap\Webrun Studio Bootstrap\tomcat\webapps\NOVOSeuRH\src\wfr\com\systems\system_srh\rules\WebrunFunctions.java:3041: error: cannot find symbol if (elemGrid.isEnableNumberOfRecords()) { ^ symbol: method isEnableNumberOfRecords() location: variable elemGrid of type HTMLGrid C:\Program Files (x86)\Softwell Solutions\Maker Studio Bootstrap\Webrun Studio Bootstrap\tomcat\webapps\NOVOSeuRH\src\wfr\com\systems\system_srh\rules\WebrunFunctions.java:3042: error: cannot find symbol elemGrid.setTotalRows(elemGrid.getNavigation().getTotalRows(form.getCodeStr(), request)); ^ symbol: method setTotalRows(int) location: variable elemGrid of type HTMLGrid C:\Program Files (x86)\Softwell Solutions\Maker Studio Bootstrap\Webrun Studio Bootstrap\tomcat\webapps\NOVOSeuRH\src\wfr\com\systems\system_srh\rules\WebrunFunctions.java:7864: error: package wfr.web.manage.session does not exist return VariantPool.get( wfr.web.manage.session.ManageSessions.getInstance().getInfoJsonSystemSessions(system.getObject() != null ? system.getString() : "")); ^ C:\Program Files (x86)\Softwell Solutions\Maker Studio Bootstrap\Webrun Studio Bootstrap\tomcat\webapps\NOVOSeuRH\src\wfr\com\systems\system_srh\rules\WebrunFunctions.java:8693: error: cannot find symbol if (elemGrid.isEnableNumberOfRecords()) { ^ symbol: method isEnableNumberOfRecords() location: variable elemGrid of type HTMLGrid C:\Program Files (x86)\Softwell Solutions\Maker Studio Bootstrap\Webrun Studio Bootstrap\tomcat\webapps\NOVOSeuRH\src\wfr\com\systems\system_srh\rules\WebrunFunctions.java:8694: error: cannot find symbol elemGrid.setTotalRows(elemGrid.getNavigation().getTotalRows(idForm, request)); ^ symbol: method setTotalRows(int) location: variable elemGrid of type HTMLGrid C:\Program Files (x86)\Softwell Solutions\Maker Studio Bootstrap\Webrun Studio Bootstrap\tomcat\webapps\NOVOSeuRH\src\wfr\com\systems\system_srh\rules\WebrunFunctions.java:18079: error: cannot find symbol return Functions.sendEmail(props, userVar, passwordVar, fromVar, toVar, subjectVar, bodyVar, html, attachmentVar); ^ symbol: method sendEmail(Properties,Variant,Variant,Variant,Variant,Variant,Variant,Variant,Variant) location: class Functions C:\Program Files (x86)\Softwell Solutions\Maker Studio Bootstrap\Webrun Studio Bootstrap\tomcat\webapps\NOVOSeuRH\src\wfr\com\systems\system_srh\rules\WebrunFunctions.java:18125: error: cannot find symbol return Functions.sendEmail(props, userVar, passwordVar, fromVar, toVar, subjectVar, bodyVar, html, attachmentVar); ^ symbol: method sendEmail(Properties,Variant,Variant,Variant,Variant,Variant,Variant,Variant,Variant) location: class Functions Note: C:\Program Files (x86)\Softwell Solutions\Maker Studio Bootstrap\Webrun Studio Bootstrap\tomcat\webapps\NOVOSeuRH\src\wfr\com\systems\system_srh\rules\WebrunFunctions.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: C:\Program Files (x86)\Softwell Solutions\Maker Studio Bootstrap\Webrun Studio Bootstrap\tomcat\webapps\NOVOSeuRH\src\wfr\com\systems\system_srh\rules\WebrunFunctions.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 7 errors at wfr.util.Functions.compileFile(SourceFile:3880) at wfr.util.Functions.compileFile(SourceFile:3844) at wfr.util.Functions.compileFile(SourceFile:3821) at wfr.rules.FlowMethodsManager.compileJavaFunctions(SourceFile:427) at wfr.rules.FlowMethodsManager.compileJavaFunctions(SourceFile:380) at wfr.com.WFRSystem.create(SourceFile:888) at wfr.com.WFRSystem.create(SourceFile:794) at wfr.com.WFRDBSystem.<init>(SourceFile:41) at wfr.com.WFRSystem.getInstance(SourceFile:352) at wfr.com.WFRSystem.getInstance(SourceFile:317) at wfr.sys.WFR.<init>(SourceFile:23) at wfr.sys.WFRLoader.a(SourceFile:166) at wfr.sys.WFRLoader.getWFR(SourceFile:155) at wfr.sys.HTMLInterface.HTMLInterface.getInstance(SourceFile:160) at wfr.sys.HTMLInterface.HTMLInterface.getInstance(SourceFile:146) at wfr.sys.HTMLInterface.HTMLInterface.getInstance(SourceFile:142) at wfr.web.Action.<init>(SourceFile:90) at wfr.web.Action.<init>(SourceFile:70) at wfr.web.actions.OpenformAction.<init>(SourceFile:28) 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:423) at wfr.web.ActionFactory.getAction(SourceFile:72) at wfr.web.Controller.process(SourceFile:134) at wfr.web.Controller.doPost(SourceFile:72) at javax.servlet.http.HttpServlet.service(HttpServlet.java:660) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at wfr.web.ContextFilter.doFilter(SourceFile:117) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:678) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:367) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:860) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1598) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:745)