I am trying to get the demo flux app working from the tdk, but I am not getting much info in the normal logs. I added the debug="5" for my app in the server.xml but still don't see the real Exceptions that are being thrown so I can track it down. Or maybe I just don't know how to read it. Right now my error is on the "Insert Entry" of the "turbine data manager" which I believe is from "flux". I fill in the entries, press the "Insert" button and the screen responds with an error. Any help pointing me in the right direction is greatly appreciated. Cliff Here is the localhost log: 2001-08-22 12:17:39 Authenticator[/www_db]: Security checking request GET /www_db/servlet/www_db/template/Insert.vm 2001-08-22 12:17:39 Authenticator[/www_db]: Checking constraint 'SecurityConstraint[templates, logs]' against GET /servlet/www_db/template/Insert.vm --> false 2001-08-22 12:17:39 Authenticator[/www_db]: No applicable constraint located 2001-08-22 12:17:39 Authenticator[/www_db]: Not subject to any constraint 2001-08-22 12:17:39 StandardContext[/www_db]: Mapping contextPath='/www_db' with requestURI='/www_db/servlet/www_db/template/Insert.vm' and relativeURI='/servlet/www_db/template/Insert.vm' 2001-08-22 12:17:39 StandardContext[/www_db]: Decoded relativeURI='/servlet/www_db/template/Insert.vm' 2001-08-22 12:17:39 StandardContext[/www_db]: Trying exact match 2001-08-22 12:17:39 StandardContext[/www_db]: Trying prefix match 2001-08-22 12:17:39 StandardContext[/www_db]: Mapped to servlet 'www_db' with servlet path '/servlet/www_db' and path info '/template/Insert.vm' and update=true 2001-08-22 12:17:40 Authenticator[/www_db]: Security checking request GET /www_db/images/tdm.jpg 2001-08-22 12:17:40 Authenticator[/www_db]: Checking constraint 'SecurityConstraint[templates, logs]' against GET /images/tdm.jpg --> false 2001-08-22 12:17:40 Authenticator[/www_db]: No applicable constraint located 2001-08-22 12:17:40 Authenticator[/www_db]: Not subject to any constraint 2001-08-22 12:17:40 StandardContext[/www_db]: Mapping contextPath='/www_db' with requestURI='/www_db/images/tdm.jpg' and relativeURI='/images/tdm.jpg' 2001-08-22 12:17:40 StandardContext[/www_db]: Decoded relativeURI='/images/tdm.jpg' 2001-08-22 12:17:40 StandardContext[/www_db]: Trying exact match 2001-08-22 12:17:40 StandardContext[/www_db]: Trying prefix match 2001-08-22 12:17:40 StandardContext[/www_db]: Trying extension match 2001-08-22 12:17:40 StandardContext[/www_db]: Trying default match 2001-08-22 12:17:40 StandardContext[/www_db]: Mapped to servlet 'default' with servlet path '/images/tdm.jpg' and path info 'null' and update=true 2001-08-22 12:35:01 Authenticator[/www_db]: Security checking request POST /www_db/servlet/www_db/template/Index.vm/action/SQL 2001-08-22 12:35:01 Authenticator[/www_db]: Checking constraint 'SecurityConstraint[templates, logs]' against POST /servlet/www_db/template/Index.vm/action/SQL --> false 2001-08-22 12:35:01 Authenticator[/www_db]: No applicable constraint located 2001-08-22 12:35:01 Authenticator[/www_db]: Not subject to any constraint 2001-08-22 12:35:01 StandardContext[/www_db]: Mapping contextPath='/www_db' with requestURI='/www_db/servlet/www_db/template/Index.vm/action/SQL' and relativeURI='/servlet/www_db/template/Index.vm/action/SQL' 2001-08-22 12:35:01 StandardContext[/www_db]: Decoded relativeURI='/servlet/www_db/template/Index.vm/action/SQL' 2001-08-22 12:35:01 StandardContext[/www_db]: Trying exact match 2001-08-22 12:35:01 StandardContext[/www_db]: Trying prefix match 2001-08-22 12:35:01 StandardContext[/www_db]: Mapped to servlet 'www_db' with servlet path '/servlet/www_db' and path info '/template/Index.vm/action/SQL' and update=true 2001-08-22 12:35:01 Authenticator[/www_db]: Security checking request GET /www_db/images/tdm.jpg 2001-08-22 12:35:01 Authenticator[/www_db]: Checking constraint 'SecurityConstraint[templates, logs]' against GET /images/tdm.jpg --> false 2001-08-22 12:35:01 Authenticator[/www_db]: No applicable constraint located 2001-08-22 12:35:01 Authenticator[/www_db]: Not subject to any constraint 2001-08-22 12:35:01 StandardContext[/www_db]: Mapping contextPath='/www_db' with requestURI='/www_db/images/tdm.jpg' and relativeURI='/images/tdm.jpg' 2001-08-22 12:35:01 StandardContext[/www_db]: Decoded relativeURI='/images/tdm.jpg' 2001-08-22 12:35:01 StandardContext[/www_db]: Trying exact match 2001-08-22 12:35:01 StandardContext[/www_db]: Trying prefix match 2001-08-22 12:35:01 StandardContext[/www_db]: Trying extension match 2001-08-22 12:35:01 StandardContext[/www_db]: Trying default match 2001-08-22 12:35:01 StandardContext[/www_db]: Mapped to servlet 'default' with servlet path '/images/tdm.jpg' and path info 'null' and update=true <http://localhost:8380/www_db/servlet/www_db/template/Index.vm/action/SQ L> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
