Getting error while running datastax intsallation runner in Linux - linux

When I tried to run the DataStaxEnterprise-5.1.8-linux-x64-installer.runin my linux machine, it shows throws below error
There has been an error.
Upgrades from package/system installs are only possible as root user.
The application will exit now.
Can someone help me with this. Thanks in advance :-)

You're running it with insufficient privileges - you need to run it using sudo command as described in the DSE Admin Guide. From message I see that you may have already DSE installed, and need admin rights to upgrade the system.

Related

ArangoDB failed to initialize the database password

Win7 64+ArangoDB 3.4.2 server NSIS
The installation failed and the error is "failed initialize the database passord"
I have tried with the methods this web mentioned https://groups.google.com/forum/#!topic/arangodb/DCN6vECW1tI
but it doesn't work.
Stackoverflow is not well suited for bugreports, so most probably this page will be deleted anytime soon.
Please use https://github.com/arangodb/arangodb/issues herefore.
I just tried with an english version of Windows 7 installed via Win7_Pro_SP1_English_x64.iso.
I tried to install ArangoDB with an empty password and password a and both worked out without errors.
Please describe what exactly you did (like installation directory, password, etc.) and better open a github issue.
Please note that meanwhile ArangoDB 3.4.3 is available, which I used for my tests.
I have the same problem, I use windows 10 PRO x64 in Polish language version.
I set the installation directory as (c:\ArangoDB\v3.6.1-comunity) but i try too with default setings,
and I gave the password "pass20"
https://github.com/arangodb/arangodb/issues/11041
Windows Event Log for aborted instalation of ArangoDB3-3.6.1_win64.exe
failed to locate javascript.startup-directory directory, its neither available in 'C:\PROGRA~1\PTC\UTILIT~1\MKSTOO~1\usr\share\arangodb3\js' nor in 'C:\ArangoDB\v3.6.1-comunity\C:\PROGRA~1\PTC\UTILIT~1\MKSTOO~1\usr\share\arangodb3\js'
C:\vm04-windows\oskar\work\ArangoDB\lib\Basics\ArangoGlobalContext.cpp
arangodb::ArangoGlobalContext::normalizePath
376

Error executing action install on resource 'windows_package[Node.js]'

I am trying to install workup in my parallels in Mac Book Pro.
I tried the command workup on powershell (in Administration Mode).
But when I run this command it throws this error as shown below and because of it I am not able to continue my further installation.
Error executing action install on resource 'windows_package[Node.js]'
I am also adding the snapshot of the error . So, please refer to it as well.
The problem is solved by uninstalling the node.
There was mismatch in node versions.
So, I uninstalled node from the system and workup itself install's node and it works after this.
Thanks :)

Nodejs - Another installation is in progress

System - Win 7 64 bit.
Nodejs - node-v6.9.4-x64.msi
Installation error - Another installation is in progress. You must complete that installation before continuing this one.
Solutions that did NOT work - Run as admin, Run via commandline as admin, log had same error i saw in installer, don't install online docs option,
Please help me to fix this. Thank you !
This will not be an issue with your NodeJs installation, it might be because of your previous installation (might be any other software) which might be still in progress or not exit properly.
To solve your issue, please try restarting your machine once and install. This will indirectly kill your previous unstable installation and allow you to install NodeJs
I had this issue with '2017-03-21, Version 6.10.1 'Boron' (LTS)'. Restarting my PC solved the issue.
P.S. However, this issue seems to be specific to the NodeJs installer. I tried installing other programs after the NodeJs installation threw up this error and they installed fine (even before the restart).

Datastax Enterprise Installation on Virtual Box CentOS

Can anyone please guide me step by step installation one by one for Datastax Enterprise Installation on Virtual Box CentOS .
I checked Datastax Documentation , but getting little bit confused in few steps and due to which I am not satisfied. Also checked other resources but not able to understand completely.
So Help me to know installation process one by one with all basis steps.
Thanks in advance .
You may have an easier time using OpsCenter's Lifecycle Manager to deploy DSE. (Disclaimer, I am a Lifecycle Manager dev so am biased.)
First you need to install OpsCenter in a separate VM or Centos box. If you're able to get through the Java install and yum repository setup parts of DSE setup, this won't be difficult: https://docs.datastax.com/en/opscenter/6.0/opsc/install/opscInstallRHEL_t.html
Then run an install job from LCM: https://docs.datastax.com/en/opscenter/6.0/opsc/LCM/opscLCMinstallJob.html Example the pre-requisite section of that page carefully. It will show you the things you need to do in LCM to get ready to run the job, it's all point-and-click, though.
The only pre-requisites on your target DSE machine are "python" (usually installed by default) and for the minute "which", though we'll be removing that dependency in an upcoming version.
Note at the end of this process, you'll need to provide cqlsh an IP address, username, and password to connect to the cluster... even when making a "local" connection from your DSE vm. For example: "cqlsh 192.168.1.100 -u cassandra -p the-password-you-chose-during-lcm-install"

Start tomcat in intellij community edition

Hi am trying to start tomcat in intellij 14 community edition. I have configured it as an external tools. in windows I could do it with by pointing the program to catalina.bat and in parameters i could type jpda start. But in linux machine i am pointing the program to Catalina.sh and in parameters i am typing jpda start.
But when i run it it is showing permission denied. Below is the exact error. how can i fix it?
Error:
Error running Tomcat: Cannot run program "/home/creative/work/apache-tomcat-8.0.12/bin/catalina.sh" (in directory "/home/creative/work/apache-tomcat-8.0.12/bin"): error=13, Permission denied
I gave a full permission to tomcat folder by executing the below command:
sudo chmod u=rwx,g=rwx,o=rwx apache-tomcat-8.0.12 -R
And it worked for me. May be not a optimal solution as i am new to linux.
And thanks for kenorb for helping me to figure out the solution.

Resources