KAA application Json/SDK JAVA - kaa

Am trying to create a new application on Kaa server, I'm facing the following issue:
--Can't upload a json file schema
>>>>>>ERROR: Provided parameters are invalid for requested operation: Failed to compile the schema: Compiler not found
--Can't generate Android or Java SDK
>>>>>>ERROR: Unexpected service error occurred: Compiler not found
--Can't delete an old Application, Schema or any configuration

You can change application configuration by adding new schema as describes in the create-schemas section of Your first Kaa application documentation. The capability to remove applications is not present in Kaa. See story for details.

Related

Why does ESB application generates warning while trying to fetch "'mule-tracking-ee.xsd'" during deployment?

I am using Mule ESB 3.8.1 community Edition to create an application. While deploying the application in Mule ESB server, it tries to fetch the above xsd and generates the warning as follows:
WARN 2019-08-23 13:36:50,950 [WrapperListener_start_runner] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Ignored XML validation warning
org.xml.sax.SAXParseException: schema_reference.4: Failed to read schema document 'http://www.mulesoft.org/schema/mule/ee/tracking/current/mule-tracking-ee.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
This happens twice each time the mule service is started and caues delay in deployment. How can this issue be fixed?
Schemas (and components) with 'ee' means they are Mule Enterprise Edition (ee) only Features. They are not available in a Community Edition server. Remove the references from the schema and flow and it should deploy. You will not be able to use those feature though.

Issue in deploying Grails 3.1.9 application in WebSphere 8.5.5.8

I am trying to deploy an app developed in Grails 3.1.9 in WebSphere 8.5.5.8
I've generated .war file and installed successfully but, when I'm trying to access through link http://localhost/MyAPP/ following error appears:
Error 404: SRVE0190E: File not found: {0}
I am able to access the static resources in the app as below..
http://localhost/MyAPP/assets/apple-touch-icon.png
Pl. help at the earliest. Thanks in advance.
In WebSphere the application server port is 9080. So try accessing http://localhost:9080/MyAPP/ (you may not have deployed on web server)
Check SystemOut.log for specific issue. If it is related to data source then check the JDBC connection URL. If you are getting any NoClassDefFoundError, then add the corresponding jar in class path. In case of any resource loading issue, check the JDK version of your code and WebSphere.

Security Exception with SelectPdf .net

I have unloaded the version free Community Edition from
http://selectpdf.com/html-to-pdf/demo/
Because I wanted to use the example that turned a page html into pdf.
In visual studio I have succeeded in using the file asp.net but when I put it online I receive this error:
Security Exception
Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file.
Exception Details: System.Security.SecurityException: That assembly does not allow partially trusted callers.
I have loaded the files on three different servers.
Azure, Aruba and Godaddy, but do I always receive the same error, as I can resolve?
http://pdf.cyberkings.fr/html-to-pdf-converter.aspx
http://www.numero-telefono.it/html-to-pdf-converter.aspx
Thanks
Conversion failure. Could not find 'Select.Html.dep'.
Description: An unhandled exception occurred during the execution of the current web request
When installing Select.HtmlToPdf from NuGET, the installation copies the dependancy file Select.Html.dep to the bin. When you build, a copy gets placed in the /bin beside Select.HtmlToPdf.dll.
However, when deploying your application, the dependency file does not get copied automatically.
You need to copy Select.Html.dep manually.
See the SelectPdf Html To Pdf Converter for .NET deployment documentation.

Getting error in Tridion while accessing core services

Could not find endpoint element with name 'wsHttp' and contract 'Tridion.ContentManager.CoreService.Client.ISessionAwareCoreService' in the ServiceModel client configuration section. This might be because no configuration file was found for your application, or because no endpoint element matching this name could be found in the client element
while accessing:
ISessionAwareCoreService client = new ChannelFactory("wsHttp").CreateChannel();
When you write software using the Tridion core service, you need to do one of two things:
Create a configuration file for your application that contains the correct WCF configuration
Set up the WCF settings in your software by writing code.
If you are creating a config file, then you can start by copying the default one provided by Tridion. On my system this is at C:\Program Files (x86)\Tridion\bin\client\Tridion.ContentManager.CoreService.Client.dll.config
If your core service client is running on the Tridion server itself, that will probably be sufficient. If you are "off the box" then you'll need to edit it appropriately.
If you want to set things up from code, a good place to start is this recipe in the Tridion Cookbook. (There's also a recipe for the non-code approach.)

BizTalk - A4SWIFT - Parsing error after deployment

After redeploying an orchestration to my server, I get the following error:
Publishing failed message to MessageBox. Details: The single message of type -1, whose
Interchange ID is {89A731D7-6CBF-45EF-9462-2B810C6DA124}, has been marked as
A4SWIFT_Failed=True in the MessageBox database by the SWIFT Disassembler.
This message failed with 2 parse errors, 0 XML validation errors, and 0 BRE validation
errors.
Error details can be extracted from the failed message in the MessageBox database by
subscribing to messages where A4SWIFT_Failed=True
The orchestration used to work and I know that the message I am doing the test with is valid.
Maybe I forgot something while deploying, but I doubt it.
Did anybody have this kind of error before?
My friends Brendan recently solved this problem.
This is a problem with the file version of the assembly file Microsoft.Solutions.FinancialServices.SWIFT.RuntimeSchemas.dll.
Make sure that file have same version in:
your project solution
under "c:\windows\assembly" (use gacutil to force install it)
in resources under your deploy project in Biztalk server
administrator console
Redeploy the project, and restart the Biztalk server instance!
The correct file version that works for me is 3.9.469.0, and it is under "C:\Program Files (x86)\Microsoft BizTalk Accelerator for SWIFT\Assemblies."

Resources