Skip to Content.
Sympa Menu

mace-opensaml-users - Still problems with Joda-time

Subject: OpenSAML user discussion

List archive

Still problems with Joda-time


Chronological Thread 
  • From: Massimiliano Masi <>
  • To:
  • Subject: Still problems with Joda-time
  • Date: Mon, 27 Aug 2007 16:27:37 +0200

Hi all,


I still have problem deploying opensaml. As a standalone application everything
works without problem.

If I deploy the application using JBoss 4.0.5 having the libraries in the
JBoss' server instance, I get this error:


2007-08-27 16:14:53,376 DEBUG [org.opensaml.xml.XMLConfigurator] Creating instance of org.opensaml.saml1.core.impl.AssertionMarshaller
2007-08-27 16:14:53,376 INFO [STDOUT] 1952783 [http-0.0.0.0-8080-3] DEBUG org.opensaml.xml.XMLConfigurator - Creating instance of org.opensaml.saml1.core.impl.AssertionMarshaller
2007-08-27 16:14:53,376 INFO [STDOUT] 1952783 [http-0.0.0.0-8080-3] DEBUG org.opensaml.xml.XMLConfigurator - Creating instance of org.opensaml.saml1.core.impl.AssertionMarshaller
2007-08-27 16:14:53,378 ERROR [STDERR] java.lang.NoClassDefFoundError: org/joda/time/ReadableInstant
2007-08-27 16:14:53,378 INFO [STDOUT] 1952785 [http-0.0.0.0-8080-3] ERROR STDERR - java.lang.NoClassDefFoundError: org/joda/time/ReadableInstant
2007-08-27 16:14:53,379 INFO [STDOUT] 1952785 [http-0.0.0.0-8080-3] ERROR STDERR - java.lang.NoClassDefFoundError: org/joda/time/ReadableInstant
2007-08-27 16:14:53,379 ERROR [STDERR] at java.lang.Class.forName0(Native Method)
2007-08-27 16:14:53,379 INFO [STDOUT] 1952786 [http-0.0.0.0-8080-3] ERROR STDERR - at java.lang.Class.forName0(Native Method)
2007-08-27 16:14:53,379 INFO [STDOUT] 1952786 [http-0.0.0.0-8080-3] ERROR STDERR - at java.lang.Class.forName0(Native Method)
2007-08-27 16:14:53,379 ERROR [STDERR] at java.lang.Class.forName(Class.java:169)
2007-08-27 16:14:53,379 INFO [STDOUT] 1952786 [http-0.0.0.0-8080-3] ERROR STDERR - at java.lang.Class.forName(Class.java:169)
2007-08-27 16:14:53,380 INFO [STDOUT] 1952786 [http-0.0.0.0-8080-3] ERROR STDERR - at java.lang.Class.forName(Class.java:169)
2007-08-27 16:14:53,380 ERROR [STDERR] at org.opensaml.xml.XMLConfigurator.createClassInstance(XMLConfigurator.java:369)
2007-08-27 16:14:53,380 INFO [STDOUT] 1952787 [http-0.0.0.0-8080-3] ERROR STDERR - at org.opensaml.xml.XMLConfigurator.createClassInstance(XMLConfigurator.java:369)
2007-08-27 16:14:53,380 INFO [STDOUT] 1952787 [http-0.0.0.0-8080-3] ERROR STDERR - at org.opensaml.xml.XMLConfigurator.createClassInstance(XMLConfigurator.java:369)



To note is that Joda is in the classpath and is the same version of the standalone application. If I remove it I get the NoClassDefFound exception
on org/joda/DateTime.


Any hints???


Thanks !!!




----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.





Archive powered by MHonArc 2.6.16.

Top of Page