possible bug: folderType XML file issue

LabKey Support Forum (Inactive)
possible bug: folderType XML file issue Ben Bimber  2010-09-07 17:44
Status: Closed
 
hi adam,

thanks for looking into it, but that's not quite what i see. i still get the error even after capitalization. i should add two things:

1. i originally created this folder is a text-based module called 'EHR_reporting'. I moved this file to 'ehr' and deleted the 'EHR_reporting' module. Would that influence anything?

2. it is possible that i created a folder of this folderType during development without remembering it, although i cant find it anywhere.

are there other steps i could take? does this error help?


here is the exact error:

ERROR ModuleLoader 2010-09-07 19:39:13,163 http-8080-Processor23 : Unable to register folder type Expt Workbook from module EHR. A folder type with this name has already been registered.
java.lang.IllegalStateException: Unable to register folder type Expt Workbook from module EHR. A folder type with this name has already been registered.
    at org.labkey.api.module.ModuleLoader.registerFolderType(ModuleLoader.java:1063)
    at org.labkey.api.module.FolderTypeResourceLoader.loadResources(FolderTypeResourceLoader.java:46)
    at org.labkey.api.module.ModuleLoader.ensureStartupComplete(ModuleLoader.java:690)
    at org.labkey.api.module.ModuleLoader.doFilter(ModuleLoader.java:599)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
    at org.labkey.api.security.AuthFilter.doFilter(AuthFilter.java:113)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:873)
    at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
    at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
    at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
    at java.lang.Thread.run(Thread.java:619)