Problem when starting warp10 standalone on W10

22 views
Skip to first unread message

D M

unread,
Dec 28, 2020, 4:34:57 AM12/28/20
to Warp 10 users
Hi community

I get this issue when starting run.bat

C:\Programs\warp10-2.7.1>java -Djava.awt.headless=true -Dlog4j.configuration=file:etc\log4j.properties -Xms256m -Xmx256m -XX:+UseG1GC -cp C:\Programs\warp10-2.7.1\etc;C:\Programs\warp10-2.7.1\bin\warp10-2.7.1.jar;C:\Programs\warp10
-2.7.1\lib\* io.warp10.standalone.Warp C:\Programs\warp10-2.7.1\etc\conf.d\*

  ___       __                           ____________
  __ |     / /_____ _______________      __<  /_  __ \
  __ | /| / /_  __ `/_  ___/__  __ \     __  /_  / / /
  __ |/ |/ / / /_/ /_  /   __  /_/ /     _  / / /_/ /
  ____/|__/  \__,_/ /_/    _  .___/      /_/  \____/
                           /_/

  Revision 2.7.1

Exception in thread "main" java.lang.RuntimeException: Default encoding MUST be UTF-8 but it is windows-1252. Aborting.
        at io.warp10.standalone.Warp.main(Warp.java:126)

Any idea how to fix this ?

Regards

Dominique

mathias....@gmail.com

unread,
Dec 28, 2020, 9:31:27 AM12/28/20
to Warp 10 users
Hi,

Warp 10 expects the character encoding of the JVM to be set to UTF-8. You can force it via --Dfile.encoding=UTF-8 in JAVA_OPTS.

We also highly discourage running Warp 10 in Windows without docker as Windows is known for not behaving correctly in some situations.

Reply all
Reply to author
Forward
0 new messages