Soapui - unable to create new project - soap

I am getting Error loading(url):java.lang.nullpointer exception, after providing WSDL for creating a new SOAPUi project.
It is also saying that soapui-4.0.0.exe has been denied access to 169.185.231.98.
can someone help me with this?
Thanks,
Amir

Related

Component-preload.js not found though it exists

I am getting component-preload.js not found error even tough it exists..
I'm using SAP WEBIDE personal edition full stack. so, neo-app.js and package.json are generated by defalut and by using the build option I generated component.-preload.js along with dist folder.As in my project I dont have direct connection to the SAP system,I need to use export(from webide) and import/download(using UI5/UI5/REPOSITORY_LOAD) into my front end server.Once I upload the project into the front end server component-preload.js is missing so am getting the same error "Component-preload.js missing" even though it exists.
could some one please let me know what could be the problem and how to resolve it.
Thanks in advance!

HTTP Status 505 Error while using REST API

I just started learning REST API and jersey. When I run the application. I am getting this error and have no idea how to fix it.
Can someone help in this? I want to know why I am getting this error even though I configured all the required jars and also I want to know how to fix this problem?
I guess, you haven't added the lib folder to build path . add lib folder to build path will resolve your problem.

Mule ESB, Launching project encountered an issue after the project was renamed

I have a flow running within a project named 'dm' that was created by someone else.
This flow works well.
I Right click and hit "Copy", and then I hit "Paste", and chose the project name 'dm_1'. All looks well
So I try to run the new project, I right click on the flow and hit "Run As - Mule Application"
Immediately I get the following error:
Launching dm_1 has encountered a problem.
Studio has encountered a problem. In order to get assistance with this issue, either contact MuleSoft or post a message in the MuleSoft Community Forums (http:/forum.mulesoft.org) with a detailed description of how you encountered the problem
DETAILS:
Studio has encountered a problem. In order to get assistance with this issue, either contact MuleSoft Support or post a message on the MuleSoft community forums (http://forum.mulesoft.org) with a detailed description of how you encountered the problem.
Project referenced by launch does not exist.
So how do I fix this problem.
I do not see anything within the xml that would suggest there is a project name that needs to be changed as well, with the possible exception of the following line:
<mulexml:schema-validation-filter schemaLocations="C:\Users\xxx\AnypointStudio\workspace\dm\src\main\resources\p.xsd" returnResult="false" doc:name="Schema Validation"/>
Where do I look to change the project name
try adding a new flow to the same project. Then right click on the new flow and run it. This will cause the entire project to run.

GraphClient.cs not found

I recently installed the Neo4jClient Nuget package on my VB.NET project and when I attempt to create a new graph client (code below) I get a "GraphClient.cs not found" error.
Dim client As New GraphClient(New Uri("http://myGraphServer.myCompany.com:7474/db/data"))
Any suggestions on how to resolve this issue?
That's just something visual studio says when an exception has been thrown and it's trying to take you to the code.
Typically this happens this early on when you don't have the neo4j server running, or you have the wrong address to connect to.
Are you doing a
client.Connect()
call afterwards?

why the crud generating bundle is giving error in symfony2.3 framework?

I have upgraded symfony2.2 to 2.3.
After that i was trying to generate crud for entity class using console command "generate:doctrine:crud" but i was throwing error like.
[Twig_Error_Loader]
There are no registered paths for namespace "__main__".
before upgrading symfony2.2 it was working fine. I am not able to figure it out what is the error.
please help me to solve this.
I've got the same issue.
What you need is explained here:
http://symfony.com/doc/current/bundles/SensioGeneratorBundle/index.html
(Rename and Relocate your files)