Because there is the following import on AdminAuthenticateAction:
import com.sun.org.apache.xpath.internal.XPathAPI
calling the action can throws a NoClassDefFoundError when:
- the JVM is not from Sun.
- or when the tomcat distribution is not an official one.
The solution is to use javax.xml.xpath standard API.
[RUNTIME-199] NoClassDefFoundError com.sun.org.apache.xpath.internal.XPathAPI occurs when retrieving admin password for authentication
| Workflow | Original: jira [ 11107 ] | New: Ametys [ 12841 ] |
| Project Import | New: Thu May 28 17:04:11 UTC 2009 [ 1243530251015 ] |
| Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
| Fix Version/s | New: 2.0.0 [ 11008 ] | |
| Fix Version/s | Original: 1.2.0 [ 10641 ] |
| Time Spent | New: 20 minutes [ 1200 ] |
| Fix Version/s | New: 1.0.3 [ 10089 ] | |
| Fix Version/s | New: 1.1.2 [ 11033 ] | |
| Fix Version/s | New: 1.2.0 [ 10641 ] | |
| Resolution | New: Fixed [ 1 ] | |
| Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
| Summary | Original: NoClassDefFoundError com.sun.org.apache.xpath.internal.XPathAPI occurs when saving admin password | New: NoClassDefFoundError com.sun.org.apache.xpath.internal.XPathAPI occurs when retrieving admin password for authentication |