h271015 の回答履歴

全173件中101~120件表示
  • jmeterについて

    jmeterを用いて負荷測定のシナリオ作成をしています。 シナリオ作成を少し楽にするため、badboyを利用してますが、画面に入力した文字などを認識してくれません。 メッセージのやり取りシナリオを作成するためにメッセージ入力→送信の画面遷移をしています。 URLに変化がないこと、画面遷移というよりスクリプトで処理されているように見えます。 そういったことはbadboyで保存されないのでしょうか。。 jmeterでは可能でしょうか。。 jmeterも本日触り始めたばかりで、初心者ですが、見落としなどあればご教示いただきたいです。。

  • フォトショップエレメンツ11

    Photoshop Elements 11で、複数の画像を同じサイズに「リサイズ」したいと思っているのですが、その「リサイズ」の方法を教えていただけないでしょうか?

  • 32bitパソコンの外付けHDDについて

    32bitOSのノートPCに外付けHDDを接続すると2TBしか認識しないというのは本当ですか? という事は2TB以上の外付けHDDを買っても意味は無いですか? よろしくお願いします。

  • Tomcat7 server.xml書き方

    初めてHTTPS 8443にてWindowsServer2012R2の設定をしています。 Tomcat7 の conf内のserver.xmlの中に下記内容を記入しましたが、caterina.logで見るとinitializeに失敗しているみたいです。 aptachのサイトを参考にしてみたのですが、どこが間違えているのか分かりません。 RSAの .keystore はユーザーフォルダーの直下に配置しています _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ <Connector port="8080" redirectPort="8443" connectionTimeout="20000" protocol="HTTP/1.1"/> <!-- A "Connector" using the shared thread pool --> <Connector port="8080" redirectPort="8443" connectionTimeout="20000" protocol="HTTP/1.1" executor="tomcatThreadPool"/> <!-- Define a SSL HTTP/1.1 Connector on port 8443 This connector uses the JSSE configuration, when using APR, the connector should be using the OpenSSL style configuration described in the APR documentation --> <Connector port="8443" protocol="org.apache.coyote.Http11 .Http11NioProtocal" sslProtocol="TLS" clientAuth="false" keystorePass="changeit" keystoreFile="{user}/.keysore" SSLEnabled="true" secure="true" scheme="https" maxThreads="150"/>

  • Apache2.4.18 エラーについて

    Apache2.4.18 エラーについて Apacheは公式サイトからダウンロードし、 http://www.apachelounge.com/download/ windows7 64bit版の最新版を使っています Perl 5.20.2もPHP 5.6.16も使用しています エラーは以下になります [Sat Jan 02 20:31:07.726526 2016] [mpm_winnt:notice] [pid 5656:tid 368] AH00428: Parent: child process 6784 exited with status 255 -- Restarting. [Sat Jan 02 20:31:07.851327 2016] [mpm_winnt:notice] [pid 5656:tid 368] AH00455: Apache/2.4.18 (Win64) PHP/5.6.16 configured -- resuming normal operations [Sat Jan 02 20:31:07.851327 2016] [mpm_winnt:notice] [pid 5656:tid 368] AH00456: Apache Lounge VC14 Server built: Dec 9 2015 11:13:29 [Sat Jan 02 20:31:07.851327 2016] [core:notice] [pid 5656:tid 368] AH00094: Command line: 'C:\\Apache24\\bin\\httpd.exe -d C:/Apache24' [Sat Jan 02 20:31:07.851327 2016] [mpm_winnt:notice] [pid 5656:tid 368] AH00418: Parent: Created child process 652 [Sat Jan 02 20:31:08.506528 2016] [mpm_winnt:notice] [pid 652:tid 272] AH00354: Child: Starting 150 worker threads. [Sat Jan 02 20:31:15.313140 2016] [mpm_winnt:notice] [pid 5656:tid 368] AH00428: Parent: child process 652 exited with status 255 -- Restarting. [Sat Jan 02 20:31:15.406740 2016] [mpm_winnt:notice] [pid 5656:tid 368] AH00455: Apache/2.4.18 (Win64) PHP/5.6.16 configured -- resuming normal operations [Sat Jan 02 20:31:15.406740 2016] [mpm_winnt:notice] [pid 5656:tid 368] AH00456: Apache Lounge VC14 Server built: Dec 9 2015 11:13:29 [Sat Jan 02 20:31:15.406740 2016] [core:notice] [pid 5656:tid 368] AH00094: Command line: 'C:\\Apache24\\bin\\httpd.exe -d C:/Apache24' [Sat Jan 02 20:31:15.406740 2016] [mpm_winnt:notice] [pid 5656:tid 368] AH00418: Parent: Created child process 6312 [Sat Jan 02 20:31:15.905941 2016] [mpm_winnt:notice] [pid 6312:tid 272] AH00354: Child: Starting 150 worker threads. 色々と調べた結果以下二点をしたのですがエラーは解決されませんでした extra\httpd-mpm.confに以下を追加 # WinNT MPM # ThreadsPerChild: constant number of worker threads in the server process # MaxConnectionsPerChild: maximum number of connections a server process serves <IfModule mpm_winnt_module> ThreadsPerChild 150 MaxConnectionsPerChild 0 AcceptFilter http none AcceptFilter https none EnableSendfile off EnableMMAP off ThreadStackSize 8388608 </IfModule> httpd.confにある # Server-pool management (MPM specific) #Include conf/extra/httpd-mpm.conf コメントアウトを消す Include conf/extra/httpd-mpm.conf 他にこのエラーがでなくするにはどのうように改善すればいいのでしょうか?

  • Apache2.4.18 エラーについて

    Apache2.4.18 エラーについて Apacheは公式サイトからダウンロードし、 http://www.apachelounge.com/download/ windows7 64bit版の最新版を使っています Perl 5.20.2もPHP 5.6.16も使用しています エラーは以下になります [Sat Jan 02 20:31:07.726526 2016] [mpm_winnt:notice] [pid 5656:tid 368] AH00428: Parent: child process 6784 exited with status 255 -- Restarting. [Sat Jan 02 20:31:07.851327 2016] [mpm_winnt:notice] [pid 5656:tid 368] AH00455: Apache/2.4.18 (Win64) PHP/5.6.16 configured -- resuming normal operations [Sat Jan 02 20:31:07.851327 2016] [mpm_winnt:notice] [pid 5656:tid 368] AH00456: Apache Lounge VC14 Server built: Dec 9 2015 11:13:29 [Sat Jan 02 20:31:07.851327 2016] [core:notice] [pid 5656:tid 368] AH00094: Command line: 'C:\\Apache24\\bin\\httpd.exe -d C:/Apache24' [Sat Jan 02 20:31:07.851327 2016] [mpm_winnt:notice] [pid 5656:tid 368] AH00418: Parent: Created child process 652 [Sat Jan 02 20:31:08.506528 2016] [mpm_winnt:notice] [pid 652:tid 272] AH00354: Child: Starting 150 worker threads. [Sat Jan 02 20:31:15.313140 2016] [mpm_winnt:notice] [pid 5656:tid 368] AH00428: Parent: child process 652 exited with status 255 -- Restarting. [Sat Jan 02 20:31:15.406740 2016] [mpm_winnt:notice] [pid 5656:tid 368] AH00455: Apache/2.4.18 (Win64) PHP/5.6.16 configured -- resuming normal operations [Sat Jan 02 20:31:15.406740 2016] [mpm_winnt:notice] [pid 5656:tid 368] AH00456: Apache Lounge VC14 Server built: Dec 9 2015 11:13:29 [Sat Jan 02 20:31:15.406740 2016] [core:notice] [pid 5656:tid 368] AH00094: Command line: 'C:\\Apache24\\bin\\httpd.exe -d C:/Apache24' [Sat Jan 02 20:31:15.406740 2016] [mpm_winnt:notice] [pid 5656:tid 368] AH00418: Parent: Created child process 6312 [Sat Jan 02 20:31:15.905941 2016] [mpm_winnt:notice] [pid 6312:tid 272] AH00354: Child: Starting 150 worker threads. 色々と調べた結果以下二点をしたのですがエラーは解決されませんでした extra\httpd-mpm.confに以下を追加 # WinNT MPM # ThreadsPerChild: constant number of worker threads in the server process # MaxConnectionsPerChild: maximum number of connections a server process serves <IfModule mpm_winnt_module> ThreadsPerChild 150 MaxConnectionsPerChild 0 AcceptFilter http none AcceptFilter https none EnableSendfile off EnableMMAP off ThreadStackSize 8388608 </IfModule> httpd.confにある # Server-pool management (MPM specific) #Include conf/extra/httpd-mpm.conf コメントアウトを消す Include conf/extra/httpd-mpm.conf 他にこのエラーがでなくするにはどのうように改善すればいいのでしょうか?

  • VMware vCenter Serverの質問★

    VMware vCenter Serverの接続エラーの質問です。 VMwareサーバ上のvCenter Server(OSはLinux)に PCからVMware vSphere Clientで接続しようとすると、 接続できる時もあるのですが、たまに 【vSphere Clientが「***」に接続できませんでした。 不明な接続エラーが発生しました。(接続障害が発生したため、要求に失敗しました。(リモートサーバーに接続できません。))】 のエラーメッセージが出て接続できなくなることがあります。 その原因が分からなくて、困っています>< 状況としては、vCenter Serverにはpingが通り、osにはログインもできる状態です。 ただ、VMware vSphere Clientからログインしようとすると、 上記のエラーが返ってきます。 そうなると、vCenter Serverを再起動すれば、 しばらく待つと繋がる状態になります。 もし分かる方がいらっしゃったら、教えて下さい。 よろしくお願いします☆

  • タブレットからvps(仮想サーバ)に接続したいです

    タブレット(アンドロイド)から「使えるねっと」のvpsに接続したいと思い、 リモートデスクトップのアプリを片っ端からダウンロードし、接続を試みたのですが、 きちんと接続できたのは2つだけでした。 この2つのアプリは操作性があまりよくなかったので、 他のアプリでも接続できるようにしたいです。 まず、接続できない原因がわかりません。 接続できた2つのアプリと、接続できないほかのアプリとの分かる範囲での相違は ポート番号でした。 しかし、接続できないアプリのポートをvpsのコントロールパネルにおいて開放いたしましたが 接続できませんでした。 それ以外の理由はまったく分かりません。 お分かりの方、是非お力添えお願いいたします。

  • 皆運動不足になりますか?

    事務職のOLです。 通勤と土日の買い物以外運動はしません。 これでは運動不足になってしまうのでしょうか? 日頃走ったり、事務に通わないサラリーマンやOLは、皆運動不足になりますか?

  • ipad miniが壊れたみたいです

    久しぶりにipad miniの電源を入れたところ、画面にitunesに接続してくださいと表示されたので、パソコンのitunesを立ち上げipad miniをパソコンに接続してもipadが立ち上がりません。こわれたのでしょうか?

  • wordpressのバージョンについて

    すみません、質問させてください! ウェブサイトのリニューアルでブログ付きのウェブサイト構築をする事になりました。 懸念点が、先方のサーバーを使用する事で、セキュリティが厳しく一瞬しかサーバーに入れない点です。 もともとはフルスクラッチでブログ登録回りを作る予定でしたが、sshのログインパスワードももらえないので中身が見れない、podtgreSQLとmySQLは入っていてphpも使える、っという事前情報はいただいているのですがどう構築したものか頭を悩ませています。 それだったらwodpressを使ってテーブル作成までやってもらっちゃえば。。と考えました。 そこで質問ですが、 mySQL 5.0 php 5.1.6 この環境で使用できるwordpressのバージョンを教えていただきたいです。 調べてもバージョン情報までは行きつかず。。 助けていただけると幸いです。 何卒よろしくお願いいたします。

  • シェルの実行結果を画面出力したい

    お世話になります。 1つのファイルに複数のコマンドを記載して1行毎の実行を考えています。 コマンド実行中は画面に1行ずつ実行コマンドを表示させたいのですが上手くいきません。 どのようにすれば宜しいでしょうか。宜しくお願い致します。 ---------------------------------------------------------------------------- ファイル内容 ---------------------------------------------------------------------------- 実行コマンド1 実行コマンド2 実行コマンド3 実行コマンド4 実行コマンド5 ----------------------------------------------------------------------------

  • EM express が起動できません。

    オラクル勉強中の初心者です。 Oracle VM VirtualBox を用いた Oracle Database 12c Release 1 環境の構築 http://www.oracle.com/technetwork/jp/database/enterprise-edition/documentation/index.html 上記のホームページを参考にwindows上にLinuxを構築し、oracle12cをインストールしています。 なぜか、最後の段階の EM express が起動しません。 Firefox上では、 接続がリセットされました と表示されます。 ・リスナーは起動しています。 ・listener.ora、sqlnet.ora、tnsnames.oraも問題はなさそう ・プラガブルデータベースも立ち上がっていますし、alter database open;も問題ないです。 ・ファイアウォールやプロキシも問題はなさそう。 ・リナックス上で検索しても、emctlというファイルが見当たらない emctl start dbconsole をコマンドを打つと、 コマンドが見つかりません と表示されます。 これはEM expressがインストールされてないということなのでしょうか?別途インストールが必要なのでしょうか?(DBCAで、EM expressを構築するにチェックは入れていたと思いますが) また、非常に分かりやすかったので、下記のホームページも参考にしましたが、それでもEM expressが起動しません。 Oracle12c Enterprise Manager 接続できない問題 http://blog.sys-nag.net/?p=329 どなたか分かる方、教えていただければと思います。 よろしくお願いします

  • XAMMPインストール MariaDB対応について

    カテゴリーがここで合っているのかわかりませんが みなさま何卒よろしくお願いいたします。 下記URLで質問させていただきました者です。 http://okwave.jp/qa/q9109793.html XAMPPは無事インストール出来たみたいです(^_^;) その後の設定を下記URLを参考に進めましたが http://techacademy.jp/magazine/2941 URL欄に「http://localhost」と入力しても 言語選択のページは表示されず 「Apache Friends」のページが表示されます。 色々と調べた結果 XAMPPがMySQLからMariaDBに乗り換えたことが 原因のようですが 解決策がわからず苦戦しています。 解決策を教えて頂けると幸いです。 みなさま、何卒よろしくお願いいたします。 ちなみに、XAMPPでは このように表示されています。 ご参考までに・・・ 18:40:32 [main] Initializing Control Panel 18:40:32 [main] Windows Version: Windows 8.1 64-bit 18:40:32 [main] XAMPP Version: 5.6.15 18:40:32 [main] Control Panel Version: 3.2.2 [ Compiled: Nov 12th 2015 ] 18:40:32 [main] Running with Administrator rights - good! 18:40:32 [main] XAMPP Installation Directory: "c:\xampp\" 18:40:32 [main] Checking for prerequisites 18:40:37 [main] All prerequisites found 18:40:37 [main] Initializing Modules 18:40:37 [Apache] XAMPP Apache Service is already running on port 80 18:40:37 [Apache] XAMPP Apache Service is already running on port 443 18:40:37 [mysql] XAMPP MySQL Service is already running on port 3306 18:40:37 [main] The FileZilla module is disabled 18:40:37 [main] The Mercury module is disabled 18:40:37 [main] The Tomcat module is disabled 18:40:37 [main] Starting Check-Timer 18:40:37 [main] Control Panel Ready 以上です。 みなさま、何卒よろしくお願いいたします。

    • ベストアンサー
    • re9uhey
    • MySQL
    • 回答数2
  • oracle のバージョン違い

    Oracleのバージョンで11gR2(11.2.1.0)という物と(11.2.01)がありますが、何が違うのでしょうか?ライセンスを購入する方法によって違うのでしょうか? また、Windows Server2012R2にインストールをしようとしていますが64bitか32bitかがわかりません。 Windows serverはダウンロード版のものです。

  • XAMMPインストール MariaDB対応について

    カテゴリーがここで合っているのかわかりませんが みなさま何卒よろしくお願いいたします。 下記URLで質問させていただきました者です。 http://okwave.jp/qa/q9109793.html XAMPPは無事インストール出来たみたいです(^_^;) その後の設定を下記URLを参考に進めましたが http://techacademy.jp/magazine/2941 URL欄に「http://localhost」と入力しても 言語選択のページは表示されず 「Apache Friends」のページが表示されます。 色々と調べた結果 XAMPPがMySQLからMariaDBに乗り換えたことが 原因のようですが 解決策がわからず苦戦しています。 解決策を教えて頂けると幸いです。 みなさま、何卒よろしくお願いいたします。 ちなみに、XAMPPでは このように表示されています。 ご参考までに・・・ 18:40:32 [main] Initializing Control Panel 18:40:32 [main] Windows Version: Windows 8.1 64-bit 18:40:32 [main] XAMPP Version: 5.6.15 18:40:32 [main] Control Panel Version: 3.2.2 [ Compiled: Nov 12th 2015 ] 18:40:32 [main] Running with Administrator rights - good! 18:40:32 [main] XAMPP Installation Directory: "c:\xampp\" 18:40:32 [main] Checking for prerequisites 18:40:37 [main] All prerequisites found 18:40:37 [main] Initializing Modules 18:40:37 [Apache] XAMPP Apache Service is already running on port 80 18:40:37 [Apache] XAMPP Apache Service is already running on port 443 18:40:37 [mysql] XAMPP MySQL Service is already running on port 3306 18:40:37 [main] The FileZilla module is disabled 18:40:37 [main] The Mercury module is disabled 18:40:37 [main] The Tomcat module is disabled 18:40:37 [main] Starting Check-Timer 18:40:37 [main] Control Panel Ready 以上です。 みなさま、何卒よろしくお願いいたします。

    • ベストアンサー
    • re9uhey
    • MySQL
    • 回答数2
  • wordpressでマルチドメインのサイト運営

    wordpressでマルチドメインのサイト運営を試みたところ、新ドメインサイトのダッシュボードをクリックすると以下のような文言がでてしまいます(添付ファイルご参照、サイトは表示されます)。 "Not Found The requested URL /wp-admin/ was not found on this server." sakuraのサーバーを使っており、以下のURLを上から下まで順にやっておりました。 「複数サイト運用方法(複数ドメイン型)」 http://www.templateking.jp/practical/build/multi_dom.html テキストでは非常に分かりにくかったため、お手数ですがURLをご参考にして頂きたく思います。 色々調べてみて、.htaccessの内容が原因の気もするのですが、まだ解決には至っておりません参考までにrewrite ruleを記載させて頂きます。何卒宜しくお願い致します。 RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^wp-admin$ wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^(wp-(content|admin|includes).*) wp/$1 [L] RewriteRule ^(.*\.php)$ wp/$1 [L] RewriteRule . index.php [L]

  • wordpressでマルチドメインのサイト運営

    wordpressでマルチドメインのサイト運営を試みたところ、新ドメインサイトのダッシュボードをクリックすると以下のような文言がでてしまいます(添付ファイルご参照、サイトは表示されます)。 "Not Found The requested URL /wp-admin/ was not found on this server." sakuraのサーバーを使っており、以下のURLを上から下まで順にやっておりました。 「複数サイト運用方法(複数ドメイン型)」 http://www.templateking.jp/practical/build/multi_dom.html テキストでは非常に分かりにくかったため、お手数ですがURLをご参考にして頂きたく思います。 色々調べてみて、.htaccessの内容が原因の気もするのですが、まだ解決には至っておりません参考までにrewrite ruleを記載させて頂きます。何卒宜しくお願い致します。 RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^wp-admin$ wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^(wp-(content|admin|includes).*) wp/$1 [L] RewriteRule ^(.*\.php)$ wp/$1 [L] RewriteRule . index.php [L]

  • gitの管理が有効なサイト規模について

    gitを今度導入して、ウェブサイトの制作管理を行いたいのですが、 gitはウェブサイトのファイル管理にも有効でしょうか? また、何ページぐらいの規模が適切、といったような基準はありますか? 1000・2000ページ以上の大きいサイトでもでも有効でしょうか。 ご回答いただけますと幸いです。 よろしくお願いします。

  • apache24を削除する方法が知りたいです。

    色々と勉強中の初心者ですがよろしくお願いします。 windows8.1の64bitのPCに wordpressのテスト環境をつくるため apache24をインストールした後 XAMMPをインストールしました。 XAMMPをインストールすれば apache24をインストール必要がないことを後で知り apache24を削除しようとしているのですが 削除出来ない現状です。 対処方を教えていただけないでしょうか? 以下、XAMMPのエラー内容です。 ご参考までに・・・ 18:34:05 [main] Initializing Control Panel 18:34:05 [main] Windows Version: Windows 8.1 64-bit 18:34:05 [main] XAMPP Version: 5.6.15 18:34:05 [main] Control Panel Version: 3.2.2 [ Compiled: Nov 12th 2015 ] 18:34:05 [main] Running with Administrator rights - good! 18:34:05 [main] XAMPP Installation Directory: "c:\xampp\" 18:34:05 [main] Checking for prerequisites 18:34:54 [main] All prerequisites found 18:34:54 [main] Initializing Modules 18:34:55 [Apache] Apache Service detected with wrong path 18:34:55 [Apache] Change XAMPP Apache and Control Panel settings or 18:34:55 [Apache] Uninstall/disable the other service manually first 18:34:55 [Apache] Found Path: "C:\Apache24\bin\httpd.exe" -k runservice 18:34:55 [Apache] Expected Path: "c:\xampp\apache\bin\httpd.exe" -k runservice 18:34:55 [Apache] Problem detected! 18:34:55 [Apache] Port 80 in use by ""C:\Apache24\bin\httpd.exe" -k runservice" with PID 1468! 18:34:55 [Apache] Apache WILL NOT start without the configured ports free! 18:34:55 [Apache] You need to uninstall/disable/reconfigure the blocking application 18:34:55 [Apache] or reconfigure Apache and the Control Panel to listen on a different port 18:34:55 [main] The FileZilla module is disabled 18:34:55 [main] The Mercury module is disabled 18:34:55 [main] The Tomcat module is disabled 18:34:55 [main] Starting Check-Timer 18:34:55 [main] Control Panel Ready 以上です。 みなさま、何卒よろしくお願いいたします。

    • ベストアンサー
    • re9uhey
    • PHP
    • 回答数2