-
Type:
Task
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: 3.0.3
-
Component/s: Authentication
-
None
-
Environment:test
-
None
-
None
-
None
-
None
-
None
-
None
-
None
I get three different type of classnot found exception.
mongodb server version : 3.0.6
shell : 3.0.6
first exception testing with ,Mongodb-driver-core-3.0.3.
com.unitechsys.iitap.component.capturemgr.export.error.ErrorCAMProcessing {errorDelegate=[[EXCEPTION: com.unitechsys.iitap.component.capturemgr.export.error.ErrorCAMProcessing, MESSAGE: #UCAM002: A capture processing error occurred for source .]], parameters=[, ], cause=com.unitechsys.component.exception.ErrorCMFChannelOpen {errorDelegate=[[EXCEPTION: com.unitechsys.component.exception.ErrorCMFChannelOpen, MESSAGE: #UCMF026: The system failed to open the source channel: .], [EXCEPTION: com.unitechsys.component.exception.ErrorCMFChannelOpen, MESSAGE: #UCMF026: The system failed to open the source channel: .]], parameters=[], cause=java.lang.ClassNotFoundException: mongodb.jdbc.MongoDriver from BaseClassLoader@79acd496{vfs:///D:/IGX_TRUNK/srv/Infogix/jboss/server/igx/deploy/IA1.ear}}}
second exception testing with ,Mongodb-driver-core-3.0.3.
Mongodb-driver-core-3.0.3
Mongodb-driver-3.0.1
Bson-3.0.1
com.unitechsys.iitap.component.capturemgr.export.error.ErrorCAMProcessing {errorDelegate=[[EXCEPTION: com.unitechsys.iitap.component.capturemgr.export.error.ErrorCAMProcessing, MESSAGE: #UCAM002: A capture processing error occurred for source .]], parameters=[, ], cause=com.unitechsys.component.exception.ErrorCMFChannelOpen {errorDelegate=[[EXCEPTION: com.unitechsys.component.exception.ErrorCMFChannelOpen, MESSAGE: #UCMF026: The system failed to open the source channel: .], [EXCEPTION: com.unitechsys.component.exception.ErrorCMFChannelOpen, MESSAGE: #UCMF026: The system failed to open the source channel: .]], parameters=[], cause=java.lang.ClassNotFoundException: mongodb.jdbc.MongoDriver from BaseClassLoader@2cf4dea2{vfs:///D:/IGX_TRUNK/srv/Infogix/jboss/server/igx/deploy/IA1.ear}}}
third exception:
Mongodb-driver-3.0.1
Bson-3.0.1
Mongodb-driver-core-3.0.1
com.unitechsys.iitap.component.capturemgr.export.error.ErrorCAMProcessing {errorDelegate=[[EXCEPTION: com.unitechsys.iitap.component.capturemgr.export.error.ErrorCAMProcessing, MESSAGE: #UCAM002: A capture processing error occurred for source .]], parameters=[, ], cause=com.unitechsys.component.exception.ErrorCMFChannelOpen {errorDelegate=[[EXCEPTION: com.unitechsys.component.exception.ErrorCMFChannelOpen, MESSAGE: #UCMF026: The system failed to open the source channel: .], [EXCEPTION: com.unitechsys.component.exception.ErrorCMFChannelOpen, MESSAGE: #UCMF026: The system failed to open the source channel: .]], parameters=[], cause=java.lang.ClassNotFoundException: mongodb.jdbc.MongoDriver from BaseClassLoader@17b1f4e5{vfs:///D:/IGX_TRUNK/srv/Infogix/jboss/server/igx/deploy/IA1.ear}}}
fourth exception :
UnityJDBC jar file.
can you please help using the correct jar file.
my goal isto connect with local java application via jdbc and test jdbc connectivity.