Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    CreateProcess error=206, The filename or extension is too long

    Hi team,

    I am getting bellow error.

    565B00E-00000178B4ED836A (10446 units written)
    [INFO] Opening cache file: D:\Code_Refactor2.1\Phase2\master\ct\target\gwt-unitCache\gwt-unitCache-c7e88c07e9cda90cc623b4451d0d9713ae03aa53-FF35F588CF7564DE259004F02565B00E-00000178B4EDA5F3
    [INFO] Replacing GWT.runAsync with island loader calls
    [INFO] Looking up initial load sequence for split points
    [INFO] Initial load sequence of split points: (none)
    [INFO] Compiling 3 permutations
    [INFO] Creating PermutationWorkerFactory instances
    [INFO] javaCommand = D:\java-openjdk-1.8.0.265\jre\bin\java
    [INFO] [ERROR] Unable to start external process
    [INFO] java.io.IOException: Cannot run program "D:\java-openjdk-1.8.0.265\jre\bin\java": CreateProcess error=206, The filename or extension is too long
    [INFO] at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
    [INFO] at com.google.gwt.dev.ExternalPermutationWorkerFactory.launchExternalWorker(ExternalPermutationWorkerFactory.java:282)
    [INFO] at com.google.gwt.dev.ExternalPermutationWorkerFactory.getWorkers(ExternalPermutationWorkerFactory.java:374)
    [INFO] at com.google.gwt.dev.PermutationWorkerFactory.createWorkers(PermutationWorkerFactory.java:351)
    [INFO] at com.google.gwt.dev.PermutationWorkerFactory.compilePermutations(PermutationWorkerFactory.java:254)
    [INFO] at com.google.gwt.dev.CompilePerms.compile(CompilePerms.java:211)
    [INFO] at com.google.gwt.dev.Compiler.compile(Compiler.java:219)
    [INFO] at com.google.gwt.dev.Compiler.compile(Compiler.java:155)
    [INFO] at com.google.gwt.dev.Compiler.compile(Compiler.java:144)
    [INFO] at com.google.gwt.dev.Compiler$1.run(Compiler.java:118)
    [INFO] at com.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java:55)
    [INFO] at com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger(CompileTaskRunner.java:50)
    [INFO] at com.google.gwt.dev.Compiler.main(Compiler.java:125)
    [INFO] Caused by: java.io.IOException: CreateProcess error=206, The filename or extension is too long
    [INFO] at java.lang.ProcessImpl.create(Native Method)
    [INFO] at java.lang.ProcessImpl.<init>(ProcessImpl.java:444)
    [INFO] at java.lang.ProcessImpl.start(ProcessImpl.java:139)
    [INFO] at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
    [INFO] ... 12 more
    [INFO] Closing cache file: D:\master\cs\target\gwt-unitCache\gwt-unitCache-c7e88c07e9cda90cc623b4451d0d9713ae03aa53-FF35F588CF7564DE259004F02565B00E-00000178B4EDA5F3 (117 units written)
    [INFO] Shutting down PersistentUnitCache thread


    #2
    Hello, this appears to be some kind of problem just running GWT - SmartGWT software does not appear to be involved. It may have something to do with the file system where you are trying to run a compile. It may be a special file system which limits file name lengths.

    In any case, please Google the error message and post to an appropriate forum.

    If you believe you have actually narrowed this down to a SmartGWT problem, please do let us know, included complete instructions to reproduce the problem, your exact version of GWT, SmartGWT, operating system, and all tools involved in the issue. Thanks

    Comment


      #3
      Thanks for response

      Comment

      Working...
      X