Error 0x80010135: Path too long observed when extracting Jira zip file during upgrade process

Still need help?

The Atlassian Community is here for you.

Ask the community

Platform notice: Server and Data Center only. This article only applies to Atlassian products on the Server and Data Center platforms.

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Except Fisheye and Crucible

Summary

When trying to extract the zip file, some files fail to be extracted, receiving the Windows error 0x80010135: path too long.

Environment

Jira 8.22.2

Windows environments
.

Diagnosis


  • Check if the number of characters for the Path and file name is higher than the default limit of 260. 
    For instance, this file failed to be extracted because it is using 273 characters:
E:\Atlassian\tools\atlassian-jira-software/atlassian-jira/WEB-INF/classes/com/atlassian/jira/mention/stats/UserSearchServiceStatsData$Optimised$FindTopUsersInternal$FindTopUsersWithPermissionInIssueFromGroups$FindTopUsersWithNamesInGroups$QueryDslJiraCrowdDAOSettings.class


Cause

This error is due to a default limitation of the Windows filesystem as there is a cap of 260 characters for a given file path within the Operating System due to the Win32 API.

We have a bug ticket JRASERVER-7143 - Getting issue details... STATUS that outlines this in more detail, however as it pertains to a limit of Windows and not Jira, Atlassian cannot action on this limitation.



Solution


Last modified on Aug 24, 2023

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.