Exceptions when invoking email composer in WP8 and the App crashes - email

Iam developing an App for WP8 in which the application is getting crashed while invoking email composer.
The thread 0x40 has exited with code 259 (0x103).
A first chance exception of type 'System.ArgumentOutOfRangeException' occurred in Microsoft.Phone.ni.dll
A first chance exception of type 'System.Reflection.TargetInvocationException' occurred in mscorlib.ni.dll
Am using de.appplant.cordova.plugin.email-composer plugin to invoke email composer. Please help me out.

I found the reason for this issue. When sending email am giving some data as inline html which exceeds the limit of gmail composer. Due to this the app was crashing.

Related

GaxiosError is thrown when users tries to register on my web app

My authentication web app seem to work fine when I deployed it on heroku. Basically, the app is supposed to send email verification to the user's email account, and Ive used both googleapis and nodemailer as my dependencies. It worked fine initially and I didn't touch my code after. Still, the following day when I tested it with users it failed to send an email verification to the user, and upon testing on my localhost, it threw this error:
GaxiosError(Request failed with status code ${translatedResponse.status}, opts, translatedResponse);
It seems to come from my node modules, but given that I have never touched or amended any of my code before it was working fine, I have no clue what caused this error suddenly.

Getting blank json during heavy workload

We are facing this issue since last month. here in our case, we have used nodejs version 6.11 and monogdb npm version 1.4.28.
Error Screenshot
In the above screenshot, logs are displayed as blank json. Socket server is getting crashed due to this error.
For the resolution, we have handled the error with below code:
Code with handled error:
temporary fix
Code while error came and server got crashed:
Before Crash
We can not handle this error as this have been used at n number of places.
Can anyone help me resolving this issue?
Thanks in advance.
-

AWS mobile hub sign in function issue

I am using the AWS mobile hub sign in function. My goal is to have user to sign in (no need for sign up), so I created the pool through the mobile hub. I have gone through the integration guide for setting up and calling the sign in UI. However , by running the app, I got below error , do I still miss something ? Is there a more specific tutorial which I can take a look ? User I created in the pool do work, I tried different password , it display password not matched, but sign in ui does not disappear with correct password.
Below is the error log.
Cannot find executable for CFBundle 0x7fb75c2277b0 (not loaded)
Amazon DynamoDB Save Error: Error Domain=com.amazonaws.service.cognitoidentity.AWSCognitoCredentialsProviderHelper Code=0 "Obtaining an identity id in another thread failed or didn't complete within 5 seconds." UserInfo={NSLocalizedDescription=Obtaining an identity id in another thread failed or didn't complete within 5 seconds.}
Could not successfully update network info during initialization.
Could not successfully update network info during initialization.
Thanks

An exception occurred when setting up mail server parameters

We're getting the following error.
An exception occurred when setting up mail server parameters. This exception was caused by: javax.mail.MessagingException: Connect failed; nested exception is: java.net.ConnectException: Connection timed out: connect.
I've read that this issue is normally caused by an issue with the CF mailer. But we are sent any errors that happen on our system, so doubtful it's that. Here is the flow (from what I've found)
Use cfpop to login to gmail and get emails.
Send mail (using cfmail) to me with a dump of the previous cfpop call (Part of another problem, so to debug I'm emailing myself what CF gets back from the cfpop call).
Error happens and is caught.
Coldfusion sends me this error in a email, using cfmail.
Do note I thought that there might be too many emails for CF to download them all, so I tried getting less mails to no avail. All cfmail calls use the same details (server, username, password). Also I've tested this on another server (multiple) and it worked then with no issue.
Does anybody have any idea? Anything?
Here is the code in the cfpop. Do note that I have called the underlying Java code to get this working over SSL.
<CFPOP ACTION="GetAll" NAME="popHeader"
SERVER="#Application.emailServer#"
PORT="995"
USERNAME="#Application.emailUsername#"
PASSWORD="#Application.emailPassword#"
ATTACHMENTPATH="#expandPath('./files/')#"
GENERATEUNIQUEFILENAMES="YES"/>

CRM Plugin Registration Tool Error - An unsecured or incorrectly secured fault

I'm trying to run the CRM Plugin Registration Tool for the first time and I'm getting the following error: An unsecured or incorrectly secured fault was received from the other party. See the inner FaultException for the fault code and detail.
I'm using the following for the Discovery URL as it's web based CRM: https://dev.crm.dynamics.com.
User name and label are correct.
Thanks in advance.
I had same issue in registering new assembly.
My problem solved in this way:
1- Close current connection in Plugin Registration Tool.
2- Create new connection to server (login again). If you couldn't login, you should reset IIS or Recycle Application Pool or (at least) Restart Server.
Best Regards.