An exception has occurred.

You may continue by restarting the session.

[ +/- ] Exception: could not execute query
org.hibernate.exception.JDBCConnectionException
SQL: select imageasset0_.id as id9_, imageasset0_.bytes as bytes9_ from imageasset imageasset0_ where imageasset0_.id=?
SQLState: 08003
errorCode: 0
messages:
  • could not execute query
  • No operations allowed after connection closed.Connection was implicitly closed due to underlying exception/error: ** BEGIN NESTED EXCEPTION ** com.mysql.jdbc.exceptions.jdbc4.CommunicationsException MESSAGE: The last packet successfully received from the server was101528 seconds ago.The last packet sent successfully to the server was 101528 seconds ago, which is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem. STACKTRACE: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was101528 seconds ago.The last packet sent successfully to the server was 101528 seconds ago, which is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem. at sun.reflect.GeneratedConstructorAccessor931.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at com.mysql.jdbc.Util.handleNewInstance(Util.java:406) at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1074) at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3246) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1917) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2060) at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2542) at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1734) at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:1885) at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:76) at org.hibernate.jdbc.AbstractBatcher.getResultSet(AbstractBatcher.java:186) at org.hibernate.loader.Loader.getResultSet(Loader.java:1787) at org.hibernate.loader.Loader.doQuery(Loader.java:674) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:236) at org.hibernate.loader.Loader.doList(Loader.java:2220) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2104) at org.hibernate.loader.Loader.list(Loader.java:2099) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:378) at org.hibernate.hql.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:338) at org.hibernate.engine.query.HQLQueryPlan.performList(HQLQueryPlan.java:172) at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1121) at org.hibernate.impl.QueryImpl.list(QueryImpl.java:79) at org.smoothprinting.ImageService.service(ImageService.java:57) at $IEngineService_129195df8ca.service($IEngineService_129195df8ca.java) at org.apache.tapestry.services.impl.EngineServiceOuterProxy.service(EngineServiceOuterProxy.java:72) at org.apache.tapestry.engine.AbstractEngine.service(AbstractEngine.java:241) at org.apache.tapestry.services.impl.InvokeEngineTerminator.service(InvokeEngineTerminator.java:54) at $WebRequestServicer_129195df897.service($WebRequestServicer_129195df897.java) at $WebRequestServicer_129195df893.service($WebRequestServicer_129195df893.java) at org.apache.tapestry.services.impl.WebRequestServicerPipelineBridge.service(WebRequestServicerPipelineBridge.java:61) at $ServletRequestServicer_129195df879.service($ServletRequestServicer_129195df879.java) at org.apache.tapestry.request.DecodedRequestInjector.service(DecodedRequestInjector.java:55) at $ServletRequestServicerFilter_129195df875.service($ServletRequestServicerFilter_129195df875.java) at $ServletRequestServicer_129195df87b.service($ServletRequestServicer_129195df87b.java) at org.apache.tapestry.multipart.MultipartDecoderFilter.service(MultipartDecoderFilter.java:52) at $ServletRequestServicerFilter_129195df873.service($ServletRequestServicerFilter_129195df873.java) at $ServletRequestServicer_129195df87b.service($ServletRequestServicer_129195df87b.java) at org.apache.tapestry.services.impl.SetupRequestEncoding.service(SetupRequestEncoding.java:53) at $ServletRequestServicerFilter_129195df877.service($ServletRequestServicerFilter_129195df877.java) at $ServletRequestServicer_129195df87b.service($ServletRequestServicer_129195df87b.java) at $ServletRequestServicer_129195df86d.service($ServletRequestServicer_129195df86d.java) at org.apache.tapestry.ApplicationServlet.doService(ApplicationServlet.java:126) at org.apache.tapestry.ApplicationServlet.doGet(ApplicationServlet.java:103) at javax.servlet.http.HttpServlet.service(HttpServlet.java:690) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151) at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200) at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283) at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:773) at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703) at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:895) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689) at java.lang.Thread.run(Thread.java:619) Caused by: java.net.SocketException: Broken pipe at java.net.SocketOutputStream.socketWrite0(Native Method) at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92) at java.net.SocketOutputStream.write(SocketOutputStream.java:136) at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65) at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123) at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3227) ... 56 more ** END NESTED EXCEPTION **
throwableCount: 2
throwables:
  • org.hibernate.exception.JDBCConnectionException: could not execute query
  • com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after connection closed.Connection was implicitly closed due to underlying exception/error: ** BEGIN NESTED EXCEPTION ** com.mysql.jdbc.exceptions.jdbc4.CommunicationsException MESSAGE: The last packet successfully received from the server was101528 seconds ago.The last packet sent successfully to the server was 101528 seconds ago, which is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem. STACKTRACE: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was101528 seconds ago.The last packet sent successfully to the server was 101528 seconds ago, which is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem. at sun.reflect.GeneratedConstructorAccessor931.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at com.mysql.jdbc.Util.handleNewInstance(Util.java:406) at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1074) at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3246) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1917) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2060) at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2542) at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1734) at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:1885) at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:76) at org.hibernate.jdbc.AbstractBatcher.getResultSet(AbstractBatcher.java:186) at org.hibernate.loader.Loader.getResultSet(Loader.java:1787) at org.hibernate.loader.Loader.doQuery(Loader.java:674) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:236) at org.hibernate.loader.Loader.doList(Loader.java:2220) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2104) at org.hibernate.loader.Loader.list(Loader.java:2099) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:378) at org.hibernate.hql.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:338) at org.hibernate.engine.query.HQLQueryPlan.performList(HQLQueryPlan.java:172) at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1121) at org.hibernate.impl.QueryImpl.list(QueryImpl.java:79) at org.smoothprinting.ImageService.service(ImageService.java:57) at $IEngineService_129195df8ca.service($IEngineService_129195df8ca.java) at org.apache.tapestry.services.impl.EngineServiceOuterProxy.service(EngineServiceOuterProxy.java:72) at org.apache.tapestry.engine.AbstractEngine.service(AbstractEngine.java:241) at org.apache.tapestry.services.impl.InvokeEngineTerminator.service(InvokeEngineTerminator.java:54) at $WebRequestServicer_129195df897.service($WebRequestServicer_129195df897.java) at $WebRequestServicer_129195df893.service($WebRequestServicer_129195df893.java) at org.apache.tapestry.services.impl.WebRequestServicerPipelineBridge.service(WebRequestServicerPipelineBridge.java:61) at $ServletRequestServicer_129195df879.service($ServletRequestServicer_129195df879.java) at org.apache.tapestry.request.DecodedRequestInjector.service(DecodedRequestInjector.java:55) at $ServletRequestServicerFilter_129195df875.service($ServletRequestServicerFilter_129195df875.java) at $ServletRequestServicer_129195df87b.service($ServletRequestServicer_129195df87b.java) at org.apache.tapestry.multipart.MultipartDecoderFilter.service(MultipartDecoderFilter.java:52) at $ServletRequestServicerFilter_129195df873.service($ServletRequestServicerFilter_129195df873.java) at $ServletRequestServicer_129195df87b.service($ServletRequestServicer_129195df87b.java) at org.apache.tapestry.services.impl.SetupRequestEncoding.service(SetupRequestEncoding.java:53) at $ServletRequestServicerFilter_129195df877.service($ServletRequestServicerFilter_129195df877.java) at $ServletRequestServicer_129195df87b.service($ServletRequestServicer_129195df87b.java) at $ServletRequestServicer_129195df86d.service($ServletRequestServicer_129195df86d.java) at org.apache.tapestry.ApplicationServlet.doService(ApplicationServlet.java:126) at org.apache.tapestry.ApplicationServlet.doGet(ApplicationServlet.java:103) at javax.servlet.http.HttpServlet.service(HttpServlet.java:690) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151) at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200) at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283) at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:773) at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703) at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:895) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689) at java.lang.Thread.run(Thread.java:619) Caused by: java.net.SocketException: Broken pipe at java.net.SocketOutputStream.socketWrite0(Native Method) at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92) at java.net.SocketOutputStream.write(SocketOutputStream.java:136) at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65) at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123) at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3227) ... 56 more ** END NESTED EXCEPTION **
 
[ +/- ] Exception: No operations allowed after connection closed.Connection was implicitly closed due to underlying exception/error: ** BEGIN NESTED EXCEPTION ** com.mysql.jdbc.exceptions.jdbc4.CommunicationsException MESSAGE: The last packet successfully received from the server was101528 seconds ago.The last packet sent successfully to the server was 101528 seconds ago, which is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem. STACKTRACE: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was101528 seconds ago.The last packet sent successfully to the server was 101528 seconds ago, which is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem. at sun.reflect.GeneratedConstructorAccessor931.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at com.mysql.jdbc.Util.handleNewInstance(Util.java:406) at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1074) at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3246) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1917) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2060) at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2542) at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1734) at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:1885) at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:76) at org.hibernate.jdbc.AbstractBatcher.getResultSet(AbstractBatcher.java:186) at org.hibernate.loader.Loader.getResultSet(Loader.java:1787) at org.hibernate.loader.Loader.doQuery(Loader.java:674) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:236) at org.hibernate.loader.Loader.doList(Loader.java:2220) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2104) at org.hibernate.loader.Loader.list(Loader.java:2099) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:378) at org.hibernate.hql.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:338) at org.hibernate.engine.query.HQLQueryPlan.performList(HQLQueryPlan.java:172) at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1121) at org.hibernate.impl.QueryImpl.list(QueryImpl.java:79) at org.smoothprinting.ImageService.service(ImageService.java:57) at $IEngineService_129195df8ca.service($IEngineService_129195df8ca.java) at org.apache.tapestry.services.impl.EngineServiceOuterProxy.service(EngineServiceOuterProxy.java:72) at org.apache.tapestry.engine.AbstractEngine.service(AbstractEngine.java:241) at org.apache.tapestry.services.impl.InvokeEngineTerminator.service(InvokeEngineTerminator.java:54) at $WebRequestServicer_129195df897.service($WebRequestServicer_129195df897.java) at $WebRequestServicer_129195df893.service($WebRequestServicer_129195df893.java) at org.apache.tapestry.services.impl.WebRequestServicerPipelineBridge.service(WebRequestServicerPipelineBridge.java:61) at $ServletRequestServicer_129195df879.service($ServletRequestServicer_129195df879.java) at org.apache.tapestry.request.DecodedRequestInjector.service(DecodedRequestInjector.java:55) at $ServletRequestServicerFilter_129195df875.service($ServletRequestServicerFilter_129195df875.java) at $ServletRequestServicer_129195df87b.service($ServletRequestServicer_129195df87b.java) at org.apache.tapestry.multipart.MultipartDecoderFilter.service(MultipartDecoderFilter.java:52) at $ServletRequestServicerFilter_129195df873.service($ServletRequestServicerFilter_129195df873.java) at $ServletRequestServicer_129195df87b.service($ServletRequestServicer_129195df87b.java) at org.apache.tapestry.services.impl.SetupRequestEncoding.service(SetupRequestEncoding.java:53) at $ServletRequestServicerFilter_129195df877.service($ServletRequestServicerFilter_129195df877.java) at $ServletRequestServicer_129195df87b.service($ServletRequestServicer_129195df87b.java) at $ServletRequestServicer_129195df86d.service($ServletRequestServicer_129195df86d.java) at org.apache.tapestry.ApplicationServlet.doService(ApplicationServlet.java:126) at org.apache.tapestry.ApplicationServlet.doGet(ApplicationServlet.java:103) at javax.servlet.http.HttpServlet.service(HttpServlet.java:690) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151) at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200) at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283) at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:773) at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703) at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:895) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689) at java.lang.Thread.run(Thread.java:619) Caused by: java.net.SocketException: Broken pipe at java.net.SocketOutputStream.socketWrite0(Native Method) at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92) at java.net.SocketOutputStream.write(SocketOutputStream.java:136) at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65) at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123) at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3227) ... 56 more ** END NESTED EXCEPTION **
[ +/- ] Request
HttpServletRequest
authType<NULL>
characterEncodingUTF-8
contentLength0
contextPath
contentType<NULL>
cookiesJSESSIONID=FBC67CE391ADCE8A9E60E62720C7EFFF
localeen_US
methodGET
pathInfo<NULL>
pathTranslated<NULL>
protocolHTTP/1.1
queryStringimageId=12
requestURI/image.svc
schemehttp
securefalse
serverNamewww.smoothprinting.com
serverPort80
servletPath/image.svc
userPrincipal<NULL>
Parameters
imageId12
Headers
Cache-Controlno-cache
accepttext/html,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
accept-charsetISO-8859-1,utf-8;q=0.7,*;q=0.7
accept-encodinggzip
accept-languageen-us,en;q=0.5
connectionclose
content-length0
cookieJSESSIONID=FBC67CE391ADCE8A9E60E62720C7EFFF
hostwww.smoothprinting.com
pragmano-cache
user-agentCCBot/1.0 (+http://www.commoncrawl.org/bot.html)
x-cc-idccc03-01
Attributes
org.apache.tapestry.Infrastructure<SingletonProxy for tapestry.Infrastructure(org.apache.tapestry.services.Infrastructure)>
[ +/- ] Session
HttpSession
creationTimeSat Sep 04 16:47:14 PDT 2010
idFBC67CE391ADCE8A9E60E62720C7EFFF
lastAccessedTimeSat Sep 04 17:05:44 PDT 2010
maxInactiveInterval16800
newfalse
Attributes
session,SmoothSite,ViewProduct,laminationTypeSelectionModelorg.smoothprinting.LaminationTypeSelectionModel@1003df5
session,SmoothSite,ViewProduct,productId25
session,SmoothSite,ViewProduct,quantitySelectionModelorg.smoothprinting.QuantitySelectionModel@e3adac
session,SmoothSite,ViewProduct,selectedUpgradeOptionMap{}
session,SmoothSite,ViewProduct,stockSelectionModelorg.smoothprinting.StockSelectionModel@19f0e3a
session,SmoothSite,ViewProduct,upgradeOptionGroupModels{}
state:SmoothSite:shoppingcartorg.smoothprinting.ShoppingCart@15f0df3
[ +/- ] Context
HttpServlet
servletInfo
servletNameSmoothSite
ServletContext
serverInfoApache Tomcat/5.5.25
version2.4
Attributes
javax.servlet.context.tempdir/usr/local/jakarta/apache-tomcat-5.5.25/work/Catalina/smoothprinting.com/_
org.apache.catalina.WELCOME_FILES[Ljava.lang.String;@101f325
org.apache.catalina.jsp_classpath/home/smoothpr/public_html/WEB-INF/classes/:/home/smoothpr/public_html/WEB-INF/lib/antlr-2.7.6.jar:/home/smoothpr/public_html/WEB-INF/lib/asm-attrs.jar:/home/smoothpr/public_html/WEB-INF/lib/asm.jar:/home/smoothpr/public_html/WEB-INF/lib/backport-util-concurrent-3.1.jar:/home/smoothpr/public_html/WEB-INF/lib/c3p0-0.9.1.jar:/home/smoothpr/public_html/WEB-INF/lib/cglib-2.1.3.jar:/home/smoothpr/public_html/WEB-INF/lib/commons-beanutils-1.7.0.jar:/home/smoothpr/public_html/WEB-INF/lib/commons-codec-1.3.jar:/home/smoothpr/public_html/WEB-INF/lib/commons-collections-2.1.1.jar:/home/smoothpr/public_html/WEB-INF/lib/commons-fileupload-1.2.jar:/home/smoothpr/public_html/WEB-INF/lib/commons-io-1.4.jar:/home/smoothpr/public_html/WEB-INF/lib/commons-lang-2.3.jar:/home/smoothpr/public_html/WEB-INF/lib/commons-logging-1.0.3.jar:/home/smoothpr/public_html/WEB-INF/lib/commons-logging-1.1.jar:/home/smoothpr/public_html/WEB-INF/lib/commons-pool-1.4.jar:/home/smoothpr/public_html/WEB-INF/lib/dom4j-1.6.1.jar:/home/smoothpr/public_html/WEB-INF/lib/dsn.jar:/home/smoothpr/public_html/WEB-INF/lib/ehcache-1.2.3.jar:/home/smoothpr/public_html/WEB-INF/lib/hibernate-annotations.jar:/home/smoothpr/public_html/WEB-INF/lib/hibernate-commons-annotations.jar:/home/smoothpr/public_html/WEB-INF/lib/hibernate-entitymanager.jar:/home/smoothpr/public_html/WEB-INF/lib/hibernate-tools.jar:/home/smoothpr/public_html/WEB-INF/lib/hibernate3.jar:/home/smoothpr/public_html/WEB-INF/lib/hivemind-1.1.1.jar:/home/smoothpr/public_html/WEB-INF/lib/hivemind-lib-1.1.1.jar:/home/smoothpr/public_html/WEB-INF/lib/javassist-3.6.ga.jar:/home/smoothpr/public_html/WEB-INF/lib/javassist.jar:/home/smoothpr/public_html/WEB-INF/lib/jdbc2_0-stdext.jar:/home/smoothpr/public_html/WEB-INF/lib/jta.jar:/home/smoothpr/public_html/WEB-INF/lib/mail.jar:/home/smoothpr/public_html/WEB-INF/lib/mailapi.jar:/home/smoothpr/public_html/WEB-INF/lib/mysql-connector-java-5.1.6-bin.jar:/home/smoothpr/public_html/WEB-INF/lib/ognl-2.7.2.jar:/home/smoothpr/public_html/WEB-INF/lib/oro-2.0.8.jar:/home/smoothpr/public_html/WEB-INF/lib/portlet-api-1.0.jar:/home/smoothpr/public_html/WEB-INF/lib/smtp.jar:/home/smoothpr/public_html/WEB-INF/lib/tapestry-annotations-4.1.5.jar:/home/smoothpr/public_html/WEB-INF/lib/tapestry-contrib-4.1.5.jar:/home/smoothpr/public_html/WEB-INF/lib/tapestry-framework-4.1.5.jar:/home/smoothpr/public_html/WEB-INF/lib/tapestry-portlet-4.1.5.jar:/usr/local/jakarta/apache-tomcat-5.5.25/shared/classes/:/usr/local/jakarta/apache-tomcat-5.5.25/common/classes/:/usr/local/jakarta/apache-tomcat-5.5.25/common/i18n/tomcat-i18n-en.jar:/usr/local/jakarta/apache-tomcat-5.5.25/common/i18n/tomcat-i18n-fr.jar:/usr/local/jakarta/apache-tomcat-5.5.25/common/i18n/tomcat-i18n-ja.jar:/usr/local/jakarta/apache-tomcat-5.5.25/common/i18n/tomcat-i18n-es.jar:/usr/local/jdk1.6.0_02/lib/tools.jar:/usr/local/jakarta/apache-tomcat-5.5.25/common/lib/naming-factory-dbcp.jar:/usr/local/jakarta/apache-tomcat-5.5.25/common/lib/jasper-runtime.jar:/usr/local/jakarta/apache-tomcat-5.5.25/common/lib/jasper-compiler-jdt.jar:/usr/local/jakarta/apache-tomcat-5.5.25/common/lib/jsp-api.jar:/usr/local/jakarta/apache-tomcat-5.5.25/common/lib/naming-resources.jar:/usr/local/jakarta/apache-tomcat-5.5.25/common/lib/jasper-compiler.jar:/usr/local/jakarta/apache-tomcat-5.5.25/common/lib/commons-el.jar:/usr/local/jakarta/apache-tomcat-5.5.25/common/lib/mysql-connector-java-5.0.7-bin.jar:/usr/local/jakarta/apache-tomcat-5.5.25/common/lib/naming-factory.jar:/usr/local/jakarta/apache-tomcat-5.5.25/common/lib/servlet-api.jar:/root/:/usr/local/jakarta/apache-tomcat-5.5.25/bin/bootstrap.jar:/usr/local/jakarta/apache-tomcat-5.5.25/bin/commons-logging-api.jar:/usr/local/jdk1.6.0_02/jre/lib/ext/sunpkcs11.jar:/usr/local/jdk1.6.0_02/jre/lib/ext/localedata.jar:/usr/local/jdk1.6.0_02/jre/lib/ext/sunjce_provider.jar:/usr/local/jdk1.6.0_02/jre/lib/ext/dnsns.jar
org.apache.catalina.resourcesorg.apache.naming.resources.ProxyDirContext@1ed140c
org.apache.tapestry.Registry:SmoothSiteorg.apache.hivemind.impl.RegistryImpl@c13ef9
Initialization Parameters
cookiestrue
[ +/- ] Status
tapestry.request.EnginePool
total count87
Count by Key
ja1
ja_JP1
pt_BR3
en_GB6
en4
ro1
en_US12
cs1
nl3
pl1
es_ES2
ru_RU3
de_DE3
ko_KR1
ko9
it_IT1
pt_PT1
fr6
pl_PL3
es5
sv_SE6
zh_CN8
ru4
zh_TW2
tapestry.page.PageSource
Page Pool
active1
idle12
tapestry.parse.SpecificationSource
page specification count20
page specificationscontext:/ThankYou.page
classpath:/org/apache/tapestry/pages/Exception.page
context:/MyOrders.page
context:/Cart.page
context:/AdminStockPage.page
context:/ProductPage.page
context:/AdminUpgradeOptionGroupPage.page
context:/AdminLaminationTypePage.page
context:/AdminOrders.page
classpath:/org/apache/tapestry/pages/StaleLink.page
classpath:/org/apache/tapestry/pages/StaleSession.page
context:/Login.page
context:/Terms.page
context:/Privacy.page
context:/AdminAllProducts.page
context:/ViewProduct.page
context:/Checkout.page
context:/SampleRequest.page
context:/Contact.page
context:/Home.page
component specification count32
component specificationsclasspath:/org/apache/tapestry/link/ExternalLink.jwc
classpath:/org/apache/tapestry/form/TextArea.jwc
classpath:/org/apache/tapestry/components/Else.jwc
classpath:/org/apache/tapestry/link/ServiceLink.jwc
classpath:/org/apache/tapestry/link/DirectLink.jwc
context:/StoredImageAsset.jwc
classpath:/org/apache/tapestry/components/RenderBody.jwc
classpath:/org/apache/tapestry/form/TextField.jwc
classpath:/org/apache/tapestry/form/PropertySelection.jwc
classpath:/org/apache/tapestry/components/If.jwc
classpath:/org/apache/tapestry/html/Style.jwc
classpath:/org/apache/tapestry/html/Image.jwc
classpath:/org/apache/tapestry/link/PageLink.jwc
classpath:/org/apache/tapestry/form/ImageSubmit.jwc
classpath:/org/apache/tapestry/scriptaculous/Suggest.jwc
classpath:/org/apache/tapestry/form/Checkbox.jwc
classpath:/org/apache/tapestry/form/Form.jwc
context:/Border.jwc
context:/ProductTeaser.jwc
classpath:/org/apache/tapestry/components/Insert.jwc
classpath:/org/apache/tapestry/html/Body.jwc
context:/AdminBorder.jwc
classpath:/org/apache/tapestry/form/Submit.jwc
classpath:/org/apache/tapestry/html/Describe.jwc
classpath:/org/apache/tapestry/components/Any.jwc
classpath:/org/apache/tapestry/components/For.jwc
classpath:/org/apache/tapestry/form/Button.jwc
classpath:/org/apache/tapestry/html/Shell.jwc
classpath:/org/apache/tapestry/form/Upload.jwc
classpath:/org/apache/tapestry/components/Delegator.jwc
classpath:/org/apache/tapestry/html/ExceptionDisplay.jwc
classpath:/org/apache/tapestry/html/RequestDisplay.jwc
tapestry.enhance.ComponentConstructorFactory
enhanced class count56
enhanced classesComponentSpecification[componentClassName=org.smoothprinting.admin.ProductPage pageSpecification=true specificationLocation=context:/ProductPage.page allowBody=true allowInformalParameter=true]
ComponentSpecification[componentClassName=org.apache.tapestry.link.DirectLink pageSpecification=false specificationLocation=classpath:/org/apache/tapestry/link/DirectLink.jwc allowBody=true allowInformalParameter=true]
ComponentSpecification[componentClassName=org.apache.tapestry.pages.Exception pageSpecification=true specificationLocation=classpath:/org/apache/tapestry/pages/Exception.page allowBody=true allowInformalParameter=true]
ComponentSpecification[componentClassName=org.smoothprinting.SampleRequest pageSpecification=true specificationLocation=context:/SampleRequest.page allowBody=true allowInformalParameter=true]
ComponentSpecification[componentClassName=org.smoothprinting.admin.AdminUpgradeOptionGroupPage pageSpecification=true specificationLocation=context:/AdminUpgradeOptionGroupPage.page allowBody=true allowInformalParameter=true]
ComponentSpecification[componentClassName=org.apache.tapestry.form.Submit pageSpecification=false specificationLocation=classpath:/org/apache/tapestry/form/Submit.jwc allowBody=false allowInformalParameter=true]
ComponentSpecification[componentClassName=org.apache.tapestry.html.Shell pageSpecification=false specificationLocation=classpath:/org/apache/tapestry/html/Shell.jwc allowBody=true allowInformalParameter=true]
ComponentSpecification[componentClassName=org.apache.tapestry.components.IfBean pageSpecification=false specificationLocation=classpath:/org/apache/tapestry/components/If.jwc allowBody=true allowInformalParameter=true]
ComponentSpecification[componentClassName=org.apache.tapestry.components.RenderBody pageSpecification=false specificationLocation=classpath:/org/apache/tapestry/components/RenderBody.jwc allowBody=false allowInformalParameter=false]
ComponentSpecification[componentClassName=org.apache.tapestry.form.Upload pageSpecification=false specificationLocation=classpath:/org/apache/tapestry/form/Upload.jwc allowBody=false allowInformalParameter=true]
ComponentSpecification[componentClassName=org.smoothprinting.Cart pageSpecification=true specificationLocation=context:/Cart.page allowBody=true allowInformalParameter=true]
ComponentSpecification[componentClassName=org.apache.tapestry.html.ExceptionDisplay pageSpecification=false specificationLocation=classpath:/org/apache/tapestry/html/ExceptionDisplay.jwc allowBody=false allowInformalParameter=false]
ComponentSpecification[componentClassName=org.smoothprinting.admin.AdminStockPage pageSpecification=true specificationLocation=context:/AdminStockPage.page allowBody=true allowInformalParameter=true]
ComponentSpecification[componentClassName=org.apache.tapestry.link.ExternalLink pageSpecification=false specificationLocation=classpath:/org/apache/tapestry/link/ExternalLink.jwc allowBody=true allowInformalParameter=true]
ComponentSpecification[componentClassName=org.apache.tapestry.components.Insert pageSpecification=false specificationLocation=classpath:/org/apache/tapestry/components/Insert.jwc allowBody=false allowInformalParameter=true]
ComponentSpecification[componentClassName=org.apache.tapestry.html.Image pageSpecification=false specificationLocation=classpath:/org/apache/tapestry/html/Image.jwc allowBody=false allowInformalParameter=true]
ComponentSpecification[componentClassName=org.apache.tapestry.link.ServiceLink pageSpecification=false specificationLocation=classpath:/org/apache/tapestry/link/ServiceLink.jwc allowBody=true allowInformalParameter=true]
ComponentSpecification[componentClassName=org.apache.tapestry.components.Any pageSpecification=false specificationLocation=classpath:/org/apache/tapestry/components/Any.jwc allowBody=true allowInformalParameter=true]
ComponentSpecification[componentClassName=org.smoothprinting.Home pageSpecification=true specificationLocation=context:/Home.page allowBody=true allowInformalParameter=true]
ComponentSpecification[componentClassName=org.apache.tapestry.components.ElseBean pageSpecification=false specificationLocation=classpath:/org/apache/tapestry/components/Else.jwc allowBody=true allowInformalParameter=true]
ComponentSpecification[componentClassName=org.apache.tapestry.form.Checkbox pageSpecification=false specificationLocation=classpath:/org/apache/tapestry/form/Checkbox.jwc allowBody=false allowInformalParameter=true]
ComponentSpecification[componentClassName=org.smoothprinting.admin.AdminOrders pageSpecification=true specificationLocation=context:/AdminOrders.page allowBody=true allowInformalParameter=true]
ComponentSpecification[componentClassName=org.apache.tapestry.form.PropertySelection pageSpecification=false specificationLocation=classpath:/org/apache/tapestry/form/PropertySelection.jwc allowBody=false allowInformalParameter=true]
ComponentSpecification[componentClassName=org.smoothprinting.Checkout pageSpecification=true specificationLocation=context:/Checkout.page allowBody=true allowInformalParameter=true]
ComponentSpecification[componentClassName=org.apache.tapestry.form.Form pageSpecification=false specificationLocation=classpath:/org/apache/tapestry/form/Form.jwc allowBody=true allowInformalParameter=true]
ComponentSpecification[componentClassName=org.apache.tapestry.html.Style pageSpecification=false specificationLocation=classpath:/org/apache/tapestry/html/Style.jwc allowBody=true allowInformalParameter=false]
ComponentSpecification[componentClassName=org.apache.tapestry.scriptaculous.Suggest pageSpecification=false specificationLocation=classpath:/org/apache/tapestry/scriptaculous/Suggest.jwc allowBody=false allowInformalParameter=true]
ComponentSpecification[componentClassName=org.smoothprinting.admin.AdminLaminationTypePage pageSpecification=true specificationLocation=context:/AdminLaminationTypePage.page allowBody=true allowInformalParameter=true]
ComponentSpecification[componentClassName=org.apache.tapestry.link.PageLink pageSpecification=false specificationLocation=classpath:/org/apache/tapestry/link/PageLink.jwc allowBody=true allowInformalParameter=true]
ComponentSpecification[componentClassName=org.smoothprinting.ViewProduct pageSpecification=true specificationLocation=context:/ViewProduct.page allowBody=true allowInformalParameter=true]
ComponentSpecification[componentClassName=org.apache.tapestry.components.ForBean pageSpecification=false specificationLocation=classpath:/org/apache/tapestry/components/For.jwc allowBody=true allowInformalParameter=true]
ComponentSpecification[componentClassName=org.apache.tapestry.html.RequestDisplay pageSpecification=false specificationLocation=classpath:/org/apache/tapestry/html/RequestDisplay.jwc allowBody=false allowInformalParameter=false]
ComponentSpecification[componentClassName=org.apache.tapestry.html.Describe pageSpecification=false specificationLocation=classpath:/org/apache/tapestry/html/Describe.jwc allowBody=false allowInformalParameter=false]
ComponentSpecification[componentClassName=org.smoothprinting.Privacy pageSpecification=true specificationLocation=context:/Privacy.page allowBody=true allowInformalParameter=true]
ComponentSpecification[componentClassName=org.smoothprinting.StoredImageAsset pageSpecification=false specificationLocation=context:/StoredImageAsset.jwc allowBody=true allowInformalParameter=true]
ComponentSpecification[componentClassName=org.apache.tapestry.components.Delegator pageSpecification=false specificationLocation=classpath:/org/apache/tapestry/components/Delegator.jwc allowBody=false allowInformalParameter=false]
ComponentSpecification[componentClassName=org.smoothprinting.admin.AdminBorder pageSpecification=false specificationLocation=context:/AdminBorder.jwc allowBody=true allowInformalParameter=true]
ComponentSpecification[componentClassName=org.smoothprinting.admin.AdminAllProducts pageSpecification=true specificationLocation=context:/AdminAllProducts.page allowBody=true allowInformalParameter=true]
ComponentSpecification[componentClassName=org.apache.tapestry.form.TextField pageSpecification=false specificationLocation=classpath:/org/apache/tapestry/form/TextField.jwc allowBody=false allowInformalParameter=true]
ComponentSpecification[componentClassName=null pageSpecification=true specificationLocation=context:/WEB-INF/AdminBorder.page allowBody=true allowInformalParameter=true]
ComponentSpecification[componentClassName=null pageSpecification=true specificationLocation=context:/WEB-INF/Border.page allowBody=true allowInformalParameter=true]
ComponentSpecification[componentClassName=org.smoothprinting.MyOrders pageSpecification=true specificationLocation=context:/MyOrders.page allowBody=true allowInformalParameter=true]
ComponentSpecification[componentClassName=null pageSpecification=true specificationLocation=classpath:/org/apache/tapestry/pages/StaleSession.page allowBody=true allowInformalParameter=true]
ComponentSpecification[componentClassName=null pageSpecification=true specificationLocation=context:/WEB-INF/ProductTeaser.page allowBody=true allowInformalParameter=true]
ComponentSpecification[componentClassName=null pageSpecification=true specificationLocation=context:/WEB-INF/Template.page allowBody=true allowInformalParameter=true]
ComponentSpecification[componentClassName=org.apache.tapestry.pages.StaleLink pageSpecification=true specificationLocation=classpath:/org/apache/tapestry/pages/StaleLink.page allowBody=true allowInformalParameter=true]
ComponentSpecification[componentClassName=org.smoothprinting.Contact pageSpecification=true specificationLocation=context:/Contact.page allowBody=true allowInformalParameter=true]
ComponentSpecification[componentClassName=org.smoothprinting.ThankYou pageSpecification=true specificationLocation=context:/ThankYou.page allowBody=true allowInformalParameter=true]
ComponentSpecification[componentClassName=org.smoothprinting.Login pageSpecification=true specificationLocation=context:/Login.page allowBody=true allowInformalParameter=true]
ComponentSpecification[componentClassName=org.apache.tapestry.form.ImageSubmit pageSpecification=false specificationLocation=classpath:/org/apache/tapestry/form/ImageSubmit.jwc allowBody=false allowInformalParameter=true]
ComponentSpecification[componentClassName=org.smoothprinting.Border pageSpecification=false specificationLocation=context:/Border.jwc allowBody=true allowInformalParameter=true]
ComponentSpecification[componentClassName=org.apache.tapestry.form.Button pageSpecification=false specificationLocation=classpath:/org/apache/tapestry/form/Button.jwc allowBody=true allowInformalParameter=true]
ComponentSpecification[componentClassName=org.smoothprinting.ProductTeaser pageSpecification=false specificationLocation=context:/ProductTeaser.jwc allowBody=true allowInformalParameter=true]
ComponentSpecification[componentClassName=org.apache.tapestry.html.Body pageSpecification=false specificationLocation=classpath:/org/apache/tapestry/html/Body.jwc allowBody=true allowInformalParameter=true]
ComponentSpecification[componentClassName=org.apache.tapestry.form.TextArea pageSpecification=false specificationLocation=classpath:/org/apache/tapestry/form/TextArea.jwc allowBody=false allowInformalParameter=true]
ComponentSpecification[componentClassName=org.smoothprinting.Terms pageSpecification=true specificationLocation=context:/Terms.page allowBody=true allowInformalParameter=true]
tapestry.parse.TemplateSource
parsed templates28
total template tokens1139
total template characters49888
Parsed template token counts
context:/ProductPage.html77
context:/AdminAllProducts.html19
context:/AdminStockPage.html117
context:/Cart.html116
context:/Home.html11
context:/AdminOrders.html104
context:/Login.html39
classpath:/org/apache/tapestry/pages/StaleLink.html12
context:/AdminBorder.html15
context:/Contact.html3
context:/StoredImageAsset.html13
context:/Border.html97
context:/SampleRequest.html35
context:/Privacy.html3
context:/AdminLaminationTypePage.html60
context:/ViewProduct.html106
context:/AdminUpgradeOptionGroupPage.html76
context:/AdminBorder.html15
classpath:/org/apache/tapestry/pages/Exception.html22
context:/ProductTeaser.html12
context:/Template.html1
classpath:/org/apache/tapestry/html/RequestDisplay.html23
context:/Checkout.html88
classpath:/org/apache/tapestry/html/ExceptionDisplay.html43
context:/ThankYou.html10
context:/Terms.html3
context:/MyOrders.html10
classpath:/org/apache/tapestry/pages/StaleSession.html9
tapestry.ognl.ExpressionCache
cached expression count241
cached expressionsshippingServiceType
fullName
selectedStock.name
currentOrder.shippingPrice
upgradeOptionGroup.name
context
address
assets.stylesheet
user.email
request.getSession(false)
user.isAdmin
error
laminationType.stocks
currentUpgrade.cost
zip
currentOrderItem.total
product.thumb
! last
selectedQuantity
(cartIndex+1)
billingCity
upgradeOptionGroup.order
shippingPrice
quantities[currentQuantityIndex].quantityId
systemPropertiesRenderer
id
upgradeOptionGroup.stock.laminationType.product.name
product.order
currentOrder.billingCardLast4
state
currentOrder
preventBackButtonFix
reportStatusRenderer
productList
laminationType.product.name
inputProduct
product.image.id
quantities[currentQuantityIndex].basePrice
currentLaminationType
activator
currentCartItem.upgradeOptions[groupKey].value
currentQuantity
currentOrderItem.numSets
currentCartItem.turnaroundtime
dojoPath
currentOrderItem.qty
iden
debugAtAllCosts
currentPriceKey.value
property
product.htmlDesc
groupKey.name
product.image
stock.upgradeOptionGroups
request
zipCode
priceMap[currentPriceKey].keys
stock.laminationType.product.name
shoppingCart.format
currentProduct.name
stock.laminationType.name
password
defaultRenderTags
currentOrder.shippingPhone
currentOrder.billingZip
selectedUpgradeOptionMap[currentUpgradeGroupKey]
shoppingCart.subTotal
currentOrder.id
laminationType.shortName
quantities
last
phone
billingAddress
tapestrySource
groupKey
exception.exceptionClassName
password2
shippingServiceModel
shoppingCart.total
teaserProducts
(shoppingCart.subTotal+shoppingCart.discountPrice)
true
currentPriceKey.turnaroundtime
selectedUpgradeOptionMap[currentUpgradeGroupKey].prices[selectedQuantity]
shippingAddr1
stock.name
shippingAddr2
{product.name}
adapterFactory.getRenderableAdaptor(property.value)
upgradeOptionGroupOrder
consoleEnabled
orderId
null
jsManager.firstFormAsset
products
currentProduct
currentTeaserProduct.name
stockSelectionModel
newQuantity
jsManager.firstWidgetAsset
selectedLaminationType.name
exceptions
laminationTypeSelectionModel
currentOrder.orderItems
currentStock.name
shoppingCart.cartItems
newSortOrder
selectedStock
currentUpgradeGroupKey
lowestPrice
currentOrder.shippingState
upgradeOptionGroup.stock.name
jsManager.tapestryAsset
currentPriceKey.upgradeOptionId
currentOrder.shippingCity
currentOrderItem.stockName
stock.turnaroundtime
currentOrderItem
product.weightPer1000
shoppingCart.cartItems.size
currentUpgradeGroupKey.name
currentUpgrade
subtotal
currentProduct.productId
currentCartItem.laminationType.name
currentUpgradeOptionGroup.upgradeOptionGroupId
currentQtyKey
shippingName
false
selectedQuantity.basePrice
dojoSource
components.tLink.clientId + 'Data'
userExists
quantities[currentQuantityIndex].quantity
currentStock
city
currentOrder.shippingName
parseWidgets
laminationType.name
billingZipCode
currentOrder.total
upgradeOptionGroupModels
currentCartItem.total
upgradeOptionGroup.stock.laminationType.name
dojoWidgetSource
jsManager.tapestryPath
currentStock.stockId
selectedUpgradeOptionMap
message
currentOrderItem.laminationTypeName
exception.stackTrace
couponCode
trace
currentOrderItem.orderItemUpgrades
currentUpgradeOptionGroup.name
{currentTeaserProduct.name}
@org.apache.tapestry.Tapestry@HOME_SERVICE
cartIndex
currentPriceKey
currentOrder.shippingAddr2
currentOrder.shippingAddr1
currentCartItem.product.name
@org.apache.tapestry.Tapestry@RESTART_SERVICE
nameOnCard
debugEnabled
tapestryPath
beans.evenOdd.next
imageAlign
currentCartItem.numSets
currentCartItem
orders
currentOrderItem.productName
quantitySelectionModel
email
selectedUpgradeOptionMap[currentUpgradeGroupKey].value != 'None'
selectedQuantity.quantity
discountPrice
''
selectedLaminationType
currentOrder.transactionId
packages
jsManager.firstAsset
index
currentQuantityIndex
property.name
searchIds
stackClass
currentOrder.billingName
upgradeOptionGroupModels[currentUpgradeGroupKey]
(shoppingCart.cartItems.size > 0)
exception
laminationType.order
currentQtyKey.quantity
cardNumber
agree
shippingCity
exception.message
upgradeOptionGroupModels.keys
priceMap.keys
currentUpgrade.value
stock.order
currentCartItem.itemTotal
exception.properties
alignLeft
newPrice
currentOrder.shippingZip
imageAsset
selectedUpgradeOptionMap[currentUpgradeGroupKey].value
currentCartItem.stock.name
debugContainerId
product.thumb.id
currentTeaserProduct
currentUpgradeOptionGroup
currentCartItem.upgradeOptions[groupKey].value != 'None'
currency
billingState
currentCartItem.iden
@org.apache.tapestry.form.DefaultOptionRenderer@DEFAULT_INSTANCE
dojoFormSource
upgradeOptionGroupName
priceMap[currentPriceKey][currentQtyKey]
numSets
product.name
dynamic
currentOrder.shippingMethod
product.laminationTypes
1
currentCartItem.upgradeOptions.keys
currentUpgrade.name
browserLogLevel
expirationDate
request.getSession(false) != null
(zipCode || shippingServiceType=='Local Pickup (MO Only)')
currentLaminationType.name
currentLaminationType.laminationTypeId
shippingState
newValue
shippingPhone
currentOrder.billingEx
currentCartItem.quantity.quantity
jsManager.path
cached object expression count41
tapestry.script.ScriptSource
parsed script count2
parsed scriptsclasspath:/org/apache/tapestry/scriptaculous/Suggest.script
classpath:/org/apache/tapestry/ComponentEvent.script
tapestry.asset.ResourceDigestSource
resource count0
[ +/- ] System Properties
JVM System Properties
catalina.base/usr/local/jakarta/apache-tomcat-5.5.25
catalina.home/usr/local/jakarta/apache-tomcat-5.5.25
catalina.useNamingtrue
common.loader${catalina.home}/common/classes,${catalina.home}/common/i18n/*.jar,${catalina.home}/common/endorsed/*.jar,${catalina.home}/common/lib/*.jar
file.encodingUTF-8
file.encoding.pkgsun.io
file.separator/
java.awt.graphicsenvsun.awt.X11GraphicsEnvironment
java.awt.printerjobsun.print.PSPrinterJob
java.class.path/usr/local/jakarta/apache-tomcat-5.5.25/bin/bootstrap.jar
/usr/local/jakarta/apache-tomcat-5.5.25/bin/commons-logging-api.jar
java.class.version50.0
java.endorsed.dirs/usr/local/jakarta/apache-tomcat-5.5.25/common/endorsed
java.ext.dirs/usr/local/jdk1.6.0_02/jre/lib/ext:/usr/java/packages/lib/ext
java.home/usr/local/jdk1.6.0_02/jre
java.io.tmpdir/usr/local/jakarta/apache-tomcat-5.5.25/temp
java.library.path/usr/local/jdk1.6.0_02/jre/lib/i386/server
/usr/local/jdk1.6.0_02/jre/lib/i386
/usr/local/jdk1.6.0_02/jre/../lib/i386
/usr/java/packages/lib/i386
/lib
/usr/lib
java.naming.factory.initialorg.apache.naming.java.javaURLContextFactory
java.naming.factory.url.pkgsorg.apache.naming
java.runtime.nameJava(TM) SE Runtime Environment
java.runtime.version1.6.0_02-b05
java.specification.nameJava Platform API Specification
java.specification.vendorSun Microsystems Inc.
java.specification.version1.6
java.util.logging.config.file/usr/local/jakarta/apache-tomcat-5.5.25/conf/logging.properties
java.util.logging.managerorg.apache.juli.ClassLoaderLogManager
java.vendorSun Microsystems Inc.
java.vendor.urlhttp://java.sun.com/
java.vendor.url.bughttp://java.sun.com/cgi-bin/bugreport.cgi
java.version1.6.0_02
java.vm.infomixed mode
java.vm.nameJava HotSpot(TM) Server VM
java.vm.specification.nameJava Virtual Machine Specification
java.vm.specification.vendorSun Microsystems Inc.
java.vm.specification.version1.0
java.vm.vendorSun Microsystems Inc.
java.vm.version1.6.0_02-b05
line.separator
os.archi386
os.nameLinux
os.version2.6.9-42.0.3.ELsmp
package.accesssun.,org.apache.catalina.,org.apache.coyote.,org.apache.tomcat.,org.apache.jasper.,sun.beans.
package.definitionsun.,java.,org.apache.catalina.,org.apache.coyote.,org.apache.tomcat.,org.apache.jasper.
path.separator:
server.loader${catalina.home}/server/classes,${catalina.home}/server/lib/*.jar
shared.loader${catalina.base}/shared/classes,${catalina.base}/shared/lib/*.jar
sun.arch.data.model32
sun.boot.class.path/usr/local/jdk1.6.0_02/jre/lib/resources.jar
/usr/local/jdk1.6.0_02/jre/lib/rt.jar
/usr/local/jdk1.6.0_02/jre/lib/sunrsasign.jar
/usr/local/jdk1.6.0_02/jre/lib/jsse.jar
/usr/local/jdk1.6.0_02/jre/lib/jce.jar
/usr/local/jdk1.6.0_02/jre/lib/charsets.jar
/usr/local/jdk1.6.0_02/jre/classes
sun.boot.library.path/usr/local/jdk1.6.0_02/jre/lib/i386
sun.cpu.endianlittle
sun.cpu.isalist
sun.io.unicode.encodingUnicodeLittle
sun.java.launcherSUN_STANDARD
sun.jnu.encodingUTF-8
sun.management.compilerHotSpot Server Compiler
sun.os.patch.levelunknown
tomcat.util.buf.StringCache.byte.enabledtrue
user.countryUS
user.dir/root
user.home/root
user.languageen
user.nameroot
user.timezoneAmerica/Los_Angeles