执行maven插件目标jetty:在Intellij上运行错误:“权限被拒绝”

发布于 2024-12-21 15:37:51 字数 638 浏览 1 评论 0原文

我正在开发一个多模块 Maven 项目。我想使用 IntelliJ 在 Ubuntu 环境上开发该项目。 当我使用 Intellij maven 插件执行 Maven 目标“jetty:run”时,控制台给出错误信息“权限被拒绝”和失败。

2011-12-16 16:55:46.371::信息:jetty-6.1.15 2011-12-16 16:55:46.588::INFO:未找到事务管理器 - 如果您的网络应用程序需要一个,请配置一个。 2011-12-16 16:55:48.684:/:INFO: 初始化 Spring FrameworkServlet 'flamingo' 2011-12-16 16:55:50,068 信息 [com.jje.flamingo.extend.JPropertiesConfigurer] - 从类路径资源 [domain.properties] 加载属性文件 2011-12-16 16:55:52.912::警告:失败 [电子邮件受保护]:80 java.net.SocketException:权限被拒绝

I'm developing a multi-module maven project. I'd like to develop that project on Ubuntu environment with IntelliJ.
When I execute maven goal "jetty:run" with Intellij maven plugin, the console give me error information "permission denied" and Fail.

2011-12-16 16:55:46.371::INFO: jetty-6.1.15
2011-12-16 16:55:46.588::INFO: No Transaction manager found - if your webapp requires one, please configure one.
2011-12-16 16:55:48.684:/:INFO: Initializing Spring FrameworkServlet 'flamingo'
2011-12-16 16:55:50,068 INFO [com.jje.flamingo.extend.JPropertiesConfigurer] - Loading properties file from class path resource [domain.properties]
2011-12-16 16:55:52.912::WARN: failed [email protected]:80
java.net.SocketException: Permission denied

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

别再吹冷风 2024-12-28 15:37:51

Jetty 配置为使用端口 80,如果您不以 root 身份运行,则不允许使用端口。尝试将配置中的端口更改为 1024 以上。

Jetty is configured to use port 80, which is not allowed if you are not running as root. Try to change the port to something above 1024 in the configuration.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文