Hello, There is no bootstrap for Windows, so you have to manually copy conf files from tar.gz templates directory to your conf.d directory, and configure everything by hand. Read warp10-standalone.sh boostrap function to translate into Windows commands.
If I remember correctly, Windows shell do not do shell expansion. So D:\warp10\etc\conf.d\* is not translated into the list of file as linux do. Try to replace D:\warp10\etc\conf.d\* by D:\warp10\etc\conf.d\00-xxx.conf D:\warp10\etc\conf.d\01-yyy.conf D:\warp10\etc\conf.d\02-zzz.conf (and so on). Windows have several issue we cannot control (number of files opened simultaneously... ), so do not use it in production. If you cannot use docker, don't you have any way to install ubuntu in virtualbox for example ? On Monday, January 11, 2021 at 10:53:52 AM UTC+1 [email protected] wrote: > Hi warp10 folks, > > I tried to install Warp10 standalone in a Windows 10 environment. > I know you highly discourage running Warp 10 in Windows without docker but > I cannot do otherwise for now, and I guess you wouldn't have provided a > version that doesn't work at all. > > I have problems running the bat files described on > https://www.warp10.io/content/03_Documentation/02_Installation/04_Windows > The init.bat doesn't seem to work at all. I get nothing, no output. No > initial tokens, no configuration files into conf.d, no security hashes. > > D:\warp10>.\init.bat > > D:\warp10>java -Djava.awt.headless=true > -Dlog4j.configuration=file:D:\warp10\etc\log4j.properties > -Dfile.encoding=UTF-8 -Xms1g -Xmx1g -XX:+UseG1GC -cp > D:\warp10\etc;D:\warp10\bin\warp10-2.7.2.jar;D:\warp10\lib\* > io.warp10.standalone.WarpInit D:\warp10\leveldb > > D:\warp10> > > ==> no output > > > And of course I get issues when running run.bat > > D:\warp10>.\run.bat > > D:\warp10>java -Djava.awt.headless=true > -Dlog4j.configuration=file:etc\log4j.properties -Dfile.encoding=UTF-8 > -Xms1g -Xmx1g -XX:+UseG1GC -cp > D:\warp10\etc;D:\warp10\bin\warp10-2.7.2.jar;D:\warp10\lib\* > io.warp10.standalone.Warp D:\warp10\etc\conf.d\* > > ___ __ ____________ > __ | / /_____ _______________ __< /_ __ \ > __ | /| / /_ __ `/_ ___/__ __ \ __ /_ / / / > __ |/ |/ / / /_/ /_ / __ /_/ / _ / / /_/ / > ____/|__/ \__,_/ /_/ _ .___/ /_/ \____/ > /_/ > > Revision 2.7.2 > > Found errors while reading D:\warp10\etc\conf.d\*. (D:\warp10\etc\conf.d\* > (La syntaxe du nom de fichier, de répertoire ou de volume est incorrecte)) > > The directory D:\warp10\etc\conf.d\ is empty. > > Do you have any explanation ? > Could you help me please ? > > Regards > > Henry > > > > -- You received this message because you are subscribed to the Google Groups "Warp 10 users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/warp10-users/d3c570fc-285c-4225-ac72-597bd0d3ae69n%40googlegroups.com.
