2014-01-01から1年間の記事一覧

Cannot run program asadmin

Mavenを使って、Glassfishにデプロイしようとしたときに下記のエラーがでた。 [ERROR] Failed to execute goal org.glassfish.maven.plugin:maven-glassfish-plugin:2.1:deploy (default-cli) on project webapp: Deployment of D:\pleiades\eclipse\workspa…

Windows上でGlassfishを起動しようとしたときの「Remote server does not listen for requests on [localhost:4848]. Is the server up?」エラーについて

Windows上でGlassfishを起動しようとして悩んだところがあったので備忘録として残そうと思う。 Glassfishを停止して、また起動をしようとすると下記のエラーがでた。 D:\GlassFish\glassfish4\glassfish\bin>asadmin start-domains webapp_domainRemote serv…

AWSのインスタンスのタイプを変更する(コマンドラインから)

「コマンドラインからAWSのインスタンスのタイプを変更する」 いっつもWebからやってしまって全然コマンドを使おうとしないので備忘録と身に付けるために。 1.インスタンスIDの確認 ec2-describe-instances 2.インスタンスを停止 ec2-stop-instances イ…