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.
Related
I have installed AWS SDK toolkit for VS 2017. It was working fine. All of a sudden since few days back i am getting error "Error loading AWS profiles: Method not found:'Amazon.Runtime.TcpKeepAlive Amazon.Runtime.ClientConfig.get_TcpKeepAlive()"
I have tried uninstalling and reinstalling the toolkit, also i tried installing it on other machine with VS 2013, but both giving same error.
Is it problem with toolkit or anything changed on AWS side?
I have Windows 10 with latest updates.
VS2017 community edition
VS2013 community edition
Thanks in advance.
It is mostly caused an older version of AWSSDK.core that has already been added to GAC and is forcing your VS to use an older version of AWSSDK.core.dll.
After uninstalling all the other/previous versions of AWSSDK libraries (AWSSDK.S3.dll etc) from GAC solved the problem for me.
Also installing the latest AWSSDK.core.dll to GAC can work.
Hope this info helps someone.
Solution here that worked for me :
https://github.com/aws/aws-sdk-net/issues/1138
I have resolved this issue by uninstalling the latest one and installing this previous stable version of aws toolbar from visual studio update website(exact link https://aws.amazon.com/visualstudio where previous vsix downloaded).. if you cannot find the previous version here I added to my drive you can download.. https://drive.google.com/open?id=1Fkrxmv-dM8fwGDjNqse1Ssdm0k3YYbcH
Once you install old extention, be sure to disable auto update extension in VS.
I'm installing Crystal Reports Runtime 13.0.22 for my application that has to create some reports but while installing CRforVS 13.0.22 it shows the following error:
The error you are receiving is a Windows error code that could be due to insufficient permissions. Do you have Administrator user permissions on the computer? If not, then you will need to contact someone who does and have them install this for you. If you are, you may simply need to right click the EXE file and choose "Run as Administrator" when trying to install this.
If you don't believe this is a permissions problem, then you could also have a conflicting version of Crystal Reports assemblies already installed. Click Start > Control Panel > Programs and Features and then search for any installed versions of Crystal Reports and uninstall them, then try installing your CR Runtime client again.
I believe you are trying to install SAP Crystal Reports Runtime SP21 or above in Windows 7.
For that you need to install the dependencies:
1- Microsoft Visual C++ 2015 Redistributable package.
2- Microsoft Windows Update KB2999226.
Both require Windows Service Pack 1.
I was getting the same error.
I installed the dependencies above and it solved for me.
More info:
Which are the SAP Crystal Reports Runtime engine for .NET Framework dependencies?
https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads
Just had this error in SP32.
Install the runtime first, then the visual studio installer.
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.
I am facing a problem while installing MS Service Fabric SDK 2.7.198 using Web Installer 5.0 for Visual Studio 2017 v15.2, previously I had installed other versions of SF on different or on same system and it was installed without any problem. But this time I am unable to install it and installation is failed and message says Service Fabric Runtime version 5.7.198.9494 need to be install. I have installed it using Visual Studio installer. Please suggest where I am doing wrong.
Uninstall and re install the visual studio with azure service fabric tools resolved the problem.
I have install only runtime this way. Hope this will help you to install runtime only.
i'm trying to add mysql connection to my asp.net mvc 4 projects but i dont see it on the data source window.
after installing visual studio 2012 express for web i added mysql Connector/Net through nuget. i wanted to add new connection to mysql db but i did see mysql data source on the data source window list. after a search i realized that i have v6.6.4 and it supported from 6.6.5 so i uninstalled it from nuget and install 6.6.5 from mysql website(a complete install). it didnt helped.. i also tried to uninstall and reinstall it but it didnt change a thing.
how can i solve this?
Adding Connector/NET thru nuget will not install any of the visual studio integration stuff, for that you will need to run the Connector/NET installer (available at http://dev.mysql.com/downloads/connector/net/).
However due to legal constraints from Microsoft, integration with Visual Studio express editions is not possible (you'll need a non express version of visual studio).
The problem is that its an express version.
i installed a non express version and it worked.