Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 311822 - Installation of TPTP fails when tried to install from install new software from eclipse help
Summary: Installation of TPTP fails when tried to install from install new software fr...
Status: CLOSED WORKSFORME
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: TPTP (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: ---   Edit
Assignee: Joel Cayne CLA
QA Contact: Kathy Chan CLA
URL:
Whiteboard: closed472
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-06 02:04 EDT by sumeet CLA
Modified: 2016-05-05 10:39 EDT (History)
2 users (show)

See Also:


Attachments
Complete stack trace of error (15.49 KB, application/octet-stream)
2010-05-06 02:09 EDT, sumeet CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description sumeet CLA 2010-05-06 02:04:34 EDT
Build Identifier: 20100218-1602

Used Galileo - http://download.eclipse.org/releases/galileo link in install new and selected Test and performance. The installation fails with following message
An error occurred while installing the items
  session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Install, operand=null --> [R]org.eclipse.tptp.platform.jvmti.runtime 4.5.2.v201002100210, action=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.ChmodAction).
  The action chmod failed - file C:\eclipse\plugins\org.eclipse.tptp.platform.jvmti.runtime_4.5.2.v201002100210\agent_files\linux_ia32\libACCollector.so does not exist.


--------------complete logs ----------------------------------
!SESSION 2010-05-04 22:59:27.609 -----------------------------------------------
eclipse.buildId=
java.version=1.5.0_14
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.jee.product -product org.eclipse.epp.package.jee.product
Command-line arguments:  -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.jee.product -data E:\dev\workspaces\svnimps2 -product org.eclipse.epp.package.jee.product

!ENTRY org.eclipse.team.svn.core.svnnature 4 0 2010-05-04 23:00:35.015
!MESSAGE SVN: '0x00400106: Get Repository Folder Children' operation finished with error
!SUBENTRY 1 org.eclipse.team.svn.core.svnnature 4 0 2010-05-04 23:00:35.015
!MESSAGE Get repository folder children operation failed.
!STACK 0
org.eclipse.team.svn.core.connector.SVNConnectorException: svn: OPTIONS of '/svn': 301 Moved Permanently (https://122.176.42.148:8443)
svn: OPTIONS request failed on '/svn'
	at org.polarion.team.svn.connector.svnkit.SVNKitConnector.handleClientException(SVNKitConnector.java:1400)
	at org.polarion.team.svn.connector.svnkit.SVNKitConnector.list(SVNKitConnector.java:1250)
	at org.eclipse.team.svn.core.extension.factory.ThreadNameModifier.list(ThreadNameModifier.java:278)
	at org.eclipse.team.svn.core.utility.SVNUtility.list(SVNUtility.java:333)
	at org.eclipse.team.svn.core.svnstorage.SVNRepositoryContainer.getChildren(SVNRepositoryContainer.java:79)
	at org.eclipse.team.svn.ui.operation.GetRemoteFolderChildrenOperation.runImpl(GetRemoteFolderChildrenOperation.java:74)
	at org.eclipse.team.svn.core.operation.AbstractActionOperation.run(AbstractActionOperation.java:77)
	at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTask(ProgressMonitorUtility.java:104)
	at org.eclipse.team.svn.core.operation.CompositeOperation.runImpl(CompositeOperation.java:94)
	at org.eclipse.team.svn.core.operation.AbstractActionOperation.run(AbstractActionOperation.java:77)
	at org.eclipse.team.svn.core.operation.LoggedOperation.run(LoggedOperation.java:38)
	at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTask(ProgressMonitorUtility.java:104)
	at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTaskExternal(ProgressMonitorUtility.java:90)
	at org.eclipse.team.svn.ui.utility.DefaultCancellableOperationWrapper.run(DefaultCancellableOperationWrapper.java:55)
	at org.eclipse.team.svn.ui.utility.ScheduledOperationWrapper.run(ScheduledOperationWrapper.java:37)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: org.tigris.subversion.javahl.ClientException: svn: OPTIONS of '/svn': 301 Moved Permanently (https://122.176.42.148:8443)
svn: OPTIONS request failed on '/svn'
	at org.tigris.subversion.javahl.JavaHLObjectFactory.throwException(JavaHLObjectFactory.java:724)
	at org.tmatesoft.svn.core.javahl.SVNClientImpl.throwException(SVNClientImpl.java:1929)
	at org.tmatesoft.svn.core.javahl.SVNClientImpl.list(SVNClientImpl.java:365)
	at org.tmatesoft.svn.core.javahl.SVNClientImpl.list(SVNClientImpl.java:337)
	at org.polarion.team.svn.connector.svnkit.SVNKitConnector.list(SVNKitConnector.java:1239)
	... 14 more
Caused by: org.tmatesoft.svn.core.SVNException: svn: OPTIONS of '/svn': 301 Moved Permanently (https://122.176.42.148:8443)
svn: OPTIONS request failed on '/svn'
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:103)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:87)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:635)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:274)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:262)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:449)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:97)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:665)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:172)
	at org.tmatesoft.svn.core.wc.SVNBasicClient.getRevisionNumber(SVNBasicClient.java:479)
	at org.tmatesoft.svn.core.wc.SVNBasicClient.getLocations(SVNBasicClient.java:848)
	at org.tmatesoft.svn.core.wc.SVNBasicClient.createRepository(SVNBasicClient.java:531)
	at org.tmatesoft.svn.core.wc.SVNLogClient.doList(SVNLogClient.java:983)
	at org.tmatesoft.svn.core.javahl.SVNClientImpl.list(SVNClientImpl.java:350)
	... 16 more

!ENTRY org.eclipse.team.svn.core.svnnature 4 0 2010-05-04 23:00:35.781
!MESSAGE SVN: '0x00400107: Get Repository Resource Revision' operation finished with error
!SUBENTRY 1 org.eclipse.team.svn.core.svnnature 4 0 2010-05-04 23:00:35.781
!MESSAGE Get repository resource revision operation failed.
!STACK 0
org.eclipse.team.svn.core.connector.SVNConnectorException: svn: PROPFIND of '/svn': 301 Moved Permanently (https://122.176.42.148:8443)
svn: PROPFIND request failed on '/svn'
	at org.polarion.team.svn.connector.svnkit.SVNKitConnector.handleClientException(SVNKitConnector.java:1400)
	at org.polarion.team.svn.connector.svnkit.SVNKitConnector.info(SVNKitConnector.java:1056)
	at org.eclipse.team.svn.core.extension.factory.ThreadNameModifier.info(ThreadNameModifier.java:698)
	at org.eclipse.team.svn.core.utility.SVNUtility.info(SVNUtility.java:373)
	at org.eclipse.team.svn.core.svnstorage.SVNRepositoryContainer.getRevisionImpl(SVNRepositoryContainer.java:109)
	at org.eclipse.team.svn.core.svnstorage.SVNRepositoryResource.getRevision(SVNRepositoryResource.java:97)
	at org.eclipse.team.svn.ui.operation.GetRemoteResourceRevisionOperation.runImpl(GetRemoteResourceRevisionOperation.java:39)
	at org.eclipse.team.svn.core.operation.AbstractActionOperation.run(AbstractActionOperation.java:77)
	at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTask(ProgressMonitorUtility.java:104)
	at org.eclipse.team.svn.core.operation.CompositeOperation.runImpl(CompositeOperation.java:94)
	at org.eclipse.team.svn.core.operation.AbstractActionOperation.run(AbstractActionOperation.java:77)
	at org.eclipse.team.svn.core.operation.LoggedOperation.run(LoggedOperation.java:38)
	at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTask(ProgressMonitorUtility.java:104)
	at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTaskExternal(ProgressMonitorUtility.java:90)
	at org.eclipse.team.svn.ui.utility.DefaultCancellableOperationWrapper.run(DefaultCancellableOperationWrapper.java:55)
	at org.eclipse.team.svn.ui.utility.ScheduledOperationWrapper.run(ScheduledOperationWrapper.java:37)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: org.tigris.subversion.javahl.ClientException: svn: PROPFIND of '/svn': 301 Moved Permanently (https://122.176.42.148:8443)
svn: PROPFIND request failed on '/svn'
	at org.tigris.subversion.javahl.JavaHLObjectFactory.throwException(JavaHLObjectFactory.java:724)
	at org.tmatesoft.svn.core.javahl.SVNClientImpl.throwException(SVNClientImpl.java:1929)
	at org.tmatesoft.svn.core.javahl.SVNClientImpl.info2(SVNClientImpl.java:2272)
	at org.polarion.team.svn.connector.svnkit.SVNKitConnector.info(SVNKitConnector.java:1053)
	... 15 more
Caused by: org.tmatesoft.svn.core.SVNException: svn: PROPFIND of '/svn': 301 Moved Permanently (https://122.176.42.148:8443)
svn: PROPFIND request failed on '/svn'
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
	at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.findStartingProperties(DAVUtil.java:124)
	at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getBaselineProperties(DAVUtil.java:214)
	at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getBaselineInfo(DAVUtil.java:172)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:175)
	at org.tmatesoft.svn.core.wc.SVNBasicClient.getRevisionNumber(SVNBasicClient.java:479)
	at org.tmatesoft.svn.core.wc.SVNBasicClient.getLocations(SVNBasicClient.java:848)
	at org.tmatesoft.svn.core.wc.SVNBasicClient.createRepository(SVNBasicClient.java:531)
	at org.tmatesoft.svn.core.wc.SVNWCClient.doInfo(SVNWCClient.java:2349)
	at org.tmatesoft.svn.core.javahl.SVNClientImpl.info2(SVNClientImpl.java:2282)
	at org.tmatesoft.svn.core.javahl.SVNClientImpl.info2(SVNClientImpl.java:2263)
	... 16 more

!ENTRY org.eclipse.team.svn.core.svnnature 4 0 2010-05-04 23:00:38.125
!MESSAGE SVN: '0x00400107: Get Repository Resource Revision' operation finished with error
!SUBENTRY 1 org.eclipse.team.svn.core.svnnature 4 0 2010-05-04 23:00:38.125
!MESSAGE Get repository resource revision operation failed.
!STACK 0
org.eclipse.team.svn.core.connector.SVNConnectorException: svn: OPTIONS of '/svn': 301 Moved Permanently (https://122.176.42.148:8443)
svn: OPTIONS request failed on '/svn'
	at org.polarion.team.svn.connector.svnkit.SVNKitConnector.handleClientException(SVNKitConnector.java:1400)
	at org.polarion.team.svn.connector.svnkit.SVNKitConnector.info(SVNKitConnector.java:1056)
	at org.eclipse.team.svn.core.extension.factory.ThreadNameModifier.info(ThreadNameModifier.java:698)
	at org.eclipse.team.svn.core.utility.SVNUtility.info(SVNUtility.java:373)
	at org.eclipse.team.svn.core.svnstorage.SVNRepositoryContainer.getRevisionImpl(SVNRepositoryContainer.java:109)
	at org.eclipse.team.svn.core.svnstorage.SVNRepositoryResource.getRevision(SVNRepositoryResource.java:97)
	at org.eclipse.team.svn.ui.operation.GetRemoteResourceRevisionOperation.runImpl(GetRemoteResourceRevisionOperation.java:39)
	at org.eclipse.team.svn.core.operation.AbstractActionOperation.run(AbstractActionOperation.java:77)
	at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTask(ProgressMonitorUtility.java:104)
	at org.eclipse.team.svn.core.operation.CompositeOperation.runImpl(CompositeOperation.java:94)
	at org.eclipse.team.svn.core.operation.AbstractActionOperation.run(AbstractActionOperation.java:77)
	at org.eclipse.team.svn.core.operation.LoggedOperation.run(LoggedOperation.java:38)
	at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTask(ProgressMonitorUtility.java:104)
	at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTaskExternal(ProgressMonitorUtility.java:90)
	at org.eclipse.team.svn.ui.utility.DefaultCancellableOperationWrapper.run(DefaultCancellableOperationWrapper.java:55)
	at org.eclipse.team.svn.ui.utility.ScheduledOperationWrapper.run(ScheduledOperationWrapper.java:37)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: org.tigris.subversion.javahl.ClientException: svn: OPTIONS of '/svn': 301 Moved Permanently (https://122.176.42.148:8443)
svn: OPTIONS request failed on '/svn'
	at org.tigris.subversion.javahl.JavaHLObjectFactory.throwException(JavaHLObjectFactory.java:724)
	at org.tmatesoft.svn.core.javahl.SVNClientImpl.throwException(SVNClientImpl.java:1929)
	at org.tmatesoft.svn.core.javahl.SVNClientImpl.info2(SVNClientImpl.java:2272)
	at org.polarion.team.svn.connector.svnkit.SVNKitConnector.info(SVNKitConnector.java:1053)
	... 15 more
Caused by: org.tmatesoft.svn.core.SVNException: svn: OPTIONS of '/svn': 301 Moved Permanently (https://122.176.42.148:8443)
svn: OPTIONS request failed on '/svn'
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:103)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:87)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:635)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:274)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:262)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:449)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:97)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:665)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:172)
	at org.tmatesoft.svn.core.wc.SVNBasicClient.getRevisionNumber(SVNBasicClient.java:479)
	at org.tmatesoft.svn.core.wc.SVNBasicClient.getLocations(SVNBasicClient.java:848)
	at org.tmatesoft.svn.core.wc.SVNBasicClient.createRepository(SVNBasicClient.java:531)
	at org.tmatesoft.svn.core.wc.SVNWCClient.doInfo(SVNWCClient.java:2349)
	at org.tmatesoft.svn.core.javahl.SVNClientImpl.info2(SVNClientImpl.java:2282)
	at org.tmatesoft.svn.core.javahl.SVNClientImpl.info2(SVNClientImpl.java:2263)
	... 16 more

!ENTRY org.eclipse.osgi 2 1 2010-05-04 23:02:34.406
!MESSAGE NLS unused message: contextRootLabelInvalid in: org.eclipse.jst.servlet.ui.project.facet.WebFacetInstallPage

!ENTRY org.eclipse.osgi 2 1 2010-05-04 23:02:34.406
!MESSAGE NLS unused message: contentDirLabelInvalid in: org.eclipse.jst.servlet.ui.project.facet.WebFacetInstallPage
!SESSION 2010-05-05 22:23:47.078 -----------------------------------------------
eclipse.buildId=
java.version=1.5.0_14
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.jee.product
Command-line arguments:  -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.jee.product

!ENTRY org.eclipse.equinox.p2.engine 4 4 2010-05-05 22:43:57.062
!MESSAGE An error occurred while installing the items
!SUBENTRY 1 org.eclipse.equinox.p2.engine 4 0 2010-05-05 22:43:57.062
!MESSAGE session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Install, operand=null --> [R]org.eclipse.tptp.platform.jvmti.runtime 4.5.2.v201002100210, action=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.ChmodAction).
!SUBENTRY 1 org.eclipse.equinox.p2.touchpoint.eclipse 4 0 2010-05-05 22:43:57.062
!MESSAGE The action chmod failed - file C:\eclipse\plugins\org.eclipse.tptp.platform.jvmti.runtime_4.5.2.v201002100210\agent_files\linux_ia32\libACCollector.so does not exist.

!ENTRY org.eclipse.equinox.p2.engine 4 4 2010-05-05 22:59:41.343
!MESSAGE An error occurred while installing the items
!SUBENTRY 1 org.eclipse.equinox.p2.engine 4 0 2010-05-05 22:59:41.343
!MESSAGE session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Install, operand=null --> [R]org.eclipse.tptp.platform.jvmti.runtime 4.5.2.v201002100210, action=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.ChmodAction).
!SUBENTRY 1 org.eclipse.equinox.p2.touchpoint.eclipse 4 0 2010-05-05 22:59:41.343
!MESSAGE The action chmod failed - file C:\eclipse\plugins\org.eclipse.tptp.platform.jvmti.runtime_4.5.2.v201002100210\agent_files\linux_ia32\libACCollector.so does not exist.

!ENTRY org.eclipse.equinox.p2.engine 4 4 2010-05-05 23:00:08.937
!MESSAGE An error occurred while installing the items
!SUBENTRY 1 org.eclipse.equinox.p2.engine 4 0 2010-05-05 23:00:08.937
!MESSAGE session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Install, operand=null --> [R]org.eclipse.tptp.platform.jvmti.runtime 4.5.2.v201002100210, action=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.ChmodAction).
!SUBENTRY 1 org.eclipse.equinox.p2.touchpoint.eclipse 4 0 2010-05-05 23:00:08.937
!MESSAGE The action chmod failed - file C:\eclipse\plugins\org.eclipse.tptp.platform.jvmti.runtime_4.5.2.v201002100210\agent_files\linux_ia32\libACCollector.so does not exist.



Reproducible: Always

Steps to Reproduce:
1.Go to help and select install new software
2.Select url Galileo - http://download.eclipse.org/releases/galileo from dropdown
3.Select check box test and performance
4. Then press next button
5.List of files comes and then select finish
Comment 1 sumeet CLA 2010-05-06 02:09:42 EDT
Created attachment 167266 [details]
Complete stack trace of error
Comment 2 Joel Cayne CLA 2010-05-06 09:22:01 EDT
From the BootLoaderconstants it appears you are running on Windows. Do you have a chmod.exe on your path (bug 274640)?
Comment 3 Joel Cayne CLA 2010-05-25 14:20:19 EDT
Resolving as worksforme.
Comment 4 Kathy Chan CLA 2011-02-11 13:34:47 EST
This defect had been resolved as WORKSFORME for more than 1 month.  Closing this on the reporter's behalf.  Please verify with the latest TPTP 4.7.2 driver and re-open if this is still a problem.  TPTP 4.7.2 driver can be downloaded from:

http://www.eclipse.org/tptp/home/downloads/?ver=4.7.2
Comment 5 Kathy Chan CLA 2011-02-11 13:57:36 EST
Closing in TPTP 4.7.2 release.