Hi, we recently made some changes in our skin - more specifically customised the grouping icons. However, while the images do show in the browser, our logs are now filled with a weird error message:
Any idea what this is?
...
We also have various skin related isomorphic null pointers in the logs, some examples:
EDIT: I now realised the URL of the images below! They are pointing to some location within our module (called "nw") there are no skin files there, not sure where that url comes from.
we have the javascript loading of the skin in our load page, and again, we have no GUI problems anywhere, all images load fine, except for these calls, which I have no idea where they come from.
You guys have any pointers?
From what I can see these also show up in the browser?
Our logs are pretty big now so would love to understand why they show up. :)
23-02-13 06:21:01.936 [http-nio-8080-exec-2] ERROR c.i.contentexport.ResourceLoader - Can't read image file; unexpected problem for URI 'https://xyz.com/*our skin*/images/ListGrid/group_opened.png'
java.io.IOException: The byte array is not a recognized imageformat.
at com.lowagie.text.Image.getInstance(Unknown Source)
at com.isomorphic.contentexport.ResourceLoader.getImageResource
java.io.IOException: The byte array is not a recognized imageformat.
at com.lowagie.text.Image.getInstance(Unknown Source)
at com.isomorphic.contentexport.ResourceLoader.getImageResource
...
We also have various skin related isomorphic null pointers in the logs, some examples:
EDIT: I now realised the URL of the images below! They are pointing to some location within our module (called "nw") there are no skin files there, not sure where that url comes from.
we have the javascript loading of the skin in our load page, and again, we have no GUI problems anywhere, all images load fine, except for these calls, which I have no idea where they come from.
You guys have any pointers?
23-02-13 09:35:21.838 [http-nio-8080-exec-5] ERROR com.isomorphic.download.Download - Problem sending static file: /data/ourproj/projects/webapp-1.0-SNAPSHOT/nw/sc/skins/standard/images/Window/close.gif
java.lang.NullPointerException: null
at com.isomorphic.util.SkinUtil.getThemes(SkinUtil.java:214)
at com.isomorphic.servlet.ServletTools.sendStaticFile(ServletTools.java:1522)
at com.isomorphic.servlet.FileDownload.doGet(FileDownload.java:202)
at java.lang.Thread.run(Thread.java:745)
23-02-13 09:35:21.838 [http-nio-8080-exec-6] ERROR com.isomorphic.download.Download - Problem sending static file: /data/ourproj/projects/webapp-1.0-SNAPSHOT/nw/sc/skins/standard/images/Window/headerGradient.gif
java.lang.NullPointerException: null
at com.isomorphic.util.SkinUtil.getThemes(SkinUtil.java:214)
at com.isomorphic.servlet.ServletTools.sendStaticFile(ServletTools.java:1522)
at com.isomorphic.servlet.FileDownload.doGet(FileDownload.java:202)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:622)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
23-02-13 09:35:21.828 [http-nio-8080-exec-2] ERROR com.isomorphic.download.Download - Problem sending static file: /data/ourproj/projects/webapp-1.0-SNAPSHOT/nw/sc/skins/standard/images/Scrollbar/vthumb_stretch.gif
java.lang.NullPointerException: null
at com.isomorphic.util.SkinUtil.getThemes(SkinUtil.java:214)
java.lang.NullPointerException: null
at com.isomorphic.util.SkinUtil.getThemes(SkinUtil.java:214)
at com.isomorphic.servlet.ServletTools.sendStaticFile(ServletTools.java:1522)
at com.isomorphic.servlet.FileDownload.doGet(FileDownload.java:202)
at java.lang.Thread.run(Thread.java:745)
23-02-13 09:35:21.838 [http-nio-8080-exec-6] ERROR com.isomorphic.download.Download - Problem sending static file: /data/ourproj/projects/webapp-1.0-SNAPSHOT/nw/sc/skins/standard/images/Window/headerGradient.gif
java.lang.NullPointerException: null
at com.isomorphic.util.SkinUtil.getThemes(SkinUtil.java:214)
at com.isomorphic.servlet.ServletTools.sendStaticFile(ServletTools.java:1522)
at com.isomorphic.servlet.FileDownload.doGet(FileDownload.java:202)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:622)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
23-02-13 09:35:21.828 [http-nio-8080-exec-2] ERROR com.isomorphic.download.Download - Problem sending static file: /data/ourproj/projects/webapp-1.0-SNAPSHOT/nw/sc/skins/standard/images/Scrollbar/vthumb_stretch.gif
java.lang.NullPointerException: null
at com.isomorphic.util.SkinUtil.getThemes(SkinUtil.java:214)
Our logs are pretty big now so would love to understand why they show up. :)
Comment