Form not found exception

Post any questions you have about using the Verj.io Studio, including client and server-side programming with Javascript or FPL, and integration with databases, web services etc.

Moderators: Jon, Steve, Ian, Dave

Segi
Ebase User
Posts: 649
Joined: Mon Dec 09, 2013 6:37 pm

Form not found exception

#1

Postby Segi » Tue Mar 18, 2014 8:38 pm

I am seeing an error message appear often in the java console. The form that it refers to RMA_DTL was a form I had previously used but deleted and I cannot find any references to it in my code. I am not experiencing any crashes because of this but the following error appears in the console:

com.ebasetech.ufs.kernel.EntityNotFoundException: Form not found in the repository: RMA_DTL
at com.ebasetech.ufs.utility.PersistenceHelper.load(PersistenceHelper.java:116)
at com.ebasetech.ufs.kernel.repository.StandaloneUFSComponentRepository.loadComponentFromRepository(StandaloneUFSComponentRepository.java:2234)
at com.ebasetech.ufs.kernel.repository.StandaloneUFSComponentRepository.loadComponent(StandaloneUFSComponentRepository.java:2196)
at com.ebasetech.ufs.kernel.repository.FormRepository.loadComponent(FormRepository.java:1089)
at com.ebasetech.ufs.kernel.repository.StandaloneUFSComponentRepository.load(StandaloneUFSComponentRepository.java:2174)
at com.ebasetech.ufs.designer.server.entityTypes.SvrBaseFormEntityType.loadFromRepository(SvrBaseFormEntityType.java:134)
at com.ebasetech.ufs.kernel.UFSElementCache.loadFromRepository(UFSElementCache.java:88)
at com.ebasetech.ufs.kernel.UFSElementCache.getUFSObject(UFSElementCache.java:58)
at com.ebasetech.ufs.kernel.UFSElementCache.getUFSObject(UFSElementCache.java:29)
at com.ebasetech.ufs.designer.server.SvrEntityType.read(SvrEntityType.java:109)
at com.ebasetech.ufs.designer.server.SvrEntityType.readForDesigner(SvrEntityType.java:114)
at com.ebasetech.ufs.designer.server.EntityCommand.retrieveReadOnly_(EntityCommand.java:273)
at com.ebasetech.ufs.designer.server.EntityCommand.execute(EntityCommand.java:196)
at com.ebasetech.ufs.designer.server.DesignerServlet.handleClientRequest(DesignerServlet.java:217)
at com.ebasetech.ufs.designer.server.DesignerServlet.doPost(DesignerServlet.java:94)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:225)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:927)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:999)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:565)
at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.run(AprEndpoint.java:1812)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
0 x

Jon
Moderator
Moderator
Posts: 1342
Joined: Wed Sep 12, 2007 12:49 pm

#2

Postby Jon » Wed Mar 19, 2014 8:53 am

This is as a result of a request to load the form from the designer. Probably there is a script which references this form in the "Using form" at the top of the script. You can change this by clicking the "change" link next to it in the script editor. But it isn't anything you need to worry about.

Regards
Jon
0 x

Segi
Ebase User
Posts: 649
Joined: Mon Dec 09, 2013 6:37 pm

#3

Postby Segi » Thu Mar 20, 2014 4:16 pm

Thanks,

I found a few scripts that have a question mark next to Using Form because they obviously had references to the form that I deleted. Once I changed it, this warning message disappeared.
0 x


Who is online

Users browsing this forum: No registered users and 4 guests