"yo is not recognized as an internal or external command,operable program or batch file".This is what the error message i have got while trying to install the GIT-hub.By looking into the previous answers i have changed the variable path value too Though my issue is unresolved.Is there any other possible solutions to overcome this??
Related
I have downloaded vs code to my mac and am trying to connect to the server using the ftp-sync extension built into vs code. After installing ftp-sync, I tried to use the command ftp:sync-init and the following error appears:
"Command 'Ftp-sync: Init' resulted in an error (Cannot read property '0' of undefined)".
I'm a beginner at using VS Code and don't know how to fix the problem and need to get my server going asaap to access files.
You have to first open a folder either empty o or an existing project so the .vscode can be created.
SignTool Error: An unexpected internal error has occurred. error MSB3482
3>C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(3975,5): error MSB3482: An error occurred while signing: Failed to sign bin\Debug\app.publish\Halmanac.exe. SignTool Error: An unexpected internal error has occurred.
The error is the clickonce publish process for a winforms application in C# with clickonce deployment using a Code Signing Certificate from GoDaddy. The Certificate is good and current - expires 09-22-2020. If I remove the certificate (uncheck code signing), the error goes away and I can publish the exe. I want the certificate to prevent installation problems.
The application has been running for many years with minor changes each year. When I got the error, I restored a 6 months old copy that had been deployed with the certificate and I got the same error. Therefore, something has changed on the computer. I am running a current version of Windows 10.
How do I troubleshot this problem?
What do you recommend I do?
I don't know if this is your case, but in my case I was getting this error on an old project that I have not updated since 2019, I need to do some fixes and publish again. And this error shows with no changes to the project files (only code).
After reading this:
SignerSign() failed. (-2146869243/0x80096005)
Because of other Error with the exe sign, I revisited the code sign setting page and see that was using the timestamp server with the URL:
http://timestamp.comodoca.com/?td=sha256
I removed the /?td=256 part leaving it like:
http://timestamp.comodoca.com
And now the project compiles with no problem
I wanted to provide an answer to my own question. After a lot of research into all kinds of possible causes. I did use the signtool to sign the EXE manually. This atleast proved the signtool and CSC were working. In my last step, I looked at the compile parameters for 32bit and 64bit output exes. The software is one EXE and 2 DLLs. I made sure to examine every parameter involved in making the EXE. After a number of changes/fixes/tweaking, the software published a Clickonce EXE. I installed the EXE from the Internet and everything worked. I do not know what fixed the problem, but the error is gone. In my opinion, there was a conflict in parameters between the EXE and DLLs. Robert Neal 07-15-2020
We are using Jenkins for our continuous integration and in one job Jenkins checks in files into out Clear Case Integration Stream. Recently during one job the ClearCase checkin failed with the following message:
cleartool: Error: Operation "create_version" unavailable for manager "_xxx_file"
(Operation pathname was:
"D:\Programs\IBM\RationalSDLC\ClearCase\lib\mgrs\_xxx_file\create_version")
cleartool: Error: Unable to store new version. cleartool: Error:
Unable to check in "Path/To/File/xxx
I was able to trace back the error, but the file in ClearCase is messed up since then. Every time someone tries to update his view connected to the integration stream he gets the following error message:
Unable to load "xxx": unknown error in VOB.
I can't see the file in the Rational Explorer or in Windows Explorer, but when I click "Compare with Previous Versions" on the containing folder I can see the file in both windows (belonging to current and previous version).
That behavior really confuses me.
I am pretty new to Clear Case and I would love to have a simple way to retrieve the previous version (something similar to git revert).
I would love to have a simple way to retrieve the previous version (something similar to git revert).
If you really think the new and problematic version was to be reverted, you could remove it completely with cleartool rmver (as I used it here). This is quite dangerous though.
But here, that version was likely never created, since the error message starts with "Operation "create_version" unavailable"
You can see this error message in this technote (about ClearCase MultiSite)
This issue occurred after the following sequence of events:
VOBs were being moved from an old server to a new server along with upgrading ClearCase from an older version to 7.x.
A new type manager had been created on the old server along with an element type called keyed_text_file_delta.
The error occurred because the new type manager and element type keyed_text_file_delta did not exist on the new server.
So double-check if the type manager "_xxx_file" still exists in your VOB, using cleartool lstype.
I have installed Jasper reports server 6.3.0 along with Icinga-reporting (from the git repo)
I can run sample reports without any problem, but when I try and run specific Icinga reports which have a time period they fail and error out with;
Errors were encountered when compiling report expressions class file: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: calculator_Service32activity32report32in32given32time_1484836971660_629753: 13: unable to resolve class org.icinga.reporting.DateHelper # line 13, column 1. 1 error .
If you want the full stack trace please leave a comment and I will update the question.
I have done lots of googleing and have found afew links which reference the issue, but no one has actually said in (still valid) steps how to resolve the problem.
This looks like the closest fit - but the info referenced no longer exists (The entire Icinga wiki has been removed!)
I also found this but it links to very old jars which I've included in the WEB-INF/lib path but still getting the same error.
If I run a report that does not have a time/date then the report works (So I know Jasper is actually working)
If you need any additional info please leave a comment & I will update the question.
The problem turned out to be cause by icinga-reporting.jar missing from the tomcat WEB-INF/lib/ folder.
When you build icinga-reporting.jar it includes the org.icinga.reporting.DateHelper functions that where the cause of the original error.
When I installed the reporting the post deployment scripts where run and I'm sure it had copied the .jar file to the correct path, but when I later searched for it it was missing...
Manually copying the file to the correct path resolved the issue & reports with a time/date element now run without errors.
When I start the server with below command its showing below error, java path and all are good still showing like this please help with this issue.
D:\Softwares\kafka\kafka-0.10.0.0-src>.\bin\windows\kafka-server-start.bat
.\config\server.properties '#' is not recognized as an internal or
external command, operable program or batch file. Error: Could not
find or load main class kafka.Kafka
Taking a leap here, but you directory ends in src. Mine does not. Any chance you downloaded the source distribution instead of the binary ?
for more recent version, juts define the CLASSPATH in
./bin.windows/kafka-run-class.bat:
line 17 for example
set CLASSPATH=/confluent-5.3.1.TAR\share\java\kafka*