简体   繁体   English

quarkus 本机映像插件 (graalvm 20) 在 windows 10 主页上崩溃(错误 206):无法运行程序、文件名或扩展名太长

[英]quarkus native image plugin (graalvm 20) crashes on windows 10 home (error 206): cannot run program, filename or extension too long

I can not successfully run "mvn package -Pnative" for a quarkus application on a windows 10 home machine.我无法在 windows 10 家用机器上成功地为 quarkus 应用程序运行“mvn package -Pnative”。 It fails with error "filename is to long".它失败并出现错误“文件名太长”。 Any ideas anybody?有什么想法吗? I already acitvated long path names on windows regedit and gpedit...我已经在 windows regedit 和 gpedit 上激活了长路径名...

The command works for a "hello world" example, so I think the overall configuration is fine.该命令适用于“hello world”示例,所以我认为整体配置很好。 The installed quarkus features are: agroal, cdi, hibernate-orm, jdbc-mysql, mutiny, narayana-jta, resteasy, resteasy-jsonb, security, security-jpa安装的quarkus功能有:agroal、cdi、hibernate-orm、jdbc-mysql、mutiny、narayana-jta、resteasy、resteasy-jsonb、security、security-jpa

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 本地图像构建过程在Quarkus中被冻结 - Native image building process is frozen in Quarkus 将 quarkus 版本从 1.7.5 更改为 1.8.0 时,构建本机映像会中断 - Building a native image breaks on change quarkus version from 1.7.5 to 1.8.0 列的值太长 - 错误持久化LocalDate - Value too long for column - error persisting LocalDate Hibernate uuid生成获取“数据太长”错误 - Hibernate uuid generation gets 'data too long' error 如何将 Quarkus 配置为 go 超过 20 个 Mysql 连接? - How to configure Quarkus to go beyond 20 Mysql connections? DB2-juplo / hibernate4-maven-plugin生成的外键约束长度太长 - DB2 - Foreign key constraint length generated by juplo/hibernate4-maven-plugin is too long Quarkus测试失败,因为未找到本机DayOfWeek - Quarkus Test fails in native becaus DayOfWeek not found Hibernate Envers DefaultRevisionEntity 不能转换为 class Quarkus - Hibernate Envers DefaultRevisionEntity cannot be cast to class Quarkus Hibernate无法识别脚本中的列长。 它使用默认值1并给数据提供了太长的列错误 - Hibernate not recognizing column length in script. Its using default one and giving Data too long for column error 从MySQL触发器获取错误“数据截断:数据对于列'USER'而言太长” - Getting Error “Data truncation: Data too long for column 'USER'” from MySQL trigger
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM