search : exception handling

select a category, or use search below
(searches all categories and all time range)

displaying top 100 results

Inconsistent Handling of JPEG Images resulting in "ImageReadingException" Errors
Comment on Inconsistent Handling of JPEG Images resulting in "ImageReadingException" Errors by External U.
Comment on Inconsistent Handling of JPEG Images resulting in "ImageReadingException" Errors by S P.
Comment on Inconsistent Handling of JPEG Images resulting in "ImageReadingException" Errors by External U.
Comment on Inconsistent Handling of JPEG Images resulting in "ImageReadingException" Errors by External U.
Comment on Inconsistent Handling of JPEG Images resulting in "ImageReadingException" Errors by Vamseekrishna N.
Comment on Inconsistent Handling of JPEG Images resulting in "ImageReadingException" Errors by External U.
Comment on Inconsistent Handling of JPEG Images resulting in "ImageReadingException" Errors by Adobe D.
Comment on Inconsistent Handling of JPEG Images resulting in "ImageReadingException" Errors by Adobe D.
Comment on Inconsistent Handling of JPEG Images resulting in "ImageReadingException" Errors by Charlie A.
6281567 CF-4205347 Language : Exception Handling Update 12: Exception occurring in conditional branch that should not be evaluated Problem Description: An exception is thrown in a branch of a IF expression that should not be executed. This bug has been introduced in update 12. Running the same
Comment on Inconsistent Handling of JPEG Images resulting in "ImageReadingException" Errors by External U.
2597066 CF-3132879 External U. Its interesting that the original request template is not shown in the stack trace for any of these. I suspect that what is happening is that the request in error was forwarded to the exception handling template, thus leaving the context of the request template
2609458 CF-3845994 External U. This is a NEGATIVE vote (ie: I think you should NOT address this). User seems to be misunderstanding how exception handling ought to be handled in their app (ie: by *them*)
Poor exception handling in createDate
2612467 CF-3506757 External U. This is urgent. We're left without proper REST Services exceptions built-in handling.
Portal Topic Error handling
sangeetab51931146 Error handling I am showing the custom exception for the error.For every exception it’s working proper.The problem is when i change some no’s to * operator in the url link it must show the custom exception.But it’s showing the system generate exception. please help me with this
will using a differnt dispatcher. CFVoidVoidDispatchProvider or CFVoidOutInvoker. Here were not handling the exceptions to create a mapped response. Now handling the exceptions in these dispatchers also.
2609882 CF-3752424 External U. If you control the try / catch, you can choose which exceptions to catch. The problem here is the framework you mention, that is catching "any" exceptions I suspect, instead of just the ones it knows how to handle. Go log a bug against the framework. The whole point
java.lang.NullPointerException in ElasticSearch: Exception occurred while calling indexDocument
2596894 CF-3498448 External U. Hi Rupesh, Why doesn't CF strip CRLF from its own messages (ex: stack trace messages in exception.log), if that's how loggers are designed? Since CF only logs unhandled exceptions, I tried matching CF's formatting for handled exceptions but writelog/cflog mangles
details, the CF exception handler attempts to report on a variety of request information such as the date and time, or the referrer, or the stack trace as well as many other fields. Part of that handling includes calls to cfsavecontent which is implemented as the custom tag in WEB
5027378 CF-4203427 Language : Exception Handling Structfind error message itself has an error Problem Description: If you use an integer as second (key) argument of structfind(), you will get an error. The error detail is "StructFind only supports UDFMethod or String(Key) as second argument
2596894 CF-3498448 Stephen B. Also trying to handle errors for the end user but get exception.log style feedback for us.
2608695 CF-4021994 Language : Exception Handling Adam Cameron ColdFusion masks correct exception when exception is thrown from within an iteration method using a function expression See: http://blog.adamcameron.me/2015/07/cfml-coldfusion-does-some-dodgy.html Basically if an exception is raised
2609882 CF-3752424 External U. This isn't how any language system I've seen actually works. The whole point of try/catch is that YOU are responsible for the error handling and YOU are responsible for logging those exceptions if that's what you want. That's true of every language system I've worked
2597844 CF-3042270 Language : Exception Handling Aaron Neff Bug 84406:(Watson Migration Closure)[ANeff] Bug for: Tag vs CFScript wrt CF exception line#When error is thrown in nested if, CF exception indicates correct line number for tag, but incorrect line number for CFScript Problem: [ANeff] Bug
2597506 CF-3043681 Language : Exception Handling Aaron Neff Bug 86774:(Watson Migration Closure)[ANeff] Bug for: minor typo in wddx2cfml exception messageThis is minor, but an extra " Problem: [ANeff] Bug for: minor typo in wddx2cfml exception messageThis is minor, but an extra "." is appended
2600673 CF-3038779 Language : Exception Handling Mark Mandel Bug 77671:This is complicated, but: Problem: This is complicated, but: If an exception is thrown from within a CFC, from a UDF named 'throw', it can't be caught by a statement. I will provide the code below, and also in the forums
: Application.cfc ----------- component{} index.cfm ----------- In CF10, it throws this error: ________________________________________ ColdFusion cannot determine the line of the template that caused this error. This is often caused by an error in the exception handling subsystem. (see attached Stack
2598093 CF-3041747 Language : Exception Handling Ben Nadel Bug 83515:(Watson Migration Closure)It seems that errors raised in onApplicationEnd() and onSessionEnd() won't show up in the CF Application log files Problem: It seems that errors raised in onApplicationEnd() and onSessionEnd() won't show
previous post was from exception.log. Basically, user does not see a CF exception. User sees a web server exception. So these REST exceptions should probably be handled better.
2597683 CF-3042955 Language : Exception Handling John Pansewicz Bug 85345:(Watson Migration Closure)REReplaceNoCase () fails to throw a catchable exception during a stack overflow in a specific regular expression Problem: REReplaceNoCase () fails to throw a catchable exception during a stack
2612646 CF-3485286 Language : Exception Handling Adam Cameron ColdFusion not exposing exceptions correctly Problem Description: ColdFusion mask what exception has actually been raised under the hood, making it a guessing game how to catch said exception Steps to Reproduce: void function f
2597374 CF-3043932 Language : Exception Handling Aaron Neff Bug 87009:[ANeff] Bug for: Incorrect errors for duplicate "case" valuesPlease consider this example: switch("a") { case "b": {break;} case "b": {break;} }This is the error message:- Problem: [ANeff] Bug for: Incorrect errors
2612467 CF-3506757 REST Services Johnny O Exceptions in REST Services doesn't trigger Application.cfc's onError or Site-wide Error Handler Problem Description: When exceptions occur in ColdFusion 10's new REST Services, the standard exception handling mechanisms don't work. Steps to Reproduce
2613357 CF-3330658 Text Search Tim Parker CFCollection (Action=list) errors out, resolved by Jetty restart Problem Description: CFCollection (action=list) occasionally errors out, throwing: Error getting collection information.: org.apache.solr.common.SolrException: Error handling 'status
4478243 CF-4202935 Language : Member Functions [ANeff] Bug for: some cross-applied member functions throw incorrect parameter check exception Issue: some cross-applied member functions throw incorrect parameter check exception Repro: {code:java} //string member on string myVar = "asdf" myVar.left()//coldfusion.runtime.java.AbstractMethodHandleMapper$WrongParameterNumberException
2597702 CF-3042898 Language : Exception Handling Aaron Neff Bug 85251:[ANeff] Bug for: imageResize/imageScaleToFit "blurFactor" exception message(to see this exception, simply set imageResize or imageScaleToFit "blurFactor" to an invalid value, such as "0")CF Exception, Problem: [ANeff] Bug for
2597634 CF-3043099 Language : Exception Handling Aaron Neff Bug 85879:(Watson Migration Closure)[ANeff] ER for:
2597932 CF-3041932 Language : Exception Handling Aaron Neff Bug 83927:(Watson Migration Closure)[ANeff] Bug for: cfdirectory error msg suggests "recursive" attributeAttempting to delete a non-empty directory, throws the following error message (if not using recurse attribute):"This directory
robust exception handling and debug output. Remove the 127.0.0.1 ip address from the allowed IP list.My Application.cfc file looks like this:When browsing to any page in my test site, I don't see any debug output. If I add 127.0.0.1 back to the allowed IP list in the CF Administrator, debugging output
, either in your code or some system code. Null Pointers are another name for undefined values. ColdFusion cannot determine the line of the template that caused this error. This is often caused by an error in the exception handling subsystem. ----------------------------- Additional Watson Details
2598328 CF-3041457 Language : Exception Handling John Farrar Bug 82894:No exception messages, just 500 errors Problem: No exception messages, just 500 errors. For doc: "When the server encounters an return" which is at the path IIS 7 home -> Error Pages -> Actions -> Edit Feature settings
3188586 CF-4198860 Language : Exception Handling Michael Neth Using throw() with parentheses and colons inside the message text causes Coldfusion to make a new exception TagContext entry with part of the string inside the parentheses labeled as the "template" Problem Description: Using throw
Comment on True application exception is masked by CF's built-in Exception Handler code, resulting in Error while reading header by External U.
2598089 CF-3041754 Language : Exception Handling Devin Holloway Bug 83525:(Watson Migration Closure)I’m using CF as a backend to a Flex application Problem: I’m using CF as a backend to a Flex application. Originally, when Flex was requesting data from CF, I could throw an exception if certain
2598115 CF-3041723 Language : Exception Handling Aaron Neff Bug 83462:(Watson Migration Closure)[ANeff] Bug for: Invalid cfgridcolumn name attribute results in slightly incorrect exception message Problem: [ANeff] Bug for: Invalid cfgridcolumn name attribute results in slightly incorrect exception
2608496 CF-4076735 Piyush K. Scott, The "null pointer exception" was due to a space in one of the key entries in the query being indexed: It's the following line in the mycollectionTest.cfm test case you shared. This is fixed. This condition will now be handled and the exception
3521767 CF-4199795 Language : Exception Handling Chris Hopkins An error occurred during the sFTP getfile operation. correct/incorrect error Problem Description: Hi, unsure if this is a bug or what but its a little confusing. When performing many SFTP getFile operations and the script times out
with the latest installer or set CF 11 to use JRE 1.8 on Japanese Windows. NOTE: Japanese Windows is required to reproduce the issue. English Windows has no issue. 2. Set up a datasource to use MS ACCESS. 3. Veryfy the datasource works as expected, except handling Japanese charaters. 3. Change the codepage to OS
\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfclasses\cfapp2ecfc15 10154633.class read)ColdFusion cannot determine the line of the template that caused this error. This is often caused by an error in the exception handling subsystem. ----------------------------- Additional Watson Details ----------------------------- Watson Bug ID: 3041760 External
:\Inetpub\wwwroot\CFIDE\scripts\ajax\messages\cfmessage_fr_FR_.js read) ColdFusion cannot determine the line of the template that caused this error. This is often caused by an error in the exception handling subsystem. ----------------------------- Additional Watson Details ----------------------------- Watson Bug ID: 3041759 External Customer Info: External
2597776 CF-3042669 Language : Exception Handling Aaron Neff Bug 84932:(Watson Migration Closure)[ANeff] Bug for: (typo in error msg) Addtl params passed into a function, which accepts exactly 2+ Problem: [ANeff] Bug for: (typo in error msg) Addtl params passed into a function, which accepts
functionality lost by this change. The new Safe navigation operator (?.) is practically useless without a null coalescing operator to consume its result... the primary objective here is to restore the in-line exception handling that was available in CF 10 with the Elvis operator. Might I suggest implementing
handling and YOU are responsible for logging those exceptions if that's what you want. " When you catch an exception... it's no longer something CF would consider log-worthy, as CF logs *unhandled* exceptions. Once you try/catch it, you are telling CF that it's been handled. That's what these constructs
Bug for: isValid() inconsistent handling of NULL for integer
/catch.html): {quote} The argument type, ExceptionType, declares the type of exception that the handler can handle and must be the name of a class that inherits from the Throwable class. {quote} I realise CFML is not Java, but it's close enough in this situation that this ought to be true of CFML as well. Note
://wikidocs.adobe.com/wiki/pages/viewpage.action?pageId=138577945 please refer to "Support for database queries" in the above wiki. Yes when the syntax is invalid, it should throw an error, i would take this bug forward for error handling. But all the above ways are not supported except positional parameters passed in an array.
: http://localhost/rest/RestPreso/greetService" com.sun.jersey.api.NotFoundException: null for uri: http://localhost/rest/RestPreso/greetService at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1470) at com.sun.jersey.server.impl.application.WebApplicationImpl._handle
2612200 CF-3542845 External U. I got the same error: HTTP 404 error in the browser and the exception log shows: "Error","ajp-bio-8012-exec-3","06/10/13","09:39:08",,"null for uri: http://my.webserver.com/rest/utilities/test" com.sun.jersey.api.NotFoundException: null for uri: http
. This is often caused by an error in the exception handling subsystem. Resources: Check the ColdFusion documentation to verify that you are using the correct syntax. Search the Knowledge Base to find a solution to your problem. Browser Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101
no error should be there If for a specific reason dependency has been intentionally put in,then the exception should be handled cleanly Workaround: ----------------------------- Additional Watson Details ----------------------------- Watson Bug ID: 3331802 Keywords: FixTested External Customer Info
2609029 CF-3944298 External U. Just tried, the "test" folder is created but still the same exception. Feb 26, 2015 10:16:23 AM org.apache.solr.core.SolrResourceLoader INFO: Solr home set to 'D:\collections\test\' Feb 26, 2015 10:16:23 AM org.apache.solr.common.SolrException log SEVERE: org.apache.solr.common.SolrException
was the intent behind including the Elvis operator in ColdFusion... rather the in-line exception handling/undefined detection originally implemented was what was intended... So the wrong symbol was used (one that developers are used to functioning differently in OTHER languages) for this feature... the answer
2673496 CF-4126486 CFwatson U. Added By: PreRelease User User Name:Aaron Neff Note Added: Easy to verify. Self-contained repro in description. Pretty nasty bug b/c code cannot handle the silent exception. Date Added :2015-12-24 08:27:06.0 Added By: PreRelease User User Name:Aaron Neff Note Added
coldfusion.tagext.lang.LockTag$TimeoutException: A timeout occurred while attempting to lock updatecheck.
Comment on Error in the way CFPOP and CFIMAP handles attachments. by S V.
Comment on SpreadSheetAddRows Can Not Handle Large Queries with Date-like columns by External U.
that was output prior to the exception and instead captures nothing. Steps to Reproduce: try { cfsavecontent( variable="out" ) { writeOutput( 'I like spam' ) throw( 'boom' ) } } catch( any e ) { // handle error } finally { writedump( out ) } Actual Result: Variable OUT is undefined
cookies. Sure enough, when I manually removed the old (CF9) site's CFAUTHORIZATION_ cookie, the problem stopped occurring. The problem appears to be in parsing the CFAUTHORIZATION_ cookie value, and is clearly an uncaught exception that should be handled.
.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source) at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source) at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source) at org
2609260 CF-3863594 Aaron N. Hi Adobe, Currently the Status/ReasonCode is "To Test/Fixed". It used to be "Won't Fix". I'm confused. Will it return an empty struct instead of exception? I hope RequestGetMetadata().isHTTPRequest will be added per CF-3844994, so that non-HTTP requests (ex: task
2608661 CF-4031773 External U. server.log says: "java.util.ConcurrentModificationException" followed by "Connection verification failed. http://127.0.0.1:8987/PDFgServlet/verify" http://127.0.0.1:8987/PDFgServlet/verify says: ----------- HTTP ERROR 503 Problem accessing /PDFg
2609100 CF-3931673 Document Management Aaron Neff [ANeff] ER for: Acrobat team to lift limitation for only ,,,, in Related Bugs: 3932116 - Similar to Acrobat in header throws exception: "Error in handling header footer related attributes." Adobe CF says this is AsDesigned b/c Acrobat only
. This is an intermittent error that I can't find nor can the host as there are no logs for it. The code is not my code causing the error, but ColdFusion itself not handling an exception error correctly. So should I then become responsible for capturing and logging these, no, I don't believe that is my responsibility
2608403 CF-4101845 Aaron N. Hi Adobe, I'm glad to see this is "Needs Review". Each time cfml2wddx touches an XML var, it should toString() it. That resolves the issue. Currently, cfml2wddx throws an exception on XML vars. That isn't useful for already-existing code having complex nested
2608634 CF-4042294 External U. ################################################ ##ERROR Detail Reason: ERROR_PDF_CONVERSION Message Error occurred while generating PDF. StackTrace coldfusion.document.webkit.PDFgErrorHandler$ServiceManagerConversionException: Error occurred while generating
Scope-handling with increment operator is glitch
Comment on ColdFusion masks correct exception when exception is thrown from within an iteration method using a function expression by External U.
Comment on [ANeff] Bug for: secure_profile_error.cfm inconsistent handling of errors by S P.
an exception about it being garbage). It’s like I’m telling the function: "OK, I see it’s garbage. Just throw it away (give me an empty string) and move on to handling the next piece of input (instead of throwing an exception)". ----------------------------- Additional Watson Details
.runtime.Array." Expected Result: Position one should just say "Undefined" or similar. An exception if trying to access that index would make sense. In other words, I expect to fail, but the dump should not. Attached screenshot of how Railo handles it. Any Workarounds: ----------------------------- Additional Watson
__COLUMN__=description; __CFGRID__DATA__=a;b;) ColdFusion cannot determine the line of the template that caused this error. This is often caused by an error in the exception handling subsystem.Resources: * Check the ColdFusion documentation to verify that you are using the correct syntax. * Search the Knowledge Base to find
SetResponse(current behaviour, the exceptions thrown are handled correctly.). The other option is you can specify a non void returnType. But you have to return a value of correct return type. The ColdFusion will not throw error, but will ignore the return value and use the response set using the RestSetResponse.
ELSE 0 END AS result #q.result# Actual Result: The output will be 1. Expected Result: The list should be left blank which will result in the SQL predicate 'IN ()'. The SQL engine may throw an exception if it doesn't support empty sets like most implementations. It would be up
2597830 CF-3042412 Language : Exception Handling Joel Stobart Bug 84596:When I put in a dodgy filter string Problem: When I put in a dodgy filter string . A packet sniffer returns the followingsearchResDone(2) protocolError (Bad search filter) [0 results]But Coldfusion returns to me
Bug 82360:The problem occurs when you are using event handling
or processed is: /mnt/data-drive/jboss-eap-7.1/standalone/deployments/cfusion.ear/cfusion.war/index.cfm, line: 1 " java.lang.IllegalArgumentException at org.apache.xerces.jaxp.DocumentBuilderFactoryImpl.setAttribute(DocumentBuilderFactoryImpl.java:143) at __redirected
Comment on Exceptions in REST Services doesn't trigger Application.cfc's onError or Site-wide Error Handler by External U.
Comment on Exceptions in REST Services doesn't trigger Application.cfc's onError or Site-wide Error Handler by External U.
Comment on [ANeff] Bug for: secure_profile_error.cfm inconsistent handling of errors by Aaron N.
properly here, but CFMAIL cannot handle these email addresses and causes an exception. Steps to Reproduce: Run the attached example and see the output and dumps. Example email addresses are foo@bar.com,foo@bäüöß.com,fäüö@bar.com Actual Result: Both foo@bäüöß.com and fäüö@bar.com cannot send via CFMAIL
2597613 CF-3043255 Server Monitoring Todd Sharp Bug 86115:Server monitor 'Start' buttons are missing Problem: Server monitor 'Start' buttons are missing. The following error is shown in logs:02/01 09:04:15 Error [qtp27578717-148] - flex.messaging.messages.RemotingMessage.getParameters()Ljava/util/List;[BlazeDS]Exception
2609387 CF-3851484 Language Aaron Neff [ANeff] Bug for: isValid() inconsistent handling of NULL Duplicate ID: CF-3854303 Problem: isValid("type", NULL) returns NO for all types -except-: 1) isValid("any", javaCast("null", "")) returns "YES" (good) 2) isValid("eurodate", java
", the documentation notes that IsDefined does not work on arrays, and recommends using a try/catch block to handle exceptions due to undefined elements. While not a bad programming practice, the documentation should be updated to recommend using the new ArrayContains function instead. A try/catch block would only
ORMExecuteQuery not properly handling the "Unique" parameter
Bug for: isValid() inconsistent handling of NULL for eurodate and USdate