Last active
August 29, 2015 14:14
-
-
Save andyj/e67a85eb8bb6ff375874 to your computer and use it in GitHub Desktop.
stacktrace - NoClassDefFoundError
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java.lang.NoClassDefFoundError "railo/loader/util/Util" | |
railo/loader/util/Util at railo.extension.io.log.sl4j.LoggerAdapterConsole.getStacktrace(LoggerAdapterConsole.java:119):119 | |
at railo.extension.io.log.sl4j.LoggerAdapterConsole.log(LoggerAdapterConsole.java:64):64 | |
at railo.extension.io.log.sl4j.LoggerAdapterConsole.error(LoggerAdapterConsole.java:54):54 | |
at org.hibernate.tool.hbm2ddl.SchemaUpdate.execute(SchemaUpdate.java:222):222 | |
at lucee.runtime.orm.hibernate.HibernateSessionFactory.schemaExport(Unknown Source):-1 | |
at lucee.runtime.orm.hibernate.HibernateSessionFactory.createConfiguration(Unknown Source):-1 | |
at lucee.runtime.orm.hibernate.SessionFactoryData.setConfiguration(Unknown Source):-1 | |
at lucee.runtime.orm.hibernate.HibernateORMEngine.getSessionFactoryData(Unknown Source):-1 | |
at lucee.runtime.orm.hibernate.HibernateORMEngine.reload(Unknown Source):-1 | |
at lucee.runtime.config.ConfigImpl.resetORMEngine(Unknown Source):-1 | |
at lucee.runtime.orm.ORMUtil.resetEngine(Unknown Source):-1 | |
at lucee.runtime.functions.orm.ORMReload.call(Unknown Source):-1 | |
at application_cfc$cf.udfCall(/www/myProject/beta/public/Application.cfc:264):264 | |
at lucee.runtime.type.UDFImpl.implementation(Unknown Source):-1 | |
at lucee.runtime.type.UDFImpl._call(Unknown Source):-1 | |
at lucee.runtime.type.UDFImpl.call(Unknown Source):-1 | |
at lucee.runtime.type.scope.UndefinedImpl.call(Unknown Source):-1 | |
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(Unknown Source):-1 | |
at lucee.runtime.PageContextImpl.getFunction(Unknown Source):-1 | |
at frameworks.org.corfield.framework_cfc$cf.udfCall9(/www/myProject/beta/public/frameworks/org/corfield/framework.cfc:1753):1753 | |
at frameworks.org.corfield.framework_cfc$cf.udfCall(/www/myProject/beta/public/frameworks/org/corfield/framework.cfc):-1 | |
at lucee.runtime.type.UDFImpl.implementation(Unknown Source):-1 | |
at lucee.runtime.type.UDFImpl._call(Unknown Source):-1 | |
at lucee.runtime.type.UDFImpl.call(Unknown Source):-1 | |
at lucee.runtime.type.scope.UndefinedImpl.call(Unknown Source):-1 | |
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(Unknown Source):-1 | |
at lucee.runtime.PageContextImpl.getFunction(Unknown Source):-1 | |
at frameworks.org.corfield.framework_cfc$cf.udfCall3(/www/myProject/beta/public/frameworks/org/corfield/framework.cfc:555):555 | |
at frameworks.org.corfield.framework_cfc$cf.udfCall(/www/myProject/beta/public/frameworks/org/corfield/framework.cfc):-1 | |
at lucee.runtime.type.UDFImpl.implementation(Unknown Source):-1 | |
at lucee.runtime.type.UDFImpl._call(Unknown Source):-1 | |
at lucee.runtime.type.UDFImpl.call(Unknown Source):-1 | |
at lucee.runtime.ComponentImpl._call(Unknown Source):-1 | |
at lucee.runtime.ComponentImpl._call(Unknown Source):-1 | |
at lucee.runtime.ComponentImpl.call(Unknown Source):-1 | |
at lucee.runtime.listener.ModernAppListener.call(Unknown Source):-1 | |
at lucee.runtime.listener.ModernAppListener.onApplicationStart(Unknown Source):-1 | |
at lucee.runtime.PageContextImpl.initApplicationContext(Unknown Source):-1 | |
at lucee.runtime.listener.ModernAppListener._onRequest(Unknown Source):-1 | |
at lucee.runtime.listener.MixedAppListener.onRequest(Unknown Source):-1 | |
at lucee.runtime.PageContextImpl.execute(Unknown Source):-1 | |
at lucee.runtime.PageContextImpl.execute(Unknown Source):-1 | |
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(Unknown Source):-1 | |
at lucee.loader.servlet.CFMLServlet.service(Unknown Source):-1 | |
at javax.servlet.http.HttpServlet.service(HttpServlet.java:722):722 | |
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305):305 | |
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210):210 | |
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:225):225 | |
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169):169 | |
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472):472 | |
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168):168 | |
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98):98 | |
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118):118 | |
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407):407 | |
at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:200):200 | |
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:565):565 | |
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:307):307 | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145):1145 | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615):615 | |
at java.lang.Thread.run(Thread.java:745):745 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment