我正在遵循弗雷德霍珀访问服务器(FAS)安装指南,并希望启动服务。
我尝试了以下几点:
C:\fredhopper\instance01\FAS\bin>startloader
我得到:
The system cannot find the path specified.
No universes given, and autodetection failed.
Please run this script from the base directory of your FAS installation!
Usage: startloader [-I instance] [universe...]我不知道哪个是base directory--从这些开始我也有类似的错误。
java -version显示:
java version "1.6.0_17"
Java(TM) SE Runtime Environment (build 1.6.0_17-b04)
Java HotSpot(TM) 64-Bit Server VM (build 14.3-b01, mixed mode)看起来我在配置文件中丢失了一条路径。在哪里可以找到有关如何设置universe?的更多信息?
发布于 2012-07-18 16:47:39
运行bin\Start加载程序,而不是启动加载程序。
换句话说,转到C:\fredhopper\instance01\FAS\文件夹,然后运行bin\startloader
https://serverfault.com/questions/408906
复制相似问题