linux-build-server

Linux Tutorials: How to troubleshoot Linux Server?

If a linux-build-server suddenly starts getting slow, I would divide my approach / troubleshooting into 3 section as follows; System Level troubleshooting Application Level troubleshooting Dependent Services troubleshooting Understand Logs Level…

Read more »

How to Resolve Windows Installer Problem

Installation of a program means inserting that particular program in your computer so that it can be executed properly. Some of the software programs can be simply copied to the…

Read more »
jenkins-java-lang-outofmemoryerror-permgen-space-issues

How to Resolve jenkins java.lang.outofmemoryerror permgen space issues?

Solution 1 In Windows: Go to environment variable and add following variables export JAVA_OPTS=”-XX:MaxPermSize=512m -Xms512m -Xmx1024m” export GRADLE_OPTS=”-XX:MaxPermSize=512m” export SONAR_RUNNER_OPTS=”-Xmx512m -XX:MaxPermSize=512m” In Linux: In my ~/.bash_profile file, I have set…

Read more »
git-troubleshooting

Git Troubleshooting | Git Troubleshooting Techniques

export GIT_CURL_VERBOSE=1 git push -u origin –all –verbose git config –list & GIT_CURL_VERBOSE=1 git push & export GIT_CURL_VERBOSE=1 git push git config –global http.postBuffer There are useful to debug, long…

Read more »
perforce-slow-sync-issues

Perforce Slow Sync issues | Perforce Slow Sync Troubleshooting Guide

Perforce Slow Sync issues Network latency Sync Performance issues are not obvious with locally connected hosts, as the network latency is low. However, as latency increases, performance worsens. To correct…

Read more »
perforce-network-troubleshooting-guide

Perforce Network Troubleshooting Guide | How to Resolve Perforce Network Issues?

1. netstat -a Check to make sure that the server is running. netstat -a gives a list of all processes listening on network ports. Look for lines that contain “LISTEN”…

Read more »
deployment-foundation-issue

Deployment Foundation Issues

Deployment Foundation Issues Establish Key Roles/Charter for Deployment The very first order of business is to firmly establish “who’s on first” for getting deployment done. Senior management is crucial at…

Read more »
cvs-common-problems

List of 5 Common Problems in CVS – Troubleshooting Guide

List of 5 Common Problems in CVS – Troubleshooting Guide Problem 1:- How will we modify our conflict occurred files ? While updating if you will get message like bellow,…

Read more »