How to move magento shop to another server

The following procedure describes the basic needs for moving your magento-shop to another server. There might be additional things to consider (changing domains, DNS, PHP-Configuration, tools & programms on your server)…

Read More

AWS Storage FAQ

What data is stored in ephemeral storage of an Amazon EC2 instance? Anything that is not stored on an ebs volume that is mounted to the instance…

Read More

What is the difference between terminating and stopping an EC2 instance?

Answer Terminate Instance When you terminate an EC2 instance, the instance will be shutdown and the virtual machine that was provisioned for you will be permanently taken…

Read More

What’s the difference between ephemeral and volume boot disks?

Different boot sources There are several different kinds of sources to boot from in the DreamCompute dashboard, but they all need to create some sort of virtual…

Read More

Difference between AWS EFS vs EBS vs S3

1 GB to store in US-East-1: (Updated at 2016.dec.20) Glacier: $0.004/Month (Note: Major price cut in 2016) S3: $0.023/Month S3-IA (announced in 2015.09): $0.0125/Month (+$0.01/gig retrieval charge) EBS:…

Read More

Connection failed: 404 – Not Found

scmuser created the topic: standalone-pom: Connection failed: 404 – Not Found Error – [code language=”css”] [ERROR] Failed to execute goal org.sonatype.plugins:nexus-m2settings-maven-plugin:1.6.6:download (default-cli) on projec t standalone-pom: Connection…

Read More

Nexus – Deployment failed: repository element was not specified in the

scmuser created the topic: Nexus – Deployment failed: repository element was not specified in the I am facing following error… [code language=”css”] Downloaded: repo.maven.apache.org/maven2/org/codehau…exus-utils-1.5.6.jar (245 KB a…

Read More

Nexus – Failed to deploy artifacts: Could not transfer artifact

scmuser created the topic: Nexus – Failed to deploy artifacts: Could not transfer artifact [code language=”css”] [INFO] [INFO] BUILD FAILURE [INFO] [INFO] Total time: 6.457 s [INFO]…

Read More

Chef Error: Could not find cookbook cookbooks_test in your cookbook path, sk

rajeshkumar created the topic: ERROR: Could not find cookbook cookbooks_test in your cookbook path, sk Error while uploading the cookbooks…. [code language=”css”] > knife cookbook upload cookbooks_test…

Read More

Chef Error – Fatal: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully

rajeshkumar created the topic: FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully [code language=”css”] > knife bootstrap uvo1t75faaktzc532w6.vm.cld.sr -x root -P…

Read More

Chef Error: Network Error: getaddrinfo: nodename nor servname provided, or

rajeshkumar created the topic: ERROR: Network Error: getaddrinfo: nodename nor servname provided, or Issues – [code language=”css”] knife bootstrap uvo1t75faaktzc532w6.vm.cld.sr -x root -P Br356YS0iy –sudo –node-name firefox…

Read More

You must set your EDITOR environment variable or configure your editor

rajeshkumar created the topic: You must set your EDITOR environment variable or configure your editor Error [code language=”css”] knife node edit firefox ERROR: You must set your…

Read More

Chef Error – Waiting for remote response before bootstrap in windows

rajeshkumar created the topic: Waiting for remote response before bootstrap in windows When i bootstrap windows node, i get following error.. [code language=”css”] knife bootstrap windows winrm…

Read More

Chef Lab and Excercise – Cookbooks – Part 7

Configuration management chef tools projects to test your skills? Project 1 – Write a cookbook which can add your bash script in crontab on your nodes. Project…

Read More

Configure WLS with Oracle DB

kiran.jan29@gmail.com created the topic: Configure WLS with Oracle DB How do we configure WLS and Oracle DB using docker/chef/puppet

Read More

AWT is not properly configured on this server

rajeshkumar created the topic: AWT is not properly configured on this server Problem AWT is not properly configured on this server. Perhaps you need to run your…

Read More

Chef Error – Error executing action `run` on resource ‘execute[/opt/opscode/embedded/bin/chps

rajeshkumar created the topic: Error executing action `run` on resource ‘execute[/opt/opscode/embedded/bin/chps Error executing action `run` on resource ‘execute[/opt/opscode/embedded/bin/chpst -u opscode -U opscode /opt/opscode/embedded/bin/rabbitmqctl wait /var/opt/opscode/rabbitmq/db/rabbit@localhost.pid]’ Fix 1…

Read More

Chef Error: Failed to authenticate to https://api.chef.io/organizations

rajeshkumar created the topic: ERROR: Failed to authenticate to https://api.chef.io/organizations Error ERROR: Failed to authenticate to api.chef.io/organizations/ravitestorg as ravidaur with key /root/chefrepo/.chef/ravidaur.pem Response: Failed to authenticate as…

Read More

Chef Error: SSL Validation failure connecting to host

rajeshkumar created the topic: ERROR: SSL Validation failure connecting to host Problem [code language=”css”] [root@sv-chef-server mychefrepo]# sudo knife node list ERROR: SSL Validation failure connecting to host:…

Read More

Jira Installation Issues and troubleshooting

rajeshkumar created the topic: Jira Installation Issues and troubleshooting Error creating project, 401This resource requires WebSudo. Regards, Rajesh Kumar Twitt me @ twitter.com/RajeshKumarIn

Read More

Chef Error – Getting Error while executing Che recipe

rajbazar created the topic: Getting Error while executing Che recipe Hi! Rajesh ! Installed Chef successfully on my Mac. ================= [code language=”css”] Rajs-MacBook-Pro:~ Raj$ which chef /usr/local/bin/chef…

Read More

How to automatically recover Tomcat from crashes

rajeshkumar created the topic: How to automatically recover Tomcat from crashes How to automatically recover Tomcat from crashes Tomcat occasionally crashes if you do frequent hot-deploys or…

Read More

Setup SSL with Apache2

rajeshkumar created the topic: Setup SSL with Apache2 Hi, I am trying to setting up a SSL with apache2 so application can be run on https instead…

Read More

mod_jk module Vs mod_rewrite and mod_proxy

rajeshkumar created the topic: mod_jk module Vs mod_rewrite and mod_proxy Hi, In order to Integrate Jboss with Apache, i got to 2 solutions below; 1. Integration using…

Read More

Integration of Jboss and Apache2

rajeshkumar created the topic: Integration of Jboss and Apache2 Hi, My Application(.ear) is running in Jboss with any issues on 7001 port. There are following requirement as…

Read More

Bugzilla 2.22.1

rajeshkumar.aap@gmail.com created the topic: Bugzilla 2.22.1 QI want to add new field in bugzilla when we create a ticket. can u tell me how can i do…

Read More

Start Apache with normal user

scmuser created the topic: Start Apache with normal user Hi, I have few normal user in linux to whom I want to give apache http start and…

Read More

Enable/Disable Hot Deployment in Jboss EAP 5.1

tpatil created the topic: Enable/Disable Hot Deployment in Jboss EAP 5.1 Hot Deployment in Jboss EAP 5.1 can be controlled by 2 ways:- 1. ${config}/deploy/hdscanner-jboss-beans.xml deployment descriptor…

Read More

Starting multiple instances of jboss from shell script

tpatil created the topic: Starting multiple instances of jboss from shell script For starting the multiple instances of jboss I have created the following 2 scripts. Please…

Read More

Five Key Enterprise Development Trends

mfeighner created the topic: Five Key Enterprise Development Trends www.eweek.com/c/a/Application-Developmen…pment-Trends-819318/

Read More