This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2011-11-24 00:35:19 ERROR (WebloungeDispatcherServlet:366) | |
java.lang.NullPointerException | |
at java.util.Properties$LineReader.readLine(Properties.java:435) | |
at java.util.Properties.load0(Properties.java:354) | |
at java.util.Properties.load(Properties.java:342) | |
at com.sun.syndication.io.impl.PropertiesLoader.<init>(PropertiesLoader.java:74) | |
at com.sun.syndication.io.impl.PropertiesLoader.getPropertiesLoader(PropertiesLoader.java:46) | |
at com.sun.syndication.io.impl.PluginManager.<init>(PluginManager.java:54) | |
at com.sun.syndication.io.impl.PluginManager.<init>(PluginManager.java:46) | |
at com.sun.syndication.feed.synd.impl.Converters.<init>(Converters.java:40) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2011-11-24 00:37:24 ERROR (WebloungeDispatcherServlet:366) Could not initialize class com.sun.syndication.feed.synd.SyndFeedImpl | |
java.lang.NoClassDefFoundError: Could not initialize class com.sun.syndication.feed.synd.SyndFeedImpl | |
at ch.entwine.weblounge.dispatcher.impl.handler.FeedRequestHandlerImpl.service(FeedRequestHandlerImpl.java:239) | |
at ch.entwine.weblounge.dispatcher.impl.WebloungeDispatcherServlet.service(WebloungeDispatcherServlet.java:345) | |
at javax.servlet.http.HttpServlet.service(HttpServlet.java:806) | |
at org.apache.felix.http.base.internal.handler.ServletHandler.doHandle(ServletHandler.java:91) | |
at org.apache.felix.http.base.internal.handler.ServletHandler.handle(ServletHandler.java:77) | |
at org.apache.felix.http.base.internal.dispatch.ServletPipeline.handle(ServletPipeline.java:42) | |
at org.apache.felix.http.base.internal.dispatch.InvocationFilterChain.doFilter(InvocationFilterChain.java:49) | |
at org.apache.felix.http.base.internal.dispatch.HttpFilterChain.doFilter(HttpFilterChain.java:33) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2011-11-24 09:03:29 ERROR (WebloungeDispatcherServlet:362) Request handler 'image request handler' failed to handle /weblounge-images/44e9046a-ce28-4ea7-aa09-a2dafb170c3a/index_en.html (3117) style=original | |
2011-11-24 09:03:29 ERROR (WebloungeDispatcherServlet:366) | |
java.lang.NullPointerException | |
at ch.entwine.weblounge.dispatcher.impl.handler.ImageRequestHandlerImpl.service(ImageRequestHandlerImpl.java:235) | |
at ch.entwine.weblounge.dispatcher.impl.WebloungeDispatcherServlet.service(WebloungeDispatcherServlet.java:345) | |
at javax.servlet.http.HttpServlet.service(HttpServlet.java:806) | |
at org.apache.felix.http.base.internal.handler.ServletHandler.doHandle(ServletHandler.java:91) | |
at org.apache.felix.http.base.internal.handler.ServletHandler.handle(ServletHandler.java:77) | |
at org.apache.felix.http.base.internal.dispatch.ServletPipeline.handle(ServletPipeline.java:42) | |
at org.apache.felix.http.base.internal.dispatch.InvocationFilterChain.doFilter(InvocationFilterChain.java:49) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
asdfadf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
task printTaskInputs { | |
doLast { | |
project.getTasks().each { task -> | |
println "--------------------------------------------------------------------------------" | |
println " Task '${project.name}:${task.name}'" | |
println "--------------------------------------------------------------------------------" | |
println "" | |
println "File inputs:" | |
task.inputs.files.each { |