[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openmrs-dev
Subject:    Re: Error while deploying OpenMRS 1.9.2
From:       Wyclif Luyima <wyclif () openmrs ! org>
Date:       2013-02-28 16:19:46
Message-ID: CAJZqQ2omd1aiLUXxSSoSN-smkKpUS7GNZzCL9n1x82iV_enz7A () mail ! gmail ! com
[Download RAW message or body]

Can you try clearing all tables whose names start with 'logic' i.e   and
try restarting openmrs, If this fails just drop the database reinstall
openmrs.

Wyclif

On Thu, Feb 28, 2013 at 1:41 AM, Denuwanthi Hasanthika <
denuwanthi.hasanthika@gmail.com> wrote:

> 
> *Tomcat log*:
> 
> INFO 2/28/13 12:07 PM:liquibase: Reading from `liquibasechangelog`
> ERROR - TokenServiceImpl.startupProviderWithoutDaemon(114) |2013-02-28
> 12:07:50,811| Error starting class
> org.openmrs.logic.datasource.PersonDataSource
> org.openmrs.logic.LogicException: Should not return more than one
> at
> org.openmrs.logic.token.impl.TokenServiceImpl.justOne(TokenServiceImpl.java:390)
> at
> org.openmrs.logic.token.impl.TokenServiceImpl.getTokenRegistrationByProviderAndToken(TokenServiceImpl.java:266)
>  at
> org.openmrs.logic.token.impl.TokenServiceImpl.registerToken(TokenServiceImpl.java:199)
>  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at java.lang.reflect.Method.invoke(Method.java:616)
> at
> org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
>  at
> org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
>  at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
>  at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:122)
> at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>  at
> org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
>  at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>  at
> org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
>  at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>  at
> org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
>  at $Proxy136.registerToken(Unknown Source)
> at
> org.openmrs.logic.rule.provider.DataSourceRuleProvider.registerCompleteTokens(DataSourceRuleProvider.java:61)
>  at
> org.openmrs.logic.rule.provider.RegisterAtStartupDataSourceRuleProvider.afterStartup(RegisterAtStartupDataSourceRuleProvider.java:38)
>  at
> org.openmrs.logic.token.impl.TokenServiceImpl.startupProviderWithoutDaemon(TokenServiceImpl.java:112)
>  at
> org.openmrs.logic.token.impl.TokenServiceImpl.startupProviderAsDaemon(TokenServiceImpl.java:99)
>  at
> org.openmrs.logic.token.impl.TokenServiceImpl.initialize(TokenServiceImpl.java:72)
> at
> org.openmrs.logic.token.impl.TokenServiceImpl.onStartup(TokenServiceImpl.java:64)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at java.lang.reflect.Method.invoke(Method.java:616)
> at
> org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
>  at
> org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
>  at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
>  at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:122)
> at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>  at
> org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
>  at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>  at
> org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
>  at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>  at
> org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
>  at $Proxy136.onStartup(Unknown Source)
> at org.openmrs.api.context.Daemon$4.run(Daemon.java:209)
> WARNING 2/28/13 12:07 PM:liquibase: modifyDataType will lose primary
> key/autoincrement/not null settings for mysql.  Use <sql> and re-specify
> all configuration if this is the case
> 
> 
> Thanks,
> Denuwanthi.
> 
> 
> On Thu, Feb 28, 2013 at 12:16 AM, Wyclif Luyima <wyclif@openmrs.org>wrote:
> 
> > Can you add a copy of your tomcat logs?
> > 
> > Wyclif
> > 
> > 
> > On Wed, Feb 27, 2013 at 12:47 PM, Denuwanthi Hasanthika <
> > denuwanthi.hasanthika@gmail.com> wrote:
> > 
> > > Hi Wyclif,
> > > 
> > > Thanks, I found *logic-0.5.2.omod* file inside */WEB-INF/bundledModules.
> > > 
> > > 
> > > *
> > > Yes, I redeployed OpenMRS in the tomcat server. The same error is shown.
> > > 
> > > -Denuwanthi.*
> > > *
> > > 
> > > 
> > > On Wed, Feb 27, 2013 at 10:18 PM, Wyclif Luyima <wyclif@openmrs.org>wrote:
> > > 
> > > > Hi Denuwanthi,
> > > > 
> > > > Bundled modules inside the war file and that is why you can't see them
> > > > in the modules folder, you mght want to open the war file and check inside
> > > > */WEB-INF/bundledModules* folder for the logic omod.
> > > > 
> > > > Have you tried redeploying the app and restarting the application
> > > > server?
> > > > 
> > > > Wyclif
> > > > 
> > > > 
> > > > On Wed, Feb 27, 2013 at 1:28 AM, Denuwanthi Hasanthika <
> > > > denuwanthi.hasanthika@gmail.com> wrote:
> > > > 
> > > > > Hi Darius,
> > > > > 
> > > > > There are no omod files in my modules folder .(modules folder is empty)
> > > > > 
> > > > > Thanks,
> > > > > Denuwanthi.
> > > > > 
> > > > > 
> > > > > On Wed, Feb 27, 2013 at 2:07 AM, Darius Jazayeri <darius@openmrs.org>wrote:
> > > > > 
> > > > > > Hi Denuwanthi,
> > > > > > 
> > > > > > What are the omod files in your modules folder?
> > > > > > 
> > > > > > -Darius
> > > > > > 
> > > > > > 
> > > > > > On Tue, Feb 26, 2013 at 11:34 AM, Denuwanthi Hasanthika <
> > > > > > denuwanthi.hasanthika@gmail.com> wrote:
> > > > > > 
> > > > > > > 
> > > > > > > Thanks.
> > > > > > > 
> > > > > > > Yes, on the front-end of web application an error message is
> > > > > > > displayed regarding the logic module.
> > > > > > > "*There was an error starting the module: Logic Module*"
> > > > > > > 
> > > > > > > Thanks,
> > > > > > > Denuwanthi.
> > > > > > > 
> > > > > > > 
> > > > > > > On Tue, Feb 26, 2013 at 5:51 AM, Darius Jazayeri <darius@openmrs.org
> > > > > > > > wrote:
> > > > > > > 
> > > > > > > > If OpenMRS runs fine otherwise, then I guess you can disregard this
> > > > > > > > error message.
> > > > > > > > 
> > > > > > > > (Perhaps one of the other deployed modules is incorrectly including
> > > > > > > > the logic module's jars?)
> > > > > > > > 
> > > > > > > > -Darius
> > > > > > > > 
> > > > > > > > 
> > > > > > > > On Mon, Feb 25, 2013 at 7:27 AM, Denuwanthi Hasanthika <
> > > > > > > > denuwanthi.hasanthika@gmail.com> wrote:
> > > > > > > > 
> > > > > > > > > Hi,
> > > > > > > > > 
> > > > > > > > > I am new to OpenMRS community.
> > > > > > > > > I deployed OpenMRS in apache-tomcat 6.0.29. The OPenMRS
> > > > > > > > > application get deployed fine and show no problem in web interface.
> > > > > > > > > But. an error log appears in the server
> > > > > > > > > 
> > > > > > > > > ERROR - TokenServiceImpl.startupProviderWithoutDaemon(114)
> > > > > > > > > > 2013-02-25 20:33:02,012| Error starting class
> > > > > > > > > org.openmrs.logic.datasource.ProgramDataSource
> > > > > > > > > org.openmrs.logic.LogicException: Should not return more than one
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > Is it due to some error while installing tomcat, or is it an issue
> > > > > > > > > that can be disregarded ?
> > > > > > > > > 
> > > > > > > > > Thanks,
> > > > > > > > > Denuwanthi.
> > > > > > > > > 
> > > > > > > > > --
> > > > > > > > > OpenMRS Developers: http://go.openmrs.org/dev
> > > > > > > > > Post: dev@openmrs.org
> > > > > > > > > Unsubscribe: dev+unsubscribe@openmrs.org
> > > > > > > > > Manage your OpenMRS subscriptions at https://id.openmrs.org/
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > 
> > > > > > > > --
> > > > > > > > OpenMRS Developers: http://go.openmrs.org/dev
> > > > > > > > Post: dev@openmrs.org
> > > > > > > > Unsubscribe: dev+unsubscribe@openmrs.org
> > > > > > > > Manage your OpenMRS subscriptions at https://id.openmrs.org/
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > 
> > > > > > > --
> > > > > > > OpenMRS Developers: http://go.openmrs.org/dev
> > > > > > > Post: dev@openmrs.org
> > > > > > > Unsubscribe: dev+unsubscribe@openmrs.org
> > > > > > > Manage your OpenMRS subscriptions at https://id.openmrs.org/
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > 
> > > > > > --
> > > > > > OpenMRS Developers: http://go.openmrs.org/dev
> > > > > > Post: dev@openmrs.org
> > > > > > Unsubscribe: dev+unsubscribe@openmrs.org
> > > > > > Manage your OpenMRS subscriptions at https://id.openmrs.org/
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > 
> > > > > --
> > > > > OpenMRS Developers: http://go.openmrs.org/dev
> > > > > Post: dev@openmrs.org
> > > > > Unsubscribe: dev+unsubscribe@openmrs.org
> > > > > Manage your OpenMRS subscriptions at https://id.openmrs.org/
> > > > > 
> > > > > 
> > > > > 
> > > > 
> > > > 
> > > > 
> > > > --
> > > > Wyclif Luyima
> > > > Regenstrief Institute Inc.
> > > > 
> > > > Confidentiality Notice: The contents of this message and any files
> > > > transmitted with it may contain confidential and/or privileged information
> > > > and are intended solely for the use of the named addressee(s).
> > > > Additionally, the information contained herein may have been disclosed to
> > > > you from medical records with confidentiality protected by federal and
> > > > state laws. Federal regulations and State laws prohibit you from making
> > > > further disclosure of such information without the specific written consent
> > > > of the person to whom the information pertains or as otherwise permitted by
> > > > such regulations. A general authorization for the release of medical or
> > > > other information is not sufficient for this purpose.
> > > > 
> > > > If you have received this message in error, please notify the sender by
> > > > return e-mail and delete the original message. Any retention, disclosure,
> > > > copying, distribution or use of this information by anyone other than the
> > > > intended recipient is strictly prohibited.
> > > > 
> > > > --
> > > > OpenMRS Developers: http://go.openmrs.org/dev
> > > > Post: dev@openmrs.org
> > > > Unsubscribe: dev+unsubscribe@openmrs.org
> > > > Manage your OpenMRS subscriptions at https://id.openmrs.org/
> > > > 
> > > > 
> > > > 
> > > 
> > > --
> > > OpenMRS Developers: http://go.openmrs.org/dev
> > > Post: dev@openmrs.org
> > > Unsubscribe: dev+unsubscribe@openmrs.org
> > > Manage your OpenMRS subscriptions at https://id.openmrs.org/
> > > 
> > > 
> > > 
> > 
> > 
> > 
> > --
> > Wyclif Luyima
> > Regenstrief Institute Inc.
> > 
> > Confidentiality Notice: The contents of this message and any files
> > transmitted with it may contain confidential and/or privileged information
> > and are intended solely for the use of the named addressee(s).
> > Additionally, the information contained herein may have been disclosed to
> > you from medical records with confidentiality protected by federal and
> > state laws. Federal regulations and State laws prohibit you from making
> > further disclosure of such information without the specific written consent
> > of the person to whom the information pertains or as otherwise permitted by
> > such regulations. A general authorization for the release of medical or
> > other information is not sufficient for this purpose.
> > 
> > If you have received this message in error, please notify the sender by
> > return e-mail and delete the original message. Any retention, disclosure,
> > copying, distribution or use of this information by anyone other than the
> > intended recipient is strictly prohibited.
> > 
> > --
> > OpenMRS Developers: http://go.openmrs.org/dev
> > Post: dev@openmrs.org
> > Unsubscribe: dev+unsubscribe@openmrs.org
> > Manage your OpenMRS subscriptions at https://id.openmrs.org/
> > 
> > 
> > 
> 
> --
> OpenMRS Developers: http://go.openmrs.org/dev
> Post: dev@openmrs.org
> Unsubscribe: dev+unsubscribe@openmrs.org
> Manage your OpenMRS subscriptions at https://id.openmrs.org/
> 
> 
> 



-- 
Wyclif Luyima
Regenstrief Institute Inc.

Confidentiality Notice: The contents of this message and any files
transmitted with it may contain confidential and/or privileged information
and are intended solely for the use of the named addressee(s).
Additionally, the information contained herein may have been disclosed to
you from medical records with confidentiality protected by federal and
state laws. Federal regulations and State laws prohibit you from making
further disclosure of such information without the specific written consent
of the person to whom the information pertains or as otherwise permitted by
such regulations. A general authorization for the release of medical or
other information is not sufficient for this purpose.

If you have received this message in error, please notify the sender by
return e-mail and delete the original message. Any retention, disclosure,
copying, distribution or use of this information by anyone other than the
intended recipient is strictly prohibited.

-- 
OpenMRS Developers: http://go.openmrs.org/dev
Post: dev@openmrs.org
Unsubscribe: dev+unsubscribe@openmrs.org
Manage your OpenMRS subscriptions at https://id.openmrs.org/


[Attachment #3 (text/html)]

Can you try clearing all tables whose names start with &#39;logic&#39; i.e   and try \
restarting openmrs, If this fails just drop the database reinstall \
openmrs.<br><br>Wyclif<br><br><div class="gmail_quote">On Thu, Feb 28, 2013 at 1:41 \
AM, Denuwanthi Hasanthika <span dir="ltr">&lt;<a \
href="mailto:denuwanthi.hasanthika@gmail.com" \
target="_blank">denuwanthi.hasanthika@gmail.com</a>&gt;</span> wrote:<br> <blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div dir="ltr"><div><div><br></div><div><b>Tomcat \
log</b>:<br></div><div><br>INFO 2/28/13 12:07 PM:liquibase: Reading from \
`liquibasechangelog`<br> ERROR - TokenServiceImpl.startupProviderWithoutDaemon(114) \
|2013-02-28 12:07:50,811| Error starting class \
                org.openmrs.logic.datasource.PersonDataSource<br>
org.openmrs.logic.LogicException: Should not return more than one<br>    at \
org.openmrs.logic.token.impl.TokenServiceImpl.justOne(TokenServiceImpl.java:390)<br>  \
at org.openmrs.logic.token.impl.TokenServiceImpl.getTokenRegistrationByProviderAndToken(TokenServiceImpl.java:266)<br>


    at org.openmrs.logic.token.impl.TokenServiceImpl.registerToken(TokenServiceImpl.java:199)<br> \
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br>    at \
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)<br>

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br> \
at java.lang.reflect.Method.invoke(Method.java:616)<br>    at \
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)<br>


    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)<br> \
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)<br>


    at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:122)<br>    at \
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)<br> \
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)<br>


    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)<br> \
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)<br>


    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)<br> \
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)<br> \
at $Proxy136.registerToken(Unknown Source)<br>

    at org.openmrs.logic.rule.provider.DataSourceRuleProvider.registerCompleteTokens(DataSourceRuleProvider.java:61)<br> \
at org.openmrs.logic.rule.provider.RegisterAtStartupDataSourceRuleProvider.afterStartup(RegisterAtStartupDataSourceRuleProvider.java:38)<br>


    at org.openmrs.logic.token.impl.TokenServiceImpl.startupProviderWithoutDaemon(TokenServiceImpl.java:112)<br> \
at org.openmrs.logic.token.impl.TokenServiceImpl.startupProviderAsDaemon(TokenServiceImpl.java:99)<br> \
at org.openmrs.logic.token.impl.TokenServiceImpl.initialize(TokenServiceImpl.java:72)<br>


    at org.openmrs.logic.token.impl.TokenServiceImpl.onStartup(TokenServiceImpl.java:64)<br> \
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br>    at \
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)<br>

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br> \
at java.lang.reflect.Method.invoke(Method.java:616)<br>    at \
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)<br>


    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)<br> \
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)<br>


    at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:122)<br>    at \
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)<br> \
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)<br>


    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)<br> \
at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)<br>


    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)<br> \
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)<br> \
at $Proxy136.onStartup(Unknown Source)<br>

    at org.openmrs.api.context.Daemon$4.run(Daemon.java:209)<br>WARNING 2/28/13 12:07 \
PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings \
for mysql.  Use &lt;sql&gt; and re-specify all configuration if this is the case<br>

<br><br></div>Thanks,<br></div>Denuwanthi.<br></div><div \
class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Feb 28, 2013 at 12:16 \
AM, Wyclif Luyima <span dir="ltr">&lt;<a href="mailto:wyclif@openmrs.org" \
target="_blank">wyclif@openmrs.org</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex">Can you add a copy of your tomcat logs?<span><font \
color="#888888"><br><br>Wyclif</font></span><div> <div><br><br><div \
class="gmail_quote">On Wed, Feb 27, 2013 at 12:47 PM, Denuwanthi Hasanthika <span \
dir="ltr">&lt;<a href="mailto:denuwanthi.hasanthika@gmail.com" \
target="_blank">denuwanthi.hasanthika@gmail.com</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div dir="ltr"><div><div><div>Hi Wyclif,<br><br></div>Thanks, \
I found <b>logic-0.5.2.omod</b> file inside <b>/WEB-INF/bundledModules. <br>


<br></b></div>Yes, I redeployed OpenMRS in the tomcat server. The same error is \
shown.<br> <br></div>-Denuwanthi.<b><br></b></div><div \
class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Feb 27, 2013 at 10:18 \
PM, Wyclif Luyima <span dir="ltr">&lt;<a href="mailto:wyclif@openmrs.org" \
target="_blank">wyclif@openmrs.org</a>&gt;</span> wrote:<br>



<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex">Hi Denuwanthi,<br><br>Bundled modules inside the war file and \
that is why you can&#39;t see them in the modules folder, you mght want to open the \
war file and check inside <b>/WEB-INF/bundledModules</b> folder for the logic \
omod.<br>




<br>Have you tried redeploying the app and restarting the application \
server?<br><br>Wyclif<div><div><br><br><div class="gmail_quote">On Wed, Feb 27, 2013 \
at 1:28 AM, Denuwanthi Hasanthika <span dir="ltr">&lt;<a \
href="mailto:denuwanthi.hasanthika@gmail.com" \
target="_blank">denuwanthi.hasanthika@gmail.com</a>&gt;</span> wrote:<br>




<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div dir="ltr"><div><div><div>Hi Darius,<br><br></div>There \
are no omod files in my modules folder .(modules folder is empty)<br>




<br></div>Thanks,<br></div>Denuwanthi.<br></div><div class="gmail_extra"><br><br><div \
class="gmail_quote"> On Wed, Feb 27, 2013 at 2:07 AM, Darius Jazayeri <span \
dir="ltr">&lt;<a href="mailto:darius@openmrs.org" \
target="_blank">darius@openmrs.org</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex">





<div dir="ltr">Hi Denuwanthi,<div><br></div><div>What are the omod files in your \
modules folder?</div><span><font \
color="#888888"><div><br></div><div>-Darius</div></font></span></div><div><div> <div \
class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Feb 26, 2013 at 11:34 \
AM, Denuwanthi Hasanthika <span dir="ltr">&lt;<a \
href="mailto:denuwanthi.hasanthika@gmail.com" \
target="_blank">denuwanthi.hasanthika@gmail.com</a>&gt;</span> wrote:<br>







<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div \
dir="ltr"><div><div><div><br></div><div>Thanks.<br><br></div>Yes, on the front-end of \
web application an error message is displayed regarding the logic module.<br>







 &quot;<b>There was an error starting the module: Logic Module</b>&quot;<br>
<br></div>Thanks,<br></div>Denuwanthi.<br></div><div><div><div \
class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Feb 26, 2013 at 5:51 AM, \
Darius Jazayeri <span dir="ltr">&lt;<a href="mailto:darius@openmrs.org" \
target="_blank">darius@openmrs.org</a>&gt;</span> wrote:<br>








<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div dir="ltr">If OpenMRS runs fine otherwise, then I guess \
you can disregard this error message.<div><br></div><div>(Perhaps one of the other \
deployed modules is incorrectly including the logic module&#39;s jars?)</div>










<div><br></div><div>-Darius</div></div><div class="gmail_extra"><br><br><div \
class="gmail_quote"><div><div>On Mon, Feb 25, 2013 at 7:27 AM, Denuwanthi Hasanthika \
<span dir="ltr">&lt;<a href="mailto:denuwanthi.hasanthika@gmail.com" \
target="_blank">denuwanthi.hasanthika@gmail.com</a>&gt;</span> wrote:<br>










</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px \
#ccc solid;padding-left:1ex"><div><div><div \
dir="ltr"><div><div><div>Hi,<br><br></div>I am new to OpenMRS community. <br></div> I \
deployed OpenMRS in apache-tomcat 6.0.29. The OPenMRS application get deployed fine \
and show no problem in web interface.<br>

</div>But. an error log appears in the server <br>
<br>ERROR - TokenServiceImpl.startupProviderWithoutDaemon(114) |2013-02-25 \
20:33:02,012| Error starting class \
org.openmrs.logic.datasource.ProgramDataSource<br>org.openmrs.logic.LogicException: \
Should not return more than one<br>











<br><br><div>Is it due to some error while installing tomcat, or is it an issue that \
can be disregarded ?<br><br></div><div>Thanks,<br></div><div>Denuwanthi.<span><font \
color="#888888"><br></font></span></div>

<span><font color="#888888"><div><div><br></div></div></font></span></div></div></div><span><font \
color="#888888"><span><font color="#888888">

<p></p>

-- <br>
OpenMRS Developers: <a href="http://go.openmrs.org/dev" \
                target="_blank">http://go.openmrs.org/dev</a><br>
Post: <a href="mailto:dev@openmrs.org" target="_blank">dev@openmrs.org</a><br>
Unsubscribe: <a href="mailto:dev%2Bunsubscribe@openmrs.org" \
target="_blank">dev+unsubscribe@openmrs.org</a><br> Manage your OpenMRS subscriptions \
at <a href="https://id.openmrs.org/" target="_blank">https://id.openmrs.org/</a><br>  \
<br>  <br>
</font></span></font></span></blockquote></div><span><font \
color="#888888"><br></font></span></div><span><font color="#888888">

<p></p>

-- <br>
OpenMRS Developers: <a href="http://go.openmrs.org/dev" \
                target="_blank">http://go.openmrs.org/dev</a><br>
Post: <a href="mailto:dev@openmrs.org" target="_blank">dev@openmrs.org</a><br>
Unsubscribe: <a href="mailto:dev%2Bunsubscribe@openmrs.org" \
target="_blank">dev+unsubscribe@openmrs.org</a><br> Manage your OpenMRS subscriptions \
at <a href="https://id.openmrs.org/" target="_blank">https://id.openmrs.org/</a><br>  \
<br>  <br>
</font></span></blockquote></div><br></div>

<p></p>

-- <br>
OpenMRS Developers: <a href="http://go.openmrs.org/dev" \
                target="_blank">http://go.openmrs.org/dev</a><br>
Post: <a href="mailto:dev@openmrs.org" target="_blank">dev@openmrs.org</a><br>
Unsubscribe: <a href="mailto:dev%2Bunsubscribe@openmrs.org" \
target="_blank">dev+unsubscribe@openmrs.org</a><br> Manage your OpenMRS subscriptions \
at <a href="https://id.openmrs.org/" target="_blank">https://id.openmrs.org/</a><br>  \
<br>  <br>
</div></div></blockquote></div><br></div><span><font color="#888888">

<p></p>

-- <br>
OpenMRS Developers: <a href="http://go.openmrs.org/dev" \
                target="_blank">http://go.openmrs.org/dev</a><br>
Post: <a href="mailto:dev@openmrs.org" target="_blank">dev@openmrs.org</a><br>
Unsubscribe: <a href="mailto:dev%2Bunsubscribe@openmrs.org" \
target="_blank">dev+unsubscribe@openmrs.org</a><br> Manage your OpenMRS subscriptions \
at <a href="https://id.openmrs.org/" target="_blank">https://id.openmrs.org/</a><br>  \
<br>  <br>
</font></span></div></div></blockquote></div><span><font \
color="#888888"><br></font></span></div><span><font color="#888888">

<p></p>

-- <br>
OpenMRS Developers: <a href="http://go.openmrs.org/dev" \
                target="_blank">http://go.openmrs.org/dev</a><br>
Post: <a href="mailto:dev@openmrs.org" target="_blank">dev@openmrs.org</a><br>
Unsubscribe: <a href="mailto:dev%2Bunsubscribe@openmrs.org" \
target="_blank">dev+unsubscribe@openmrs.org</a><br> Manage your OpenMRS subscriptions \
at <a href="https://id.openmrs.org/" target="_blank">https://id.openmrs.org/</a><br>  \
<br>  <br>
</font></span></blockquote></div><br><br clear="all"><br>-- <br></div></div><span \
style="background-color:rgb(51,102,255)"><span style="color:rgb(255,102,102)"><span \
style="font-size:7.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;"><span \
style="background-color:rgb(255,255,255)"><span style="color:rgb(51,102,255)">Wyclif \
Luyima<br>




Regenstrief Institute Inc.<br><br>
</span></span></span><span style="color:rgb(204,0,0)"><span \
style="font-size:7.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;"><span \
style="background-color:rgb(255,255,255)"><span \
style="color:rgb(51,102,255)">Confidentiality  Notice: The contents of this message \
and any files transmitted with it  may contain confidential and/or privileged \
information and are intended  solely for the
 use of the named addressee(s). Additionally, the information contained 
herein may have been disclosed to you from medical records with 
confidentiality protected by federal and state laws. Federal regulations
 and State laws prohibit you from making further
 disclosure of such information without the specific written consent of 
the person to whom the information pertains or as otherwise permitted by
 such regulations. A general authorization for the release of medical or
 other information is not sufficient for
 this purpose.<br>
<br>
If you have received this message in error, please notify the sender by 
return e-mail and delete the original message. Any retention, 
disclosure, copying, distribution or use of this information by anyone 
other than the intended recipient is strictly prohibited.
</span><span><font color="#888888"><span></span></font></span></span></span></span></span></span><span><font \
color="#888888"><div><div>

<p></p>

-- <br>
OpenMRS Developers: <a href="http://go.openmrs.org/dev" \
                target="_blank">http://go.openmrs.org/dev</a><br>
Post: <a href="mailto:dev@openmrs.org" target="_blank">dev@openmrs.org</a><br>
Unsubscribe: <a href="mailto:dev%2Bunsubscribe@openmrs.org" \
target="_blank">dev+unsubscribe@openmrs.org</a><br> Manage your OpenMRS subscriptions \
at <a href="https://id.openmrs.org/" target="_blank">https://id.openmrs.org/</a><br>  \
<br>  <br>
</div></div></font></span></blockquote></div><span><font \
color="#888888"><br></font></span></div><span><font color="#888888">

<p></p>

-- <br>
OpenMRS Developers: <a href="http://go.openmrs.org/dev" \
                target="_blank">http://go.openmrs.org/dev</a><br>
Post: <a href="mailto:dev@openmrs.org" target="_blank">dev@openmrs.org</a><br>
Unsubscribe: <a href="mailto:dev%2Bunsubscribe@openmrs.org" \
target="_blank">dev+unsubscribe@openmrs.org</a><br> Manage your OpenMRS subscriptions \
at <a href="https://id.openmrs.org/" target="_blank">https://id.openmrs.org/</a><br>  \
<br>  <br>
</font></span></blockquote></div><br><br clear="all"><br>-- <br><span \
style="background-color:rgb(51,102,255)"><span style="color:rgb(255,102,102)"><span \
style="font-size:7.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;"><span \
style="background-color:rgb(255,255,255)"><span style="color:rgb(51,102,255)">Wyclif \
Luyima<br>


Regenstrief Institute Inc.<br><br>
</span></span></span><span style="color:rgb(204,0,0)"><span \
style="font-size:7.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;"><span \
style="background-color:rgb(255,255,255)"><span \
style="color:rgb(51,102,255)">Confidentiality  Notice: The contents of this message \
and any files transmitted with it  may contain confidential and/or privileged \
information and are intended  solely for the
 use of the named addressee(s). Additionally, the information contained 
herein may have been disclosed to you from medical records with 
confidentiality protected by federal and state laws. Federal regulations
 and State laws prohibit you from making further
 disclosure of such information without the specific written consent of 
the person to whom the information pertains or as otherwise permitted by
 such regulations. A general authorization for the release of medical or
 other information is not sufficient for
 this purpose.<br>
<br>
If you have received this message in error, please notify the sender by 
return e-mail and delete the original message. Any retention, 
disclosure, copying, distribution or use of this information by anyone 
other than the intended recipient is strictly prohibited.
</span><span class="HOEnZb"><font \
color="#888888"><span></span></font></span></span></span></span></span></span><span \
class="HOEnZb"><font color="#888888">

<p></p>

-- <br>
OpenMRS Developers: <a href="http://go.openmrs.org/dev" \
                target="_blank">http://go.openmrs.org/dev</a><br>
Post: <a href="mailto:dev@openmrs.org" target="_blank">dev@openmrs.org</a><br>
Unsubscribe: <a href="mailto:dev%2Bunsubscribe@openmrs.org" \
target="_blank">dev+unsubscribe@openmrs.org</a><br> Manage your OpenMRS subscriptions \
at <a href="https://id.openmrs.org/" target="_blank">https://id.openmrs.org/</a><br>  \
<br>  <br>
</font></span></div></div></blockquote></div><span class="HOEnZb"><font \
color="#888888"><br></font></span></div><span class="HOEnZb"><font color="#888888">

<p></p>

-- <br>
OpenMRS Developers: <a href="http://go.openmrs.org/dev" \
                target="_blank">http://go.openmrs.org/dev</a><br>
Post: <a href="mailto:dev@openmrs.org" target="_blank">dev@openmrs.org</a><br>
Unsubscribe: <a href="mailto:dev%2Bunsubscribe@openmrs.org" \
target="_blank">dev+unsubscribe@openmrs.org</a><br> Manage your OpenMRS subscriptions \
at <a href="https://id.openmrs.org/" target="_blank">https://id.openmrs.org/</a><br>  \
<br>  <br>
</font></span></blockquote></div><br><br clear="all"><br>-- <br><span \
style="background-color:rgb(51,102,255)"><span style="color:rgb(255,102,102)"><span \
style="font-size:7.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;"><span \
style="background-color:rgb(255,255,255)"><span style="color:rgb(51,102,255)">Wyclif \
Luyima<br> Regenstrief Institute Inc.<br><br>
</span></span></span><span style="color:rgb(204,0,0)"><span \
style="font-size:7.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;"><span \
style="background-color:rgb(255,255,255)"><span \
style="color:rgb(51,102,255)">Confidentiality  Notice: The contents of this message \
and any files transmitted with it  may contain confidential and/or privileged \
information and are intended  solely for the
 use of the named addressee(s). Additionally, the information contained 
herein may have been disclosed to you from medical records with 
confidentiality protected by federal and state laws. Federal regulations
 and State laws prohibit you from making further
 disclosure of such information without the specific written consent of 
the person to whom the information pertains or as otherwise permitted by
 such regulations. A general authorization for the release of medical or
 other information is not sufficient for
 this purpose.<br>
<br>
If you have received this message in error, please notify the sender by 
return e-mail and delete the original message. Any retention, 
disclosure, copying, distribution or use of this information by anyone 
other than the intended recipient is strictly prohibited.
</span><span></span></span></span></span></span></span>

<p></p>

-- <br />
OpenMRS Developers: <a \
                href="http://go.openmrs.org/dev">http://go.openmrs.org/dev</a><br />
Post: dev@openmrs.org<br />
Unsubscribe: dev+unsubscribe@openmrs.org<br />
Manage your OpenMRS subscriptions at <a \
href="https://id.openmrs.org/">https://id.openmrs.org/</a><br /> &nbsp;<br />
&nbsp;<br />



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic