I have no experience with the VSS plugin for Jenkins, but might speculate based 
on 
http://stackoverflow.com/questions/15871817/exception-in-thread-main-com4j-executionexception-com4j-comexception-8004015
 that you might be on a 64 bit Windows machine running 64 bit Java and the VSS 
DLL is only registered on the 32 bit side of Windows.

If that speculation is completely wrong, you might consider using that article 
and some google searches for more information.  I believe there are very few 
users of the VSS plugin for Jenkins, so it is unlikely there will be many 
mailing list subscribers able to assist you.

Mark Waite



>________________________________
> From: shweta chadha <shwetachadh...@gmail.com>
>To: jenkinsci-users@googlegroups.com 
>Sent: Saturday, June 22, 2013 1:46 PM
>Subject: Unable to open database
> 
>
>
>Hello, please let me know how can i resolve this issue.
>
>Started by user anonymous Building on master in workspace C:\Program Files 
>(x86)\Jenkins\jobs\Testing\workspace
[checkout] Checking previous build
[history] Getting list of changes since Sun Jun 23 00:13:08 IST 2013
[history] Unable to open database \\10.65.42.238\VSSData\srcsafe.ini
hudson.util.IOException2: com4j.ComException: 80040154 CoCreateInstance failed 
: Class not registered : .\com4j.cpp:135 at 
scm.vss.VSSSCM.getHistoryEntries(VSSSCM.java:304) at 
scm.vss.VSSSCM.getHistoryEntries(VSSSCM.java:266) at 
scm.vss.VSSSCM.checkout(VSSSCM.java:200) at 
hudson.model.AbstractProject.checkout(AbstractProject.java:1369) at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:676)
 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88) at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:581) 
at hudson.model.Run.execute(Run.java:1593) at 
hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) at 
hudson.model.ResourceController.execute(ResourceController.java:88) at 
hudson.model.Executor.run(Executor.java:242)
Caused by: com4j.ExecutionException: com4j.ComException: 80040154 
CoCreateInstance failed : Class not registered : .\com4j.cpp:135 at 
com4j.ComThread.execute(ComThread.java:189) at com4j.Task.execute(Task.java:23) 
at com4j.COM4J.createInstance(COM4J.java:89) at 
com4j.COM4J.createInstance(COM4J.java:67) at 
vss.ClassFactory.createVSSDatabase(ClassFactory.java:13) at 
scm.vss.VSSSCM.getHistoryEntries(VSSSCM.java:298) ... 10 more
Caused by: com4j.ComException: 80040154 CoCreateInstance failed : Class not 
registered : .\com4j.cpp:135 at com4j.Native.createInstance(Native Method) at 
com4j.COM4J$CreateInstanceTask.call(COM4J.java:105) at 
com4j.COM4J$CreateInstanceTask.call(COM4J.java:92) at 
com4j.Task.invoke(Task.java:44) at com4j.ComThread.run0(ComThread.java:149) at 
com4j.ComThread.run(ComThread.java:125)
Finished: FAILURE  -- 
>The thing always happens that you really believe in; and the belief in a thing 
>makes it happen. 
-- 
>You received this message because you are subscribed to the Google Groups 
>"Jenkins Users" group.
>To unsubscribe from this group and stop receiving emails from it, send an 
>email to jenkinsci-users+unsubscr...@googlegroups.com.
>For more options, visit https://groups.google.com/groups/opt_out.
> 
> 
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to