JDK-4217036 : Cannot unjar rmiregistry.jar in RMI Registry Service Provider for JNDI
  • Type: Bug
  • Component: core-libs
  • Sub-Component: javax.naming
  • Affected Version: 1.1.6
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_nt
  • CPU: x86
  • Submitted: 1999-03-03
  • Updated: 1999-03-05
  • Resolved: 1999-03-05
Related Reports
Duplicate :  
Description

Name: dbT83986			Date: 03/03/99


>jar xvf rmiregistry.jar
extracted: META-INF\MANIFEST.MF
inflated: com\sun\jndi\rmi\registry
java.io.IOException: com\sun\jndi\rmi\registry: could not create directory
at java.lang.Throwable.<init>(Compiled Code)
at sun.tools.jar.Main.extractFile(Complied Code)
at sun.tools.jar.Main.extract(Compiled Code)
at sun.tools.jar.Main.run(Main.java:106)
at sun.tools.jar.Main.main(Main.java:524)
(Review ID: 34540)
======================================================================

Comments
WORK AROUND Name: dbT83986 Date: 03/03/99 I tried manually creating this directory and tried again but got a FileNotFoundException ====================================================================== scott.seligman@Eng 1999-03-05 Run the "jar xf" command three times in a row. Yes, that's weird, but each time it is run it comes closer to finishing. Better yet, use the JDK 1.2 version of the "jar" command.
05-03-1999