Subject Re: [Firebird-Java] org.apache.jasper.JasperException: Data truncation
Author Roman Rokytskyy
> i get this exception : "org.apache.jasper.JasperException: Data
> truncation" when i open a jsp page which save the user informations
> such as IP, username, password, date, time into UserDB.gdb.
>
> But if i open this page from server (via LAN), i don't take this
> exception, however if some different users try to connect to server
> over internet, they take this exception. Why this mistake is happen ?
> Please, help me.

"Data truncation" most likely means that you try to store more information
than can fit the database. Please check what you try to store and your
database schema.

Roman