
| Key: |
SAK-11435
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Blocker
|
| Assignee: |
Steve Smail
|
| Reporter: |
Jim Eng
|
| Votes: |
0
|
| Watchers: |
4
|
|
If you were logged in you would be able to see more operations.
|
|
|
| 2.4.x Status: |
None
|
| 2.5.x Status: |
None
|
| 2.6.x Status: |
None
|
|
Citations is preventing sakai from starting in trunk. The log messages indicate an unsatisfied dependency on the osid api's. The osid api's should be coming from a jar in the remove maven repository. It seems there may be an error in the pom.xml files.
This problem apparently started when the osid impl for twinpeaks was removed from the build. I think that project's build process deployed the osid api jar to shared or common, which is probably why it has been available to citations despite the apparent problem with citation's build process.
|
|
Description
|
Citations is preventing sakai from starting in trunk. The log messages indicate an unsatisfied dependency on the osid api's. The osid api's should be coming from a jar in the remove maven repository. It seems there may be an error in the pom.xml files.
This problem apparently started when the osid impl for twinpeaks was removed from the build. I think that project's build process deployed the osid api jar to shared or common, which is probably why it has been available to citations despite the apparent problem with citation's build process. |
Show » |
|
12:07:02,211 main_org.sakaiproject.util.NoisierDefaultListableBeanFactory)
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.sakaiproject.citation.api.CitationService' defined in file [/usr/local/sakai-trunk/components/sakai-citations-pack/WEB-INF/components.xml]: Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: org/osid/repository/Asset
Caused by:
java.lang.NoClassDefFoundError: org/osid/repository/Asset
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2395)
at java.lang.Class.getDeclaredMethods(Class.java:1763)
at java.beans.Introspector$1.run(Introspector.java:1265)
at java.security.AccessController.doPrivileged(Native Method)
at java.beans.Introspector.getPublicDeclaredMethods(Introspector.java:1263)
at java.beans.Introspector.getTargetMethodInfo(Introspector.java:1129)
at java.beans.Introspector.getBeanInfo(Introspector.java:387)
at java.beans.Introspector.getBeanInfo(Introspector.java:159)
at java.b