Bug 461774
| Summary: | OracleDriver not found during tomcat startup | ||
|---|---|---|---|
| Product: | [Community] Spacewalk | Reporter: | Jesus M. Rodriguez <jesusr> |
| Component: | Installation | Assignee: | Jesus M. Rodriguez <jesusr> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Red Hat Satellite QA List <satqe-list> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 0.2 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-09-17 07:00:21 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 456550 | ||
Spacewalk is released for long time. |
/sbin/service tomcat5 start generates the following error in catalina.out: java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1359) at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1205) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:336) Upon further investigation we see that ojdbc14 is a broken link: --- lrwxrwxrwx 1 root root 45 Sep 9 16:27 ojdbc14.jar -> /usr/lib/oracle/10.2.0/client/lib/ojdbc14.jar --- ls /usr/lib/oracle/10.2.0/client/lib/ ls: /usr/lib/oracle/10.2.0/client/lib/: No such file or directory