ArangoDB installation in Windows 8 - installation

I downloaded ArangoDB version 2.3.4 and tried to install it on my Windows 8 OS.
During the installation, I had been prompted to choose the default path or All Users and such. I opted for default path, which installed the application under the path C:\Program Files\ArangoDB 2.3.4\bin. After successfully installed ArangoDB, I tried to open the console and typed arangod.exe. It prompted me some error message:
ERROR cannot open datafile "c:\program files\arangodb 2.3.4 ....\logfile-207139.db': 'No Error'
ERROR cannot open datafile "c:\program files\arangodb 2.3.4 ....\logfile-207139.db": system error
ERROR could not inspect WAL logfiles: system error
FATAL unable to start WAL logfile manager
I am not sure what's going wrong, but I tried uninstall and reinstall with All User option and it worked by showing me
ArangoDB is ready for business. Have fun!
However, the ArangoDB was installed under the C:\Users\Public\Documents\ArangoDB 2.3.4 folder, which I think is not appropriate. Anyone knows how to install by selecting the default path on Windows 8?

I have finally found a solution on this. Go to the var folder security tab and click on Advanced then Disable the inheritance. It works for me now

Related

Oracle bi config.cmd not run in windows 10

I am trying to install oracle bi on Windows 10.
I ran the install file and set weblogic and repository, but when I go to this directory:
C:\Oracle\Middleware\Oracle_Home\bi\bin

and try to run the config.cmd, the command prompt opens and immediately closes. It doesn’t show me the setup window.
How can I solve this problem?
Very simple solution: not trying to install OBI on an unsupported platform!
https://dimensionality.ch/2017/05/06/installing-oracle-bi-on-windows-7-8-10/
By the way the response in here will stay the same as on the Oracle communities ...
I had the same issue as you and I was to gave up but I decided I don't do it and I start to search for this problem. The first things to have to do is check your PATH JAVA_HOME. My native language is Spanish and my windows OS is in Spanish.
My JAVA_HOME was C:\Program Files (x86)\Java\jdk1.8.0_181 and I have a problem to time installing so I change by C:\Progra~2\Java\jdk1.8.0_181 then I restart my laptop and I open CMD as Admin and put cd C:\Oracle\Middleware\Oracle_Home\bi\bin because in this route was installed my OBI. After that just put C:\Oracle\Middleware\Oracle_Home\bi\bin>config.cmd and I can continue to the configure of OBI.
Progra~1 = 'Program Files'
Progra~2 = 'Program Files(x86)'
If you forgot anything, just enter to link to refer:
http://obieeil.blogspot.com/2015/10/installing-obiee-12c-on-my-windows.html
or
http://www.catgovind.com/obiee/step-by-step-obiee-12c-installation-on-windows-oracle-bi-publisher-installation-and-oracle-bi-analytic-installation/

VSCode extension installation fails without errors

Problem
Hi, whenever I try to install an extension in VSCode the installation is canceled without any error message showing up.
Before installation
During Installation
VSCode jumps back into this state
Question
How can I figure out any details about what the problem is? Is there some hidden error log or anything?
A Wild Guess
Im currently on a machine where my administration rights or the proxy configuration may be insufficient. This may be the cause of the problem. Installing an extension manually into the VSCode installation folder, worked.
Solution: Installation via Command Line
Installing extensions using the terminal gives at least some error message:
C:\some\path>code --install-extension some-publisher.some-extension
Found 'msjsdiag.debugger-for-chrome' in the marketplace.
Installing...
Error: socket hang up
at TLSSocket.onHangUp (_tls_wrap.js:1117:19)
...
Finding out some-publisher.some-extension
The publisher and extension can easily be copied from the extension details:

Compatibility Mode error when installing Visual Studio SDK (vssdk)

Whenever I try to install the Visual Studio SDK I get the following error:
Windows Program Compatibility mode is on. Turn it off and then try Setup again.
I have checked and Compatibility mode is not turned on. From what I've read, renaming the installer to vssdk_full.exe should help. That hasn't had any impact.
I got the installer from Microsoft's website.
What do I need to do to get this to install?
Are you installing on Windows 10? If so, then I have the same problem and it seems as though the current SDK setup is checking the Windows version and 10 isn't currently supported. See https://social.technet.microsoft.com/Forums/en-US/77c61be0-1303-4040-a587-62843d321159/visual-studio-2013-sdk?forum=WinPreview2014General for more info
I have managed to get it to install on windows 10, download the sdk, it will download vssdk_full.exe, run this with /layout path which will extract the actual setup file.
Then set compatibility on the new file to win 8 and it will install just fine.
You might not need to do the/layout thing but that is what I did.
ed
I had the same problem. I downloaded .iso file with install package form the internet. Then I mounted it using PowerISO and tried to start it from virtual CD drive. It ended up in the same message as above.
I looked it up and thought that in Properties of .exe install file, it's enough to uncheck some boxes compability section. But nothing was checked.
Soon afterwards I unzipped the package to a temporary directory with PowerISO and installed Visual from there. Worked without problems.
I had this problem, I renamed the instalation file to "vssdk_full.exe" and it installed without problems.

IBM Websphere ILog JRules Studio 7.1.1 Installation Failed Due to Error: Could not Java Virtual Machine

Has any one encountered the error: Could not create Java Virtual Machine error while installing IBM Websphere ILog JRules Studio 7.1.1? I have Windows 7 64 bit OS but this error could happen on any Windows machine. By default IBM ships the package for 32 bit so our installation team tried with 32 bit JDK 6 (with many minor versions) for many days but could not figure out. I have posted my own solution below. Check this out and save your life.
You usually start installation by running JRules_V711_CZLX7ML.exe file on windows. It will extract all resources on your temp directory and you might encounter error: "Could Not Create Java Virtual Machine". Just follow these steps and it "might" solve your problem:
1. Go to your temp directory by typing "%temp%" in Start-> Run or Windows Explorer.
2. Look for directory something like: I1403739667. Go inside this directory.
3. Open command prompt and go to I1403739667/Windows/resource/jre/bin
4. Run command: java -version
5. If you see following error, go further otherwise you might have some other problems:
JVMJ9VM011W Unable to load j9jpi24: The specified module could not be found.
Error: could not load Mercury Interactive support. Please run the setup again.
If the problem persists please contact Mercury's Customer support.
JVMJ9VM011W Unable to load j9jpi24: The specified module could not be found.
JVMJ9VM015W Initialization error for library jvmhook(-3): JVM_OnLoad failed
Could not create the Java virtual machine.
This happens if you have installed HP Quick Test Professional which used to be Mercury before HP bought over.
Right click on your computer icon on desktop and look for following environment variable: IBM_JAVA_OPTIONS
Either rename it to IBM_JAVA_OPTIONS_DONOTUSE or delete it.
Try installing again.
NOTE: I had tried to by pass this error by changing the vm property in Rule Studio.lax file to use JDK 6 32 bit installed on my windows machine and was able to install successfully but there were just too many Rules compilation errors which would not make any sense. So NEVER try to use your own JDK. You have to use the IBM JDK shipped as part of Rule Studio.

Eclipse Helios cannot access the specified device, path or file

I installed (downloaded) Eclipse Helios (SR2-win32-x86_64). When I start eclipse.exe, I get the following error message window:
Windows cannot access the specified device, path, or file. You may not have the appropriate permissions to access them.
This link: How to fix ""Windows cannot access the specified device, path, or file.." when rerun the program? is about a custom application, but it is the same message.
I changed the permissions of all the folders to write & read permissions. And I still get the error. I am running on Windows 7, 64-bit machine.
I run the program as administrator and get the same results.
Before installing eclipse, I downloaded and installed Java (jdk-6u25-nb-7_0-windows-ml.
Any ideas on how to fix this?
Edit 1:
The eclipse.exe file has *Allow Full control` permission for each user listed in the "Group or user names:" box.
This has been resolved. The company has a utility SOPHOS which was interfering with the installation of Eclipse.

Resources