RE: Re: Sharing
"rojomn" <[email protected]>
| Newsgroups | gmane.comp.web.pixory |
|---|---|
| Message-ID | <[email protected]> |
The reinstall killed the debug statement. Here you go and I got stderr this time too. C:\Pixory>java -jar pixory.jar PXLog - Configured from file C:\Pixory\log\log.configuration.xml DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail. mtp.SMTPTransport,Sun Microsystems, Inc] DEBUG SMTP: useEhlo true, useAuth false DEBUG: SMTPTransport trying to connect to host "smtp.charter.net", port 25 DEBUG SMTP RCVD: 220 ESMTP DEBUG: SMTPTransport connected to host "smtp.charter.net", port: 25 DEBUG SMTP SENT: EHLO GILP4 DEBUG SMTP RCVD: 250-mxsf29.cluster1.charter.net Hello c68.115.100.48.roc.mn.ch rter.com [68.115.100.48], pleased to meet you 250-ENHANCEDSTATUSCODES 250-PIPELINING 250-8BITMIME 250-SIZE 31457280 250-DSN 250-DELIVERBY 250 HELP DEBUG SMTP Found extension "ENHANCEDSTATUSCODES", arg "" DEBUG SMTP Found extension "PIPELINING", arg "" DEBUG SMTP Found extension "8BITMIME", arg "" DEBUG SMTP Found extension "SIZE", arg "31457280" DEBUG SMTP Found extension "DSN", arg "" DEBUG SMTP Found extension "DELIVERBY", arg "" DEBUG SMTP Found extension "HELP", arg "" DEBUG SMTP: use8bit false DEBUG SMTP SENT: MAIL FROM:<[email protected]> DEBUG SMTP RCVD: 250 2.1.0 <[email protected]>... Sender ok DEBUG SMTP SENT: RCPT TO:<[email protected]> DEBUG SMTP RCVD: 250 2.1.5 <[email protected]>... Recipient ok Verified Addresses [email protected] DEBUG SMTP SENT: DATA DEBUG SMTP RCVD: 354 Please start mail input. DEBUG SMTP SENT: . DEBUG SMTP RCVD: 250 Mail queued for delivery. DEBUG SMTP SENT: NOOP DEBUG SMTP RCVD: 250 2.0.0 OK DEBUG SMTP SENT: QUIT AND THe LOG21:02:57,249 (main) [INFO:PXJettyLogSink$Log.log -- Starting Jetty/4.1] 21:02:57,249 (main) [INFO:PXJettyLogSink$Log.log -- Started ServletHttpContext[/]] 21:02:57,264 (main) [INFO:PXJettyLogSink$Log.log -- Checking Resource aliases] 21:02:57,327 (main) [WARN:PXJettyLogSink$Log.log -- No File Classpath from URL path "jar:file:/C:/Pixory/lib/pxapplication.war!/WEB-INF/classes/"] 21:02:57,327 (main) [INFO:PXJettyLogSink$Log.log -- Started WebApplicationContext[/pixory,PXApplication]] 21:02:57,342 (main) [INFO:PXJettyLogSink$Log.log -- Invoker: init] 21:02:57,374 (main) [INFO:PXApplication.init -- config: org.mortbay.jetty.servlet.ServletHolder$Config@18f6235] 21:02:57,389 (main) [INFO:PXJettyLogSink$Log.log -- pxapplication: init] 21:02:57,483 (main) [INFO:dialect.Dialect -- Using dialect: net.sf.hibernate.dialect.HSQLDialect] 21:02:57,499 (main) [INFO:dialect.Dialect -- Using dialect: net.sf.hibernate.dialect.HSQLDialect] 21:02:57,514 (main) [INFO:cfg.Environment -- Hibernate 2.0.1] 21:02:57,514 (main) [INFO:cfg.Environment -- hibernate.properties not found] 21:02:57,514 (main) [INFO:cfg.Environment -- using CGLIB reflection optimizer] 21:02:57,514 (main) [INFO:cfg.Environment -- JVM proxy support: true] 21:02:57,842 (main) [INFO:impl.SessionFactoryImpl -- building session factory] 21:02:57,842 (main) [INFO:dialect.Dialect -- Using dialect: net.sf.hibernate.dialect.HSQLDialect] 21:02:57,842 (main) [INFO:connection.DriverManagerConnectionProvider -- Hibernate connection pool size: 5] 21:02:57,858 (main) [INFO:connection.DriverManagerConnectionProvider -- using driver: org.hsqldb.jdbcDriver at URL: jdbc:hsqldb:C:\Documents and Settings\gbaron\.pixory\data\pixory] 21:02:57,858 (main) [INFO:connection.DriverManagerConnectionProvider -- connection properties: {user=sa, password=}] 21:02:57,858 (main) [INFO:ps.PreparedStatementCache -- prepared statement cache size: 10] 21:02:57,858 (main) [INFO:impl.SessionFactoryImpl -- Use outer join fetching: false] 21:03:01,108 (main) [INFO:impl.SessionFactoryImpl -- Use scrollable result sets: true] 21:03:01,108 (main) [INFO:impl.SessionFactoryImpl -- Transaction strategy: net.sf.hibernate.transaction.JDBCTransactionFactory] 21:03:01,233 (main) [INFO:impl.SessionFactoryObjectFactory -- no JDNI name configured] 21:03:01,233 (main) [INFO:impl.SessionFactoryImpl -- Query language substitutions: {}] 21:03:01,280 (main) [INFO:PXHibernateModel.ensureSchema -- store version: 1] 21:03:01,311 (main) [INFO:cfg.Configuration -- Mapping resource: org/pixory/pxmodel/PXAlbumFace.hbm.xml] 21:03:01,436 (main) [INFO:cfg.Binder -- Mapping class: org.pixory.pxmodel.PXAlbumFace -> ALBUM_FACE] 21:03:01,499 (main) [INFO:cfg.Configuration -- Mapping resource: org/pixory/pxmodel/PXSystem.hbm.xml] 21:03:01,514 (main) [INFO:cfg.Binder -- Mapping class: org.pixory.pxmodel.PXSystem -> PX_SYSTEM] 21:03:01,514 (main) [INFO:cfg.Configuration -- Mapping resource: org/pixory/pxmodel/PXIdentity.hbm.xml] 21:03:01,530 (main) [INFO:cfg.Binder -- Mapping class: org.pixory.pxmodel.PXIdentity -> PX_IDENTITY] 21:03:01,530 (main) [INFO:cfg.Binder -- Mapping collection: org.pixory.pxmodel.PXIdentity.contactsOf -> PX_CONTACT] 21:03:01,545 (main) [INFO:cfg.Binder -- Mapping collection: org.pixory.pxmodel.PXIdentity.groups -> PX_MEMBERSHIP] 21:03:01,545 (main) [INFO:cfg.Binder -- Mapping subclass: org.pixory.pxmodel.PXPerson -> PX_IDENTITY] 21:03:01,561 (main) [INFO:cfg.Binder -- Mapping collection: org.pixory.pxmodel.PXPerson.contacts -> PX_CONTACT] 21:03:01,561 (main) [INFO:cfg.Binder -- Mapping subclass: org.pixory.pxmodel.PXGroup -> PX_IDENTITY] 21:03:01,561 (main) [INFO:cfg.Binder -- Mapping collection: org.pixory.pxmodel.PXGroup.members -> PX_MEMBERSHIP] 21:03:01,561 (main) [INFO:cfg.Configuration -- Mapping resource: org/pixory/pxmodel/PXEmailAddress.hbm.xml] 21:03:01,577 (main) [INFO:cfg.Binder -- Mapping class: org.pixory.pxmodel.PXEmailAddress -> PX_EMAILADDRESS] 21:03:01,577 (main) [INFO:cfg.Configuration -- Mapping resource: org/pixory/pxmodel/PXUserAccount.hbm.xml] 21:03:01,655 (main) [INFO:cfg.Binder -- Mapping class: org.pixory.pxmodel.PXUserAccount -> PX_USER_ACCOUNT] 21:03:01,655 (main) [INFO:cfg.Configuration -- Mapping resource: org/pixory/pxmodel/PXConfigurationValue.hbm.xml] 21:03:01,670 (main) [INFO:cfg.Binder -- Mapping class: org.pixory.pxmodel.PXConfigurationValue -> PX_CONFIGURATION_VALUE] 21:03:01,670 (main) [INFO:cfg.Configuration -- Mapping resource: org/pixory/pxmodel/PXConfigurationAttribute.hbm.xml] 21:03:01,670 (main) [INFO:cfg.Binder -- Mapping class: org.pixory.pxmodel.PXConfigurationAttribute -> PX_CONFIGURATION_ATTRIBUTE] 21:03:01,686 (main) [INFO:cfg.Binder -- Mapping collection: org.pixory.pxmodel.PXPerson.emailAddresses -> PX_EMAILADDRESS] 21:03:01,686 (main) [INFO:cfg.Binder -- Mapping collection: org.pixory.pxmodel.PXPerson.userAccounts -> PX_USER_ACCOUNT] 21:03:01,686 (main) [INFO:cfg.Binder -- Mapping collection: org.pixory.pxmodel.PXUserAccount.configurationValues -> PX_CONFIGURATION_VALUE] 21:03:01,686 (main) [INFO:impl.SessionFactoryImpl -- building session factory] 21:03:01,686 (main) [INFO:dialect.Dialect -- Using dialect: net.sf.hibernate.dialect.HSQLDialect] 21:03:01,686 (main) [INFO:connection.DriverManagerConnectionProvider -- Hibernate connection pool size: 5] 21:03:01,686 (main) [INFO:connection.DriverManagerConnectionProvider -- using driver: org.hsqldb.jdbcDriver at URL: jdbc:hsqldb:C:\Documents and Settings\gbaron\.pixory\data\pixory] 21:03:01,686 (main) [INFO:connection.DriverManagerConnectionProvider -- connection properties: {user=sa, password=}] 21:03:01,686 (main) [INFO:ps.PreparedStatementCache -- prepared statement cache size: 10] 21:03:01,686 (main) [INFO:impl.SessionFactoryImpl -- Use outer join fetching: false] 21:03:01,686 (main) [INFO:impl.SessionFactoryImpl -- Use scrollable result sets: true] 21:03:01,686 (main) [INFO:impl.SessionFactoryImpl -- Transaction strategy: net.sf.hibernate.transaction.JDBCTransactionFactory] 21:03:01,936 (main) [INFO:util.ReflectHelper -- reflection optimizer disabled for: org.pixory.pxmodel.PXIdentity, InstantiationError: org.pixory.pxmodel.PXIdentity] 21:03:02,186 (main) [INFO:impl.SessionFactoryObjectFactory -- no JDNI name configured] 21:03:02,186 (main) [INFO:impl.SessionFactoryImpl -- Query language substitutions: {}] 21:03:02,280 (main) [INFO:PXFtpServer.startServer -- started ftp server 'PXApplicationFtpServer'] 21:03:02,311 (PXJob-PXApplicationThumbnailer-thumbnailInBackground) [INFO:PXApplicationVisit.init -- creating visit] 21:03:02,311 (PXJob-PXApplicationThumbnailer-thumbnailInBackground) [INFO:PXApplicationConfiguration.isLoginDisabled -- login is enabled] 21:03:02,405 (main) [INFO:PXJettyLogSink$Log.log -- Started SocketListener on 0.0.0.0:8081] 21:03:02,405 (main) [INFO:PXJettyLogSink$Log.log -- Started org.mortbay.jetty.Server@1434234] 21:03:04,030 (SocketListener-0) [INFO:PXBrowser.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@135da43 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@8c7be5[/org/pixory/pxtapestry/PX Browser.jwc]] 21:03:04,124 (SocketListener-0) [INFO:PXPopoutLink.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@135da43 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@1015a9e[/org/pixory/pxtapestry/P XPopoutLink.jwc]] 21:03:04,155 (SocketListener-0) [INFO:PXPopoutLink.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@135da43 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@1015a9e[/org/pixory/pxtapestry/P XPopoutLink.jwc]] 21:03:04,155 (SocketListener-0) [INFO:PXPopoutLink.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@135da43 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@1015a9e[/org/pixory/pxtapestry/P XPopoutLink.jwc]] 21:03:04,155 (SocketListener-0) [INFO:Footer.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@135da43 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@292cb2[/org/pixory/pxapplication /components/Footer.jwc]] 21:03:04,186 (SocketListener-0) [INFO:PXPageDecorator.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@135da43 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@688954[/org/pixory/pxtapestry/PX PageDecorator.jwc]] 21:03:04,202 (SocketListener-0) [INFO:PXMenuBar.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@135da43 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@e80740[/org/pixory/pxtapestry/PX MenuBar.jwc]] 21:03:04,217 (SocketListener-0) [INFO:PXMenuPane.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@135da43 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@7b1641[/org/pixory/pxtapestry/PX MenuPane.jwc]] 21:03:04,233 (SocketListener-0) [INFO:AlbumBrowser.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@135da43 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@1f217ec[/org/pixory/pxapplicatio n/pages/composer/AlbumBrowser.page]] 21:03:04,358 (SocketListener-0) [INFO:PXApplicationVisit.init -- creating visit] 21:03:04,389 (SocketListener-0) [INFO:PXPopoutLink.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@5e7020 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@1015a9e[/org/pixory/pxtapestry/P XPopoutLink.jwc]] 21:03:04,405 (SocketListener-0) [INFO:PXPopoutLink.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@5e7020 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@1015a9e[/org/pixory/pxtapestry/P XPopoutLink.jwc]] 21:03:04,405 (SocketListener-0) [INFO:Footer.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@5e7020 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@292cb2[/org/pixory/pxapplication /components/Footer.jwc]] 21:03:04,405 (SocketListener-0) [INFO:PXPageDecorator.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@5e7020 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@688954[/org/pixory/pxtapestry/PX PageDecorator.jwc]] 21:03:04,452 (SocketListener-0) [INFO:PXShowMessage.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@5e7020 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@9ce4a3[/org/pixory/pxtapestry/PX ShowMessage.jwc]] 21:03:04,467 (SocketListener-0) [INFO:Login.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@5e7020 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@1f195fc[/org/pixory/pxapplicatio n/pages/composer/Login.page]] 21:03:04,936 (SocketListener-0) [INFO:PXJettyLogSink$Log.log -- org.pixory.pxapplication.PXDefaultServlet: init] 21:03:13,905 (SocketListener-0) [INFO:PXApplicationVisit.setAuthenticatedUsername -- set username: gbaron sessionId: 2n4l91ufbeulp] 21:03:13,905 (SocketListener-0) [INFO:PXApplicationVisit.login -- logged in username 'gbaron'] 21:03:18,905 (SocketListener-0) [INFO:PXImageComponent.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@1e80761 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@3c9314[/org/pixory/pxtapestry/PX ImageComponent.jwc]] 21:03:18,905 (SocketListener-0) [INFO:PXBrowser.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@1e80761 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@8c7be5[/org/pixory/pxtapestry/PX Browser.jwc]] 21:03:18,905 (SocketListener-0) [INFO:PXPopoutLink.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@1e80761 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@1015a9e[/org/pixory/pxtapestry/P XPopoutLink.jwc]] 21:03:18,905 (SocketListener-0) [INFO:PXPopoutLink.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@1e80761 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@1015a9e[/org/pixory/pxtapestry/P XPopoutLink.jwc]] 21:03:18,905 (SocketListener-0) [INFO:PXPopoutLink.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@1e80761 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@1015a9e[/org/pixory/pxtapestry/P XPopoutLink.jwc]] 21:03:18,905 (SocketListener-0) [INFO:Footer.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@1e80761 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@292cb2[/org/pixory/pxapplication /components/Footer.jwc]] 21:03:18,920 (SocketListener-0) [INFO:PXPageDecorator.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@1e80761 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@688954[/org/pixory/pxtapestry/PX PageDecorator.jwc]] 21:03:18,920 (SocketListener-0) [INFO:PXMenuBar.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@1e80761 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@e80740[/org/pixory/pxtapestry/PX MenuBar.jwc]] 21:03:18,920 (SocketListener-0) [INFO:PXMenuPane.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@1e80761 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@7b1641[/org/pixory/pxtapestry/PX MenuPane.jwc]] 21:03:18,952 (SocketListener-0) [INFO:PXGridFrame.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@1e80761 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@c26ede[/org/pixory/pxtapestry/PX GridFrame.jwc]] 21:03:18,952 (SocketListener-0) [INFO:PXListTraversor.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@1e80761 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@1567e6c[/org/pixory/pxtapestry/P XListTraversor.jwc]] 21:03:18,967 (SocketListener-0) [INFO:PXGrid.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@1e80761 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@18600d6[/org/pixory/pxtapestry/P XGrid.jwc]] 21:03:18,967 (SocketListener-0) [INFO:PXPopoutLink.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@1e80761 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@1015a9e[/org/pixory/pxtapestry/P XPopoutLink.jwc]] 21:03:18,967 (SocketListener-0) [INFO:Lightbox.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@1e80761 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@a0e990[/org/pixory/pxapplication /pages/composer/Lightbox.page]] 21:03:19,155 (SocketListener-0) [INFO:PXAlbumContentDescriptor.PXAlbumContentDescriptor -- descriptor] 21:03:19,202 (SocketListener-0) [INFO:PXPhotoDescriptor.PXPhotoDescriptor -- descriptor] 21:03:22,655 (SocketListener-1) [INFO:PXBrowser.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@1e2481b componentSpecification: net.sf.tapestry.spec.ComponentSpecification@8c7be5[/org/pixory/pxtapestry/PX Browser.jwc]] 21:03:22,655 (SocketListener-1) [INFO:PXPopoutLink.finishLoad -- loader: net .sf.tapestry.pageload.PageLoader@1e2481b componentSpecification: net.sf.tapestry.spec.ComponentSpecification@1015a9e[/org/pixory/pxtapestry/P XPopoutLink.jwc]] 21:03:22,655 (SocketListener-1) [INFO:PXPopoutLink.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@1e2481b componentSpecification: net.sf.tapestry.spec.ComponentSpecification@1015a9e[/org/pixory/pxtapestry/P XPopoutLink.jwc]] 21:03:22,655 (SocketListener-1) [INFO:Footer.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@1e2481b componentSpecification: net.sf.tapestry.spec.ComponentSpecification@292cb2[/org/pixory/pxapplication /components/Footer.jwc]] 21:03:22,655 (SocketListener-1) [INFO:PXPageDecorator.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@1e2481b componentSpecification: net.sf.tapestry.spec.ComponentSpecification@688954[/org/pixory/pxtapestry/PX PageDecorator.jwc]] 21:03:22,670 (SocketListener-1) [INFO:PXMenuBar.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@1e2481b componentSpecification: net.sf.tapestry.spec.ComponentSpecification@e80740[/org/pixory/pxtapestry/PX MenuBar.jwc]] 21:03:22,670 (SocketListener-1) [INFO:PXMenuPane.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@1e2481b componentSpecification: net.sf.tapestry.spec.ComponentSpecification@7b1641[/org/pixory/pxtapestry/PX MenuPane.jwc]] 21:03:22,670 (SocketListener-1) [INFO:PXPopoutLink.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@1e2481b componentSpecification: net.sf.tapestry.spec.ComponentSpecification@1015a9e[/org/pixory/pxtapestry/P XPopoutLink.jwc]] 21:03:22,670 (SocketListener-1) [INFO:PXShowMessage.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@1e2481b componentSpecification: net.sf.tapestry.spec.ComponentSpecification@9ce4a3[/org/pixory/pxtapestry/PX ShowMessage.jwc]] 21:03:22,686 (SocketListener-1) [INFO:AlbumInvitor.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@1e2481b componentSpecification: net.sf.tapestry.spec.ComponentSpecification@18abc7b[/org/pixory/pxapplicatio n/pages/composer/AlbumInvitor.page]] 21:03:42,061 (SocketListener-1) [INFO:PXPopoutLink.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@1450bd componentSpecification: net.sf.tapestry.spec.ComponentSpecification@1015a9e[/org/pixory/pxtapestry/P XPopoutLink.jwc]] 21:03:42,061 (SocketListener-1) [INFO:PXPopoutLink.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@1450bd componentSpecification: net.sf.tapestry.spec.ComponentSpecification@1015a9e[/org/pixory/pxtapestry/P XPopoutLink.jwc]] 21:03:42,061 (SocketListener-1) [INFO:Footer.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@1450bd componentSpecification: net.sf.tapestry.spec.ComponentSpecification@292cb2[/org/pixory/pxapplication /components/Footer.jwc]] 21:03:42,061 (SocketListener-1) [INFO:PXPageDecorator.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@1450bd componentSpecification: net.sf.tapestry.spec.ComponentSpecification@688954[/org/pixory/pxtapestry/PX PageDecorator.jwc]] 21:03:42,061 (SocketListener-1) [INFO:PXImageComponent.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@1450bd componentSpecification: net.sf.tapestry.spec.ComponentSpecification@3c9314[/org/pixory/pxtapestry/PX ImageComponent.jwc]] 21:03:42,061 (SocketListener-1) [INFO:AlbumInvitation.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@1450bd componentSpecification: net.sf.tapestry.spec.ComponentSpecification@1c0bee6[/org/pixory/pxapplicatio n/pages/viewer/AlbumInvitation.page]] 21:03:42,139 (SocketListener-1) [DEBUG:PXMailSender.send -- to: [email protected] from: [email protected] subject: you have been invited to view a photo album bodyParts: [javax.mail.internet.MimeBodyPart@189acb5, javax.mail.internet.MimeBodyPart@1a9bea3] multipartType: multipart/alternative] 21:03:42,139 (SocketListener-1) [DEBUG:PXMailSender.createMessage -- to: [email protected] from: [email protected] subject: you have been invited to view a photo album content: [javax.mail.internet.MimeBodyPart@189acb5, javax.mail.internet.MimeBodyPart@1a9bea3] mimeType: multipart/alternative] 21:03:42,139 (SocketListener-1) [DEBUG:PXMailSender.getSession -- getting session for configuration: {[email protected], pxmail.smtp.auth.username=gbaron, mail.transport.protocol=smtp, mail.smtp.auth=false, pxmail.smtp.auth.password= , mail.host=smtp.charter.net}] 21:03:42,155 (SocketListener-1) [DEBUG:PXMailSender.getSession -- _session: javax.mail.Session@1949f78] 21:03:42,155 (SocketListener-1) [DEBUG:PXMailSender.createMessage -- aSession: javax.mail.Session@1949f78] 21:03:42,155 (SocketListener-1) [DEBUG:PXMailSender.createMessage -- aFromAddress: [email protected]] 21:03:42,186 (SocketListener-1) [DEBUG:PXMailSender.createMessage -- aContentType: multipart/alternative] 21:03:42,186 (SocketListener-1) [DEBUG:PXMailSender.createMessage -- getPrimaryType: multipart] 21:03:42,186 (SocketListener-1) [DEBUG:PXMailSender.createMessage -- aMultipart: javax.mail.internet.MimeMultipart@4dd1b] 21:03:42,186 (SocketListener-1) [DEBUG:PXMailSender.createMessage -- aBodyPart: javax.mail.internet.MimeBodyPart@189acb5] 21:03:42,186 (SocketListener-1) [DEBUG:PXMailSender.createMessage -- aBodyPart: javax.mail.internet.MimeBodyPart@1a9bea3] 21:03:42,186 (SocketListener-1) [DEBUG:PXMailSender.send -- aMessage: javax.mail.internet.MimeMessage@1503458] 21:03:42,186 (SocketListener-1) [DEBUG:PXMailSender.send -- message: javax.mail.internet.MimeMessage@1503458] 21:03:42,186 (SocketListener-1) [DEBUG:PXMailSender.send -- isConfigured] 21:03:42,186 (SocketListener-1) [DEBUG:PXMailSender.getSession -- _session: javax.mail.Session@1949f78] 21:03:42,186 (SocketListener-1) [DEBUG:PXMailSender.getTransport -- aSession: javax.mail.Session@1949f78] 21:03:42,202 (SocketListener-1) [DEBUG:PXMailSender.getTransport -- getTransport: smtp:] 21:03:42,202 (SocketListener-1) [DEBUG:PXMailSender.send -- aTransport: smtp:] 21:03:42,202 (SocketListener-1) [DEBUG:PXMailSender.send -- connecting on transport] 21:03:42,733 (SocketListener-1) [DEBUG:PXMailSender.send -- sent] 21:03:42,858 (SocketListener-1) [DEBUG:PXMailSender.send -- sent message] Gil, W0MN http://webpages.charter.net/gbaron N 44.082056 W 92.513024 1050' Hierro Candente, Batir de repente > -----Original Message----- > From: Joe Panico [mailto:[email protected]] > Sent: Saturday, December 20, 2003 8:28 PM > To: [email protected] > Subject: [pixory-beta] Re: Sharing > > > Gil, > > I didn't see any DEBUG in the log you last posted. Did you modify the > log.configuratin.xmlo file? > > <category name="org.pixory.pxnet.PXMailSender" additivity="false"> > <priority value="debug"/> > <appender-ref ref="stdout" /> > </category> > > > regards, > > joe > > --- In [email protected], "rojomn" <rojomn@c...> wrote: > > I just downloaded it again and I don't think you wrote anything to > stderr as > > there is nothing in the console. I remember that from my java study > but I > > never did get to use it so my J@ Programmer certification is not > worth that > > much any more :-) . There is something in the log so I will send > both the > > cmd panel to show what I did and the log as a .txt file. > > I also checked the about and it did say the 20th but you were right > on the > > previous as it was showing the 15th not the 20th. > > I wish I could help more and that I had gotten some practical Java > > experience. > > > > Microsoft Windows XP [Version 5.1.2600] > > (C) Copyright 1985-2001 Microsoft Corp. > > > > PANEL > > C; > > > > C:\>cd pixory > > > > C:\Pixory>java -jar pixory.jar > > PXLog - Configured from file C:\Pixory\log\log.configuration.xml > > > > Log > > 9:31:24,898 (main) [INFO:PXJettyLogSink$Log.log -- Starting Jetty/4.1] > > 19:31:24,898 (main) [INFO:PXJettyLogSink$Log.log -- Started > > ServletHttpContext[/]] > > 19:31:24,913 (main) [INFO:PXJettyLogSink$Log.log -- Checking Resource > > aliases] > > 19:31:24,976 (main) [WARN:PXJettyLogSink$Log.log -- No File > Classpath from > > URL path "jar:file:/C:/Pixory/lib/pxapplication.war!/WEB-INF/classes/"] > > 19:31:24,976 (main) [INFO:PXJettyLogSink$Log.log -- Started > > WebApplicationContext[/pixory,PXApplication]] > > 19:31:24,991 (main) [INFO:PXJettyLogSink$Log.log -- Invoker: init] > > 19:31:25,023 (main) [INFO:PXApplication.init -- config: > > org.mortbay.jetty.servlet.ServletHolder$Config@18f6235] > > 19:31:25,023 (main) [INFO:PXJettyLogSink$Log.log -- pxapplication: init] > > 19:31:25,132 (main) [INFO:dialect.Dialect -- Using dialect: > > net.sf.hibernate.dialect.HSQLDialect] > > 19:31:25,132 (main) [INFO:dialect.Dialect -- Using dialect: > > net.sf.hibernate.dialect.HSQLDialect] > > 19:31:25,148 (main) [INFO:cfg.Environment -- Hibernate 2.0.1] > > 19:31:25,148 (main) [INFO:cfg.Environment -- hibernate.properties > not found] > > 19:31:25,163 (main) [INFO:cfg.Environment -- using CGLIB reflection > > optimizer] > > 19:31:25,163 (main) [INFO:cfg.Environment -- JVM proxy support: true] > > 19:31:29,538 (main) [INFO:impl.SessionFactoryImpl -- building session > > factory] > > 19:31:29,538 (main) [INFO:dialect.Dialect -- Using dialect: > > net.sf.hibernate.dialect.HSQLDialect] > > 19:31:29,554 (main) [INFO:connection.DriverManagerConnectionProvider -- > > Hibernate connection pool size: 5] > > 19:31:29,554 (main) [INFO:connection.DriverManagerConnectionProvider -- > > using driver: org.hsqldb.jdbcDriver at URL: jdbc:hsqldb:C:\Documents and > > Settings\gbaron\.pixory\data\pixory] > > 19:31:29,554 (main) [INFO:connection.DriverManagerConnectionProvider -- > > connection properties: {user=sa, password=}] > > 19:31:29,570 (main) [INFO:ps.PreparedStatementCache -- prepared > statement > > cache size: 10] > > 19:31:29,570 (main) [INFO:impl.SessionFactoryImpl -- Use outer join > > fetching: false] > > 19:31:32,773 (main) [INFO:impl.SessionFactoryImpl -- Use scrollable > result > > sets: true] > > 19:31:32,773 (main) [INFO:impl.SessionFactoryImpl -- Transaction > strategy: > > net.sf.hibernate.transaction.JDBCTransactionFactory] > > 19:31:32,882 (main) [INFO:impl.SessionFactoryObjectFactory -- no > JDNI name > > configured] > > 19:31:32,882 (main) [INFO:impl.SessionFactoryImpl -- Query language > > substitutions: {}] > > 19:31:32,929 (main) [INFO:PXHibernateModel.ensureSchema -- store > version: 1] > > 19:31:32,960 (main) [INFO:cfg.Configuration -- Mapping resource: > > org/pixory/pxmodel/PXAlbumFace.hbm.xml] > > 19:31:33,085 (main) [INFO:cfg.Binder -- Mapping class: > > org.pixory.pxmodel.PXAlbumFace -> ALBUM_FACE] > > 19:31:33,163 (main) [INFO:cfg.Configuration -- Mapping resource: > > org/pixory/pxmodel/PXSystem.hbm.xml] > > 19:31:33,163 (main) [INFO:cfg.Binder -- Mapping class: > > org.pixory.pxmodel.PXSystem -> PX_SYSTEM] > > 19:31:33,179 (main) [INFO:cfg.Configuration -- Mapping resource: > > org/pixory/pxmodel/PXIdentity.hbm.xml] > > 19:31:33,195 (main) [INFO:cfg.Binder -- Mapping class: > > org.pixory.pxmodel.PXIdentity -> PX_IDENTITY] > > 19:31:33,195 (main) [INFO:cfg.Binder -- Mapping collection: > > org.pixory.pxmodel.PXIdentity.contactsOf -> PX_CONTACT] > > 19:31:33,210 (main) [INFO:cfg.Binder -- Mapping collection: > > org.pixory.pxmodel.PXIdentity.groups -> PX_MEMBERSHIP] > > 19:31:33,210 (main) [INFO:cfg.Binder -- Mapping subclass: > > org.pixory.pxmodel.PXPerson -> PX_IDENTITY] > > 19:31:33,210 (main) [INFO:cfg.Binder -- Mapping collection: > > org.pixory.pxmodel.PXPerson.contacts -> PX_CONTACT] > > 19:31:33,226 (main) [INFO:cfg.Binder -- Mapping subclass: > > org.pixory.pxmodel.PXGroup -> PX_IDENTITY] > > 19:31:33,226 (main) [INFO:cfg.Binder -- Mapping collection: > > org.pixory.pxmodel.PXGroup.members -> PX_MEMBERSHIP] > > 19:31:33,226 (main) [INFO:cfg.Configuration -- Mapping resource: > > org/pixory/pxmodel/PXEmailAddress.hbm.xml] > > 19:31:33,241 (main) [INFO:cfg.Binder -- Mapping class: > > org.pixory.pxmodel.PXEmailAddress -> PX_EMAILADDRESS] > > 19:31:33,241 (main) [INFO:cfg.Configuration -- Mapping resource: > > org/pixory/pxmodel/PXUserAccount.hbm.xml] > > 19:31:33,320 (main) [INFO:cfg.Binder -- Mapping class: > > org.pixory.pxmodel.PXUserAccount -> PX_USER_ACCOUNT] > > 19:31:33,320 (main) [INFO:cfg.Configuration -- Mapping resource: > > org/pixory/pxmodel/PXConfigurationValue.hbm.xml] > > 19:31:33,335 (main) [INFO:cfg.Binder -- Mapping class: > > org.pixory.pxmodel.PXConfigurationValue -> PX_CONFIGURATION_VALUE] > > 19:31:33,335 (main) [INFO:cfg.Configuration -- Mapping resource: > > org/pixory/pxmodel/PXConfigurationAttribute.hbm.xml] > > 19:31:33,351 (main) [INFO:cfg.Binder -- Mapping class: > > org.pixory.pxmodel.PXConfigurationAttribute -> > PX_CONFIGURATION_ATTRIBUTE] > > 19:31:33,351 (main) [INFO:cfg.Binder -- Mapping collection: > > org.pixory.pxmodel.PXPerson.emailAddresses -> PX_EMAILADDRESS] > > 19:31:33,351 (main) [INFO:cfg.Binder -- Mapping collection: > > org.pixory.pxmodel.PXPerson.userAccounts -> PX_USER_ACCOUNT] > > 19:31:33,351 (main) [INFO:cfg.Binder -- Mapping collection: > > org.pixory.pxmodel.PXUserAccount.configurationValues -> > > PX_CONFIGURATION_VALUE] > > 19:31:33,351 (main) [INFO:impl.SessionFactoryImpl -- building session > > factory] > > 19:31:33,351 (main) [INFO:dialect.Dialect -- Using dialect: > > net.sf.hibernate.dialect.HSQLDialect] > > 19:31:33,351 (main) [INFO:connection.DriverManagerConnectionProvider -- > > Hibernate connection pool size: 5] > > 19:31:33,351 (main) [INFO:connection.DriverManagerConnectionProvider -- > > using driver: org.hsqldb.jdbcDriver at URL: jdbc:hsqldb:C:\Documents and > > Settings\gbaron\.pixory\data\pixory] > > 19:31:33,351 (main) [INFO:connection.DriverManagerConnectionProvider -- > > connection properties: {user=sa, password=}] > > 19:31:33,351 (main) [INFO:ps.PreparedStatementCache -- prepared > statement > > cache size: 10] > > 19:31:33,351 (main) [INFO:impl.SessionFactoryImpl -- Use outer join > > fetching: false] > > 19:31:33,351 (main) [INFO:impl.SessionFactoryImpl -- Use scrollable > result > > sets: true] > > 19:31:33,351 (main) [INFO:impl.SessionFactoryImpl -- Transaction > strategy: > > net.sf.hibernate.transaction.JDBCTransactionFactory] > > 19:31:33,601 (main) [INFO:util.ReflectHelper -- reflection optimizer > > disabled for: org.pixory.pxmodel.PXIdentity, InstantiationError: > > org.pixory.pxmodel.PXIdentity] > > 19:31:33,851 (main) [INFO:impl.SessionFactoryObjectFactory -- no > JDNI name > > configured] > > 19:31:33,851 (main) [INFO:impl.SessionFactoryImpl -- Query language > > substitutions: {}] > > 19:31:33,929 (main) [INFO:PXFtpServer.startServer -- started ftp server > > 'PXApplicationFtpServer'] > > 19:31:33,991 (PXJob-PXApplicationThumbnailer-thumbnailInBackground) > > [INFO:PXApplicationVisit.init -- creating visit] > > 19:31:33,991 (PXJob-PXApplicationThumbnailer-thumbnailInBackground) > > [INFO:PXApplicationConfiguration.isLoginDisabled -- login is enabled] > > 19:31:36,398 (main) [INFO:PXJettyLogSink$Log.log -- Started > SocketListener > > on 0.0.0.0:8081] > > 19:31:36,398 (main) [INFO:PXJettyLogSink$Log.log -- Started > > org.mortbay.jetty.Server@1434234] > > 19:31:37,866 (SocketListener-0) [INFO:PXBrowser.finishLoad -- loader: > > net.sf.tapestry.pageload.PageLoader@135da43 componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@8c7be5[/org/pixory/pxt > apestry/PX > > Browser.jwc]] > > 19:31:37,945 (SocketListener-0) [INFO:PXPopoutLink.finishLoad -- loader: > > net.sf.tapestry.pageload.PageLoader@135da43 componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@1015a9e[/org/pixory/px > tapestry/P > > XPopoutLink.jwc]] > > 19:31:37,976 (SocketListener-0) [INFO:PXPopoutLink.finishLoad -- loader: > > net.sf.tapestry.pageload.PageLoader@135da43 componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@1015a9e[/org/pixory/px > tapestry/P > > XPopoutLink.jwc]] > > 19:31:37,976 (SocketListener-0) [INFO:PXPopoutLink.finishLoad -- loader: > > net.sf.tapestry.pageload.PageLoader@135da43 componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@1015a9e[/org/pixory/px > tapestry/P > > XPopoutLink.jwc]] > > 19:31:37,976 (SocketListener-0) [INFO:Footer.finishLoad -- loader: > > net.sf.tapestry.pageload.PageLoader@135da43 componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@292cb2[/org/pixory/pxa > pplication > > /components/Footer.jwc]] > > 19:31:38,007 (SocketListener-0) [INFO:PXPageDecorator.finishLoad -- > loader: > > net.sf.tapestry.pageload.PageLoader@135da43 componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@688954[/org/pixory/pxt > apestry/PX > > PageDecorator.jwc]] > > 19:31:38,023 (SocketListener-0) [INFO:PXMenuBar.finishLoad -- loader: > > net.sf.tapestry.pageload.PageLoader@135da43 componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@e80740[/org/pixory/pxt > apestry/PX > > MenuBar.jwc]] > > 19:31:38,038 (SocketListener-0) [INFO:PXMenuPane.finishLoad -- loader: > > net.sf.tapestry.pageload.PageLoader@135da43 componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@7b1641[/org/pixory/pxt > apestry/PX > > MenuPane.jwc]] > > 19:31:38,054 (SocketListener-0) [INFO:AlbumBrowser.finishLoad -- loader: > > net.sf.tapestry.pageload.PageLoader@135da43 componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@1f217ec[/org/pixory/px > applicatio > > n/pages/composer/AlbumBrowser.page]] > > 19:31:38,195 (SocketListener-0) [INFO:PXApplicationVisit.init -- > creating > > visit] > > 19:31:38,241 (SocketListener-0) [INFO:PXPopoutLink.finishLoad -- loader: > > net.sf.tapestry.pageload.PageLoader@5e7020 componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@1015a9e[/org/pixory/px > tapestry/P > > XPopoutLink.jwc]] > > 19:31:38,241 (SocketListener-0) [INFO:PXPopoutLink.finishLoad -- loader: > > net.sf.tapestry.pageload.PageLoader@5e7020 componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@1015a9e[/org/pixory/px > tapestry/P > > XPopoutLink.jwc]] > > 19:31:38,241 (SocketListener-0) [INFO:Footer.finishLoad -- loader: > > net.sf.tapestry.pageload.PageLoader@5e7020 componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@292cb2[/org/pixory/pxa > pplication > > /components/Footer.jwc]] > > 19:31:38,241 (SocketListener-0) [INFO:PXPageDecorator.finishLoad -- > loader: > > net.sf.tapestry.pageload.PageLoader@5e7020 componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@688954[/org/pixory/pxt > apestry/PX > > PageDecorator.jwc]] > > 19:31:38,304 (SocketListener-0) [INFO:PXShowMessage.finishLoad -- > loader: > > net.sf.tapestry.pageload.PageLoader@5e7020 componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@9ce4a3[/org/pixory/pxt > apestry/PX > > ShowMessage.jwc]] > > 19:31:38,320 (SocketListener-0) [INFO:Login.finishLoad -- loader: > > net.sf.tapestry.pageload.PageLoader@5e7020 componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@1f195fc[/org/pixory/px > applicatio > > n/pages/composer/Login.page]] > > 19:31:38,757 (SocketListener-0) [INFO:PXJettyLogSink$Log.log -- > > org.pixory.pxapplication.PXDefaultServlet: init] > > 19:31:47,413 (SocketListener-0) > > [INFO:PXApplicationVisit.setAuthenticatedUsername -- set username: > gbaron > > sessionId: 1m3cbxwwcfw4t] > > 19:31:47,413 (SocketListener-0) [INFO:PXApplicationVisit.login -- > logged in > > username 'gbaron'] > > 19:31:54,804 (SocketListener-0) [INFO:PXImageComponent.finishLoad -- > loader: > > net.sf.tapestry.pageload.PageLoader@1e80761 componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@3c9314[/org/pixory/pxt > apestry/PX > > ImageComponent.jwc]] > > 19:31:54,804 (SocketListener-0) [INFO:PXBrowser.finishLoad -- loader: > > net.sf.tapestry.pageload.PageLoader@1e80761 componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@8c7be5[/org/pixory/pxt > apestry/PX > > Browser.jwc]] > > 19:31:54,804 (SocketListener-0) [INFO:PXPopoutLink.finishLoad -- loader: > > net.sf.tapestry.pageload.PageLoader@1e80761 componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@1015a9e[/org/pixory/px > tapestry/P > > XPopoutLink.jwc]] > > 19:31:54,804 (SocketListener-0) [INFO:PXPopoutLink.finishLoad -- loader: > > net.sf.tapestry.pageload.PageLoader@1e80761 componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@1015a9e[/org/pixory/px > tapestry/P > > XPopoutLink.jwc]] > > 19:31:54,804 (SocketListener-0) [INFO:PXPopoutLink.finishLoad -- loader: > > net.sf.tapestry.pageload.PageLoader@1e80761 componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@1015a9e[/org/pixory/px > tapestry/P > > XPopoutLink.jwc]] > > 19:31:54,804 (SocketListener-0) [INFO:Footer.finishLoad -- loader: > > net.sf.tapestry.pageload.PageLoader@1e80761 componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@292cb2[/org/pixory/pxa > pplication > > /components/Footer.jwc]] > > 19:31:54,804 (SocketListener-0) [INFO:PXPageDecorator.finishLoad -- > loader: > > net.sf.tapestry.pageload.PageLoader@1e80761 componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@688954[/org/pixory/pxt > apestry/PX > > PageDecorator.jwc]] > > 19:31:54,804 (SocketListener-0) [INFO:PXMenuBar.finishLoad -- loader: > > net.sf.tapestry.pageload.PageLoader@1e80761 componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@e80740[/org/pixory/pxt > apestry/PX > > MenuBar.jwc]] > > 19:31:54,804 (SocketListener-0) [INFO:PXMenuPane.finishLoad -- loader: > > net.sf.tapestry.pageload.PageLoader@1e80761 componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@7b1641[/org/pixory/pxt > apestry/PX > > MenuPane.jwc]] > > 19:31:54,835 (SocketListener-0) [INFO:PXGridFrame.finishLoad -- loader: > > net.sf.tapestry.pageload.PageLoader@1e80761 componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@c26ede[/org/pixory/pxt > apestry/PX > > GridFrame.jwc]] > > 19:31:54,851 (SocketListener-0) [INFO:PXListTraversor.finishLoad -- > loader: > > net.sf.tapestry.pageload.PageLoader@1e80761 componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@1567e6c[/org/pixory/px > tapestry/P > > XListTraversor.jwc]] > > 19:31:54,851 (SocketListener-0) [INFO:PXGrid.finishLoad -- loader: > > net.sf.tapestry.pageload.PageLoader@1e80761 componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@18600d6[/org/pixory/px > tapestry/P > > XGrid.jwc]] > > 19:31:54,851 (SocketListener-0) [INFO:PXPopoutLink.finishLoad -- loader: > > net.sf.tapestry.pageload.PageLoader@1e80761 componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@1015a9e[/org/pixory/px > tapestry/P > > XPopoutLink.jwc]] > > 19:31:54,851 (SocketListener-0) [INFO:Lightbox.finishLoad -- loader: > > net.sf.tapestry.pageload.PageLoader@1e80761 componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@a0e990[/org/pixory/pxa > pplication > > /pages/composer/Lightbox.page]] > > 19:31:55,038 (SocketListener-0) > > [INFO:PXAlbumContentDescriptor.PXAlbumContentDescriptor -- descriptor] > > 19:31:55,085 (SocketListener-0) > [INFO:PXPhotoDescriptor.PXPhotoDescriptor -- > > descriptor] > > 19:32:01,929 (SocketListener-1) [INFO:PXBrowser.finishLoad -- loader: > > net.sf.tapestry.pageload.PageLoader@1e2481b componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@8c7be5[/org/pixory/pxt > apestry/PX > > Browser.jwc]] > > 19:32:01,929 (SocketListener-1) [INFO:PXPopoutLink.finishLoad -- loader: > > net.sf.tapestry.pageload.PageLoader@1e2481b componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@1015a9e[/org/pixory/px > tapestry/P > > XPopoutLink.jwc]] > > 19:32:01,929 (SocketListener-1) [INFO:PXPopoutLink.finishLoad -- loader: > > net.sf.tapestry.pageload.PageLoader@1e2481b componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@1015a9e[/org/pixory/px > tapestry/P > > XPopoutLink.jwc]] > > 19:32:01,929 (SocketListener-1) [INFO:Footer.finishLoad -- loader: > > net.sf.tapestry.pageload.PageLoader@1e2481b componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@292cb2[/org/pixory/pxa > pplication > > /components/Footer.jwc]] > > 19:32:01,929 (SocketListener-1) [INFO:PXPageDecorator.finishLoad -- > loader: > > net.sf.tapestry.pageload.PageLoader@1e2481b componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@688954[/org/pixory/pxt > apestry/PX > > PageDecorator.jwc]] > > 19:32:01,929 (SocketListener-1) [INFO:PXMenuBar.finishLoad -- loader: > > net.sf.tapestry.pageload.PageLoader@1e2481b componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@e80740[/org/pixory/pxt > apestry/PX > > MenuBar.jwc]] > > 19:32:01,929 (SocketListener-1) [INFO:PXMenuPane.finishLoad -- loader: > > net.sf.tapestry.pageload.PageLoader@1e2481b componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@7b1641[/org/pixory/pxt > apestry/PX > > MenuPane.jwc]] > > 19:32:01,929 (SocketListener-1) [INFO:PXPopoutLink.finishLoad -- loader: > > net.sf.tapestry.pageload.PageLoader@1e2481b componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@1015a9e[/org/pixory/px > tapestry/P > > XPopoutLink.jwc]] > > 19:32:01,945 (SocketListener-1) [INFO:PXShowMessage.finishLoad -- > loader: > > net.sf.tapestry.pageload.PageLoader@1e2481b componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@9ce4a3[/org/pixory/pxt > apestry/PX > > ShowMessage.jwc]] > > 19:32:01,945 (SocketListener-1) [INFO:AlbumInvitor.finishLoad -- loader: > > net.sf.tapestry.pageload.PageLoader@1e2481b componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@18abc7b[/org/pixory/px > applicatio > > n/pages/composer/AlbumInvitor.page]] > > 19:32:18,413 (SocketListener-0) [INFO:PXPopoutLink.finishLoad -- loader: > > net.sf.tapestry.pageload.PageLoader@1abf87 componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@1015a9e[/org/pixory/px > tapestry/P > > XPopoutLink.jwc]] > > 19:32:18,413 (SocketListener-0) [INFO:PXPopoutLink.finishLoad -- loader: > > net.sf.tapestry.pageload.PageLoader@1abf87 componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@1015a9e[/org/pixory/px > tapestry/P > > XPopoutLink.jwc]] > > 19:32:18,413 (SocketListener-0) [INFO:Footer.finishLoad -- loader: > > net.sf.tapestry.pageload.PageLoader@1abf87 componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@292cb2[/org/pixory/pxa > pplication > > /components/Footer.jwc]] > > 19:32:18,413 (SocketListener-0) [INFO:PXPageDecorator.finishLoad -- > loader: > > net.sf.tapestry.pageload.PageLoader@1abf87 componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@688954[/org/pixory/pxt > apestry/PX > > PageDecorator.jwc]] > > 19:32:18,413 (SocketListener-0) [INFO:PXImageComponent.finishLoad -- > loader: > > net.sf.tapestry.pageload.PageLoader@1abf87 componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@3c9314[/org/pixory/pxt > apestry/PX > > ImageComponent.jwc]] > > 19:32:18,413 (SocketListener-0) [INFO:AlbumInvitation.finishLoad -- > loader: > > net.sf.tapestry.pageload.PageLoader@1abf87 componentSpecification: > > > net.sf.tapestry.spec.ComponentSpecification@1450bd[/org/pixory/pxa > pplication > > /pages/viewer/AlbumInvitation.page]] > > > > > > > > > > > > > > > To unsubscribe from this group, send an email to: > [email protected] > > > > Yahoo! Groups Links > > To visit your group on the web, go to: > http://groups.yahoo.com/group/pixory-beta/ > > To unsubscribe from this group, send an email to: > [email protected] > > Your use of Yahoo! Groups is subject to: > http://docs.yahoo.com/info/terms/ > > > To unsubscribe from this group, send an email to: [email protected] ------------------------ Yahoo! Groups Sponsor ---------------------~--> Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada. http://www.c1tracking.com/l.asp?cid=5511 http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/EGnolB/TM ---------------------------------------------------------------------~-> Yahoo! Groups Links To visit your group on the web, go to: http://groups.yahoo.com/group/pixory-beta/ To unsubscribe from this group, send an email to: [email protected] Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/