Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 12-10-2025 08:09 AM
Hello!
NiFi version - 2.5.0
Java - 21
When trying to run ExecuteSQL processor i'm getting error:
What does it mean and where is this unsupported field located?
Log:
It's something wrong with java or nifi or whole system?
Please, help me to figure it out
Created 12-24-2025 10:07 PM
@vafs thank you for the reply, in fact the problem was in logback.xml file, not sure in what part of it exactly, but when i'm replaced is from another worked server, make changes in paths and restart Nifi the ExecuteSQL processor start to work as expected
Created 12-11-2025 07:33 AM
Hello @blackboks,
Thanks for being part of our community.
That error you're facing looks like it's from Java side, not from NiFi.
This appears when no timezone information is provided during the request.
Maybe these two forums can help you find where in your query is missing that:
https://java2blog.com/format-instant-to-string-java/
https://stackoverflow.com/questions/25229124/unsupportedtemporaltypeexception-when-formatting-instan...
Created 12-24-2025 10:07 PM
@vafs thank you for the reply, in fact the problem was in logback.xml file, not sure in what part of it exactly, but when i'm replaced is from another worked server, make changes in paths and restart Nifi the ExecuteSQL processor start to work as expected