RE: Re: Sharing
"rojomn" <[email protected]>
| Newsgroups | gmane.comp.web.pixory |
|---|---|
| Message-ID | <[email protected]> |
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/pxtapestry/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/pxtapestry/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/pxtapestry/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/pxtapestry/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/pxapplication
/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/pxtapestry/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/pxtapestry/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/pxtapestry/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/pxapplicatio
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/pxtapestry/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/pxtapestry/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/pxapplication
/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/pxtapestry/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/pxtapestry/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/pxapplicatio
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/pxtapestry/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/pxtapestry/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/pxtapestry/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/pxtapestry/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/pxtapestry/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/pxapplication
/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/pxtapestry/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/pxtapestry/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/pxtapestry/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/pxtapestry/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/pxtapestry/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/pxtapestry/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/pxtapestry/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/pxapplication
/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/pxtapestry/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/pxtapestry/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/pxtapestry/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/pxapplication
/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/pxtapestry/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/pxtapestry/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/pxtapestry/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/pxtapestry/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/pxtapestry/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/pxapplicatio
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/pxtapestry/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/pxtapestry/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/pxapplication
/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/pxtapestry/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/pxtapestry/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/pxapplication
/pages/viewer/AlbumInvitation.page]]
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 6:59 PM
> To: [email protected]
> Subject: [pixory-beta] Re: Sharing
>
>
> Gil,
>
> A couple of discoveries.
>
> 1) the log you posted fails a basic sanity test. The DEBUGging lines
> you posted cannot appear without having been preceded by other
> DEBUGgin lines from the new release that I just uploaded. So I believe
> that you are inadvertently still running the old release. The way to
> tell is to open the "about pixory" panel, a link in the lower right
> corner of any pixory page, and look at the build date. The build date
> for the original 3.3 release was 12/15. The build date for the special
> release was 12/20. Most likely, your launch scripts are somehow still
> finding the old version somewhere.
>
> 2) I understand now why the special SMTP debuggin statements are not
> showing up in your log files. In geek-speak, the normal Pixory
> debugging statements go to stdout, but the special JavaMail SMTP
> debugging statements go to stderr.
>
> The solution is to run Pixory by hand, just for the sake of this
> debugging exercise. Open a Windows Command Prompt (cmd.exe). "cd" to
> the directory that contains the new pixory.jar file. Run "java -jar
> pixory.jar". If the browser doesn't autolaunch, then open by hand onto
> running Pixory application. Send an invite. You'll see the SMTP debug
> statements appear in the Command Prompt window. You can copy-and-paste
> them out of that window.
>
> let me know what you find.
>
> regards,
>
> joe
>
>
>
> 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/