You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ctakes.apache.org by Damir Olejar <ol...@gmail.com> on 2015/05/23 15:38:03 UTC

ctakes gui shows a blank page (nothing)

Hi

I am trying to establish the gui component, and to make it work out-of-box.
I have disabled firewall, and did everything else (setting the JAVA paths
etc).
Running the bat and sh works (on windows and mac) once it is properly setup
(note, I had to change the installation of JAVA to a C:\Java\  since
Program Files folder-name gets truncated). All the environment variables
are properly set. Adblocks were disabled , and the browser (Firefox) works
with a javascript.

I do get to a login page, and I do see the favicon in the browser.
However, the whole web-page appears blank.

I have also tried the Tomcat option and compiling the war file.
I get exactly the same results. I assume that there is a problem with a
javascript since the page source has nothing much than the scripts.

Am I missing some additional setting ?

Thank you!

Damir

Re: ctakes gui shows a blank page (nothing)

Posted by Damir Olejar <ol...@gmail.com>.
OK here is a fix, if anyone has the same issue.
The problem is with
http://cdn.sencha.io/ext-4.0.7-gpl/resources/css/ext-all.css
http://cdn.sencha.io/ext-4.0.7-gpl/ext-all.js

A solution is to find the cdn.secha.io that exists on the Internet (since
the mentioned give the 404 error).
Then, login.jsp and index.jsp need to be edited to point to those locations
that do not give a 404 error.

I am not sure if that is the only place where such an issue appears, since
I have never ran the gui part before.

Damir


On Sat, May 23, 2015 at 9:38 AM, Damir Olejar <ol...@gmail.com>
wrote:

> Hi
>
> I am trying to establish the gui component, and to make it work out-of-box.
> I have disabled firewall, and did everything else (setting the JAVA paths
> etc).
> Running the bat and sh works (on windows and mac) once it is properly
> setup (note, I had to change the installation of JAVA to a C:\Java\  since
> Program Files folder-name gets truncated). All the environment variables
> are properly set. Adblocks were disabled , and the browser (Firefox) works
> with a javascript.
>
> I do get to a login page, and I do see the favicon in the browser.
> However, the whole web-page appears blank.
>
> I have also tried the Tomcat option and compiling the war file.
> I get exactly the same results. I assume that there is a problem with a
> javascript since the page source has nothing much than the scripts.
>
> Am I missing some additional setting ?
>
> Thank you!
>
> Damir
>
>
>