it's "localhost_log.2007-12-26.txt" log file, there is another log file "localhost_examples_log.2007-12-26.txt" but i think it's just an example log file and it doesn't have any exception
hmm, i don't have exception caught like try and catch in my codding. But a while ago i add a simple try and catch in my codding and the status error is same like before. try { ... }catch(Exception ex) { out.println(ex); } the thing that make me strange is i just add a column in one of my sql mapping file but it make all my page that connect to database become error. >.< is that any specific manner when making a sql mapping in IBATIS? Because i just try adding a field again in another table that don't have any relation with other table (the query only from one table) and it run normaly( no error) but in the sql mapping have more than one table (that error since one week ago till now) it become error. --' Christopher Lamey wrote: > > Hm, nothing helpful there. > > Which log file was that? Are there other log files? If so, do they have > any exceptions or errors in them? > > Also, how is your application handling errors? Can you provide more > detail on how the JSPs are invoking the Java code and how exceptions are > being caught? > > -- View this message in context: http://www.nabble.com/error-after-adding-a-field-in-table-tp14452238p14500079.html Sent from the iBATIS - User - Java mailing list archive at Nabble.com.