Hi, with prolonged execution procedures, I get an error - An error occurred. Please contact your system administrator. need help! debug does not show any errors. |
Hi Alexandr, Could you please provide a little bit more information please? If you can, please isolate the problem in a small app and send it to us. If you cannot do that, can you tell us how long your execution is so that we can try it on out end? Kind Regards, Yalim |
Hi Yalim. When you select a file in the fileUpload, triggered procedure parse scv file, it starts running, running more than 10 minutes, about 10 minutes later you get this error, the procedure has not been fully implemented. Debug error does not show, I do not know what the problem is. |
Please: <?xml version="1.0" encoding="UTF-8" standalone="no"?><context><watchedresource>WEB-INF/web.xml</watchedresource><resource auth="Container" driverclassname="oracle.jdbc.OracleDriver" factory="oracle.jdbc.pool.OracleDataSourceFactory" maxactive="20" maxidle="10" maxwait="-1" name="jdbc/formspider_ds" password="password" type="oracle.jdbc.pool.OracleDataSource" url="jdbc:oracle:thin:@192.168.0.1:1521:orcl" user="FORMSPIDER"/></context> Your Formspider version seems a bit older. Can you please tell us your Formspider version, Tomcat version and Java version?
(14 Jun '13, 06:58)
asdr ♦
|
java version "1.7.0_09"
Java(TM) SE Runtime Environment (build 1.7.0_09-b05)
|
Hi Alexandr, Please try the following content.xml instead. (Don't forget to update db url, formspider user schema and schema password with your own, and restart tomcat. )
|
ok will try, thank you very much. Hi Alexandr, A quick note: We also have a newer version (1.3.2) out with many new features.
(14 Jun '13, 10:27)
Yalim Gerger ♦♦
Yes, I've seen soon install the new version, thank you.
(14 Jun '13, 10:54)
Alexandr1
|
Hi I had been working without issue in my local and I went formspider the error mentioned in An Error ocurred browser. Please contact your system administrator. In the tomcat window appears. java.lang.NullPointerException What can it be? |