为什么 WSO2 DSS 服务器没有启动?
Why WSO2 DSS server is not getting started?
我正在尝试 运行 我的 WSO2 DSS 服务器,但无论我做什么我都会遇到同样的错误:
JAVA_HOME environment variable is set to C:\Program Files (x86)\Java\jdk1.7.0_09
CARBON_HOME environment variable is set to C:\WSO2DS~1.1\bin\..
Error occurred during initialization of VM
Could not reserve enough space for object heap
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
这是我的 WSO2Server.bat
的 link:https://gist.github.com/anonymous/c9c107245c763637a4f182b7f2e3e867
请告诉我我需要做什么才能成功 运行 我的 WSO2 DSS。
我系统的内存:8GB。并使用 Windows 10.
您的 JAVA_HOME 环境变量指向 32 位 JVM,它不支持 wso2server.bat 中定义的默认 2GB 堆。
请调整您的环境 and/or 在您的 wso2server.bat
中明确定义它
我正在尝试 运行 我的 WSO2 DSS 服务器,但无论我做什么我都会遇到同样的错误:
JAVA_HOME environment variable is set to C:\Program Files (x86)\Java\jdk1.7.0_09
CARBON_HOME environment variable is set to C:\WSO2DS~1.1\bin\..
Error occurred during initialization of VM
Could not reserve enough space for object heap
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
这是我的 WSO2Server.bat
的 link:https://gist.github.com/anonymous/c9c107245c763637a4f182b7f2e3e867
请告诉我我需要做什么才能成功 运行 我的 WSO2 DSS。
我系统的内存:8GB。并使用 Windows 10.
您的 JAVA_HOME 环境变量指向 32 位 JVM,它不支持 wso2server.bat 中定义的默认 2GB 堆。
请调整您的环境 and/or 在您的 wso2server.bat
中明确定义它