You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2015/01/26 12:52:45 UTC

[Bug 57497] JARs of lib folder not loaded into classpath, getting ClassNotFoundException

https://issues.apache.org/bugzilla/show_bug.cgi?id=57497

udariramesh@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from udariramesh@gmail.com ---
Below are complete stack traces:

java.lang.ClassNotFoundException: net.sourceforge.jtds.jdbc.Driver
        at
org.apache.felix.framework.ModuleImpl.findClassOrResourceByDelegation(ModuleImpl.
        at org.apache.felix.framework.ModuleImpl.access$200(ModuleImpl.java:73)
        at
org.apache.felix.framework.ModuleImpl$ModuleClassLoader.loadClass(ModuleImpl.java
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        at
com.globallogic.velocity.db.MSSQLConnection.getConnection(MSSQLConnection.java:40
        at
com.globallogic.velocity.db.DBConnectionFactory.getConnection(DBConnectionFactory
        at
com.globallogic.velocity.schedule.Routine.createConnection(Routine.java:93)
        at
com.globallogic.velocity.schedule.Routine.getConnection(Routine.java:62)
        at
com.globallogic.velocity.schedule.ERPMasterRoutine.getStatement(ERPMasterRoutine.
        at
com.globallogic.velocity.schedule.ERPMasterRoutine.syncProcess(ERPMasterRoutine.j
        at
com.globallogic.velocity.schedule.ERPDatabaseSyncTask.execute(ERPDatabaseSyncTask
        at
com.atlassian.sal.jira.scheduling.JiraPluginScheduler$JobDescriptor.runJob(JiraPl
        at
com.atlassian.sal.jira.scheduling.JiraPluginScheduler.runJob(JiraPluginScheduler.
        at
com.atlassian.scheduler.core.JobLauncher.runJob(JobLauncher.java:135)
        at
com.atlassian.scheduler.core.JobLauncher.launchAndBuildResponse(JobLauncher.java:
        at com.atlassian.scheduler.core.JobLauncher.launch(JobLauncher.java:80)
        at
com.atlassian.scheduler.quartz1.Quartz1Job.execute(Quartz1Job.java:32)
        at org.quartz.core.JobRunShell.run(JobRunShell.java:223)
        at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549)

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org