1 年前、私は CQ5 を Windows 7 32 ビットの Windows サービスとして正常にインストールしました。その後、Windows 7 64bitに切り替えました。現在、CQ5を使用するプロジェクトがあるため、再インストールします(ウィンドウ64ビットの下)。CQ5 は、crx-quickstart/bin/start.bat
コマンド ラインを使用して正常に起動します。また、次のコマンドを使用してサービスとしてインストールしても問題はありませんinstsrv.bat cq5
。
Installing service cq5
runs in E:\servers\cq5-server\author\crx-quickstart
uses E:\servers\cq5-server\author\crx-quickstart\opt\helpers\\..\..\app\cq-quickstart-5.5.0-standalone.jar
starts org.apache.sling.launchpad.app.Main
redirects output to: E:\servers\cq5-server\author\crx-quickstart\logs\startup.log
しかし、実行するnet start cq5
と、次のようなエラーが発生します。
The cq5 service is starting.
The cq5 service could not be started.
A service specific error occurred: 0.
More help is available by typing NET HELPMSG 3547.
ログ ファイル commons-daemon.2013-09-01.log を確認すると、次のように表示されます。
[2013-09-01 23:26:36] [info] Commons Daemon procrun (1.0.8.0 64-bit) started
[2013-09-01 23:26:36] [info] Running 'cq5' Service...
[2013-09-01 23:26:36] [info] Starting service...
[2013-09-01 23:26:36] [error] Failed creating java
[2013-09-01 23:26:36] [error] The system cannot find the file specified.
[2013-09-01 23:26:36] [error] ServiceStart returned 1
[2013-09-01 23:26:36] [error] The system cannot find the file specified.
[2013-09-01 23:26:36] [info] Run service finished.
[2013-09-01 23:26:36] [info] Commons Daemon procrun finished
誰が私が間違っているのか教えてもらえますか? Windows サービスとしての Adobe Experience Manager のインストールと開始
の手順に従っています