Log In
Developer Network
Technologies
Join the Network
Member Services
Events & Community
Customer Voice Portal (CVP) Developer Center
Overview
Documentation
Community
Wiki
Message Boards Home
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« Back to General Discussion
Copy new library jar file to /VXML Server/common/lib issue: can not load
Threads [
Previous
|
Next
]
Doan Khanh Tan Thanh
Posts:
9
Join Date:
3/13/09
Recent Posts
Copy new library jar file to /VXML Server/common/lib issue: can not load
Answer
6/19/09 2:12 PM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Dear all,
I want to copy a Oracle driver to CVP VXML server. I try to copy to /VXML/common/lib but when run update the application. I got this error.
06/17/2009 17:58:25, SERVER ERROR: There was a problem loading classes
from CVP_HOME\VXMLServer/common. The error was: There was a problem
loading classes from CVP_HOME\VXMLServer/common. The root cause was:
java.lang.NoClassDefFoundError: javax/resource/spi/ConnectionManager
I tried to run the updateCommonClasses, restart the vmxl service and also the vxml server but I still can not load this library. I got the same error when I try to run the updateapp.bat on admin folder.
Please help me on this, are there any setting in some where so that VXML server can load my new library?
Thank you all,
Thanh
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Ranjana Narayan
Posts:
124
Join Date:
4/8/08
Recent Posts
RE: Copy new library jar file to /VXML Server/common/lib issue: can not loa
Answer
6/19/09 3:03 PM as a reply to Doan Khanh Tan Thanh.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hi Thanh,
javax.resource.spi.ConnectionManager is a referenced class from oracle jdbc driver jar and the server finds this class to be missing when loading the jars. The driver is trying to bind to a JavaConnector. Please refer to the Oracle dirver documentation for the correct jar.
I believe you are missing the
connector.jar
, you will be able to find it in either Sunjava website or the Oracle site. Please download the compatible version and place the same in the common/lib and run the update, you should be able to overcome the error.
Hope this helps,
Ranjana Narayan.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Jawad Bokhari
Posts:
7
Join Date:
10/29/08
Recent Posts
RE: Copy new library jar file to /VXML Server/common/lib issue: can not loa
Answer
7/31/10 4:43 AM as a reply to Ranjana Narayan.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Thanks Ranjhana for indication,
But I can't find any connector.jar file anywhere.
Also, it's wiered that when i run the java program without CVP context, it works fine.
But when I place ojdbc14.jar in common/lib, VXML classloader gives error on javax.resource.spi.ConnectionManager.
Can you please indicate where can i download connector.jar? I have been searching for this on Oracle site and googling, but couldn't find it.
Thanks Ranjhana,
Jawad
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Abdul Waheed
Posts:
3
Join Date:
10/16/12
Recent Posts
RE: Copy new library jar file to /VXML Server/common/lib issue: can not loa
Answer
5/25/13 8:32 PM as a reply to Doan Khanh Tan Thanh.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Dear Jawad / Doan,
I was also facing this issue earlier. Simply moving ojdbc14.jar file from common/lib to tomcat/lib and it resolve this issue
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top