WebLOAD IDE error when trying to create new project - webloadui

I just installed WebLOAD IDE & I get following error,
"failed to register on TestTalk", this happens regardless of being on VPN or what my proxy setting are.
Thanks in advance,
Salil

Related

VSCode Spring Initializr Error : Failed to fetch metadata

When I try to create a new project on Spring Initializr on VSCode, it produces the error on right bottom screen
Fail to create a project. Error: Failed to fetch metadata
Fail screenshot
I have checked Developer : Toggle Developer Tools and checked the error, it's not common JSON tag (html error return) problem.
I have checked the access to https://start.spring.io/ on my browser : no problem.
I have checked the internet access via proxy : There's no proxy.
I have completely removed VSCode (including extensions) and re-installed, still the same problem.
Windows 10, using gradle 6.9, java 11.0.12, vscode 1.59.0
Ok I've resolved the problem.
In case anyone comes up with the same issue, here it is :
open Spring Initializr Java Support extension from VSCode extensions.
click settings icon, then choose Extension Settings.
scroll down, and click "Edit in settings.json"
In my case spring.initializr.serviceUrl was empty. It should be :
"spring.initializr.serviceUrl": "https://start.spring.io/"
Sometimes the issue can be resolved by simply restarting the vs code editor.
Because extensions will get reflected only after restarting the editor
I received the same error message after having installed the extension pack and starting up a new maven project. Yet, for me the solution of #sayginify did not work.
In my case lowering the version to 0.4.8 did help. I was on 0.8.0. Also the versions in between did not work either. Obviously there are some known bugs in some versions. The solution came in here on the VS Code Spring Boot initializr Github page: https://github.com/microsoft/vscode-spring-initializr/issues/162#issuecomment-726832226 .
I had same issue, when I was at work. Removed work network connected to personal network and able to proceed. I got the feeling work network preventing downloading. Or may be have to edit your proxy settings

substrate Front-End Template connect localhost error

I am a newbie and experiencing same issue.
Using tutorial [https://substrate.dev/docs/en/tutorials/create-your-first-substrate-chain/setup].
Successfully installed Node.js and Yarn - Launched the front-end-template (stated in the above link) in root directory, although I receive an error message in browser [Error Connecting to Substrate [object Event].
I have looked online for solution, but no success.
Would appreciate advice on where I'm going wrong also how to solve issue.
Edit config file here:
./src/config/development.json
replace 127.0.0.1 with your IP address
yarn start and now system working.
Solved - I found that I can open multiple console windows (Visual Studio Code) from the dropdown 'default shell' - The 1st window ‘cd substrate-node-template/ ‘and run ‘cargo build –release’. In 2nd window ‘cd substrate-front-end template’ and run ‘start yarn’. I can connect to web page [localhost:8000/] and view information about the chain.
Thanks for your advice!
The front-end-template won't display anything unless a Substrate compatible chain node is running. In this case it should be the Substrate Node template running on the same machine where you are running the front-end.
You should first build your node-template with cargo build --release and then execute the binary ./target/release/node-template --dev. This will start the Substrate node to which your front-end-template should connect.

Xcode bot fails with "no activity for too long" error

My Xcode bot integrations fail with the following error.
Assertion: Running task was terminated because it produced no activity for too long.
From the bottom of the log:
Sampling completed, processing symbols...
Sample analysis of process 4470 written to file /Library/Developer/XcodeServer/Integrations/Integration-ef7a2c98cd2307fc71923f1123ea23f7/4470.sample
sample[5774]: sample cannot find any existing process you have access to which has a name like 'Interface Builder Cocoa Touch Tool'; try running with `sudo`.
sample[5775]: sample cannot find any existing process you have access to which has a name like 'ibtool'; try running with `sudo`.
sample[5776]: sample cannot find any existing process you have access to which has a name like 'ibtoold'; try running with `sudo`.
** BUILD INTERRUPTED **
Interestingly, the integrations worked the day before and started failing today without any known changes to the server configuration. Is there a way to fix those errors and make the integrations run?
OS X 10.11 (15A244d), Xcode 7.0 (7A176x), OS X Server 4.1.56 (15S2186i)
This did the trick for us when we ran into the same issue today:
https://stackoverflow.com/a/22637896/43996
Created a new bot with exact configuration and that did the trick for me. Stackoverflow xcode-server-ibtool-build-failures
I created a new simple project to test Xcode Bot and the same problem happened.
I have try several ways including allow all items to access keychain, however, it didn't work until I unchecked the Code coverage.

i am getting error when i try to create web service client in Spring STS

i am getting this error when try to create new web service client.
IWAB0503E Unable to update Java build path. Please check your system environment.
Some web searching uncovered that what this error really means is “The Web Services generation tool detected multiple versions of the javax.xml.soap plug-in installed. Resolve this error by removing the conflicting plug-in.”
Sure enough, when I checked in Eclipse there were two versions.
WebService
I encountered two speed bumps when testing this theory:
There’s no easy way to uninstall a plug-in within the Eclipse UI, so I had to resort to removing the directory from eclipse\plugins directly from Windows Explorer.
Which version should I remove? It took me two tries to figure out which version was causing the error. Turns out that newer is not always better…in this case 1.3 was at fault and 1.2 (javax.xml.soap_1.2.0.v200905122109) was the version to keep.
This is old but, in my case the details of the error were:
IWAB0503E Unable to update Java build path. Please check your system environment.
java.io.FileNotFoundException: /lib/saaj.jar
So \lib\saaj.jar was not found in folder
C:\sts-4.8.0\sts-4.8.0.RELEASE\plugins\javax.xml.soap_1.3.0.v201105210645\
I created the folder lib and copied saaj.jar in it from another STS instance that I had and then it worked.

Publishing to WAS7 failing with error "An internal error occurred during: "Publishing to WAS7 at localhost..."

An internal error occurred during: "Publishing to WebSphere Application Server v7.0 at localhost...".
org.eclipse.emf.ecore.resource.ResourceSet
There are no compilation errors in Workspace.
I am using WAS 7 server and RAD 7.5. Has anyone seen this error before? How to fix this?
Thanks
Neeraj
Those org.eclipse... errors are nearly always temporary glitches in the development environment. Close RAD, start it up again and see if that fixes the problem.
I got the same issue in my eclipse. I restarted and it worked. But what we have to keep in mind is, when we close the eclipse, we need to go to "Task Manager" and make sure eclipse and java is closed completely before we start the eclipse again.

Resources