Secure Property Placeholder Module not populating - MuleSoft Anypoint Studio - plugins

I have installed the Anypoint Enterprise Security - http://anypoint-enterprise-security-update-site.s3.amazonaws.com/1.7.1 and been using the ability to Encrypt and Decrypt passwords. This was working fine for a while.
Today, my 'Secure Property Placeholder' is not working.
If I add it manually in XML I see the following in my 'Global Elemetns'
If I try to add a new 'Secure Property Placeholder' it does not give me that option:
But I have the package installed in my Anypoint.
I'm not sure what I did or what happened. I've tried:
1. Uninstalling the 'Secure Property Placeholder Module' and Reinstalling
2. Uninstall the entire Enterprise Package and Reinstalling
But Nothing is working.
Thanks for your help

A similar problem occured to me with another mule connector. In my case, I had a lower version Mule Server RunTime and the connector was of a higher version. In your case I see that you have both Mule ESB server 3.8.5 and Mule ESB server 3.9.0 EE. Your Enterprise Security is of version 3.9.0. Now when you add the security component to your project, make sure that you have it running on the Mule ESB server 3.9.0 and not on the 3.8.5 version. Hope this helps!

Try installing from anypoint exchange rather than Help/Install New Software, I was having a similar problem which seems to be resolved now.

Related

In Eclipse "WSO2 Enterprise Integrator 6.4.0" server missing to add

I was trying to add a server by clicking in the Servers view on "No servers are available. Click this link to create a new server...":
...and choosing the server that were available in a list. However, among the list the server I wanted to install was not to be:
.
Earlier, I downloaded the binary version of it found at https://wso2.com/integration/previous-releases/ and installed it at C:\Program Files\WSO2\Enterprise Integrator\6.4.0 as per recommendation of the product's guide.
My question is that why is there no WSO2 Enterprise Integrator 6.4.0 in the "New Server" window and how do I make sure that it appears?
This server option comes in the tooling by default and you don't need to install anything. It seems you have a tooling which was released with EI 6.3.0 product release. From here https://wso2.com/integration/tooling/ you can downlaod the latest tooling and it will have servers defined till 6.5.0 also it has an embedded server for testing purposes.
Thanks
Nirothipan
You are not getting the WSO2 Enterprise Integrator (EI) 6.4.0 as you have the EI Tooling 6.3.0 version. You can use the WSO2 EI 6.3.0 option from the available server list in your tooling distribution and point to a WSO2 EI 6.4.0 server home directory. It will work the same way.
However, it would be better if you can use the newest release as it has many improvements over the time.

Brand new JasperSoft Studio install has NoClassDefFoundErrors

Is there something else I need to install or update to make this work?
I downloaded and installed the latest version of both JasperReports products:
JasperSoft Server v 7.2.0
JasperSoft Studio v 6.9.0
I have set them up and can login to the Server from a web page.
When I try to create the "Server Connection" from Studio to the Server, it fails with this error.
NoClassDefFoundError: com/jaspersoft/studio/server/protocol/restv2/ClientQueryMapperProvider
at com.jaspersoft.studio.server.protocol.restv2.RestV2ConnectionJersey.connect(RestV2ConnectionJersey.java:174)
at com.jaspersoft.studio.server.protocol.ProxyConnection.connect(ProxyConnection.java:102)
at com.jaspersoft.studio.server.WSClientHelper.checkConnection(WSClientHelper.java:92)
at com.jaspersoft.studio.server.wizard.ServerProfileWizard.connect(ServerProfileWizard.java:94)
at com.jaspersoft.studio.server.wizard.ServerProfileWizard.access$1(ServerProfileWizard.java:89)
at com.jaspersoft.studio.server.wizard.ServerProfileWizard$2.run(ServerProfileWizard.java:68)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
Met with the same problem.
I had to install version 6.8.0 Jaspersoft Studio. There is no such problem
I solved this problem by selecting "Use SOAP protocol only" in the server connection setup.
Jasper configure server connection
Actually, it's caused by hibernate plugin. If you still want to use the 6.9.0 version, you can delete the com.jaspersoft.studio.hibernate_5.4.1.final.jar file from the plugins folder.

wso2iot 3.1.0 install problems

Clean install:
Downloaded wso2iot 3.1.0 from GitHub
Downloaded yajsw-stable-12.09
Put them in one file (wso):
Pointed jdk1.7.0_75 for JAVA_HOME
Pointed CARBON_HOME to my wso/wso2iot 3.1.0
This is what I downloaded only.
Run iot-server in folder bin.
After that nothing the system don't give me localhost why?
Is this installation correct for running wso2iot?
If not please advise me. Do I need to install something else?
First, you need to have java 8 on your system in order to run the WSO2 IoT 3.1.0. Secondly, if you need to run the WSO2 IoT 3.1.0 as a windows services, you need to have jajws 11.03.
Please refer the following document for more information
You can download the latest release candidate for WSO2 IoT 3.1.0 from here unzip it and start the pack in the following order.
Navigate to <IOTS_HOME>/bin and run ./broker.sh
./iot-server.sh &
./analytics.sh
Then you can login to the console from - https://localhost:9443/devicemgt
Additionally, to the above reply by jdk7. Make sure that you have JAVA 8. WSO2 IoT Server needs JAVA 8.
[1] https://docs.wso2.com/display/IoTS310/System+Requirements

Unable to get GraphAware to run on Windows Community edition

I've tried installing and running from the Zip instead of EXE as other have mentioned.
Gives a 404 if authorization header is supplied, and 401 if not
GraphAware seems to have only a version for 2.2.2, whereas 2.2.3 is the latest on the neo4j site. Managed to track down 2.2.2 only to have it not work still. Any ideas?
It is correct the GraphAware modules are not compatible with Neo4j2.2.3 due to a bug in the Transaction data in neo4j itself (ref here https://github.com/neo4j/neo4j/issues/4910) which should be fixed in 2.2.4 or 2.3-RC1
If you installed via the zip, this should however work with 2.2.2, Please amend your question with the modules you use and their version, also all configuration you have set for the moduleS.

Creating new express project with nodeclipse gives blank project and "unexpected exception" error

Just installed latest version of Edine from nodeclipse, and in the console that is the only message outside of path information for the directory the project is stationed in. Also tried grabbing the latest default version and tried to install via New Software with similar results.
C:\Users\user\AppData\Local\Temp\express-work\1406755265579/test
Unexpected Exception
Anyone had this ever work? All methods I'm finding online seem to be broken.
This is on Windows 7 64 bit.
For anyone that arrives at this question and has the same issue.
I was under the mistaken understanding that when installing Nodeclipse, it also installed node.js, express, and mongodb. This is not the case. Installing node.js and express resolved this issue.