adding hashicorp/precise32 fails to complete install on xp - windows-xp

I am new to vagrant and am trying to install hashicorp/precise32 on windows xp but it fails at the very end with a message "The box failed to unpackage ...." I have googled this problem but no definite answers on how to complete this task any help would be most appreciated

I found this on Github and it works hope this helps you out Artful_dodger its a solution by BakerCo he says "my solution was to download the basic_bsdtar.exe from here http://sourceforge.net/projects/mingw/files/MinGW/Extension/bsdtar/ and rename it to bsdtar.exe and place it in C:\HashiCorp\Vagrant\embedded\gnuwin32\bin\"

Related

libgit Library not found in Qt Project

I am attempting to install Fritzing from source and have followed the instructions exactly, and even reinstalled and used other instructions. Every time I have gotten to the point of running the project in Qt Creator and add the proper command line arguments, I get an error saying
libgit2 library not found in C:/Users/harry/Desktop/Fritzing/fritzing-app/../libgit2/build64/release
I have checked my libgit2/build64 and there is no subfolder titled 'Release'. I am at a loss and do not know where to go, so if anyone knows, thank you!

Unable to connect to the NBAndroid because of Unexpected end of file from server

I have just installed NetBeans 8.0.2, and I want to install NBAndroid plugin. I have the link which is http://nbandroid.org/release81/updates/updates.xml
when I click to update and install it it gives me a message saying "Unable to connect to the NBAndroid because of Unexpected end of file from server" I have tried many ways to solve it but none of them worked. Help please
this is the problem of plugin here is the solution by gitHub for Netbeans 8.1 and Netbeans 8.2 https://github.com/NBANDROIDTEAM/NBANDROID-V2
usi

Failed at the electron-mksnapshot#1.6.0 install script

Downloaded vscode source . Following their instructions to build , when I ran
scripts\npm.bat install
Failed at the electron-mksnapshot#1.6.0 install script.
the console also shows the below:
D:\vscode-master\node_modules\extract-zip\index.js:35
zipfile.readEntry()
^
TypeError: zipfile.readEntry is not a function
at D:\vscode-master\node_modules\extract-zip\index.js:35:15
at D:\vscode-master\node_modules\yauzl\index.js:31:7
at D:\vscode-master\node_modules\yauzl\index.js:96:14
at D:\vscode-master\node_modules\yauzl\index.js:342:5
at D:\vscode-master\node_modules\fd-slicer\index.js:32:7
at FSReqWrap.wrapper [as oncomplete] (fs.js:629:17)
I have installed extract-zip v 1.6.5 , this is mentioned in dependency. No Idea what is going wrong here. I deleted the node_modules and build file and checked again. Does not seem to work. Can you somebody please guide me here ?
I met the same problem today when I compiled the vscode source code with the npm#5.
You can try to remove the npm-shrinkwrap.json first. It solved this problem on my mac.
The reason seems zip path got undefined which should be ~/.electron-gyp/.electron/mksnapshot-v1.6.0-darwin-x64.zip.
Installed 4.6.1 . Didn't work initially. Took a fresh vscode source and built again and this seemed to do the trick. I had opened a git issue also and some people have posted their own solution to it.
Please check this git link issue.
Regards,

Has anyone seen this error while running TestComplete?

I have been having problems working with TestComplete. What I have are:
TestComplete Version 10.0.531.7, 64 bits
Windows 7 Enterprise, Service Pack 1
Whenever I start TestComplete, it gives me this error. Please see screenshot below:
If I choose to
Don't terminate the application AND
Don't send
TestComplete allows me to proceed but after I click on "Edit" button then "Next", it tells me that the specified data source can not be found. Please see screenshot below:
I am not really sure if those two errors are related, has anyone seen this kind of error before?
PS. I have tried reinstalling Oracle data base 11.2.0, but it does not help.
Many thanks
I found the problem:
I needed to install Oracle ODAC101040.exe
Now the problem has been solved.

error while trying to run MapReduce job using eclipse Indigo

I am trying to run MapReduce jobs using hadoop-eclipse plugin with Eclipse Indigo, but I am getting the following error:
Error: failure to login
While looking for some help, I found there is a problem with Hadoop-0.20.203.0, so I tried Hadoop-0.20.205.0 as the issues are fixed in this version.
I am still facing the same problem. Am I missing something or making a mistake?
Sorry for my poor English, as your question has no more detail, I guess that you meet the same problme as me, if so, the following link resolved my problem, pls. pay attention to step "4".
http://hi.baidu.com/wangyucao1989/blog/item/279cef87c4b37c34c75cc315.html
Sorry for that is a page in Chinese. It said the problem is because the file hadoop-eclipse-plugin-0.20.203.0.jar lost 5 files "commons-configuration-1.6.jar , commons-httpclient-3.0.1.jar , commons-lang-2.4.jar , jackson-core-asl-1.0.1.jar 和 jackson-mapper-asl-1.0.1.jar ". You should:
Extract the "hadoop-eclipse-plugin-0.20.203.0.jar",
Add the 5 files into "hadoop-eclipse-plugin-0.20.203.0\lib" ,
Modify "hadoop-eclipse-plugin-0.20.203.0\META-INF\MANIFEST.MF" (modify the Bundle-ClassPath).
Re 'jar' the package and replace the old "hadoop-eclipse-plugin-0.20.203.0.jar".
The os the page referred is linux, my os is Win7.
good luck!
Instead of going for adding plugin u can just add the required libraries in eclipse and do your programming.
here is the list of library u will need. These files exists with the Apache hadoop distribution in lib folder.
hadoop-core-1.1.2.jar
log4j-1.2.15.jar
jackson-mapper-asl-1.8.8.jar
jackson-core-asl-1.8.8.jar
commons-logging-api-1.0.4.jar
commons-logging-1.1.1.jar
commons-lang-2.4.jar
commons-httpclient-3.0.1.jar
commons-configuration-1.6.jar