[xwiki-users] JPG images not loading

2015-04-15 Thread D R
Hi everybody, I recently migrated our XWiki Windows Server installation to an Ubuntu Server 14.10 (x64) setup with XWiki 7, Tomcat 8, Java 8 and Nginx proxy. All issues that occurred were fixed and everything is running smoothly now except for one thing. JPG images don't show up on XWiki, I get

Re: [xwiki-users] JPG images not loading

2015-04-15 Thread vinc...@massol.net
Hi, Are you using Oracle’s JDK? Thanks -Vincent On 15 Apr 2015 at 11:22:12, D R (rir@gmail.com) wrote: Hi everybody, I recently migrated our XWiki Windows Server installation to an Ubuntu Server 14.10 (x64) setup with XWiki 7, Tomcat 8, Java 8 and Nginx proxy. All issues that

Re: [xwiki-users] JPG images not loading

2015-04-15 Thread vinc...@massol.net
I’ve checked com.xpn.xwiki.internal.plugin.image.DefaultImageProcessor.readImage(DefaultImageProcessor.java:58) and we’re not using any com.sun private classes so it seems our code is good on that side. So I don’t know what the problem is at this stage. Looks like a JDK/JRE version issue.