How to resolve the Exception printing error in magento 1.9? - magento-1.9

Exception printing is disabled by default for security reasons.
Error log record number: 44219688

check your
magentofolder\var\report\44219688
open the file with notepad or something. and you will read the warning / error message for that.

Related

mysqlWorkbench Error : Unhandled exception: new-line character seen in unquoted field

Can anyone please help fix this Error?
Task: I am trying to import data from a csv file
mysqlWorkbench Error : Unhandled exception: new-line character seen in unquoted field - do you need to open the file in universal-newline mode? Check the log for more details.
Resolved:
All I had to do was to save the ccv file as a Windows csv even though I was doing so from a Mac.

featherjs random error: undefined (help finding where console log is coming from)

I have a random error: undefined that keeps getting popped up in my featherjs console and I don't know where it is coming from.
Does anyone know how I can figure out where the console.log pops up from?
console is the default error logger for the Feathers Express error handler middleware. You can disable error logging by setting the logger option to false but you probably want to find out why the Express error handler got triggered without an actual error.

Aurigma PACKAGE UPLOAD ERROR - ERROR CODE 6

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.

Error Message not generated

1 - Build flex on Windows 7 64 bits, and when error is thrown, i can get both the error code and error Message
2015/06/15 16:47:26:192 [ERROR] MyClass Error: Error #3013: File or directory is in use.
at flash.filesystem::FileStream/open()
at MyClass/openCsv()
...
2 - Build flex on Windows 2008 R2 64 Bits, and when error is thrown, i can get only the error code, but not the error message
2015/06/15 17:15:17:215 [ERROR] MyClass Error: Error #3013
at MyClass/openCsv()
...
Thanks for your help :)
This issue was not due to the operating system
The response is : We can get the error message only in debug mode, but not in production mode
Also, you can take a look to the previous answers:
Get Full Exception Error with Flex

Nolio Error: JSON: Unrecognized field "artifactVersions"

In version 5.0, when attempting to change the Server Type property of an
existing Artifact Definition, the following error occurs:
Unexpected exception caught on server. Exception type is
[HttpMessageNotReadableException], exception message is [Could not read
JSON: Unrecognized field "artifactVersions" (Class
[...] not marked as ignorable [...]
Steps to recreate:
(1) Created application "Test" in Automation Studio.
(2) Logged into ROC.
(3) Navigated to Artifacts --> Artifact Management.
(4) Added a new Artifact Definition "Test" with "Server Type 1" and
"Server Type 2" selected under Server Types within the Edit Artifact
Definition window.
(5) Clicked Save.
(6) Clicked the Edit Artifact Definition icon.
(7) Unchecked "Server Type 2".
(8) Clicked Save. <-- This is supposedly where the error occurs.
This was encountered with 5.0 installation on a Linux environment, using MySQL as the database.
I cannot recreate the issue in a 5.0 Linux environment running against Oracle 11g, so I'm suspicious of it being a database-specific issue or just a configuration problem somewhere, but I haven't been able to dig anything up yet.
I have yet find any errors in various logs that cite the JSON error above either, so I'm a bit at a loss. Any ideas?