Exception on install msmqdistributor for Enterprise Library 6 - msmq

I am trying to install msmqdistributor service for Enterprise Library 6, but got this exception:
An exception occurred during the Install phase.
System.InvalidOperationException: Unable to get installer types in the C:\EntLib\MsmqDistributor.exe assembly.
The inner exception System.Reflection.ReflectionTypeLoadException was thrown with the following error message: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information..
That requested types it is looking for?
Thanks much for help in advance!

I Have solved it myself. Hope this may help other people who wanted to use MSMQ for logging out.
I re-downloaded the source code, and using the batch command to recompiled the whole Enterprise Library 6. This generated a working msmqdistributor.exe.
Please note, I also recompiled the source code from the LAB solution, and that did not work.

Related

Issue with DocuSign authentication within SugarCRM

We have SugarCRM Enterprise, Version 7.10.2.0 (On-Demand) and tried to install latest version (v1.5.62) of DocuSign plugin (https://sugarexchange.sugarcrm.com/apps/188/sugar-connector-to-docusign) on SugarCRM.
We followed the installation documentation (https://help.upcurvecloud.com/sugardocusign/Sugar_Connector_to_DocuSign.pdf)
Issue: Once we try to login then Error popups "DocuSign Error!" (Screenshot attached)
Any help will be highly appreciable.
Regards
In your Sugar instance go to Administration -> System Settings -> View Log and check the log for FATAL messages during the attempted login time.
E.g. a possible fatal message could be [FATAL] Platform name violation: unknown platform (<used platform name of connector goes here>).
Since Sugar 7.10 the platform parameter during authorization is limited to platforms known by your instance. Unknown platforms will be rejected and authorization will fail.
This could be the problem if the connector has yet to be updated for this new behavior.
If so either the provider of the connector or you should add the platform to the instance. E.g. by adding the file custom/Extension/application/Ext/Platforms/docusign_connector.php with contents:
<?php
$platforms[] = '<used platform name of connector goes here>';
However this is just a guess of what the problem could be as I have not seen your Sugar's log.
If your have any other fatal error messages, feel free to share.
Edit: Actually the platform enforcing seems to be a 7.11 thing rather than a 7.10 thing. So even if you do see an error as described above, it could only to be a warning (for future version compatibility reasons), rather than the actual source of the problem experienced by you.
So make sure to look for other errors as well.

failed to load Component.js: 404 - Not Found

My colleague has developed an extension project to Approve Purchase Contract application using local trial Web IDE. I imported his project using the licensed Web IDE from SAP gateway server. The folder structure looks like this:
.
My index.html looks like this:
.
Whenever I run using index.html or Component.js, I'm getting below error. Kindly help.
Uncaught Error: failed to load
'ui/s2p/mm/purcontract/approve/MM_PC_APVExtension/Component.js' from
./Component.js: Error: failed to load
'ui/s2p/mm/purcontract/approve/Component.js' from
/sap/bc/ui5_ui5/sap/MM_PC_APV/Component.js: 404 - Not Found
The error message says:
ui/s2p/mm/purcontract/approve/MM_PC_APVExtension/Component.js is found but it can not be loaded because a dependency is not found. That missing dependency is ui/s2p/mm/purcontract/approve/Component.js which should be available at /sap/bc/ui5_ui5/sap/MM_PC_APV/Component.js.
Please follow the SAP Documentation DOC-58342 step 4.2 to be sure the "Approve Purchase Contract App" is installed and activated and the necessary roles are assigned.
Thanks schnoedel. I resolved the issue by recreating the extension project and copying the code changes from old project.

Why after upgrading to Jasper 6.2.1 do I get Null Pointer Exception for LicenseManager

In our application, we were using Jasper 5.0 and now upgraded to 6.2.1 and after upgrading when I try to display reports in my application, I am facing Null pointer exception for LicenseManger.java class.
I had downloaded jar file from Jasper website and replaced 5.0 jars with 6.2.1 jars. My code compiled successfully and i was able to deploy my services as well.
A snippet of the exception stacktrace is below :
Caused by: java.lang.NullPointerException
at com.jaspersoft.ji.license.LicenseManager.getInstance(LicenseManager.java:102)
at com.jaspersoft.ji.license.JRLicenseProviderAdapter.requireLicense(JRLicenseProviderAdapter.java:75)
at com.jaspersoft.ji.license.JRLicenseProviderAdapter.requireFeature(JRLicenseProviderAdapter.java:70)
at com.jaspersoft.jasperreports.license.LicenseManager.requireFeature(LicenseManager.java:113)
at com.jaspersoft.jasperreports.highcharts.HighChartsUtils.requireHighchartsFeature(HighChartsUtils.java:49)
at com.jaspersoft.jasperreports.highcharts.charts.ChartFillComponent.<init>(ChartFillComponent.java:109)
at com.jaspersoft.jasperreports.highcharts.charts.ChartFillGenericElement.<init>(ChartFillGenericElement.java:22)
at com.jaspersoft.jasperreports.highcharts.charts.ChartFillFactory.toFillComponent(ChartFillFactory.java:39)
at net.sf.jasperreports.engine.fill.JRFillComponentElement.<init>(JRFillComponentElement.java:72)
at net.sf.jasperreports.engine.fill.JRFillObjectFactory.visitComponentElement(JRFillObjectFactory.java:1715)
at net.sf.jasperreports.engine.base.JRBaseComponentElement.visit(JRBaseComponentElement.java:81)
at net.sf.jasperreports.engine.JRAbstractObjectFactory.getVisitResult(JRAbstractObjectFactory.java:88)
at net.sf.jasperreports.engine.fill.JRFillElementGroup.<init>(JRFillElementGroup.java:82)
at net.sf.jasperreports.engine.fill.JRFillElementContainer.<init>(JRFillElementContainer.java:89)
at net.sf.jasperreports.engine.fill.JRFillBand.<init>(JRFillBand.java:121)
at net.sf.jasperreports.engine.fill.JRFillObjectFactory.getBand(JRFillObjectFactory.java:522)
at net.sf.jasperreports.engine.fill.JRFillSection.<init>(JRFillSection.java:74)
at net.sf.jasperreports.engine.fill.JRFillObjectFactory.getSection(JRFillObjectFactory.java:498)
at net.sf.jasperreports.engine.fill.JRBaseFiller.<init>(JRBaseFiller.java:254)
at net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:69)
at net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:57)
at net.sf.jasperreports.engine.fill.JRFiller.createBandReportFiller(JRFiller.java:201)
at net.sf.jasperreports.engine.fill.JRFiller.createReportFiller(JRFiller.java:216)
at net.sf.jasperreports.engine.fill.JRFiller.fill(JRFiller.java:85)
at net.sf.jasperreports.engine.JasperFillManager.fill(JasperFillManager.java:456)
at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:863)
at org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView.doFillReport(AbstractJasperReportsView.java:702)
at org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView.fillReport(AbstractJasperReportsView.java:669)
Any kind of help regarding this would be highly appreciated.
If you use the professional edition, you might need a new license file. Jasper provides more information on this topic on their homepage (http://www.jaspersoft.com/jrprolicense):
Do you think your license file is not functioning properly?
If you've reached this page due to an unforeseen error with your JasperReports Professional license file, please go to our iReport Forums page at http://community.jaspersoft.com/projects/ireport for tips and guidelines to resolve your issue.
With the professional edition it is also possible to ask this question directly at the support portal. I cannot provide more than one like right now because of my reputation.
If you are using the community edition, it is possible that the component you are using is now part of the professional edition. Please consider looking into the changelog (again, I cannot provide a link).

Php-soap client installation in Joomla

What is the process of installing Php-soap client in Joomla. I didn't find any package about php-soap client.
When I run my sample it throw the error message : Fatal error: Class 'SoapClient' not found in /hermes/bosweb/web088/b886/ywh.brett/stratalliance/components/com_jumi/jumi.php(25) : eval()'d code on line 3
Please somebody help me, how to resolve this issue.
you probably haven't enabled soap on your php installation
if you're not on your own managed host, you're probably out of luck, contact your hosting provider and ask them if they can enable it for you

Error with GWT Stockwatcher tutorial

I am working through the GWT tutorial. I get through step 3 and when I go to run it I get an error with the web browser that says, "Plugin failed to connect to host mode server at 127.0.0.1:9997"
In the eclipse development mode there are two errors one with finding entry point classes that says,"unable to find type 'com.google.gwt.sample.stockwatcher.client.Stockwatcher'" And another error that says, "failed to load module stockwatcher from user agent.
Any ideas? Help is greatly appreciated.
Maybe this can help.
I hope so.