History | Log In     View a printable version of the current page. Get help!  
Issue Details [XML]

Key: SES-672
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Arjohn Kampman
Reporter: Antoni Mylka
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Sesame

SLF4J implementation missing in 2.3-pr1

Created: 17/Jun/09 06:07 PM   Updated: 20/Oct/09 09:48 AM
Component/s: Web interface
Affects Version/s: 2.3-pr1
Fix Version/s: 2.3.0

Environment: Ubuntu 9.04 on my laptop.


 Description   
It seems that the sesame-workbench assembly lacks any concrete slf4j implementation, which results the following stack trace when trying to start it. (I mark this issue as Critical because it makes the openrdf-workbench.war completely unusable as it is in 2.3-pr1

java.lang.NoClassDefFoundError: org/slf4j/impl/StaticLoggerBinder
org.slf4j.LoggerFactory.getSingleton(LoggerFactory.java:189)
org.slf4j.LoggerFactory.bind(LoggerFactory.java:112)
org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:105)
org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:235)
org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:208)
org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:221)
org.openrdf.workbench.proxy.WorkbenchGateway.<init>(WorkbenchGateway.java:42)
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
java.lang.reflect.Constructor.newInstance(Constructor.java:513)
java.lang.Class.newInstance0(Class.java:355)
java.lang.Class.newInstance(Class.java:308)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
java.lang.Thread.run(Thread.java:619)


 All   Comments   Change History      Sort Order:
There are no comments yet on this issue.