1.Webサーバーが起動できない
すでに他のWebサーバーを使用している場合です。私の場合はシンクロスコープ波形を遠隔で見れるサーバーが原因でした。
(1)私のパソコンのエラー内容
![]() #### メッセージ内容 #### 15:37:13[main] Initializing Control Panel 15:37:13[main] Windows Version:Enterprise64-bit 15:37:13[main] XAMPP Version: 8.2.4 15:37:13[main] Control Panel Version: 3.3.0[ Compiled: Apr 6th 2021 ] 15:37:13[main] You are not running with administrator rights! This will work for 15:37:13[main] most application stuff but whenever you do something with services 15:37:13[main] there will be a security dialogue or things will break! So think 15:37:13[main] about running this application with administrator rights! 15:37:13[main] XAMPP Installation Directory: "e:\xampp\" 15:37:13[main] Checking for prerequisites 15:37:14[main] All prerequisites found 15:37:14[main] Initializing Modules 15:37:15[Tomcat] Problem detected! 15:37:15 [Tomcat] Port 8080 in use by ""C:\Program Files (x86)\National Instruments\Shared\NI WebServer\ApplicationWebServer.exe" -user"! 15:37:15[Tomcat] Tomcat WILL NOT start without the configured ports free! 15:37:15[Tomcat] You need to uninstall/disable/reconfigure the blocking application 15:37:15[Tomcat] or reconfigure Tomcat and the Control Panel to listen on a different port 15:37:15[main] Starting Check-Timer 15:37:15[main] Control Panel Ready #### エラー内容解説 #### 既にWebサーバが実行されているので実行できないとのエラーメッセージです。 National Instruments\Shared\NI WebServer\ApplicationWebServer.exe 上記プログラムのインストール時期は当方が持っているRIGOLオシロスコープのソフトUltraSigmaのインストール時期と同じで、このUltraSigmaはLAN経由でRIGOLオシロスコープの画像の切り取り他が出来る物で、オシロスコープを使用しない時は停止する事にしました。 |
(2)WindowsGUIでエラーモジュール停止方法
a.エラーの原因モジュール タスクマネージャーを起動し『サービス』タブをクリックすると表示されます。 ![]() 関係しているモジュールはNIApplicationWebServer でした。 b.原因モジュールの停止 ![]() 上図の様に状態の所にカーソルを移動し、右クリックしカーソルを[停止]へ移動し左クリックすると停止状態に遷移します。 ・停止中表示 ![]() ・停止 ![]() |
(3)エラー対策後のXAMPPコントロールパネル起動
![]() エラー表示無く起動f出来た。 ただし、この状態でWindowsQSを再起動した場合は再度(2)から操作が必要 |
(4)WindowsGUIでOSを再起動しても(2)の再操作を不要とする方法
a.スタートアップの種類の変更画面の表示1
b.スタートアップの種類の変更画面の表示2
c.スタートアップの種類の変更
d.スタートアップの種類の変更確認
|
(5)OSを再起動しても再操作不要とし、簡単エラーモジュールの実行・停止方法
| (2)~(4)の方法1はWindowsGUIで操作が判りやす操作できますが、複雑です。 RIGOLオシロスコープやXAMPPを使用する都度、(2)~(4)の操作はひどいと思います。 (2)~(4)をバッチファイルにして『管理者で実行』する事により非常に簡単に操作が出来ます。 a.バッチファイルの名前は RIGOLSeverON_OFF.bat
b.バッチファイルの実行(モジュールの実行)
c.バッチファイルの実行(モジュールの停止)
|

















