[Bug]: ran into error code “0x80010135” when unzip the code on Windows 11
まだ誰も着手していません。
評価
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 初心者へのやさしさ
- 65/100
- issue の種類
- バグ
- 明瞭さ
- 明確に書かれている
- 活発さ
- 停滞
- 技術スタック
- java
- 領域
- build-system
調査の方向性
この issue は、長いパスによって Windows で展開エラーが発生する特定のファイルを指しています。extras/queue-manager-replicated/tests-multi-instance/quarkus-app-1/src/main/java/io/a2a/extras/queuemanager/replicated/tests/multiinstance/app1/ 以下のプロジェクト構造を調査してください。パスの長さを Windows の 260 文字制限未満に抑えるため、パッケージ名またはディレクトリ名を短縮することを検討してください。長いパスのサポートを有効にしていない Windows システムで、ダウンロードしたアーカイブを解凍してみて修正を検証してください。
索引モデルが issue の本文から書いたものです。
説明
What happened?
A bug happened!
I downloaded the code zip (instead of git clone), and when I unzip the code, an error happened
The windows error code is: 0x80010135
And it seems the length of this file's path is way too long: MultiInstanceReplicationApp1AgentExecutorProducer.java
I did some searching. It turns out that the longgest path length in windows is 260 characters. The full path of this file is:
"a2a-java\extras\queue-manager-replicated\tests-multi-instance\quarkus-app-1\src\main\java\io\a2a\extras\queuemanager\replicated\tests\multiinstance\app1\MultiInstanceReplicationApp1AgentExecutorProducer.java"
The length of this string is as high as 207, which is very close to the system upper limit.
An easy solution is enable windows' long path support:
- Win + R: regedit
- find HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem
- create LongPathsEnabled DWORD (32-bit)
- set the value to 1
- reboot the system
Relevant log output
Code of Conduct
- I agree to follow this project's Code of Conduct
- 主要言語
- Java
- スター
- 495
- フォーク
- 174
- 平均マージ
- 1日 17時間
- マージ済み PR(30日)
- 48
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
a2aproject/a2a-java のほかの issue
-
[Bug]: NullPointerException in A2ACommonFieldMapper when a struct field has an explicit null value オープン
難易度 2/5 1〜3時間 初心者へのやさしさ 78/100
a2aproject/a2a-java#1160 · コメント 1 件 · リアクション 2 件 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
a2aproject/a2a-java#1142 · 担当者 1 名 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
a2aproject/a2a-java#1012 ·
-
sample
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
a2aproject/a2a-java#375 · コメント 5 件 · 担当者 1 名 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 45/100
a2aproject/a2a-java#1170 ·
a2aproject/a2a-java の issue をすべて見る
似ている issue
-
certification
難易度 1/5 1時間未満 初心者へのやさしさ 80/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
[BUG] ECR GetAuthorizationToken returns a proxyEndpoint for the default region, not the request's オープンbug ecr
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
Needs: Triage Type: Feature request
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
AntennaPod/AntennaPod#8794 ·
-
agentic-workflows
難易度 2/5 1〜3時間 初心者へのやさしさ 65/100
github/copilot-sdk#2760 ·