[JBoss JIRA] (JBIDE-21845) Docker connection does not work with CDK build 2016-03-09
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21845?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-21845:
-------------------------------------
I was able to replicate this back on Monday night. My environment was fixed once I downgraded service-manager and upgraded to a newer cdk (march 3rd)... but i suspect the root cause was in service manager and not the cdk build used.
> Docker connection does not work with CDK build 2016-03-09
> ---------------------------------------------------------
>
> Key: JBIDE-21845
> URL: https://issues.jboss.org/browse/JBIDE-21845
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk, upstream
> Affects Versions: 4.3.1.CR1
> Reporter: Martin Malina
> Assignee: Hardy Ferentschik
> Priority: Blocker
> Fix For: 4.3.1.CR1
>
>
> Today I tried cdk build 2016-03-09 in JBDS 9.1.0.CR1 (build from 2 days ago).
> I start cdk, the docker connection is created, but it doesn't work:
> {code}
> org.eclipse.linuxtools.docker.core.DockerException: com.spotify.docker.client.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed
> at org.eclipse.linuxtools.internal.docker.core.DockerConnection.listImages(DockerConnection.java:787)
> at org.eclipse.linuxtools.internal.docker.core.DockerConnection.getImages(DockerConnection.java:750)
> at org.eclipse.linuxtools.internal.docker.ui.views.DockerExplorerContentProvider$5.run(DockerExplorerContentProvider.java:241)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Caused by: com.spotify.docker.client.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed
> at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:1141)
> at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:1072)
> at com.spotify.docker.client.DefaultDockerClient.listImages(DefaultDockerClient.java:354)
> at org.eclipse.linuxtools.internal.docker.core.DockerConnection.listImages(DockerConnection.java:780)
> ... 3 more
> Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed
> at jersey.repackaged.com.google.common.util.concurrent.AbstractFuture$Sync.getValue(AbstractFuture.java:306)
> at jersey.repackaged.com.google.common.util.concurrent.AbstractFuture$Sync.get(AbstractFuture.java:293)
> at jersey.repackaged.com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:116)
> at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:1070)
> ... 5 more
> Caused by: javax.ws.rs.ProcessingException: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed
> at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:517)
> at org.glassfish.jersey.apache.connector.ApacheConnector$1.run(ApacheConnector.java:527)
> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at jersey.repackaged.com.google.common.util.concurrent.MoreExecutors$SameThreadExecutorService.execute(MoreExecutors.java:293)
> at jersey.repackaged.com.google.common.util.concurrent.AbstractListeningExecutorService.submit(AbstractListeningExecutorService.java:49)
> at jersey.repackaged.com.google.common.util.concurrent.AbstractListeningExecutorService.submit(AbstractListeningExecutorService.java:45)
> at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:523)
> at org.glassfish.jersey.client.ClientRuntime$1.run(ClientRuntime.java:169)
> at org.glassfish.jersey.internal.Errors$1.call(Errors.java:271)
> at org.glassfish.jersey.internal.Errors$1.call(Errors.java:267)
> at org.glassfish.jersey.internal.Errors.process(Errors.java:315)
> at org.glassfish.jersey.internal.Errors.process(Errors.java:297)
> at org.glassfish.jersey.internal.Errors.process(Errors.java:267)
> at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:320)
> at org.glassfish.jersey.client.ClientRuntime$2.run(ClientRuntime.java:201)
> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)
> Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed
> at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
> at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1949)
> at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:302)
> at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:296)
> at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1506)
> at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:216)
> at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979)
> at sun.security.ssl.Handshaker.process_record(Handshaker.java:914)
> at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1062)
> at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)
> at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)
> at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)
> at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:290)
> at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:259)
> at org.apache.http.impl.conn.HttpClientConnectionOperator.connect(HttpClientConnectionOperator.java:125)
> at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:319)
> at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:363)
> at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:219)
> at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:195)
> at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:86)
> at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:108)
> at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
> at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
> at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:469)
> ... 20 more
> Caused by: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed
> at sun.security.validator.PKIXValidator.doValidate(PKIXValidator.java:352)
> at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:260)
> at sun.security.validator.Validator.validate(Validator.java:260)
> at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:324)
> at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:229)
> at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:124)
> at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1488)
> ... 39 more
> Caused by: java.security.cert.CertPathValidatorException: signature check failed
> at sun.security.provider.certpath.PKIXMasterCertPathValidator.validate(PKIXMasterCertPathValidator.java:135)
> at sun.security.provider.certpath.PKIXCertPathValidator.validate(PKIXCertPathValidator.java:219)
> at sun.security.provider.certpath.PKIXCertPathValidator.validate(PKIXCertPathValidator.java:140)
> at sun.security.provider.certpath.PKIXCertPathValidator.engineValidate(PKIXCertPathValidator.java:79)
> at java.security.cert.CertPathValidator.validate(CertPathValidator.java:292)
> at sun.security.validator.PKIXValidator.doValidate(PKIXValidator.java:347)
> ... 45 more
> Caused by: java.security.SignatureException: Signature does not match.
> at sun.security.x509.X509CertImpl.verify(X509CertImpl.java:424)
> at sun.security.provider.certpath.BasicChecker.verifySignature(BasicChecker.java:166)
> at sun.security.provider.certpath.BasicChecker.check(BasicChecker.java:147)
> at sun.security.provider.certpath.PKIXMasterCertPathValidator.validate(PKIXMasterCertPathValidator.java:125)
> ... 50 more
> {code}
> This looks similar to JBIDE-21733 . But in this case it doesn't work even from terminal:
> {code}
> $ eval "$(vagrant service-manager env docker)"
> $ docker ps
> An error occurred trying to connect: Get https://10.1.2.2:2376/v1.20/containers/json: x509: certificate signed by unknown authority (possibly because of "crypto/rsa: verification error" while trying to verify candidate authority certificate "example.com")
> {code}
> So yeah, this does not seem like the problem is on our site, but let's keep this JIRA for tracking anyway.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21843) CDK Poller always fails on OSX
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21843?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-21843:
-------------------------------------
The question here is why is it failing?
I can (kinda) accept that we're ignoring the actual error message and not passing it through, at least for an initial release... and it's correct for the server to stop since the vagrant command has indicated virtualbox isn't working properly. The question is why is it not working correctly?
Are you launching via .app button? Or via cmd line?
> CDK Poller always fails on OSX
> ------------------------------
>
> Key: JBIDE-21843
> URL: https://issues.jboss.org/browse/JBIDE-21843
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk
> Affects Versions: 4.3.1.CR1
> Environment: OSX
> Reporter: Fred Bricon
> Assignee: Rob Stryker
> Fix For: 4.3.1.CR1
>
>
> Starting the CDK on OSX always fails. Whether it was already started from CLI or not.
> The vagrant up command is properly executed, you can see the output in the console, but it ends up with a message "Server CDK Server Adapter at localhost failed to start."
> I traced the problem back to:
> {noformat}
> VagrantPoller.parseOutput(String[]) line: 220
> VagrantPoller.onePing(IServer, String) line: 160
> VagrantPoller.onePing(IServer) line: 138
> VagrantPoller.getCurrentStateSynchronous(IServer) line: 114
> CDKLaunchController$2.run() line: 222
> {noformat}
> In parseOutput, the value of lines is :
> [1457536005,,error-exit,Vagrant::Errors::ProviderNotUsable,The provider 'virtualbox' that was requested to back the machine\n'cdk' is reporting that it isn't usable on this system. The\nreason is shown below:\n\nVagrant could not detect VirtualBox! Make sure VirtualBox is properly installed.\nVagrant uses the `VBoxManage` binary that ships with VirtualBox%!(VAGRANT_COMMA) and requires\nthis to be available on the PATH. If VirtualBox is installed%!(VAGRANT_COMMA) please find the\n`VBoxManage` binary and add it to the PATH environmental variable.]
> this is not properly parsed as it later goes into this block
> {code}
> Collection<VagrantStatus> stats = status.values();
> if( stats.size() == 0 ) {
> return IStatus.ERROR;
> }
> {code}
> And the message in the lines is lost completely
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBDS-3645) Installation of JBoss Developer Studio to a network drive fails
by CDW Engine (JIRA)
[ https://issues.jboss.org/browse/JBDS-3645?page=com.atlassian.jira.plugin.... ]
CDW Engine updated JBDS-3645:
-----------------------------
> Installation of JBoss Developer Studio to a network drive fails
> ----------------------------------------------------------------
>
> Key: JBDS-3645
> URL: https://issues.jboss.org/browse/JBDS-3645
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: installer
> Affects Versions: 8.1.0.GA
> Environment: * Windows Server 2012
> Reporter: Takayuki Konishi
> Assignee: Denis Golovin
>
> A customer is trying to install 64 bit jboss developer studio 8.1 using java 1.8 64 bit on a network drive (32 bit) from their local 64 bit machine.
> Installation failed with the error, see the attached error message:
> {code}
> !SESSION 2016-02-16 16:05:32.385 -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.8.0_65
> java.vendor=Oracle Corporation
> BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
> Framework arguments: -roaming -r jar:file:///E:/downloads/jboss-devstudio-8.1.0.GA-installer-standalone.jar!/ -d E:\tools\eclipse\studio -p jbds -i com.jboss.devstudio.core.package,org.testng.eclipse.feature.group,org.eclipse.wst.jsdt.feature.patch.feature.group -profileProperties org.eclipse.update.install.features=true
> Command-line arguments: -roaming -r jar:file:///E:/downloads/jboss-devstudio-8.1.0.GA-installer-standalone.jar!/ -d E:\tools\eclipse\studio -p jbds -i com.jboss.devstudio.core.package,org.testng.eclipse.feature.group,org.eclipse.wst.jsdt.feature.patch.feature.group -profileProperties org.eclipse.update.install.features=true
> !ENTRY org.eclipse.equinox.p2.engine 4 4 2016-02-16 16:27:12.468
> !MESSAGE An error occurred while installing the items
> !SUBENTRY 1 org.eclipse.equinox.p2.engine 4 0 2016-02-16 16:27:12.468
> !MESSAGE session context was:(profile=jbds, phase=org.eclipse.equinox.internal.p2.engine.phases.Install, operand=null --> [R]org.eclipse.rse.subsystems.shells.telnet 1.2.300.201403100950, action=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.InstallBundleAction).
> !SUBENTRY 1 org.eclipse.equinox.p2.touchpoint.eclipse 4 0 2016-02-16 16:27:12.468
> !MESSAGE The artifact file for osgi.bundle,org.eclipse.rse.subsystems.shells.telnet,1.2.300.201403100950 was not found.
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBDS-3655) Installer should handle reboot requests from virtual box msi installation
by CDW Engine (JIRA)
[ https://issues.jboss.org/browse/JBDS-3655?page=com.atlassian.jira.plugin.... ]
CDW Engine updated JBDS-3655:
-----------------------------
> Installer should handle reboot requests from virtual box msi installation
> -------------------------------------------------------------------------
>
> Key: JBDS-3655
> URL: https://issues.jboss.org/browse/JBDS-3655
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: installer
> Affects Versions: 9.1.0.CR1
> Reporter: Denis Golovin
> Assignee: Denis Golovin
> Labels: havoc
>
> {code}=== Logging started: 04/03/2016 18:46:48 ===
> Action start 18:46:48: INSTALL.
> Action start 18:46:48: AppSearch.
> Action ended 18:46:48: AppSearch. Return value 1.
> Action start 18:46:48: LaunchConditions.
> Action ended 18:46:48: LaunchConditions. Return value 1.
> Action start 18:46:48: FindRelatedProducts.
> Action ended 18:46:48: FindRelatedProducts. Return value 0.
> Action start 18:46:48: ValidateProductID.
> Action ended 18:46:48: ValidateProductID. Return value 1.
> Action start 18:46:48: CostInitialize.
> Action ended 18:46:50: CostInitialize. Return value 1.
> Action start 18:46:50: FileCost.
> Action ended 18:46:50: FileCost. Return value 1.
> Action start 18:46:50: CostFinalize.
> Action ended 18:46:50: CostFinalize. Return value 1.
> Action start 18:46:50: InstallValidate.
> Action ended 18:46:50: InstallValidate. Return value 1.
> Action start 18:46:50: InstallInitialize.
> Action ended 18:46:50: InstallInitialize. Return value 1.
> Action start 18:46:50: ProcessComponents.
> Action ended 18:46:50: ProcessComponents. Return value 1.
> Action start 18:46:50: UnpublishFeatures.
> Action ended 18:46:50: UnpublishFeatures. Return value 1.
> Action start 18:46:50: UnregisterTypeLibraries.
> Action ended 18:46:50: UnregisterTypeLibraries. Return value 1.
> Action start 18:46:50: RemoveRegistryValues.
> Action ended 18:46:50: RemoveRegistryValues. Return value 1.
> Action start 18:46:50: RemoveShortcuts.
> Action ended 18:46:50: RemoveShortcuts. Return value 1.
> Action start 18:46:50: RemoveEnvironmentStrings.
> Action ended 18:46:50: RemoveEnvironmentStrings. Return value 1.
> Action start 18:46:50: RemoveFiles.
> Action ended 18:46:50: RemoveFiles. Return value 0.
> Action start 18:46:50: RemoveFolders.
> Action ended 18:46:50: RemoveFolders. Return value 1.
> Action start 18:46:50: CreateFolders.
> Action ended 18:46:50: CreateFolders. Return value 1.
> Action start 18:46:50: ca_UninstallTAPInstances.
> Action ended 18:46:50: ca_UninstallTAPInstances. Return value 1.
> Action start 18:46:50: InstallFiles.
> Action ended 18:46:50: InstallFiles. Return value 1.
> Action start 18:46:50: MsiProcessDrivers.
> DIFXAPP: ENTER: ProcessDriverPackages()
> DIFXAPP: INFO: 'Component' is 'cp_USBFilterDriver'
> DIFXAPP: INFO: Component state 0x3 -> 0x3
> DIFXAPP: INFO: 'ComponentId' is {B7D782D2-96DF-4775-A0E1-A76CF7B04B65}
> DIFXAPP: INFO: 'Flags' is 23
> DIFXAPP: INFO: component path is C:\DeveloperPlatform\virtualbox\drivers\USB\filter\
> DIFXAPP: INFO: user SID of user performing the install is 'S-1-5-21-4257854280-2759556151-3260634400-1001'.
> DIFXAPP: INFO: creating HKEY_USERS\S-1-5-21-4257854280-2759556151-3260634400-1001\Software\Microsoft\Windows\CurrentVersion\DIFxApp\Components\{B7D782D2-96DF-4775-A0E1-A76CF7B04B65} (User's SID: 'S-1-5-21-4257854280-2759556151-3260634400-1001') ...
> Action start 18:46:50: MsiRollbackInstall.
> Action ended 18:46:50: MsiRollbackInstall. Return value 1.
> Action start 18:46:50: MsiInstallDrivers.
> Action ended 18:46:50: MsiInstallDrivers. Return value 1.
> DIFXAPP: INFO: 'Component' is 'cp_USBDeviceDriver'
> DIFXAPP: INFO: Component state 0x3 -> 0x3
> DIFXAPP: INFO: 'ComponentId' is {010FE46A-E358-43E2-8BDC-38BC8BEC82E0}
> DIFXAPP: INFO: 'Flags' is 23
> DIFXAPP: INFO: component path is C:\DeveloperPlatform\virtualbox\drivers\USB\device\
> DIFXAPP: INFO: user SID of user performing the install is 'S-1-5-21-4257854280-2759556151-3260634400-1001'.
> DIFXAPP: INFO: creating HKEY_USERS\S-1-5-21-4257854280-2759556151-3260634400-1001\Software\Microsoft\Windows\CurrentVersion\DIFxApp\Components\{010FE46A-E358-43E2-8BDC-38BC8BEC82E0} (User's SID: 'S-1-5-21-4257854280-2759556151-3260634400-1001') ...
> Action start 18:46:50: MsiRollbackInstall.
> Action ended 18:46:50: MsiRollbackInstall. Return value 1.
> Action start 18:46:50: MsiInstallDrivers.
> Action ended 18:46:50: MsiInstallDrivers. Return value 1.
> DIFXAPP: INFO: 'Component' is 'cp_VBoxDrv'
> DIFXAPP: INFO: Component state 0x3 -> 0x3
> DIFXAPP: INFO: 'ComponentId' is {D3E2F2BB-569F-46A2-836C-BDF30FF1EDF8}
> DIFXAPP: INFO: 'Flags' is 23
> DIFXAPP: INFO: component path is C:\DeveloperPlatform\virtualbox\drivers\vboxdrv\
> DIFXAPP: INFO: user SID of user performing the install is 'S-1-5-21-4257854280-2759556151-3260634400-1001'.
> DIFXAPP: INFO: creating HKEY_USERS\S-1-5-21-4257854280-2759556151-3260634400-1001\Software\Microsoft\Windows\CurrentVersion\DIFxApp\Components\{D3E2F2BB-569F-46A2-836C-BDF30FF1EDF8} (User's SID: 'S-1-5-21-4257854280-2759556151-3260634400-1001') ...
> Action start 18:46:50: MsiRollbackInstall.
> Action ended 18:46:50: MsiRollbackInstall. Return value 1.
> Action start 18:46:50: MsiInstallDrivers.
> Action ended 18:46:50: MsiInstallDrivers. Return value 1.
> DIFXAPP: RETURN: ProcessDriverPackages() 0 (0x0)
> Action ended 18:46:50: MsiProcessDrivers. Return value 1.
> Action start 18:46:50: CreateShortcuts.
> Action ended 18:46:50: CreateShortcuts. Return value 1.
> Action start 18:46:50: WriteRegistryValues.
> Action ended 18:46:50: WriteRegistryValues. Return value 1.
> Action start 18:46:50: WriteEnvironmentStrings.
> Action ended 18:46:50: WriteEnvironmentStrings. Return value 1.
> Action start 18:46:50: RegisterTypeLibraries.
> Action ended 18:46:50: RegisterTypeLibraries. Return value 1.
> Action start 18:46:50: RegisterUser.
> Action ended 18:46:50: RegisterUser. Return value 0.
> Action start 18:46:50: RegisterProduct.
> Action ended 18:46:50: RegisterProduct. Return value 1.
> Action start 18:46:50: PublishFeatures.
> Action ended 18:46:50: PublishFeatures. Return value 1.
> Action start 18:46:50: PublishProduct.
> Action ended 18:46:51: PublishProduct. Return value 1.
> Action start 18:46:51: ca_InstallBrandingArgs.
> Action ended 18:46:51: ca_InstallBrandingArgs. Return value 1.
> Action start 18:46:51: ca_InstallBranding.
> Action ended 18:46:51: ca_InstallBranding. Return value 1.
> Action start 18:46:51: InstallFinalize.
> VBox HostInterfaces: Enumerating interfaces ...
> VBox HostInterfaces: No interfaces found.
> VBox HostInterfaces: Removing interfaces done.
> DIFXAPP: ENTER: InstallDriverPackages()
> DIFXAPP: INFO: 'CustomActionData' property 'DIFxApp Version' is '2.1'.
> DIFXAPP: INFO: 'CustomActionData' property 'UI Level' is '3'.
> DIFXAPP: INFO: 'CustomActionData' property 'componentId' is '{B7D782D2-96DF-4775-A0E1-A76CF7B04B65}'.
> DIFXAPP: INFO: 'CustomActionData' property 'componentPath' is 'C:\DeveloperPlatform\virtualbox\drivers\USB\filter\'.
> DIFXAPP: INFO: 'CustomActionData' property 'flags' is 0x17.
> DIFXAPP: INFO: 'CustomActionData' property 'installState' is '3'.
> DIFXAPP: INFO: 'CustomActionData' property 'ProductName' is 'Oracle VM VirtualBox 5.0.8'.
> DIFXAPP: INFO: 'CustomActionData' property 'ManufacturerName' is 'Oracle Corporation'.
> DIFXAPP: INFO: user SID of user performing the install is 'S-1-5-21-4257854280-2759556151-3260634400-1001'.
> DIFXAPP: INFO: opening HKEY_USERS\S-1-5-21-4257854280-2759556151-3260634400-1001\Software\Microsoft\Windows\CurrentVersion\DIFxApp\Components\{B7D782D2-96DF-4775-A0E1-A76CF7B04B65} (User's SID: 'S-1-5-21-4257854280-2759556151-3260634400-1001') ...
> DIFXAPP: INFO: ENTER: DriverPackageInstallW
> DIFXAPP: INFO: VBoxUSBMon.inf: checking signature with catalog 'C:\DeveloperPlatform\virtualbox\drivers\USB\filter\VBoxUSBMon.cat' ...
> DIFXAPP: INFO: Driver package 'VBoxUSBMon.inf' is Authenticode signed.
> DIFXAPP: INFO: Copied 'VBoxUSBMon.inf' to driver store...
> DIFXAPP: INFO: Copied 'VBoxUSBMon.cat' to driver store...
> DIFXAPP: INFO: Commiting queue...
> DIFXAPP: INFO: Copied file: 'C:\DeveloperPlatform\virtualbox\drivers\USB\filter\VBoxUSBMon.sys' -> 'C:\Windows\system32\DRVSTORE\VBoxUSBMon_E58AA38F21DEABCF7012351B00050623AA397B44\VBoxUSBMon.sys'.
> DIFXAPP: INFO: Installing INF file "C:\Windows\system32\DRVSTORE\VBoxUSBMon_E58AA38F21DEABCF7012351B00050623AA397B44\VBoxUSBMon.inf" of Type 1.
> DIFXAPP: INFO: Installing legacy driver 'C:\Windows\system32\DRVSTORE\VBoxUSBMon_E58AA38F21DEABCF7012351B00050623AA397B44\VBoxUSBMon.inf'
> DIFXAPP: INFO: 'C:\Windows\system32\DRVSTORE\VBoxUSBMon_E58AA38F21DEABCF7012351B00050623AA397B44\VBoxUSBMon.inf' requires a reboot.
> DIFXAPP: ERROR: Unable to start service 'VBoxUSBMon' because of error 0x422
> DIFXAPP: SUCCESS:Installation completed with code 0x0.
> DIFXAPP: INFO: RETURN: DriverPackageInstallW (0x0)
> DIFXAPP: INFO: ENTER: DriverPackageGetPathW
> DIFXAPP: SUCCESS:Found driver store entry.
> DIFXAPP: INFO: RETURN: DriverPackageGetPathW (0x7A)
> DIFXAPP: INFO: ENTER: DriverPackageGetPathW
> DIFXAPP: SUCCESS:Found driver store entry.
> DIFXAPP: INFO: RETURN: DriverPackageGetPathW (0x0)
> DIFXAPP: INFO: driver store entry for 'C:\DeveloperPlatform\virtualbox\drivers\USB\filter\VBoxUSBMon.inf' is 'C:\Windows\system32\DRVSTORE\VBoxUSBMon_E58AA38F21DEABCF7012351B00050623AA397B44\VBoxUSBMon.inf'.
> DIFXAPP: INFO: The component Id '{B7D782D2-96DF-4775-A0E1-A76CF7B04B65}' is now set to point to driver store: 'C:\Windows\system32\DRVSTORE\VBoxUSBMon_E58AA38F21DEABCF7012351B00050623AA397B44\VBoxUSBMon.inf'
> DIFXAPP: INFO: A reboot is needed to install the component '{B7D782D2-96DF-4775-A0E1-A76CF7B04B65}'.
> DIFXAPP: RETURN: InstallDriverPackages() 0 (0x0)
> DIFXAPP: ENTER: InstallDriverPackages()
> DIFXAPP: INFO: 'CustomActionData' property 'DIFxApp Version' is '2.1'.
> DIFXAPP: INFO: 'CustomActionData' property 'UI Level' is '3'.
> DIFXAPP: INFO: 'CustomActionData' property 'componentId' is '{010FE46A-E358-43E2-8BDC-38BC8BEC82E0}'.
> DIFXAPP: INFO: 'CustomActionData' property 'componentPath' is 'C:\DeveloperPlatform\virtualbox\drivers\USB\device\'.
> DIFXAPP: INFO: 'CustomActionData' property 'flags' is 0x17.
> DIFXAPP: INFO: 'CustomActionData' property 'installState' is '3'.
> DIFXAPP: INFO: 'CustomActionData' property 'ProductName' is 'Oracle VM VirtualBox 5.0.8'.
> DIFXAPP: INFO: 'CustomActionData' property 'ManufacturerName' is 'Oracle Corporation'.
> DIFXAPP: INFO: user SID of user performing the install is 'S-1-5-21-4257854280-2759556151-3260634400-1001'.
> DIFXAPP: INFO: opening HKEY_USERS\S-1-5-21-4257854280-2759556151-3260634400-1001\Software\Microsoft\Windows\CurrentVersion\DIFxApp\Components\{010FE46A-E358-43E2-8BDC-38BC8BEC82E0} (User's SID: 'S-1-5-21-4257854280-2759556151-3260634400-1001') ...
> DIFXAPP: INFO: ENTER: DriverPackageInstallW
> DIFXAPP: INFO: Installing INF file 'C:\DeveloperPlatform\virtualbox\drivers\USB\device\VBoxUSB.inf' (Plug and Play).
> DIFXAPP: INFO: Attempting to repair driver with INF 'C:\Windows\System32\DriverStore\FileRepository\vboxusb.inf_amd64_5102030e9b878df9\VBoxUSB.inf'.
> DIFXAPP: INFO: 'C:\Windows\System32\DriverStore\FileRepository\vboxusb.inf_amd64_5102030e9b878df9\VBoxUSB.inf' matches OEM Inf 'oem11.inf'.
> DIFXAPP: SUCCESS:Install completed
> DIFXAPP: INFO: RETURN: DriverPackageInstallW (0x0)
> DIFXAPP: INFO: ENTER: DriverPackageGetPathW
> DIFXAPP: INFO: RETURN: DriverPackageGetPathW (0x7A)
> DIFXAPP: INFO: ENTER: DriverPackageGetPathW
> DIFXAPP: INFO: RETURN: DriverPackageGetPathW (0x0)
> DIFXAPP: INFO: driver store entry for 'C:\DeveloperPlatform\virtualbox\drivers\USB\device\VBoxUSB.inf' is 'C:\Windows\System32\DriverStore\FileRepository\vboxusb.inf_amd64_5102030e9b878df9\vboxusb.inf'.
> DIFXAPP: INFO: The component Id '{010FE46A-E358-43E2-8BDC-38BC8BEC82E0}' is now set to point to driver store: 'C:\Windows\System32\DriverStore\FileRepository\vboxusb.inf_amd64_5102030e9b878df9\vboxusb.inf'
> DIFXAPP: INFO: A reboot is not needed to install the component '{010FE46A-E358-43E2-8BDC-38BC8BEC82E0}'.
> DIFXAPP: RETURN: InstallDriverPackages() 0 (0x0)
> DIFXAPP: ENTER: InstallDriverPackages()
> DIFXAPP: INFO: 'CustomActionData' property 'DIFxApp Version' is '2.1'.
> DIFXAPP: INFO: 'CustomActionData' property 'UI Level' is '3'.
> DIFXAPP: INFO: 'CustomActionData' property 'componentId' is '{D3E2F2BB-569F-46A2-836C-BDF30FF1EDF8}'.
> DIFXAPP: INFO: 'CustomActionData' property 'componentPath' is 'C:\DeveloperPlatform\virtualbox\drivers\vboxdrv\'.
> DIFXAPP: INFO: 'CustomActionData' property 'flags' is 0x17.
> DIFXAPP: INFO: 'CustomActionData' property 'installState' is '3'.
> DIFXAPP: INFO: 'CustomActionData' property 'ProductName' is 'Oracle VM VirtualBox 5.0.8'.
> DIFXAPP: INFO: 'CustomActionData' property 'ManufacturerName' is 'Oracle Corporation'.
> DIFXAPP: INFO: user SID of user performing the install is 'S-1-5-21-4257854280-2759556151-3260634400-1001'.
> DIFXAPP: INFO: opening HKEY_USERS\S-1-5-21-4257854280-2759556151-3260634400-1001\Software\Microsoft\Windows\CurrentVersion\DIFxApp\Components\{D3E2F2BB-569F-46A2-836C-BDF30FF1EDF8} (User's SID: 'S-1-5-21-4257854280-2759556151-3260634400-1001') ...
> DIFXAPP: INFO: ENTER: DriverPackageInstallW
> DIFXAPP: INFO: VBoxDrv.inf: checking signature with catalog 'C:\DeveloperPlatform\virtualbox\drivers\vboxdrv\VBoxDrv.cat' ...
> DIFXAPP: INFO: Driver package 'VBoxDrv.inf' is Authenticode signed.
> DIFXAPP: INFO: Copied 'VBoxDrv.inf' to driver store...
> DIFXAPP: INFO: Copied 'VBoxDrv.cat' to driver store...
> DIFXAPP: INFO: Commiting queue...
> DIFXAPP: INFO: Copied file: 'C:\DeveloperPlatform\virtualbox\drivers\vboxdrv\VBoxDrv.sys' -> 'C:\Windows\system32\DRVSTORE\VBoxDrv_768DB834341E67355F249CB0FF27F93B6D225DD0\VBoxDrv.sys'.
> DIFXAPP: INFO: Installing INF file "C:\Windows\system32\DRVSTORE\VBoxDrv_768DB834341E67355F249CB0FF27F93B6D225DD0\VBoxDrv.inf" of Type 1.
> DIFXAPP: INFO: Installing legacy driver 'C:\Windows\system32\DRVSTORE\VBoxDrv_768DB834341E67355F249CB0FF27F93B6D225DD0\VBoxDrv.inf'
> DIFXAPP: INFO: 'C:\Windows\system32\DRVSTORE\VBoxDrv_768DB834341E67355F249CB0FF27F93B6D225DD0\VBoxDrv.inf' requires a reboot.
> DIFXAPP: ERROR: Unable to start service 'VBoxDrv' because of error 0x422
> DIFXAPP: SUCCESS:Installation completed with code 0x0.
> DIFXAPP: INFO: RETURN: DriverPackageInstallW (0x0)
> DIFXAPP: INFO: ENTER: DriverPackageGetPathW
> DIFXAPP: SUCCESS:Found driver store entry.
> DIFXAPP: INFO: RETURN: DriverPackageGetPathW (0x7A)
> DIFXAPP: INFO: ENTER: DriverPackageGetPathW
> DIFXAPP: SUCCESS:Found driver store entry.
> DIFXAPP: INFO: RETURN: DriverPackageGetPathW (0x0)
> DIFXAPP: INFO: driver store entry for 'C:\DeveloperPlatform\virtualbox\drivers\vboxdrv\VBoxDrv.inf' is 'C:\Windows\system32\DRVSTORE\VBoxDrv_768DB834341E67355F249CB0FF27F93B6D225DD0\VBoxDrv.inf'.
> DIFXAPP: INFO: The component Id '{D3E2F2BB-569F-46A2-836C-BDF30FF1EDF8}' is now set to point to driver store: 'C:\Windows\system32\DRVSTORE\VBoxDrv_768DB834341E67355F249CB0FF27F93B6D225DD0\VBoxDrv.inf'
> DIFXAPP: INFO: A reboot is needed to install the component '{D3E2F2BB-569F-46A2-836C-BDF30FF1EDF8}'.
> DIFXAPP: RETURN: InstallDriverPackages() 0 (0x0)
> InstallBranding: Handling branding file ...
> CopyDir: DestDir=C:\DeveloperPlatform\virtualbox\, SourceDir=.custom
> CopyDir: Copy operation returned status 0x2
> InstallBranding: Handling done. (rc=31 (ignored))
> Action ended 18:46:59: InstallFinalize. Return value 1.
> Action start 18:46:59: MsiCleanupOnSuccess.
> DIFXAPP: ENTER: CleanupOnSuccess()
> DIFXAPP: INFO: 'Component' is 'cp_USBFilterDriver'
> DIFXAPP: INFO: 'ComponentId' is {B7D782D2-96DF-4775-A0E1-A76CF7B04B65}
> DIFXAPP: INFO: user SID of user performing the install is 'S-1-5-21-4257854280-2759556151-3260634400-1001'.
> DIFXAPP: INFO: opening HKEY_USERS\S-1-5-21-4257854280-2759556151-3260634400-1001\Software\Microsoft\Windows\CurrentVersion\DIFxApp\Components\{B7D782D2-96DF-4775-A0E1-A76CF7B04B65} (User's SID: 'S-1-5-21-4257854280-2759556151-3260634400-1001') ...
> DIFXAPP: INFO: 'Component' is 'cp_USBDeviceDriver'
> DIFXAPP: INFO: 'ComponentId' is {010FE46A-E358-43E2-8BDC-38BC8BEC82E0}
> DIFXAPP: INFO: user SID of user performing the install is 'S-1-5-21-4257854280-2759556151-3260634400-1001'.
> DIFXAPP: INFO: opening HKEY_USERS\S-1-5-21-4257854280-2759556151-3260634400-1001\Software\Microsoft\Windows\CurrentVersion\DIFxApp\Components\{010FE46A-E358-43E2-8BDC-38BC8BEC82E0} (User's SID: 'S-1-5-21-4257854280-2759556151-3260634400-1001') ...
> DIFXAPP: INFO: 'Component' is 'cp_VBoxDrv'
> DIFXAPP: INFO: 'ComponentId' is {D3E2F2BB-569F-46A2-836C-BDF30FF1EDF8}
> DIFXAPP: INFO: user SID of user performing the install is 'S-1-5-21-4257854280-2759556151-3260634400-1001'.
> DIFXAPP: INFO: opening HKEY_USERS\S-1-5-21-4257854280-2759556151-3260634400-1001\Software\Microsoft\Windows\CurrentVersion\DIFxApp\Components\{D3E2F2BB-569F-46A2-836C-BDF30FF1EDF8} (User's SID: 'S-1-5-21-4257854280-2759556151-3260634400-1001') ...
> Action start 18:46:59: ScheduleReboot.
> Action ended 18:46:59: ScheduleReboot. Return value 1.
> DIFXAPP: RETURN: CleanupOnSuccess() 0 (0x0)
> Action ended 18:46:59: MsiCleanupOnSuccess. Return value 1.
> Action ended 18:46:59: INSTALL. Return value 1.
> MSI (s) (50:48) [18:46:59:122]: Product: Oracle VM VirtualBox 5.0.8 -- Configuration completed successfully.
> MSI (s) (50:48) [18:46:59:125]: Windows Installer reconfigured the product. Product Name: Oracle VM VirtualBox 5.0.8. Product Version: 5.0.8. Product Language: 1033. Manufacturer: Oracle Corporation. Reconfiguration success or error status: 0.
> MSI (s) (50:48) [18:46:59:126]: Windows Installer requires a system restart. Product Name: Oracle VM VirtualBox 5.0.8. Product Version: 5.0.8. Product Language: 1033. Manufacturer: Oracle Corporation. Type of System Restart: 2. Reason for Restart: 2.
> MSI (s) (50:48) [18:46:59:126]: Product: Oracle VM VirtualBox 5.0.8. Restart required. The product installation or update required a restart for all changes to take effect. The restart was deferred to a later time.
> === Logging stopped: 04/03/2016 18:46:59 ===
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years