contao / contao-manager

Contao Manager
GNU Lesser General Public License v3.0
85 stars 33 forks source link

"Unable to launch a new process" mit Contao Manager 1.4.2 #644

Closed michaelschuster closed 2 years ago

michaelschuster commented 3 years ago

Hallo,

ich hab vor einer Weile eine Installation mit dem Contao Manager 1.3.3 durchgeführt, dass hat ohne Probleme geklappt. Jetzt hab ich mit Version 1.4.2 einen Neuinstallation durchgeführt und bekomme ständig Fehlermeldungen beim composer install:

  ...
  - Installing psr/event-dispatcher (1.0.0): Extracting archive
  - Installing symfony/event-dispatcher-contracts (v2.2.0): Extracting archive
  - Installing symfony/event-dispatcher (v5.2.4): Extracting archive
    Unable to launch a new process.
    The archive may contain identical file names with different capitalization (which fails on case insensitive filesystems)
    Unzip with unzip command failed, falling back to ZipArchive class
  - Installing symfony/var-dumper (v5.2.6): Extracting archive
  - Installing psr/log (1.1.3): Extracting archive
  - Installing symfony/error-handler (v5.2.6): Extracting archive
  - Installing symfony/http-kernel (v5.2.6): Extracting archive
  - Installing psr/container (1.1.1): Extracting archive
  - Installing symfony/service-contracts (v2.2.0): Extracting archive
  - Installing symfony/dependency-injection (v5.2.6): Extracting archive
  - Installing symfony/filesystem (v5.2.6): Extracting archive
  - Installing symfony/config (v5.2.4): Extracting archive
  - Installing symfony/routing (v5.2.6): Extracting archive
    Install of symfony/var-dumper failed
    Install of psr/log failed
    Install of symfony/error-handler failed
    Install of symfony/http-kernel failed
    Install of psr/container failed
    Install of symfony/service-contracts failed
    Install of symfony/dependency-injection failed
    Install of symfony/filesystem failed

In Process.php line 352:

  Unable to launch a new process.  

install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-suggest] [--no-dev] [--no-autoloader] [--no-scripts] [--no-progress] [--no-install] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--] [...]

# Process terminated with exit code 1
# Result: General error`

Wie kann ich den Fehler beheben?

aschempp commented 3 years ago

@Toflar since Composer 2 uses async processes, is there a way to limit that if there is a hosting limit on processes?

Toflar commented 3 years ago

I don't think there is, nope.

aschempp commented 2 years ago

since this is rather old and we were unable to reproduce, I'm closing the issue. Feel free to reopen if it still happens and someone can add more details.