MOTOSHARE 🚗🏍️
Turning Idle Vehicles into Shared Rides & Earnings

From Idle to Income. From Parked to Purpose.
Earn by Sharing, Ride by Renting.
Where Owners Earn, Riders Move.
Owners Earn. Riders Move. Motoshare Connects.

With Motoshare, every parked vehicle finds a purpose. Owners earn. Renters ride.
🚀 Everyone wins.

Start Your Journey with Motoshare

InstallAnywhere Troubleshooting in Unix

installanywhereExpert created the topic: InstallAnywhere Troubleshooting in Unix When running the installer against a 1.1.x VM, the Show Password Panel action will not echo keyboard input as asterisks. A bug in certain Java 1.1.x implementations may cause an installer to crash if the text field has the echo character set. If the Unix installer is … Read more

InstallAnywhere Troubleshooting in z/OS and OS/390

installanywhereExpert created the topic: InstallAnywhere Troubleshooting in z/OS and OS/390 z/OS and OS/390 use EBCDIC, instead of ASCII. InstallAnywhere installers work fine on these platforms, but certain actions behave differently than developers may expect. When files are installed, they are installed using a binary copy mechanism. Text files are installed the same way. When building … Read more

Troubleshooting Installers in InstallAnywhere

deployexpert created the topic: Troubleshooting Installers in InstallAnywhere There are several methods available to debug InstallAnywhere installers. Deciding upon which method to use depends in part on the installer development cycle—during installer development or later if an end-user has a problem with the installer. Most InstallAnywhere installers utilize Macrovision’s LaunchAnywhere technology. Along with many convenient … Read more

Troubleshooting in installanywhere

deployexpert created the topic: Troubleshooting in installanywhere Unix When running the installer against a 1.1.x VM, the Show Password Panel action will not echo keyboard input as asterisks. A bug in certain Java 1.1.x implementations may cause an installer to crash if the text field has the echo character set. If the Unix installer is … Read more

Jenkins Troubleshooting Guide

jenkins-troubleshooting

Jenkins Troubleshooting Jenkins is one of the important CI tools which many organization used as part of their Build and DevOps infrasture. I am going to consolidate all the troubshooting techniques which can be used in order to find any issues related in jenkins. Step 1. Take a look at Log generated by the jenkins … Read more

Git Troubleshooting | Git Troubleshooting Techniques

git-troubleshooting

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 running Git Commands or Git Commands that seem to be hanged for some reason, Git has an in-built functionality for us to peek into what … Read more

Buildforge common Issues and Troubleshooting | Buildforge Troubleshooting Guide

buildforge-troubleshooting

Know about the BuildForge Server before Troubleshooting. 1. What is the Full version of Build Forge being used (for example Build Forge  7.1.2.2-1-0111).This can be obtained under the console interface by hovering the mouse over the Build Forge icon in the upper left hand corner. 2. What is Full version of operating system for both … Read more

MySQL Basic Troubleshooting Guide | MySQL common Issues

mysql-troubleshooting

PLEASE NOTE: I am currently reviewing this Article. How to check the mysql file location: > which mysql > locate mysql Check mysqld process is started or not? > service mysqld status > “mysqld is stopped” – Means mysqld is not running > “mysqld: unrecognized service” – Means mysqld is not set in service. This … Read more

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

perforce-network-troubleshooting-guide

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” and “1666” (or whatever port you have Perforce running on.)  If you do not see such a line, the server is not running. 2. p4 … Read more

Deployment Foundation Issues

deployment-foundation-issue

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 this point for making sure all their direct reports and managers are on board with this and that it comes from the top. I mention … Read more