我已经看到了这个问题的一些答案,但它似乎对我不起作用。我在“bin”中有“client”文件夹,其中包含这样一个文件(在 Program Files x86 中)但是当我将 JAVA_HOME 变量设置为此 java 文件夹时,每当我尝试启动服务时它都会显示此错误(我正在尝试将 Atlassian Fisheye 作为服务运行)。我尝试复制“客户端”文件夹的内容并创建一个“服务器”文件夹,但随后错误发生了变化
Error occurred during initialization of VM,
Could not reserve enough space for object heap,
Could not create the Java Virtual Machine,
A fatal exception has occurred. Program will exit.
如果我也安装了 64 位版本的 Java,我有这个“服务器”文件夹,我尝试复制该文件夹但仍然没有用。如果我将 JAVA_HOME 路径更改为该 64 位 java 文件夹,则服务已成功启动(或者看起来如此),但我无法访问 Fisheye 并且出现警告:
WARNING - Unable to load the Wrapper's native library 'wrapper.dll'. The file is located on the path at the following location but could not be loaded: C:\installs\service\fisheye28\wrapper\lib\wrapper.dll. Please verify that the file is readable by the current user and that the file has not been corrupted in any way. System signals will not be handled correctly.
根据这里的指南,如果我们使用 64 位 java,就会发生这种情况,即使它是 64 位机器,我们也必须使用 32 位。所以,我被困在这些问题之间。如果我使用 64 位版本,“服务器”错误就消失了,但是出现了这个警告,我无法访问 Fisheye。如果我使用 32 位,则找不到“服务器:文件夹”,即使我复制文件并创建文件夹,该服务仍然无法运行。