Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Zim-Inn opened this issue Oct 19, 2024 · 1 comment
Open

Comments

@Zim-Inn
Copy link

Zim-Inn commented Oct 19, 2024

@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

@minimaomi
Copy link
Contributor

请把setEnv.bat文件的内容也放上来看看吧

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants