SPLWare / esProc

esProc SPL is a scripting language for data processing, with well-designed rich library functions and powerful syntax, which can be executed in a Java program through JDBC interface and computing independently.
http://doc.scudata.com/esproc/
Apache License 2.0
4.57k stars 326 forks source link

win11环境社区版启动脚本异常 run community edtion's bat error #57

Open Zim-Inn opened 3 weeks ago

Zim-Inn commented 3 weeks ago
@echo off
call "setEnv.bat"
start "dm" %EXECJAVAW% %jvm_args% -cp %START_HOME%\esProc\classes;%RAQCLASSPATH% -Duser.language=%language% -Dstart.home=%START_HOME%\esProc   com.scudata.ide.spl.SPL
pause

I add pause at the .bat file's end line.

"C:\Program Files\Huawei\jdk1.8.0_252\\jre\bin\java"
D:\amazingData\esProc\lib\*;D:\amazingData\common\jdbc\*
请按任意键继续. . .
[Server@65ab7765]: Startup sequence initiated from main() method
[Server@65ab7765]: Could not load properties from file
[Server@65ab7765]: Using cli/default properties only
[Server@65ab7765]: Initiating startup sequence...
[Server@65ab7765]: Server socket opened successfully in 4 ms.
[Server@65ab7765]: Database [index=0, id=0, db=file:D:\amazingData\esProc\database\demo\demo, alias=demo] opened successfully in 307 ms.
[Server@65ab7765]: Startup sequence completed in 312 ms.
[Server@65ab7765]: 2024-10-19 12:52:45.478 HSQLDB server 2.7.3 is online on port 9001
[Server@65ab7765]: To close normally, connect and execute SHUTDOWN SQL
[Server@65ab7765]: From command line, use [Ctrl]+[C] to abort abruptly

image