I'm getting error io.netty.channel.AbstractChannel$AbstractUnsafe.write(...)(Unknown Source) in Infogix Data360 application - amazon-elastic-beanstalk

I'm getting the below error in Infogix Data360 application which is deployed on AWS.
java.nio.channels.ClosedChannelException at io.netty.channel.AbstractChannel$AbstractUnsafe.write(...)(Unknown Source).
Please help me to understand what kind of issue it is ,and how can I come out from this issue.

Now I get to know the solution of this issue ,Initially I have chosen shared cluster -small. After changing shared cluster from Small to Medium issue get resolved.
This might help you all.

Related

Transfer Fault on SAME70 Xplained Microcontroller

I am using a SAME70 Xplained microcontroller for a project I am working on. I program it using an editor made by Microchip called MPLAB X. About a week ago, suddenly I could no longer upload any code to the board as I keep receiving the error
java.lang.RuntimeException: java.lang.RuntimeException: TransferFault
Resetting the board, uploading different code or using other features in the program to interact with it do nothing. An important note is that when I got ahold of a brand new board of the same type and tried to upload to the board, it actually succeeded the first time. But then for some reason later the same error pops up again. It seems the issue is a bit more than downloading code as the function in the program which allow for uploading code or pausing the controller throw the same error. I have been struggling with this issue for over a week now and cannot use the board because of it. I cannot find any mention of this issue on the internet. Has anyone ever encountered this? Does anyone know the specifics of what a transfer fault is and can point me in the right direction?

Timing Hit type visible with out any implementation in DTM

I am manually testing the tags implemented using Dynamic tag manager.
I could see the Timing hit type which is not implemented by my developers.
For each page, i could see the time hit-type along with Pageview Hit type.
we are puzzled that i could see the unimplmented hit type only in my machine and that too in chrome browser only. But its not visible in anyone's machine.
Has anyone faced this issue? Let me know please!
If you cannot replicate the issue then it is environmental issue. i have faced the similar issue before
Because this is not an error, as i could see this unimplemented hit type only in my machine, i believe this is environment problem.
Un-installing and re-installing chrome has fixed the problem.
I am not able to find the timing hit type now.

Esp8266 blue and red constantly on

Esp8266 is attached to my arduino uno. It was working fine. But then suddenly it started being disconnected from the network and also it doesn't connect to last connected wifi network by itself. Then after sometime when i was troubleshooting the problem, the blue led which was previously blinking is not constantly on and sending garbage on serial monitor. Can anyone help to restore it back. How can i get that blue led back to blinking?
Happened to me too. After a lot of googling / trying I wrote a post here to describe what I tried and how I fixed the issue.
I hope it helps somebody else!
I assume that you're using ESP-12 module that has 2 leds,
the problem you're facing may be from a corrupted firmware.
Please try to re-flash it by ESP8266Flasher using follow configuration.
boot_v1.2+.bin 0x00000
user1.1024.new.bin 0x01000
blank.bin 0x7e000 & 0xfe000
esp8266 is sensitive to voltage spike, you need to add cap between VCC/GND
or this problem may re-occur again.
Please look more at this article.
English is not my native language, I'll try my best to help you out.

CreatePushNotificationChannelForApplicationAsync throws 0x880403E9 error

I am making a Windows Phone 8.1(winrt flavor) application and stuck in problem about PushNotification.
await PushNotificationChannelManager.CreatePushNotificationChannelForApplicationAsync();
This function returns PushNotificationChannel and it usually works well. But in some our devices, this function throws 0x880403E9 error.
MSDN says,
0x880403E9 The notification platform is in the process of reconnecting back to the WNS cloud due to a earlier network connectivity change. Apps should retry the channel request later using an exponential back-off strategy.
I think retrying the request can never solve this problem. The function always throws the exception. During a month. We even implemented exponential retrying strategy.
The worse fact is, the our broken devices worked well with the function before. But once it has been broken(?) by mysterious reason, it is never fixed itself. -First time we've got this problem, we did factory-reset the device and the problem fixed. But in other devices, reset was not a solution.
Somebody says updating lastest version might solve this problem, but it is not. Even in Windows Phone 8.1 Update 1(8.10.14157.200), the problem still occurs.
Is there anyone know about this problem?
Microsoft answered this question via email.
The problem happened when,
you don't have USIM card or
exhausted your data or
3G/LTE network does'nt work by some problems
Even if you are connected to network with wifi, the problem still occurs. I think Windows Phone 8.1 is always trying to process the push notification by 3G/LTE network if you turn 3G/LTE data network on.
If you can't use 3G/LTE network by given reasons, try to turn off data connection at system settings. Then push notification will be proceed via wifi network.
And they said, this is not going to be fixed even in Windows Phone 8.1 GDR2. Could be with Windows 10.
I had this problem as well and the answer above fixed it.
Just want to add that there might be a problem with roaming as well. I´m working in another country then my own and I got this problem. So if the three points above is ok, check that you are not using data roaming.

File upload error in Django

Currently working on a site built in Django and i'm getting an issue when they try uploading a file on there PC. In IE it says 'HTTP error' and in Firefox it says 'IO error'. They are using IE 8 and the latest version of firefox with Windows media edition.
It's only on this PC they are getting the issues so i can't see how it would be a permissions thing. Just hoping someone can point me in the right direction.
Thanks,
Just checking you mean its a single computer just having the problem Quote"It's only on this PC they are getting the issues".
Compare the differences between this pc and the other pc that are successful.Your right it probably isn't a permissions problem on your serverside, but it may be a security problem with this pc in question.many things could cause such errors:
Are your successful computers have any differences from window browsers, eg:Mozilla, Chrome ect...Firewalls, User control settings on the computer?
Its hard to Conclude as companys put custom restrictions on their machines.
and the information you have provided doesnt explain depth.
Also check your error logs on your server through ftp, this may give you an indacation why this task is not successful for the pc in question, theres many factors to consider, have a look and let us Know how you go, also if you manage to solve this please leave an answer for others.
Does PC mean client or server? Are you sure the path you are uploading to exist on the server?