Aurigma PACKAGE UPLOAD ERROR - ERROR CODE 6 - aurigma

We are testing the trail package on QA server and we encountered the following issue.please help us to fix this issue
we tried uploading the folder of 2GB using HTML5 uploader, it is working in Chrome but in Mozilla Firefox v54 it is getting failed. we tried uploading 2Gb folder for 4 times but in all 4 times it failed. so we enabled the aurigma debug mode and then uploaded the 2GB folder it showed package uploader error.
[htmluploader_trace] [WARNING] Package upload error
{ errorCode: 6, errorMessage: "Internal Server Error [500]", responseText: "" }
In apache error log it showed
PHP Fatal error: Uncaught exception 'Exception' with message 'Upload
request is invalid.' in
/home/application/libraries/aurigma/ImageUploaderFlashPHP/UploadSession.class.php:142\nStack
trace:\n#0
/home/application/libraries/aurigma/ImageUploaderFlashPHP/UploadSession.class.php(32):
UploadSession->validateRequest()\n#1
/home/application/libraries/aurigma/ImageUploaderFlashPHP/UploadHandler.class.php(135):
UploadSession->processRequest()\n#2
/home/application/libraries/aurigma/ImageUploaderFlashPHP/UploadHandler.class.php(186):
UploadHandler->processRequest()\n#3
/home/application/libraries/aurigma/Aurigmabackend.php(10):
UploadHandler->saveFiles('/mnt/uploads/di...')\n#4
/home/application/controllers/create.php(565):
Aurigmabackend->initialize('/uploads/di...')\n#5 [internal function]:
create->htmlflashupload()\n#6 /home/system/core/CodeIgniter.php(359):
call_user_func_array(Array, Array)\n#7 /home/index.php(203):
require_once('/home/...')\n#8 in
/home/application/libraries/aurigma/ImageUploaderFlashPHP/UploadSession.class.php
on line 142.
We further investigated the error in html5 uploader in Firefox. we added the log in the backend and checked the post parameters that are been sent from client. we found that some of the post parameters were missing for a file that failed to upload.
Missing post parameters were RequestCount, PackageComplete and RequestComplete but these parameters are their in the post parameters in the browsers.

Error code 6 is - goog.net.ErrorCode.HTTP_ERROR, The Http response
returned a non-successful http status code (500)
Https status 500 -
is a server error.
Upload request is invalid - Aurigma Uploader
request consists of some required fields such as
packageGuid,requestComplete,packageCount.
Your request is
incomplete and don't have all required fields. Check constructor of UploadSession.php. Check $_POST and $post objects
If you can't find error yourself, you may ask a help from Aurigma support team.

Related

How to fix error [SyntaxError: JSON Parse error: Unrecognized token '<']

I have this "
error [SyntaxError: JSON Parse error: Unrecognized token '<']"
in my code.
It's an android app I have been working on for about a year. The app was compiling and run successfully before I took a break.
when I wanted to run the code again I started getting that error.
it's occuring when I load an image into the app to scan. I don't know it's origin or why it's popping up since the code was working perfectly.
anyone to help?
I have tried to reset cache, reload the code or reinstall the dependencies. nothing is working

Sodapy HTTPError: 403 Client Error: Forbidden

I'm trying to connect to the openpayments data using the sodapy library. I have previously been able to connect with my code as is, but suddenly, today, I have been receiving the error below. I've checked that my openpayments account is still active and that I have the right key, but for some reason it's telling me there is an authorization error.
File "C:\Users\nrath\AppData\Local\Continuum\anaconda3\lib\site-packages\sodapy__init__.py", line 367, in _perform_request
_raise_for_status(response)
File "C:\Users\nrath\AppData\Local\Continuum\anaconda3\lib\site-packages\sodapy__init__.py", line 421, in _raise_for_status
raise requests.exceptions.HTTPError(http_error_msg, response=response)
HTTPError: 403 Client Error: Forbidden.
The current user doesn't have access to this view
Any ideas how to resolve this?

chrome extension using google.payments.inapp fails

I'm trying to enable in-app purchase inside my chrome extension. For that I've integrated with Google's buy.js lib.
Now when I attempt to purchase using this endpoint - google.payments.inapp.buy
I get the following error -
An unexpected error has occurred. Please try again later.
When I look at the console of the prompted paymet screen I see that there's a failed attempt to call a service at url -
https://224.32.32.55/29753 Failed to load resource:
net::ERR_ADDRESS_UNREACHABLE
It used to work in the past and stopped. What could be causing this?

drive.files.get error 500 from one server

We are having problems listening and getting files using Goole Drive SDK. The problem started today without any changes on our end. The same code runs fine on our local test-server, so it seems to be due to the IP of the server.
The exception is quite vague:
Backend Error [500]
Errors [
Message[Backend Error] Location[ - ] Reason[backendError] Domain[global]
]
Can it be an IP-ban due to quota? Although I would imagine a more informative error would have been returned if that was the case.

"File not found Exception" at runtime in Glassfish ESB 2.1

Good wishes of the day..!
In production we have Glassfish 2.1 server hosting ESB Applications in two instances each under two Linux Boxes. Functionality of the ESB app to takes client request and transform to destination, again receive the response and sent back to the client.
From past few days we are seeing "File not found Exception" in the logs throwing by WsdlQueryHelper of HTTP BC. We analyzed the logs and came to know that it is happening for only one instance (Instance 2 of Server 1), that to for few requests in that instance. We checked the service of that instance from SOAP tool and it is giving appropriate response, Understood that WsdlQueryHelper failed to process few requests at runtime. Below exception details for the same in logs,
*[#|2012-12-13T18:29:24.526+1100|FINE|sun-appserver2.1|com.sun.jbi.httpsoapbc.WsdlQueryHelper|_ThreadID=319;_ThreadName=httpWorkerThread-7092-0;ClassName=com.sun.jbi.httpsoapbc.WsdlQueryHelper;MethodName=;_RequestID=6fdd0535-24d4-4878-8c98-b48e2dea39eb;|init
query helper failed. javax.wsdl.WSDLException: WSDLException (at
/definitions/types/xsd:schema): faultCode=OTHER_ERROR: An error
occurred trying to resolve schema referenced at 'RouterSchema_v4.xsd',
relative to ''.: java.io.FileNotFoundException: This file was not
found:
file:/home/glassfish/GlassFishESBv21/glassfish/nodeagents/GLASSFISH-001-NA/GLASSFISH-001-instB/RouterSchema_v4.xsd
at com.ibm.wsdl.xml.WSDLReaderImpl.parseSchema(WSDLReaderImpl.java:918)
at com.ibm.wsdl.xml.WSDLReaderImpl.parseSchema(WSDLReaderImpl.java:678)
at com.ibm.wsdl.xml.WSDLReaderImpl.parseTypes(WSDLReaderImpl.java:639)
at com.ibm.wsdl.xml.WSDLReaderImpl.parseDefinitions(WSDLReaderImpl.java:339)
at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:2324)
at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:2288)
at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:2341)
at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:2362)
at com.sun.jbi.httpsoapbc.WsdlQueryHelper.(WsdlQueryHelper.java:105)
at com.sun.jbi.httpsoapbc.embedded.JAXWSGrizzlyRequestProcessor.processSynchronousQueryResource(JAXWSGrizzlyRequestProcessor.java:293)
at com.sun.jbi.httpsoapbc.embedded.JAXWSGrizzlyRequestProcessor.service(JAXWSGrizzlyRequestProcessor.java:217)
at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:647)
at com.sun.jbi.httpsoapbc.embedded.JBIGrizzlyAsyncFilter.doFilter(JBIGrizzlyAsyncFilter.java:95)
at com.sun.enterprise.web.connector.grizzly.async.DefaultAsyncExecutor.invokeFilters(DefaultAsyncExecutor.java:175)
at com.sun.enterprise.web.connector.grizzly.async.DefaultAsyncExecutor.interrupt(DefaultAsyncExecutor.java:153)
at com.sun.enterprise.web.connector.grizzly.async.AsyncProcessorTask.doTask(AsyncProcessorTask.java:92)
at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:265)
at com.sun.enterprise.web.connector.grizzly.WorkerThreadImpl.run(WorkerThreadImpl.java:116)
Caused by: java.io.FileNotFoundException: This file was not found:
file:/home/glassfish/GlassFishESBv21/glassfish/nodeagents/GFESB_ASPAC_001-NA/GFESB_ASPAC_001-instB/RouterSchema_v4.xsd
at com.ibm.wsdl.util.StringUtils.getContentAsInputStream(StringUtils.java:199)
at com.ibm.wsdl.xml.WSDLReaderImpl.parseSchema(WSDLReaderImpl.java:840)
... 17 more |#]*
Could you please help us to resolve the issue.
Regards,
Ram