Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Path too long and file not found erros on Windows #636

Open
abrugaro opened this issue Feb 7, 2025 · 2 comments · May be fixed by #643
Open

Path too long and file not found erros on Windows #636

abrugaro opened this issue Feb 7, 2025 · 2 comments · May be fixed by #643
Assignees
Labels
bug Something isn't working demo-blocker

Comments

@abrugaro
Copy link
Contributor

abrugaro commented Feb 7, 2025

I saw the following errors when trying to solve all the incidents under JMS is not supported in Quarkus issue on Windows

[WinError 3] The system cannot find the path specified: 'C:\\Users\\Brugui\\AppData\\Local\\Temp\\_MEI326282\\data\\llm_cache\\gpt-4o\\AnalyzerRuleViolation\\service_InventoryNotificationMDB_java\\jms-to-reactive-quarkus-00050\\PackageDoesNotExistError\\service_InventoryNotificationMDB_java\\DependencyResolutionError\\coolstore_pom_xml'
[WinError 3] The system cannot find the path specified: 'C:\\Users\\Brugui\\AppData\\Local\\Temp\\_MEI326282\\data\\llm_cache\\gpt-4o\\AnalyzerRuleViolation\\service_InventoryNotificationMDB_java\\jms-to-reactive-quarkus-00050\\PackageDoesNotExistError\\service_InventoryNotificationMDB_java\\DependencyResolutionError\\coolstore_pom_xml'
[WinError 3] The system cannot find the path specified: 'C:\\Users\\Brugui\\AppData\\Local\\Temp\\_MEI326282\\data\\llm_cache\\gpt-4o\\AnalyzerRuleViolation\\service_InventoryNotificationMDB_java\\jms-to-reactive-quarkus-00050\\PackageDoesNotExistError\\service_InventoryNotificationMDB_java\\DependencyResolutionError\\coolstore_pom_xml'
[WinError 206] The filename or extension is too long: 'C:\\Users\\Brugui\\AppData\\Local\\Temp\\_MEI326282\\data\\llm_cache\\gpt-4o\\AnalyzerRuleViolation\\service_ShoppingCartOrderProcessor_java\\jms-to-reactive-quarkus-00050\\AnalyzerRuleViolation\\service_ShoppingCartOrderProcessor_java\\javax-to-jakarta-import-00001'
[WinError 206] The filename or extension is too long: 'C:\\Users\\Brugui\\AppData\\Local\\Temp\\_MEI326282\\data\\llm_cache\\gpt-4o\\AnalyzerRuleViolation\\service_ShoppingCartOrderProcessor_java\\jms-to-reactive-quarkus-00050\\AnalyzerRuleViolation\\service_ShoppingCartOrderProcessor_java\\javax-to-jakarta-import-00001'
[WinError 206] The filename or extension is too long: 'C:\\Users\\Brugui\\AppData\\Local\\Temp\\_MEI326282\\data\\llm_cache\\gpt-4o\\AnalyzerRuleViolation\\service_ShoppingCartOrderProcessor_java\\jms-to-reactive-quarkus-00050\\AnalyzerRuleViolation\\service_ShoppingCartOrderProcessor_java\\javax-to-jakarta-import-00001'

solution_20250207T161033.json
kai-rpc-server.log
kai-analyzer-server.log

Env:

Windows 11 Pro
Extension v0.0.9
Coolstore app
Settings file:

{
    "konveyor.kai.getSolutionMaxEffort": "High",
    "konveyor.analysis.labelSelector": "(konveyor.io/target=cloud-readiness || konveyor.io/target=jakarta-ee || konveyor.io/target=jakarta-ee8 || konveyor.io/target=jakarta-ee9 || konveyor.io/target=quarkus) || (discovery)"
}
@abrugaro abrugaro added the bug Something isn't working label Feb 7, 2025
@pranavgaikwad
Copy link
Contributor

pranavgaikwad commented Feb 7, 2025

Urgh, I did make sure to limit the file paths exactly because of this issue. But looks like we need to make it shorter. Thanks for filing this.

@pranavgaikwad
Copy link
Contributor

This also happens on Linux / Mac if the depth is unlimited and if we go enough down the depth as reported in #641

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working demo-blocker
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants