This file contains 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
-- MySQL dump 10.13 Distrib 5.6.34, for Linux (x86_64) | |
-- | |
-- Host: localhost Database: bahmni_reports | |
-- ------------------------------------------------------ | |
-- Server version 5.6.34 | |
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; | |
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; | |
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; | |
/*!40101 SET NAMES utf8 */; |
This file contains 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
<!DOCTYPE html><html><head><title>Apache Tomcat/8.0.12 - Error report</title><style type="text/css">H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}.line {height: 1px; background-color: #525D76; border: none;}</style> </head><body><h1>HTTP Status 500 - Servlet.init() for servlet dispatcher threw exception</h1><div class="line"></div><p><b>type</b> Exception report</p><p><b>message</b> <u>Servlet.init() for servlet dispatcher threw exception</u></p><p><b>description</b> <u>The server encountered an inter |
This file contains 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
Sep 01, 2017 12:01:29 PM org.apache.catalina.core.StandardContext setPath | |
WARNING: A context path must either be an empty string or start with a '/'. The path [openmrs] does not meet these criteria and has been changed to [/openmrs] | |
Sep 01, 2017 12:01:30 PM org.apache.coyote.AbstractProtocol init | |
INFO: Initializing ProtocolHandler ["http-nio-8050"] | |
Sep 01, 2017 12:01:30 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector | |
INFO: Using a shared selector for servlet write/read | |
Sep 01, 2017 12:01:30 PM org.apache.catalina.core.StandardService startInternal | |
INFO: Starting service Tomcat | |
Sep 01, 2017 12:01:30 PM org.apache.catalina.core.StandardEngine startInternal | |
INFO: Starting Servlet Engine: Apache Tomcat/8.0.12 |
This file contains 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
org.hibernate.LazyInitializationException: could not initialize proxy - no Session | |
at org.hibernate.proxy.AbstractLazyInitializer.initialize(AbstractLazyInitializer.java:167) | |
at org.hibernate.proxy.AbstractLazyInitializer.getImplementation(AbstractLazyInitializer.java:215) | |
at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.invoke(JavassistLazyInitializer.java:190) | |
at org.openmrs.Concept_$$_jvstb1f_11.getUuid(Concept_$$_jvstb1f_11.java) | |
at org.openmrs.BaseOpenmrsObject.equals(BaseOpenmrsObject.java:89) | |
at sun.reflect.GeneratedMethodAccessor632.invoke(Unknown Source) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | |
at java.lang.reflect.Method.invoke(Unknown Source) | |
at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.invoke(JavassistLazyInitializer.java:197) |
This file contains 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
Aug 09, 2017 8:01:56 PM org.apache.coyote.AbstractProtocol init | |
INFO: Initializing ProtocolHandler ["http-nio-8051"] | |
Aug 09, 2017 8:01:56 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector | |
INFO: Using a shared selector for servlet write/read | |
Aug 09, 2017 8:01:56 PM org.apache.catalina.core.StandardService startInternal | |
INFO: Starting service Tomcat | |
Aug 09, 2017 8:01:56 PM org.apache.catalina.core.StandardEngine startInternal | |
INFO: Starting Servlet Engine: Apache Tomcat/8.0.12 | |
Aug 09, 2017 8:01:56 PM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment | |
INFO: No global web.xml found |
NewerOlder