简体   繁体   English

内部RMI注册表端口1099可能正由另一个应用程序诺基亚SDK使用

[英]The Internal RMI Registry port 1099 may be in use by another application Nokia SDK

I am getting an error: 我收到一个错误:

The Internal RMI Registry port 1099 may be in use by another application.

I change it to a different port, but I still get the error. 我将其更改为其他端口,但我仍然收到错误。 I am using windows 7, 64 bit and Nokia SDK1.1. 我使用的是Windows 7,64位和诺基亚SDK1.1。

Java 7 u21 (and Java 6 u45) reintroduced this problem. Java 7 u21(和Java 6 u45)重新引入了这个问题。 Nokia SDK works with Java 7 u17 (and Java 6 u43). Nokia SDK适用于Java 7 u17(和Java 6 u43)。

I tried to change the port, killed all other java apps, but no luck. 我试图更改端口,杀死所有其他Java应用程序,但没有运气。

In the end, the problem turned out to be a jdk/jre bug. 最后,问题结果证明是一个jdk / jre错误。 Apparently, the bug surfaced since 1.6 u 29. Here is the bug report. 显然,这个bug从1.6 u 29开始浮出水面。这是bug报告。 in sdk release note. 在sdk发行说明中。 http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u27-download-440405.html http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u27-download-440405.html

So switching to older JDK should fix the problem. 因此,切换到较旧的JDK应该可以解决问题。 I uninstalled jdk and installed JDK1.6 update 23 and it's working fine now! 我卸载了jdk并安装了JDK1.6更新23,现在工作正常!

JDKv1.6u30修复了这个bug。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM