You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "psiroky (via GitHub)" <gi...@apache.org> on 2023/03/10 17:35:38 UTC

[GitHub] [maven-mvnd] psiroky commented on issue #786: Regression "WARNING: Unable to create a system terminal, creating a dumb terminal"

psiroky commented on issue #786:
URL: https://github.com/apache/maven-mvnd/issues/786#issuecomment-1464141388

   From #793 by @gnodet
   >I've merged some enhancements which will enable more logging.
   Could someone download a build from https://github.com/apache/maven-mvnd/actions/runs/4386402864 and run the following command:
   >
   >MVND_CLIENT=jvm MAVEN_OPTS="-DconsoleLevel=debug" bin/mvnd.sh -v
   >
   >This should give much more information than before.
   
   I tried with the linked [mvnd-m39-windows](https://github.com/apache/maven-mvnd/suites/11484161994/artifacts/593109047) and I am not able to reproduce the issue anymore (using GitBash):
   
   ```
   </c/mvnd/maven-1.0.0-m5-SNAPSHOT-mvnd-m39-windows-amd64/bin>
   $ ls
   mvnd-bash-completion.bash  mvnd-client.conf  mvnd-daemon.conf  mvnd.cmd  mvnd.exe*  mvnd.sh*  platform-windows-amd64
   
   </c/mvnd/maven-1.0.0-m5-SNAPSHOT-mvnd-m39-windows-amd64/bin>
   $ ./mvnd --version
   Apache Maven Daemon (mvnd) 1.0.0-m5-SNAPSHOT windows-amd64 native client (c7fd921e45352631ebc64618a9854dae58c7692b)
   Terminal: org.jline.terminal.impl.PosixSysTerminal with pty org.jline.terminal.impl.ExecPty
   Apache Maven 3.9.0 (9b58d2bad23a66be161c4664ef21ce219c2c8584)
   Maven home: C:\mvnd\maven-1.0.0-m5-SNAPSHOT-mvnd-m39-windows-amd64\mvn
   Java version: 17.0.6, vendor: Oracle Corporation, runtime: C:\Program Files\Java\jdk-17
   Default locale: en_US, platform encoding: Cp1252
   OS name: "windows 11", version: "10.0", arch: "amd64", family: "windows"
   
   </c/mvnd/maven-1.0.0-m5-SNAPSHOT-mvnd-m39-windows-amd64/bin>
   $ ./mvnd.sh --version
   Apache Maven Daemon (mvnd) 1.0.0-m5-SNAPSHOT windows-amd64 native client (c7fd921e45352631ebc64618a9854dae58c7692b)
   Terminal: org.jline.terminal.impl.PosixSysTerminal with pty org.jline.terminal.impl.ExecPty
   Apache Maven 3.9.0 (9b58d2bad23a66be161c4664ef21ce219c2c8584)
   Maven home: C:\mvnd\maven-1.0.0-m5-SNAPSHOT-mvnd-m39-windows-amd64\mvn
   Java version: 17.0.6, vendor: Oracle Corporation, runtime: C:\Program Files\Java\jdk-17
   Default locale: en_US, platform encoding: Cp1252
   OS name: "windows 11", version: "10.0", arch: "amd64", family: "windows"
   ```
   
   Could this have been fixed in the meantime, by e.g. the jline upgrade https://github.com/apache/maven-mvnd/commit/6e4e9df4a9201713fea410b58507a34744e60460?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org