You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@marmotta.apache.org by "Colin Maudry (JIRA)" <ji...@apache.org> on 2014/09/14 19:58:33 UTC

[jira] [Commented] (MARMOTTA-499) CSS not working with JRE 8

    [ https://issues.apache.org/jira/browse/MARMOTTA-499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14133308#comment-14133308 ] 

Colin Maudry commented on MARMOTTA-499:
---------------------------------------

I installed (from the JAR installer) Marmotta 3.2.1 for the first time as I had Java 8 Update 11 installed (on Windows 8.1), and indeed no CSS loaded.

I tried the curl command curl -I http://localhost:8080/marmotta/core/public/style/blue/style.css and got:

HTTP/1.1 200 OK
Server: Apache Marmotta/3.2.1 (build 0)
Expires: Sun, 14 Sep 2014 18:26:13 GMT
Content-Type: application/x-pointplus
Content-Length: 6118
Date: Sun, 14 Sep 2014 17:26:13 GMT

After reading this thread, I have installed Java 7 Update 67 and set my JRE_HOME to the path of /jre7.

I have uninstalled marmotta and reinstalled it (from the JAR installer).

I have started Marmotta and retried the same curl command:

HTTP/1.1 200 OK
Server: Apache Marmotta/3.2.1 (build 0)
Expires: Sun, 14 Sep 2014 18:55:55 GMT
Content-Type: text/css
Content-Length: 6118
Date: Sun, 14 Sep 2014 17:55:55 GMT

I have opened the Web interface, but still no CSS.... Ctrl + F5 to clear the cache and tada! CSS were applied correctly.

The issue is filed as trivial, but I can tell it's not trivial to browse an app without CSS...

Now let's see what's in the guts of this marmotta :)

> CSS not working with JRE 8
> --------------------------
>
>                 Key: MARMOTTA-499
>                 URL: https://issues.apache.org/jira/browse/MARMOTTA-499
>             Project: Marmotta
>          Issue Type: Bug
>          Components: Admin Interface
>    Affects Versions: 3.2.0
>         Environment: Mac OS X
>            Reporter: Alvaro Graves
>            Assignee: Sergio Fernández
>            Priority: Trivial
>              Labels: easyfix
>
> No CSS seems to work in the interface. I downloaded marmotta 3.2.0 and it is running on a Mac OS X Mavericks machine.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)