简体   繁体   中英

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.

Java 7 u21 (and Java 6 u45) reintroduced this problem. Nokia SDK works with Java 7 u17 (and Java 6 u43).

I tried to change the port, killed all other java apps, but no luck.

In the end, the problem turned out to be a jdk/jre bug. Apparently, the bug surfaced since 1.6 u 29. Here is the bug report. in sdk release note. http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u27-download-440405.html

So switching to older JDK should fix the problem. I uninstalled jdk and installed JDK1.6 update 23 and it's working fine now!

JDKv1.6u30修复了这个bug。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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