雄猫 5.5 + nexus 1.9.2:Nexus 无法启动且 Tomcat 不记录任何内容
我在 Debian Lenny x64 服务器上使用 APT 安装了 Tomcat 5.5 (tomcat5.5) 和相应的管理包 (tomcat5.5-admin)。 我配置了 tomcat-users.xml
并且 tomcat 按照我的预期出现了。然后我使用 tomcat-manager web 应用程序部署了 Nexus 1.9.2 web 应用程序 WAR 文件。 管理员将nexus上传到tomcat,并解压webapps目录下的文件。
当尝试启动 nexus tomcat 时,它在管理 web 应用程序上告诉我以下内容:
FAIL - Application at context path /nexus-webapp-1.9.2 could not be started
它读取 这里我需要在/usr/share/tomcat5.5
下创建sonatype-work/
目录并使其成功无障碍to tomcat:
chown tomcat55 /usr/share/tomcat5.5/sonatype-work
我重新启动了tomcat /etc/init.d/tomcat55 restart
但没有任何改变。当我查找 tomcat 日志文件时,我在 /var/log/tomcat5.5
下发现了一个空目录
有人知道我做错了什么吗?
I installed Tomcat 5.5 (tomcat5.5) and the corrsponding admin package (tomcat5.5-admin) using APT on my Debian Lenny x64 server.
I configured the tomcat-users.xml
and tomcat came up how I expected. Then I deployed the Nexus 1.9.2 webapp WAR-File using the tomcat-manager webapp.
The manager uploaded nexus to tomcat and extracted the files in the webapps directory.
When try to start nexus tomcat tells me on the admin webapp the following:
FAIL - Application at context path /nexus-webapp-1.9.2 could not be started
It read here that I need to create the sonatype-work/
directory under /usr/share/tomcat5.5
and make it accessible to tomcat:
chown tomcat55 /usr/share/tomcat5.5/sonatype-work
I restarted tomcat /etc/init.d/tomcat55 restart
but nothing changed. When I looked for the tomcat log files I found an empty directory under /var/log/tomcat5.5
Does anyone known what I'm doing wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查 sonatype 工作中的 Nexus 日志。它可能不会运行,因为你的 tomcat 太旧了。您至少需要 6 和 Java 5 甚至 6 才能运行它。
您可以直接下载Tomcat,解压并部署Nexus来进行快速测试。这应该足以证明。如果有效,您可以运行 apt 来更新它。
Check the nexus logs in sonatype work. It won't probably run because your tomcat is old. You will need at least 6 and Java 5 or even 6 to run it.
You can do a quick test by downloading Tomcat directly, unzip it and deploy Nexus. This should be proof enough. If this works, you can then run apt to update it.