Re: Re: Debian
Guy K Hillyer <[email protected]>
| Newsgroups | gmane.comp.web.pixory |
|---|---|
| Message-ID | <[email protected]> |
Joe Panico writes:
> Guy,
>
> Most of our testing has been on Red Hat and Suse. I don't know if
> anyone has tested on Debian recently. However, it should "just work"
> (tm) ;)
Yup, that's what I expected too. For the record, I've been running
Jetty for almost a year on the Debian machine with no trouble.
>
> Let me make sure that I understand your scenario. On Debian, you
> launch and configure Pixory. Then you mark some albums "public", in
> the Album Access panel. Then, when you go to the front door (Public
> Catalog page), you see "Sorry, there are no public albums".
Yes.
To be stupidly precise, the entire text of the web page is
public albums of
sorry, there are no public albums at this time.
Do I understand right that the absence of the owner's name is due a
known bug in the current release?
I installed pixory's standalone directory on my Debian box "carrot",
in $HOME/pixory. $HOME is also mounted via samba as G: on the XP box
"poog".
On poog, I cd to G:\pixory and run "java -jar pixory.jar", browse
to http://poog:8081/pixory/pxapplication and I see one public album.
On carrot, I cd to $HOME/pixory and run the same command, browse to
carrot:8081 and see the "sorry" message. However if I log in I can
see and modify the album's administrative view.
The image root is $HOME/photos/public on carrot and G:\photos\public
on poog. I.e., the same directory.
Perhaps I am mixing things up by sharing the directories between the
two hosts? However this is the same behavior on carrot that I saw
before I ever tried (out of desperation) to run pixory on poog. Of
course I've never run pixory on both hosts simultaneously. The fact
that the admin view works on carrot makes me think that directory
sharing isn't the cause of the problem.
>
> Could you check the log file after accessing the Public Catalog page?
> There should be someting interesting in there.
I don't see anything of interest in the log, but I will attach it here
anyhow.
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Upgrade to 128-Bit SSL Security!
http://us.click.yahoo.com/p7cEmB/s7qGAA/yigFAA/EGnolB/TM
---------------------------------------------------------------------~->
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/
pixory.log
(application/octet-stream, 20.9 KB)
23:51:55,062 (main) [INFO:PXJettyLogSink$Log.log -- Starting Jetty/4.1]
23:51:55,083 (main) [INFO:PXJettyLogSink$Log.log -- Started ServletHttpContext[/]]
23:51:55,435 (main) [WARN:PXJettyLogSink$Log.log -- No File Classpath from URL path "jar:file:/home/guy/pixory/lib/pxapplication.war!/WEB-INF/classes/"]
23:51:55,444 (main) [INFO:PXJettyLogSink$Log.log -- Started WebApplicationContext[/pixory,PXApplication]]
23:51:55,515 (main) [INFO:PXJettyLogSink$Log.log -- Invoker: init]
23:51:55,720 (main) [INFO:PXApplication.init -- config: org.mortbay.jetty.servlet.ServletHolder$Config@10a2d64]
23:51:55,721 (main) [INFO:PXJettyLogSink$Log.log -- pxapplication: init]
23:51:56,328 (main) [INFO:dialect.Dialect -- Using dialect: net.sf.hibernate.dialect.HSQLDialect]
23:51:56,348 (main) [INFO:dialect.Dialect -- Using dialect: net.sf.hibernate.dialect.HSQLDialect]
23:51:56,439 (main) [INFO:cfg.Environment -- Hibernate 2.0.1]
23:51:56,442 (main) [INFO:cfg.Environment -- hibernate.properties not found]
23:51:56,450 (main) [INFO:cfg.Environment -- using CGLIB reflection optimizer]
23:51:56,453 (main) [INFO:cfg.Environment -- JVM proxy support: true]
23:51:58,099 (main) [INFO:impl.SessionFactoryImpl -- building session factory]
23:51:58,118 (main) [INFO:dialect.Dialect -- Using dialect: net.sf.hibernate.dialect.HSQLDialect]
23:51:58,144 (main) [INFO:connection.DriverManagerConnectionProvider -- Hibernate connection pool size: 5]
23:51:58,175 (main) [INFO:connection.DriverManagerConnectionProvider -- using driver: org.hsqldb.jdbcDriver at URL: jdbc:hsqldb:/home/guy/.pixory/data/pixory]
23:51:58,176 (main) [INFO:connection.DriverManagerConnectionProvider -- connection properties: {user=sa, password=}]
23:51:58,203 (main) [INFO:ps.PreparedStatementCache -- prepared statement cache size: 10]
23:51:58,203 (main) [INFO:impl.SessionFactoryImpl -- Use outer join fetching: false]
23:52:02,527 (main) [INFO:impl.SessionFactoryImpl -- Use scrollable result sets: true]
23:52:02,528 (main) [INFO:impl.SessionFactoryImpl -- Transaction strategy: net.sf.hibernate.transaction.JDBCTransactionFactory]
23:52:03,223 (main) [INFO:impl.SessionFactoryObjectFactory -- no JDNI name configured]
23:52:03,224 (main) [INFO:impl.SessionFactoryImpl -- Query language substitutions: {}]
23:52:03,515 (main) [INFO:PXHibernateModel.ensureSchema -- store version: 1]
23:52:03,637 (main) [INFO:cfg.Configuration -- Mapping resource: org/pixory/pxmodel/PXAlbumFace.hbm.xml]
23:52:04,365 (main) [INFO:cfg.Binder -- Mapping class: org.pixory.pxmodel.PXAlbumFace -> ALBUM_FACE]
23:52:04,718 (main) [INFO:cfg.Configuration -- Mapping resource: org/pixory/pxmodel/PXSystem.hbm.xml]
23:52:04,779 (main) [INFO:cfg.Binder -- Mapping class: org.pixory.pxmodel.PXSystem -> PX_SYSTEM]
23:52:04,781 (main) [INFO:cfg.Configuration -- Mapping resource: org/pixory/pxmodel/PXIdentity.hbm.xml]
23:52:04,875 (main) [INFO:cfg.Binder -- Mapping class: org.pixory.pxmodel.PXIdentity -> PX_IDENTITY]
23:52:04,894 (main) [INFO:cfg.Binder -- Mapping collection: org.pixory.pxmodel.PXIdentity.contactsOf -> PX_CONTACT]
23:52:04,922 (main) [INFO:cfg.Binder -- Mapping collection: org.pixory.pxmodel.PXIdentity.groups -> PX_MEMBERSHIP]
23:52:04,989 (main) [INFO:cfg.Binder -- Mapping subclass: org.pixory.pxmodel.PXPerson -> PX_IDENTITY]
23:52:05,012 (main) [INFO:cfg.Binder -- Mapping collection: org.pixory.pxmodel.PXPerson.contacts -> PX_CONTACT]
23:52:05,022 (main) [INFO:cfg.Binder -- Mapping subclass: org.pixory.pxmodel.PXGroup -> PX_IDENTITY]
23:52:05,022 (main) [INFO:cfg.Binder -- Mapping collection: org.pixory.pxmodel.PXGroup.members -> PX_MEMBERSHIP]
23:52:05,023 (main) [INFO:cfg.Configuration -- Mapping resource: org/pixory/pxmodel/PXEmailAddress.hbm.xml]
23:52:05,101 (main) [INFO:cfg.Binder -- Mapping class: org.pixory.pxmodel.PXEmailAddress -> PX_EMAILADDRESS]
23:52:05,125 (main) [INFO:cfg.Configuration -- Mapping resource: org/pixory/pxmodel/PXUserAccount.hbm.xml]
23:52:05,192 (main) [INFO:cfg.Binder -- Mapping class: org.pixory.pxmodel.PXUserAccount -> PX_USER_ACCOUNT]
23:52:05,198 (main) [INFO:cfg.Configuration -- Mapping resource: org/pixory/pxmodel/PXConfigurationValue.hbm.xml]
23:52:05,547 (main) [INFO:cfg.Binder -- Mapping class: org.pixory.pxmodel.PXConfigurationValue -> PX_CONFIGURATION_VALUE]
23:52:05,550 (main) [INFO:cfg.Configuration -- Mapping resource: org/pixory/pxmodel/PXConfigurationAttribute.hbm.xml]
23:52:05,621 (main) [INFO:cfg.Binder -- Mapping class: org.pixory.pxmodel.PXConfigurationAttribute -> PX_CONFIGURATION_ATTRIBUTE]
23:52:05,652 (main) [INFO:cfg.Binder -- Mapping collection: org.pixory.pxmodel.PXPerson.emailAddresses -> PX_EMAILADDRESS]
23:52:05,656 (main) [INFO:cfg.Binder -- Mapping collection: org.pixory.pxmodel.PXPerson.userAccounts -> PX_USER_ACCOUNT]
23:52:05,659 (main) [INFO:cfg.Binder -- Mapping collection: org.pixory.pxmodel.PXUserAccount.configurationValues -> PX_CONFIGURATION_VALUE]
23:52:05,661 (main) [INFO:impl.SessionFactoryImpl -- building session factory]
23:52:05,663 (main) [INFO:dialect.Dialect -- Using dialect: net.sf.hibernate.dialect.HSQLDialect]
23:52:05,664 (main) [INFO:connection.DriverManagerConnectionProvider -- Hibernate connection pool size: 5]
23:52:05,665 (main) [INFO:connection.DriverManagerConnectionProvider -- using driver: org.hsqldb.jdbcDriver at URL: jdbc:hsqldb:/home/guy/.pixory/data/pixory]
23:52:05,665 (main) [INFO:connection.DriverManagerConnectionProvider -- connection properties: {user=sa, password=}]
23:52:05,665 (main) [INFO:ps.PreparedStatementCache -- prepared statement cache size: 10]
23:52:05,666 (main) [INFO:impl.SessionFactoryImpl -- Use outer join fetching: false]
23:52:05,667 (main) [INFO:impl.SessionFactoryImpl -- Use scrollable result sets: true]
23:52:05,667 (main) [INFO:impl.SessionFactoryImpl -- Transaction strategy: net.sf.hibernate.transaction.JDBCTransactionFactory]
23:52:07,813 (main) [INFO:util.ReflectHelper -- reflection optimizer disabled for: org.pixory.pxmodel.PXIdentity, InstantiationError: org.pixory.pxmodel.PXIdentity]
23:52:08,575 (main) [INFO:impl.SessionFactoryObjectFactory -- no JDNI name configured]
23:52:08,576 (main) [INFO:impl.SessionFactoryImpl -- Query language substitutions: {}]
23:52:08,953 (main) [INFO:PXFtpServer.startServer -- started ftp server 'PXApplicationFtpServer']
23:52:09,050 (PXJob-PXApplicationThumbnailer-thumbnailInBackground) [INFO:PXApplicationVisit.init -- creating visit]
23:52:09,052 (PXJob-PXApplicationThumbnailer-thumbnailInBackground) [INFO:PXApplicationConfiguration.isLoginDisabled -- login is enabled]
23:52:09,315 (main) [INFO:PXJettyLogSink$Log.log -- Started SocketListener on 0.0.0.0:8081]
23:52:09,316 (main) [INFO:PXJettyLogSink$Log.log -- Started org.mortbay.jetty.Server@65a77f]
23:52:26,491 (SocketListener-0) [INFO:PXBrowser.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@148e798 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@15ccfb1[/org/pixory/pxtapestry/PXBrowser.jwc]]
23:52:26,794 (SocketListener-0) [INFO:PXPopoutLink.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@148e798 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@cd83d8[/org/pixory/pxtapestry/PXPopoutLink.jwc]]
23:52:26,994 (SocketListener-0) [INFO:PXPopoutLink.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@148e798 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@cd83d8[/org/pixory/pxtapestry/PXPopoutLink.jwc]]
23:52:26,996 (SocketListener-0) [INFO:PXPopoutLink.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@148e798 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@cd83d8[/org/pixory/pxtapestry/PXPopoutLink.jwc]]
23:52:26,997 (SocketListener-0) [INFO:Footer.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@148e798 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@d3ade7[/org/pixory/pxapplication/components/Footer.jwc]]
23:52:27,243 (SocketListener-0) [INFO:PXPageDecorator.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@148e798 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@82254d[/org/pixory/pxtapestry/PXPageDecorator.jwc]]
23:52:27,300 (SocketListener-0) [INFO:PXMenuBar.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@148e798 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@1dfc8a0[/org/pixory/pxtapestry/PXMenuBar.jwc]]
23:52:27,343 (SocketListener-0) [INFO:PXMenuPane.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@148e798 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@13a0212[/org/pixory/pxtapestry/PXMenuPane.jwc]]
23:52:27,463 (SocketListener-0) [INFO:AlbumBrowser.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@148e798 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@98f192[/org/pixory/pxapplication/pages/composer/AlbumBrowser.page]]
23:52:28,234 (SocketListener-0) [INFO:PXApplicationVisit.init -- creating visit]
23:52:28,378 (SocketListener-0) [INFO:PXPopoutLink.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@f3552f componentSpecification: net.sf.tapestry.spec.ComponentSpecification@cd83d8[/org/pixory/pxtapestry/PXPopoutLink.jwc]]
23:52:28,382 (SocketListener-0) [INFO:PXPopoutLink.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@f3552f componentSpecification: net.sf.tapestry.spec.ComponentSpecification@cd83d8[/org/pixory/pxtapestry/PXPopoutLink.jwc]]
23:52:28,383 (SocketListener-0) [INFO:Footer.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@f3552f componentSpecification: net.sf.tapestry.spec.ComponentSpecification@d3ade7[/org/pixory/pxapplication/components/Footer.jwc]]
23:52:28,385 (SocketListener-0) [INFO:PXPageDecorator.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@f3552f componentSpecification: net.sf.tapestry.spec.ComponentSpecification@82254d[/org/pixory/pxtapestry/PXPageDecorator.jwc]]
23:52:28,634 (SocketListener-0) [INFO:PXShowMessage.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@f3552f componentSpecification: net.sf.tapestry.spec.ComponentSpecification@2af8f5[/org/pixory/pxtapestry/PXShowMessage.jwc]]
23:52:28,719 (SocketListener-0) [INFO:Login.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@f3552f componentSpecification: net.sf.tapestry.spec.ComponentSpecification@df4bfc[/org/pixory/pxapplication/pages/composer/Login.page]]
23:52:35,804 (SocketListener-0) [INFO:PXApplicationVisit.setAuthenticatedUsername -- set username: guy sessionId: 3dslgpbcx0rb]
23:52:35,805 (SocketListener-0) [INFO:PXApplicationVisit.login -- logged in username 'guy']
23:52:39,794 (SocketListener-0) [INFO:PXPopoutLink.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@1735b26 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@cd83d8[/org/pixory/pxtapestry/PXPopoutLink.jwc]]
23:52:39,796 (SocketListener-0) [INFO:PXPopoutLink.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@1735b26 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@cd83d8[/org/pixory/pxtapestry/PXPopoutLink.jwc]]
23:52:39,797 (SocketListener-0) [INFO:Footer.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@1735b26 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@d3ade7[/org/pixory/pxapplication/components/Footer.jwc]]
23:52:39,798 (SocketListener-0) [INFO:PXPageDecorator.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@1735b26 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@82254d[/org/pixory/pxtapestry/PXPageDecorator.jwc]]
23:52:39,802 (SocketListener-0) [INFO:PXMenuBar.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@1735b26 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@1dfc8a0[/org/pixory/pxtapestry/PXMenuBar.jwc]]
23:52:39,806 (SocketListener-0) [INFO:PXMenuPane.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@1735b26 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@13a0212[/org/pixory/pxtapestry/PXMenuPane.jwc]]
23:52:39,826 (SocketListener-0) [INFO:PXShowMessage.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@1735b26 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@2af8f5[/org/pixory/pxtapestry/PXShowMessage.jwc]]
23:52:39,944 (SocketListener-0) [INFO:BasicConfiguration.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@1735b26 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@d402dd[/org/pixory/pxapplication/pages/composer/BasicConfiguration.page]]
23:52:55,743 (SocketListener-0) [INFO:PXImageComponent.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@19480b8 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@8ef177[/org/pixory/pxtapestry/PXImageComponent.jwc]]
23:52:55,745 (SocketListener-0) [INFO:PXBrowser.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@19480b8 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@15ccfb1[/org/pixory/pxtapestry/PXBrowser.jwc]]
23:52:55,747 (SocketListener-0) [INFO:PXPopoutLink.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@19480b8 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@cd83d8[/org/pixory/pxtapestry/PXPopoutLink.jwc]]
23:52:55,753 (SocketListener-0) [INFO:PXPopoutLink.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@19480b8 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@cd83d8[/org/pixory/pxtapestry/PXPopoutLink.jwc]]
23:52:55,755 (SocketListener-0) [INFO:PXPopoutLink.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@19480b8 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@cd83d8[/org/pixory/pxtapestry/PXPopoutLink.jwc]]
23:52:55,756 (SocketListener-0) [INFO:Footer.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@19480b8 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@d3ade7[/org/pixory/pxapplication/components/Footer.jwc]]
23:52:55,761 (SocketListener-0) [INFO:PXPageDecorator.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@19480b8 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@82254d[/org/pixory/pxtapestry/PXPageDecorator.jwc]]
23:52:55,763 (SocketListener-0) [INFO:PXMenuBar.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@19480b8 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@1dfc8a0[/org/pixory/pxtapestry/PXMenuBar.jwc]]
23:52:55,764 (SocketListener-0) [INFO:PXMenuPane.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@19480b8 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@13a0212[/org/pixory/pxtapestry/PXMenuPane.jwc]]
23:52:55,898 (SocketListener-0) [INFO:PXGridFrame.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@19480b8 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@c87621[/org/pixory/pxtapestry/PXGridFrame.jwc]]
23:52:55,954 (SocketListener-0) [INFO:PXListTraversor.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@19480b8 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@5ce40[/org/pixory/pxtapestry/PXListTraversor.jwc]]
23:52:55,963 (SocketListener-0) [INFO:PXGrid.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@19480b8 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@127ff0d[/org/pixory/pxtapestry/PXGrid.jwc]]
23:52:55,972 (SocketListener-0) [INFO:PXPopoutLink.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@19480b8 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@cd83d8[/org/pixory/pxtapestry/PXPopoutLink.jwc]]
23:52:55,974 (SocketListener-0) [INFO:Lightbox.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@19480b8 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@d9cbcb[/org/pixory/pxapplication/pages/composer/Lightbox.page]]
23:52:57,117 (SocketListener-0) [INFO:PXAlbumContentDescriptor.PXAlbumContentDescriptor -- descriptor]
23:52:57,278 (SocketListener-0) [INFO:PXPhotoDescriptor.PXPhotoDescriptor -- descriptor]
23:53:03,807 (SocketListener-2) [INFO:PXApplicationConfiguration.isStandalone -- true]
23:53:04,005 (SocketListener-2) [INFO:PXPopoutLink.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@f01d52 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@cd83d8[/org/pixory/pxtapestry/PXPopoutLink.jwc]]
23:53:04,007 (SocketListener-2) [INFO:PXPopoutLink.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@f01d52 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@cd83d8[/org/pixory/pxtapestry/PXPopoutLink.jwc]]
23:53:04,008 (SocketListener-2) [INFO:Footer.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@f01d52 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@d3ade7[/org/pixory/pxapplication/components/Footer.jwc]]
23:53:04,022 (SocketListener-2) [INFO:PXPageDecorator.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@f01d52 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@82254d[/org/pixory/pxtapestry/PXPageDecorator.jwc]]
23:53:04,023 (SocketListener-2) [INFO:Logout.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@f01d52 componentSpecification: net.sf.tapestry.spec.ComponentSpecification@152643[/org/pixory/pxapplication/pages/composer/Logout.page]]
23:53:09,847 (SocketListener-0) [INFO:PXApplicationVisit.init -- creating visit]
23:53:18,531 (SocketListener-0) [INFO:PXGridFrame.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@199197b componentSpecification: net.sf.tapestry.spec.ComponentSpecification@c87621[/org/pixory/pxtapestry/PXGridFrame.jwc]]
23:53:18,563 (SocketListener-0) [INFO:PXImageComponent.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@199197b componentSpecification: net.sf.tapestry.spec.ComponentSpecification@8ef177[/org/pixory/pxtapestry/PXImageComponent.jwc]]
23:53:18,598 (SocketListener-0) [INFO:PXPopoutLink.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@199197b componentSpecification: net.sf.tapestry.spec.ComponentSpecification@cd83d8[/org/pixory/pxtapestry/PXPopoutLink.jwc]]
23:53:18,599 (SocketListener-0) [INFO:PXPopoutLink.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@199197b componentSpecification: net.sf.tapestry.spec.ComponentSpecification@cd83d8[/org/pixory/pxtapestry/PXPopoutLink.jwc]]
23:53:18,600 (SocketListener-0) [INFO:Footer.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@199197b componentSpecification: net.sf.tapestry.spec.ComponentSpecification@d3ade7[/org/pixory/pxapplication/components/Footer.jwc]]
23:53:18,608 (SocketListener-0) [INFO:PXPageDecorator.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@199197b componentSpecification: net.sf.tapestry.spec.ComponentSpecification@82254d[/org/pixory/pxtapestry/PXPageDecorator.jwc]]
23:53:18,615 (SocketListener-0) [INFO:PublicCatalog.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@199197b componentSpecification: net.sf.tapestry.spec.ComponentSpecification@9b87f6[/org/pixory/pxapplication/pages/viewer/PublicCatalog.page]]
23:53:19,227 (SocketListener-0) [INFO:PXJettyLogSink$Log.log -- org.pixory.pxapplication.PXDefaultServlet: init]
23:54:06,122 (SocketListener-0) [INFO:PXApplicationVisit.setAuthenticatedUsername -- set username: guy sessionId: 61hjbmosc4m4a]
23:54:06,122 (SocketListener-0) [INFO:PXApplicationVisit.login -- logged in username 'guy']
23:54:11,729 (SocketListener-0) [INFO:PXBrowser.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@c954e componentSpecification: net.sf.tapestry.spec.ComponentSpecification@15ccfb1[/org/pixory/pxtapestry/PXBrowser.jwc]]
23:54:11,732 (SocketListener-0) [INFO:PXPopoutLink.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@c954e componentSpecification: net.sf.tapestry.spec.ComponentSpecification@cd83d8[/org/pixory/pxtapestry/PXPopoutLink.jwc]]
23:54:11,733 (SocketListener-0) [INFO:PXPopoutLink.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@c954e componentSpecification: net.sf.tapestry.spec.ComponentSpecification@cd83d8[/org/pixory/pxtapestry/PXPopoutLink.jwc]]
23:54:11,734 (SocketListener-0) [INFO:Footer.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@c954e componentSpecification: net.sf.tapestry.spec.ComponentSpecification@d3ade7[/org/pixory/pxapplication/components/Footer.jwc]]
23:54:11,735 (SocketListener-0) [INFO:PXPageDecorator.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@c954e componentSpecification: net.sf.tapestry.spec.ComponentSpecification@82254d[/org/pixory/pxtapestry/PXPageDecorator.jwc]]
23:54:11,737 (SocketListener-0) [INFO:PXMenuBar.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@c954e componentSpecification: net.sf.tapestry.spec.ComponentSpecification@1dfc8a0[/org/pixory/pxtapestry/PXMenuBar.jwc]]
23:54:11,738 (SocketListener-0) [INFO:PXMenuPane.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@c954e componentSpecification: net.sf.tapestry.spec.ComponentSpecification@13a0212[/org/pixory/pxtapestry/PXMenuPane.jwc]]
23:54:11,740 (SocketListener-0) [INFO:PXShowMessage.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@c954e componentSpecification: net.sf.tapestry.spec.ComponentSpecification@2af8f5[/org/pixory/pxtapestry/PXShowMessage.jwc]]
23:54:11,741 (SocketListener-0) [INFO:AlbumAccessEditor.finishLoad -- loader: net.sf.tapestry.pageload.PageLoader@c954e componentSpecification: net.sf.tapestry.spec.ComponentSpecification@1e5cf0[/org/pixory/pxapplication/pages/composer/AlbumAccessEditor.page]]