Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Application is loading, please wait..." #8

Open
jonnyry opened this issue Sep 24, 2014 · 16 comments
Open

"Application is loading, please wait..." #8

jonnyry opened this issue Sep 24, 2014 · 16 comments

Comments

@jonnyry
Copy link

jonnyry commented Sep 24, 2014

I've built openMAXIMS, deployed the WAR to Tomcat, created the database according to the PDF instructions, and added a resource to the tomcat context:

<Resource name="jdbc/sqlserver" 
    auth="Container" 
    type="javax.sql.DataSource"
    username="openmaxims"
    password="_______"
    driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
    url="jdbc:sqlserver://localhost:1433"
    maxActive="20"
    maxIdle="10"
    validationQuery="select 1" />

When I run the application in IE at:

http://127.0.0.1:8080/openMAXIMS/

I constantly get the "Application is loading, please wait..." message.

I've checked maxims.log and nothing particularly jumps out at me:

2014-09-24 22:31:26,467 WARN CNHost:211 - Starting CNHost servlet for SALES context on Apache Tomcat/5.5.9... 2014-09-24 22:31:26,791 WARN ContextReferences:79 - 3 context reference(s) loaded. 2014-09-24 22:31:33,423 WARN EhCacheProvider:86 - Could not find configuration [ims.core.admin.domain.objects.ProviderSystem]; using defaults. 2014-09-24 22:31:33,821 WARN EhCacheProvider:86 - Could not find configuration [ims.core.resource.place.domain.objects.LocationServiceActivity]; using defaults. 2014-09-24 22:31:34,026 WARN EhCacheProvider:86 - Could not find configuration [ims.core.hl7interface.domain.objects.OutboundTriggers]; using defaults. 2014-09-24 22:31:35,523 WARN EhCacheProvider:86 - Could not find configuration [ims.core.generic.domain.objects.ScreenHint]; using defaults. 2014-09-24 22:31:35,802 WARN EhCacheProvider:86 - Could not find configuration [ims.core.resource.place.domain.objects.LocationServiceFunction]; using defaults. 2014-09-24 22:31:35,893 WARN EhCacheProvider:86 - Could not find configuration [ims.core.configuration.domain.objects.ConfigFlag]; using defaults. 2014-09-24 22:31:36,583 WARN EhCacheProvider:86 - Could not find configuration [ims.core.configuration.domain.objects.ConfigFlagGroup]; using defaults. 2014-09-24 22:31:36,863 WARN EhCacheProvider:86 - Could not find configuration [ims.core.clinical.domain.objects.ActivityContextPricingDetails]; using defaults. 2014-09-24 22:31:41,201 WARN HibernateConfiguration:135 - Registered Forms loaded successfully 2014-09-24 22:31:41,273 WARN HibernateConfiguration:169 - Registered Images loaded successfully 2014-09-24 22:31:41,376 WARN HibernateConfiguration:102 - Class ims.configuration.DbVersion does not have method called getCollectionFields 2014-09-24 22:31:41,623 WARN HibernateConfiguration:114 - Class Configuration loaded successfully 2014-09-24 22:31:41,628 WARN HibernateConfiguration:314 - Pathway Entity Events loaded successfully 2014-09-24 22:31:41,693 WARN DroolsRulesEngine:45 - Loading internal rules... 2014-09-24 22:31:41,695 WARN DroolsRulesEngine:68 - Loading internal rule 'appointmentBookedEventCheck' from ims/rules/core/appointmentBookedEventCheck.drl 2014-09-24 22:31:41,696 WARN DroolsRulesEngine:68 - Loading internal rule 'appointmentCancelledEventCheck' from ims/rules/core/appointmentCancelledEventCheck.drl 2014-09-24 22:31:41,697 WARN DroolsRulesEngine:68 - Loading internal rule 'appointmentSeenEventCheck' from ims/rules/core/appointmentSeenEventCheck.drl 2014-09-24 22:31:41,697 WARN DroolsRulesEngine:68 - Loading internal rule 'appointmentDNAEventCheck' from ims/rules/core/appointmentDNAEventCheck.drl 2014-09-24 22:31:41,698 WARN DroolsRulesEngine:68 - Loading internal rule 'appointmentUndoDNAEventCheck' from ims/rules/core/appointmentUndoDNAEventCheck.drl 2014-09-24 22:31:41,699 WARN DroolsRulesEngine:68 - Loading internal rule 'newPauseEventCheck' from ims/rules/core/newPauseEventCheck.drl 2014-09-24 22:31:41,699 WARN DroolsRulesEngine:68 - Loading internal rule 'pauseStopEventCheck' from ims/rules/core/pauseStopEventCheck.drl 2014-09-24 22:31:41,700 WARN DroolsRulesEngine:77 - 7 internal rule(s) loaded, 0 internal rule(s) ignored. 2014-09-24 22:31:41,710 WARN DroolsRulesEngine:88 - Loading user rules... 2014-09-24 22:31:41,727 WARN DroolsRulesEngine:107 - 0 user rule(s) loaded. 2014-09-24 22:31:42,013 WARN DroolsRulesEngine:55 - Starting Drools rules engine...

Is there something obvious I'm missing?

Many thanks,
Jonny.

@imperimus
Copy link

There is a IE patch that seems to prevent access which sounds related to your issues. Uninstall KB2976627 reboot, clear cache including cookies and tracking data.

@slain2
Copy link

slain2 commented Oct 29, 2014

Hi jonnyry
I am having the same problem (after enabling pop-ups in ie8 etc.)
For me, it seems to be due to an error in forminit.js 'CNFormManager' is undefined.
I got that from the debug option in ie8.

@langwood
Copy link

Is there any fix for the problem above. I was not able to find any thing on the web.

@openmaxims
Copy link
Contributor

Hi

I’m sorry but I do not have sufficient information to diagnose your problem. Can you check the log file please.

Regards,

Paul Cooper
Research Director
+44 7977 464061

[cid:536F4EF7-950B-40CD-9AD1-8AF5A114991B]

On 17 Aug 2015, at 10:10, langwood <[email protected]mailto:[email protected]> wrote:

Is there any fix for the problem above. I was not able to find any thing on the web.


Reply to this email directly or view it on GitHubhttps://github.com//issues/8#issuecomment-131739665.

@langwood
Copy link

Thanks for your reply.
The issue is that I compiled the sources correctly and having difficulty to
run the application.
I get the message application is loading and nothing happens.
Where is the location of the log file when you run it on a Windows server.

Regards

On 17 August 2015 at 18:42, openmaxims [email protected] wrote:

Hi

I’m sorry but I do not have sufficient information to diagnose your
problem. Can you check the log file please.

Regards,

Paul Cooper
Research Director
+44 7977 464061

[cid:536F4EF7-950B-40CD-9AD1-8AF5A114991B]

On 17 Aug 2015, at 10:10, langwood <[email protected]<mailto:
[email protected]>> wrote:

Is there any fix for the problem above. I was not able to find any thing
on the web.


Reply to this email directly or view it on GitHub<
https://github.com/IMS-MAXIMS/openMAXIMS/issues/8#issuecomment-131739665>.


Reply to this email directly or view it on GitHub
#8 (comment)
.

@pacharanero
Copy link

@langwood There are still some problems with the openMAXIMS version of IMS
Maxims platform. I'm working on these problems with them, but I'm currently
on holiday. When I get back I'll be digging in to getting this up and
running on a fully open course stack and addressing your error.

What database are you running?

M

On 18 August 2015 at 08:07, langwood [email protected] wrote:

Thanks for your reply.
The issue is that I compiled the sources correctly and having difficulty to
run the application.
I get the message application is loading and nothing happens.
Where is the location of the log file when you run it on a Windows server.

Regards

On 17 August 2015 at 18:42, openmaxims [email protected] wrote:

Hi

I’m sorry but I do not have sufficient information to diagnose your
problem. Can you check the log file please.

Regards,

Paul Cooper
Research Director
+44 7977 464061

[cid:536F4EF7-950B-40CD-9AD1-8AF5A114991B]

On 17 Aug 2015, at 10:10, langwood <[email protected]<mailto:
[email protected]>> wrote:

Is there any fix for the problem above. I was not able to find any thing
on the web.


Reply to this email directly or view it on GitHub<
#8 (comment)
.


Reply to this email directly or view it on GitHub
<
https://github.com/IMS-MAXIMS/openMAXIMS/issues/8#issuecomment-131904177>
.


Reply to this email directly or view it on GitHub
#8 (comment)
.

@langwood
Copy link

Thanks for your response
I am using ms sql 2008 r2
Thanks
On 18 Aug 2015 10:50, "pacharanero" [email protected] wrote:

@langwood There are still some problems with the openMAXIMS version of IMS
Maxims platform. I'm working on these problems with them, but I'm currently
on holiday. When I get back I'll be digging in to getting this up and
running on a fully open course stack and addressing your error.

What database are you running?

M

On 18 August 2015 at 08:07, langwood [email protected] wrote:

Thanks for your reply.
The issue is that I compiled the sources correctly and having difficulty
to
run the application.
I get the message application is loading and nothing happens.
Where is the location of the log file when you run it on a Windows
server.

Regards

On 17 August 2015 at 18:42, openmaxims [email protected] wrote:

Hi

I’m sorry but I do not have sufficient information to diagnose your
problem. Can you check the log file please.

Regards,

Paul Cooper
Research Director
+44 7977 464061

[cid:536F4EF7-950B-40CD-9AD1-8AF5A114991B]

On 17 Aug 2015, at 10:10, langwood <[email protected]<mailto:
[email protected]>> wrote:

Is there any fix for the problem above. I was not able to find any
thing
on the web.


Reply to this email directly or view it on GitHub<

#8 (comment)
.


Reply to this email directly or view it on GitHub
<
#8 (comment)

.


Reply to this email directly or view it on GitHub
<
https://github.com/IMS-MAXIMS/openMAXIMS/issues/8#issuecomment-132096900>
.


Reply to this email directly or view it on GitHub
#8 (comment)
.

@pacharanero
Copy link

I've gotta go now but will have a better look at the problem later.
My email is [email protected] if you want to converse directly/use
hangouts
<M

On 18 August 2015 at 10:52, langwood [email protected] wrote:

Thanks for your response
I am using ms sql 2008 r2
Thanks

On 18 Aug 2015 10:50, "pacharanero" [email protected] wrote:

@langwood There are still some problems with the openMAXIMS version of
IMS
Maxims platform. I'm working on these problems with them, but I'm
currently
on holiday. When I get back I'll be digging in to getting this up and
running on a fully open course stack and addressing your error.

What database are you running?

M

On 18 August 2015 at 08:07, langwood [email protected] wrote:

Thanks for your reply.
The issue is that I compiled the sources correctly and having
difficulty
to
run the application.
I get the message application is loading and nothing happens.
Where is the location of the log file when you run it on a Windows
server.

Regards

On 17 August 2015 at 18:42, openmaxims [email protected]
wrote:

Hi

I’m sorry but I do not have sufficient information to diagnose your
problem. Can you check the log file please.

Regards,

Paul Cooper
Research Director
+44 7977 464061

[cid:536F4EF7-950B-40CD-9AD1-8AF5A114991B]

On 17 Aug 2015, at 10:10, langwood <[email protected]<mailto:
[email protected]>> wrote:

Is there any fix for the problem above. I was not able to find any
thing
on the web.


Reply to this email directly or view it on GitHub<

#8 (comment)
.


Reply to this email directly or view it on GitHub
<

#8 (comment)

.


Reply to this email directly or view it on GitHub
<
#8 (comment)

.


Reply to this email directly or view it on GitHub
<
https://github.com/IMS-MAXIMS/openMAXIMS/issues/8#issuecomment-132148407>

.


Reply to this email directly or view it on GitHub
#8 (comment)
.

@artemisintel
Copy link

I have tried building the application today. I get the same errors. However when I look at the maxims.log it is completely empty.

@ghost
Copy link

ghost commented Sep 3, 2015

Hi all,
do you know if someone use openMAXIMS in Italy?
Thanks in advanced.

Daniela

@langwood
Copy link

langwood commented Sep 3, 2015

I installed the package by following the instructions, complied the java source code and deployed using the tomcat deployment tool.
I am not able to run the application as it does not load.
I amnot able to find any logs either.
I am suing windows 2008 r2 and mssql 2008 r2

@artemisintel
Copy link

Same here.

@langwood
Copy link

langwood commented Sep 3, 2015

In browser you see a progress bar that the application is loading and nothing happens.

@anupsaund
Copy link

I seem to be getting the same too :(

image

@anupsaund
Copy link

My maxims.log is empty but I have a catalina log that says

INFO: Deploying web application archive openMAXIMS.war
Apr 11, 2016 8:33:35 PM org.apache.catalina.startup.ContextConfig applicationWebConfig
INFO: Missing application web.xml, using defaults only StandardEngine[Catalina].StandardHost[localhost].StandardContext[/openMAXIMS]

Any thoughts on how I can fix this?

@kakoni
Copy link

kakoni commented May 3, 2016

Related #22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants