OpenJDK 64-Bit Server VM warning: Cannot open file ../sonatype-work/nexus3/log/jvm.log due to No such file or directory nexus | Warning: Cannot open log file: ../sonatype-work/nexus3/log/jvm.log nexus | Warning: Forcing option -XX:LogFile=/tmp/jvm.log
报错的原因,安装路径中有中文!!
改了就行
下载:nexus-3.19.1-01-win64.zip
提取码:13ns
查找应用–>找到命令提示符–>右键–>以管理员身份运行–>cd 切换到nexus安装路径下的bin目录
如我的路径是:C:MySoftwaremavennexusnexus-3.19.1-01-win64nexus-3.19.1-01bin
cmd里面输入nexus.exe/run
就可以安装了
Microsoft Windows [版本 10.0.22000.613] (c) Microsoft Corporation。保留所有权利。 C:WINDOWSsystem32>cd C:// C:>cd MySoftware C:MySoftware>cd maven C:MySoftwaremaven>cd nexus C:MySoftwaremavennexus>cd nexus-3.19.1-01-win64 C:MySoftwaremavennexusnexus-3.19.1-01-win64>cd nexus-3.19.1-01 C:MySoftwaremavennexusnexus-3.19.1-01-win64nexus-3.19.1-01>cd bin C:MySoftwaremavennexusnexus-3.19.1-01-win64nexus-3.19.1-01bin>nexus.exe/run三、打开
- 打开网页
http://localhost:8081/nexus/#browse/welcome
2. 点击登录
2.x的版本,默认账户和密码是admin和admin123
3.x的版本,默认账户名:admin,密码在C:MySoftwaremavennexusnexus-3.19.1-01-win64sonatype-worknexus3admin.password
- 记事本打开复制密码去登录
- 登录以后会提示改密码
- 我改成了123456



