Re: problems with upgrade to version 0.5.4 (webapp) from version

[email protected] Thu, 30 Aug 2007 22:21:41 -0400 (EDT)
Newsgroups gmane.comp.web.pixory
Message-ID <[email protected]>
------=_Part_2_11557581.1188526901544
Content-Type: multipart/alternative;
 boundary="KJTJqXGEpSArM1ZTIHRFRcAidO9LoTLSBdwx14U"

--KJTJqXGEpSArM1ZTIHRFRcAidO9LoTLSBdwx14U
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Ronald,

Thanks for your response and suggestions.  Running the standalone
0.5.4 seems to confirm your suspicions.

Here are some snips from the pixory.log

Most notably, see the pxmodel.PXObjectStoreVersion ensureCurrent]
- store version: null and 

javax.servlet.ServletException:
org.pixory.pxmodel.PXObjectStoreException: Invalid store version
number 

messages.

Where do I go from here?

TIA!

......

19:44:33,275 INFO (main) [cfg.SettingsFactory buildSettings] -
RDBMS: HSQL Database Engine, version: 1.7.3
19:44:33,277 INFO (main) [cfg.SettingsFactory buildSettings] -
JDBC driver: HSQL Database Engine Driver, version: 1.7.3
19:44:33,296 INFO (main) [dialect.Dialect <init>] - Using
dialect: org.hibernate.dialect.HSQLDialect
19:44:33,306 INFO (main) [transaction.TransactionFactoryFactory
buildTransactionFactory] - Transaction strategy:
org.hibernate.transaction.JDBCTransactionFactory
19:44:33,313 INFO (main)
[transaction.TransactionManagerLookupFactory
getTransactionManagerLookup] - No TransactionManagerLookup
configured (in JTA environment, use of read-write or
transactional second-level cache is not recommended)
19:44:33,315 INFO (main) [cfg.SettingsFactory buildSettings] -
Automatic flush during beforeCompletion(): disabled
19:44:33,316 INFO (main) [cfg.SettingsFactory buildSettings] -
Automatic session close at end of transaction: disabled
19:44:33,318 INFO (main) [cfg.SettingsFactory buildSettings] -
JDBC batch size: 15
19:44:33,319 INFO (main) [cfg.SettingsFactory buildSettings] -
JDBC batch updates for versioned data: disabled


.......

19:44:33,585 INFO (main) [cfg.SettingsFactory buildSettings] -
Default entity-mode: pojo
19:44:33,702 INFO (main) [impl.SessionFactoryImpl <init>] -
building session factory
19:44:33,728 WARN (main) [config.Configurator configure] - No
configuration found. Configuring ehcache from
ehcache-failsafe.xml found in the classpath:
jar:file:/home/jboss/bin/lib/ehcache-1.1.jar!/ehcache-failsafe.xml
19:44:33,777 INFO (main) [impl.SessionFactoryObjectFactory
addInstance] - Not binding factory to JNDI, no JNDI name configured
19:44:34,054 WARN (main) [pxmodel.PXObjectStoreVersion
fetchStoreVersionNumber] 
-
org.pixory.pxmodel.PXObjectStoreException: PXObjectStore contains
invalid number of System records
        at
org.pixory.pxmodel.PXObjectStoreVersion.fetchStoreVersionNumber(PXObjectStoreVersion.java:437)
        at
org.pixory.pxmodel.PXObjectStoreVersion.getDatabaseVersionNumber(PXObjectStoreVersion.java:333)
        at
org.pixory.pxmodel.PXObjectStoreVersion.ensureCurrent(PXObjectStoreVersion.java:512)
        at
org.pixory.pxmodel.PXObjectStore.setup(PXObjectStore.java:155)
        at
org.pixory.pxapplication.PXApplication.init(PXApplication.java:140)
        at
org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:361)
        at
org.mortbay.jetty.servlet.ServletHolder.start(ServletHolder.java:240)
        at
org.mortbay.jetty.servlet.ServletHandler.initializeServlets(ServletHandler.java:403)
        at
org.mortbay.jetty.servlet.WebApplicationHandler.initializeServlets(WebApplicationHandler.java:288)
        at
org.mortbay.jetty.servlet.WebApplicationContext.start(WebApplicationContext.java:445)
        at org.mortbay.http.HttpServer.start(HttpServer.java:678)
        at ServletContainer.startServer(ServletContainer.java:259)
        at ServletContainer.main(ServletContainer.java:122)
19:44:34,071 INFO (main) [pxmodel.PXObjectStoreVersion
ensureCurrent] - store version: null
19:44:34,078 WARN (main) [pxmodel.PXObjectStore setup] -
org.pixory.pxmodel.PXObjectStoreException: Invalid store version
number
        at
org.pixory.pxmodel.PXObjectStoreVersion.ensureCurrent(PXObjectStoreVersion.java:538)
        at
org.pixory.pxmodel.PXObjectStore.setup(PXObjectStore.java:155)
        at
org.pixory.pxapplication.PXApplication.init(PXApplication.java:140)
        at
org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:361)
        at
org.mortbay.jetty.servlet.ServletHolder.start(ServletHolder.java:240)
        at
org.mortbay.jetty.servlet.ServletHandler.initializeServlets(ServletHandler.java:403)
        at
org.mortbay.jetty.servlet.WebApplicationHandler.initializeServlets(WebApplicationHandler.java:288)
        at
org.mortbay.jetty.servlet.WebApplicationContext.start(WebApplicationContext.java:445)
        at org.mortbay.http.HttpServer.start(HttpServer.java:678)
        at ServletContainer.startServer(ServletContainer.java:259)
        at ServletContainer.main(ServletContainer.java:122)
19:44:34,469 INFO (main) [impl.SessionFactoryImpl close] - closing
19:44:34,470 INFO (main)
[connection.DriverManagerConnectionProvider close] - cleaning up
connection pool: jdbc:hsqldb:/home/jboss/.pixory/data/pixory
19:44:34,491 ERROR (main) [ServletContainer main] - 
javax.servlet.ServletException:
org.pixory.pxmodel.PXObjectStoreException: Invalid store version
number
        at
org.pixory.pxapplication.PXApplication.init(PXApplication.java:207)
        at
org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:361)
        at
org.mortbay.jetty.servlet.ServletHolder.start(ServletHolder.java:240)
       at
org.mortbay.jetty.servlet.ServletHandler.initializeServlets(ServletHandler.java:403)
        at
org.mortbay.jetty.servlet.WebApplicationHandler.initializeServlets(WebApplicationHandler.java:288)
        at
org.mortbay.jetty.servlet.WebApplicationContext.start(WebApplicationContext.java:445)
        at org.mortbay.http.HttpServer.start(HttpServer.java:678)
        at ServletContainer.startServer(ServletContainer.java:259)
        at ServletContainer.main(ServletContainer.java:122)


--KJTJqXGEpSArM1ZTIHRFRcAidO9LoTLSBdwx14U
Content-Type: text/html; charset=US-ASCII
Content-Transfer-Encoding: 7bit


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
</head>




<body style="background-color: #ffffff;">

<!--~-|**|PrettyHtmlStartT|**|-~-->
<div id="ygrp-mlmsg" style="width:655px; position:relative;">
  <div id="ygrp-msg" style="width: 490px; padding: 0 15px 0 0; float:left;  z-index:1;">
<!--~-|**|PrettyHtmlEndT|**|-~-->

    <div id="ygrp-text">
            <p>Ronald,<br>
<br>
Thanks for your response and suggestions.  Running the standalone<br>
0.5.4 seems to confirm your suspicions.<br>
<br>
Here are some snips from the pixory.log<br>
<br>
Most notably, see the pxmodel.PXObjectSto<wbr>reVersion ensureCurrent]<br>
- store version: null and <br>
<br>
javax.servlet.<wbr>ServletException<wbr>:<br>
org.pixory.pxmodel.<wbr>PXObjectStoreExc<wbr>eption: Invalid store version<br>
number <br>
<br>
messages.<br>
<br>
Where do I go from here?<br>
<br>
TIA!<br>
<br>
......<br>
<br>
19:44:33,275 INFO (main) [cfg.SettingsFactor<wbr>y buildSettings] -<br>
RDBMS: HSQL Database Engine, version: 1.7.3<br>
19:44:33,277 INFO (main) [cfg.SettingsFactor<wbr>y buildSettings] -<br>
JDBC driver: HSQL Database Engine Driver, version: 1.7.3<br>
19:44:33,296 INFO (main) [dialect.Dialect &lt;init&gt;] - Using<br>
dialect: org.hibernate.<wbr>dialect.HSQLDial<wbr>ect<br>
19:44:33,306 INFO (main) [transaction.<wbr>TransactionFacto<wbr>ryFactory<br>
buildTransactionFac<wbr>tory] - Transaction strategy:<br>
org.hibernate.<wbr>transaction.<wbr>JDBCTransactionF<wbr>actory<br>
19:44:33,313 INFO (main)<br>
[transaction.<wbr>TransactionManag<wbr>erLookupFactory<br>
getTransactionManag<wbr>erLookup] - No TransactionManagerL<wbr>ookup<br>
configured (in JTA environment, use of read-write or<br>
transactional second-level cache is not recommended)<br>
19:44:33,315 INFO (main) [cfg.SettingsFactor<wbr>y buildSettings] -<br>
Automatic flush during beforeCompletion(<wbr>): disabled<br>
19:44:33,316 INFO (main) [cfg.SettingsFactor<wbr>y buildSettings] -<br>
Automatic session close at end of transaction: disabled<br>
19:44:33,318 INFO (main) [cfg.SettingsFactor<wbr>y buildSettings] -<br>
JDBC batch size: 15<br>
19:44:33,319 INFO (main) [cfg.SettingsFactor<wbr>y buildSettings] -<br>
JDBC batch updates for versioned data: disabled<br>
<br>
.......<br>
<br>
19:44:33,585 INFO (main) [cfg.SettingsFactor<wbr>y buildSettings] -<br>
Default entity-mode: pojo<br>
19:44:33,702 INFO (main) [impl.SessionFactor<wbr>yImpl &lt;init&gt;] -<br>
building session factory<br>
19:44:33,728 WARN (main) [config.Configurato<wbr>r configure] - No<br>
configuration found. Configuring ehcache from<br>
ehcache-failsafe.<wbr>xml found in the classpath:<br>
jar:file:/home/<wbr>jboss/bin/<wbr>lib/ehcache-<wbr>1.1.jar!/<wbr>ehcache-failsafe<wbr>.xml<br>
19:44:33,777 INFO (main) [impl.SessionFactor<wbr>yObjectFactory<br>
addInstance] - Not binding factory to JNDI, no JNDI name configured<br>
19:44:34,054 WARN (main) [pxmodel.PXObjectSt<wbr>oreVersion<br>
fetchStoreVersionNu<wbr>mber] <br>
-<br>
org.pixory.pxmodel.<wbr>PXObjectStoreExc<wbr>eption: PXObjectStore contains<br>
invalid number of System records<br>
        at<br>
org.pixory.pxmodel.<wbr>PXObjectStoreVer<wbr>sion.fetchStoreV<wbr>ersionNumber(<wbr>PXObjectStoreVer<wbr>sion.java:<wbr>437)<br>
        at<br>
org.pixory.pxmodel.<wbr>PXObjectStoreVer<wbr>sion.getDatabase<wbr>VersionNumber(<wbr>PXObjectStoreVer<wbr>sion.java:<wbr>333)<br>
        at<br>
org.pixory.pxmodel.<wbr>PXObjectStoreVer<wbr>sion.ensureCurre<wbr>nt(PXObjectStore<wbr>Version.java:<wbr>512)<br>
        at<br>
org.pixory.pxmodel.<wbr>PXObjectStore.<wbr>setup(PXObjectSt<wbr>ore.java:<wbr>155)<br>
        at<br>
org.pixory.pxapplic<wbr>ation.PXApplicat<wbr>ion.init(<wbr>PXApplication.<wbr>java:140)<br>
        at<br>
org.mortbay.<wbr>jetty.servlet.<wbr>ServletHolder.<wbr>initServlet(<wbr>ServletHolder.<wbr>java:361)<br>
        at<br>
org.mortbay.<wbr>jetty.servlet.<wbr>ServletHolder.<wbr>start(ServletHol<wbr>der.java:<wbr>240)<br>
        at<br>
org.mortbay.<wbr>jetty.servlet.<wbr>ServletHandler.<wbr>initializeServle<wbr>ts(ServletHandle<wbr>r.java:403)<br>
        at<br>
org.mortbay.<wbr>jetty.servlet.<wbr>WebApplicationHa<wbr>ndler.initialize<wbr>Servlets(<wbr>WebApplicationHa<wbr>ndler.java:<wbr>288)<br>
        at<br>
org.mortbay.<wbr>jetty.servlet.<wbr>WebApplicationCo<wbr>ntext.start(<wbr>WebApplicationCo<wbr>ntext.java:<wbr>445)<br>
        at org.mortbay.<wbr>http.HttpServer.<wbr>start(HttpServer<wbr>.java:678)<br>
        at ServletContainer.<wbr>startServer(<wbr>ServletContainer<wbr>.java:259)<br>
        at ServletContainer.<wbr>main(ServletCont<wbr>ainer.java:<wbr>122)<br>
19:44:34,071 INFO (main) [pxmodel.PXObjectSt<wbr>oreVersion<br>
ensureCurrent] - store version: null<br>
19:44:34,078 WARN (main) [pxmodel.PXObjectSt<wbr>ore setup] -<br>
org.pixory.pxmodel.<wbr>PXObjectStoreExc<wbr>eption: Invalid store version<br>
number<br>
        at<br>
org.pixory.pxmodel.<wbr>PXObjectStoreVer<wbr>sion.ensureCurre<wbr>nt(PXObjectStore<wbr>Version.java:<wbr>538)<br>
        at<br>
org.pixory.pxmodel.<wbr>PXObjectStore.<wbr>setup(PXObjectSt<wbr>ore.java:<wbr>155)<br>
        at<br>
org.pixory.pxapplic<wbr>ation.PXApplicat<wbr>ion.init(<wbr>PXApplication.<wbr>java:140)<br>
        at<br>
org.mortbay.<wbr>jetty.servlet.<wbr>ServletHolder.<wbr>initServlet(<wbr>ServletHolder.<wbr>java:361)<br>
        at<br>
org.mortbay.<wbr>jetty.servlet.<wbr>ServletHolder.<wbr>start(ServletHol<wbr>der.java:<wbr>240)<br>
        at<br>
org.mortbay.<wbr>jetty.servlet.<wbr>ServletHandler.<wbr>initializeServle<wbr>ts(ServletHandle<wbr>r.java:403)<br>
        at<br>
org.mortbay.<wbr>jetty.servlet.<wbr>WebApplicationHa<wbr>ndler.initialize<wbr>Servlets(<wbr>WebApplicationHa<wbr>ndler.java:<wbr>288)<br>
        at<br>
org.mortbay.<wbr>jetty.servlet.<wbr>WebApplicationCo<wbr>ntext.start(<wbr>WebApplicationCo<wbr>ntext.java:<wbr>445)<br>
        at org.mortbay.<wbr>http.HttpServer.<wbr>start(HttpServer<wbr>.java:678)<br>
        at ServletContainer.<wbr>startServer(<wbr>ServletContainer<wbr>.java:259)<br>
        at ServletContainer.<wbr>main(ServletCont<wbr>ainer.java:<wbr>122)<br>
19:44:34,469 INFO (main) [impl.SessionFactor<wbr>yImpl close] - closing<br>
19:44:34,470 INFO (main)<br>
[connection.<wbr>DriverManagerCon<wbr>nectionProvider close] - cleaning up<br>
connection pool: jdbc:hsqldb:<wbr>/home/jboss/<wbr>.pixory/data/<wbr>pixory<br>
19:44:34,491 ERROR (main) [ServletContainer main] - <br>
javax.servlet.<wbr>ServletException<wbr>:<br>
org.pixory.pxmodel.<wbr>PXObjectStoreExc<wbr>eption: Invalid store version<br>
number<br>
        at<br>
org.pixory.pxapplic<wbr>ation.PXApplicat<wbr>ion.init(<wbr>PXApplication.<wbr>java:207)<br>
        at<br>
org.mortbay.<wbr>jetty.servlet.<wbr>ServletHolder.<wbr>initServlet(<wbr>ServletHolder.<wbr>java:361)<br>
        at<br>
org.mortbay.<wbr>jetty.servlet.<wbr>ServletHolder.<wbr>start(ServletHol<wbr>der.java:<wbr>240)<br>
       at<br>
org.mortbay.<wbr>jetty.servlet.<wbr>ServletHandler.<wbr>initializeServle<wbr>ts(ServletHandle<wbr>r.java:403)<br>
        at<br>
org.mortbay.<wbr>jetty.servlet.<wbr>WebApplicationHa<wbr>ndler.initialize<wbr>Servlets(<wbr>WebApplicationHa<wbr>ndler.java:<wbr>288)<br>
        at<br>
org.mortbay.<wbr>jetty.servlet.<wbr>WebApplicationCo<wbr>ntext.start(<wbr>WebApplicationCo<wbr>ntext.java:<wbr>445)<br>
        at org.mortbay.<wbr>http.HttpServer.<wbr>start(HttpServer<wbr>.java:678)<br>
        at ServletContainer.<wbr>startServer(<wbr>ServletContainer<wbr>.java:259)<br>
        at ServletContainer.<wbr>main(ServletCont<wbr>ainer.java:<wbr>122)<br>
<br>
</p>
    </div>  

    <!--~-|**|PrettyHtmlStart|**|-~-->
    <span width="1" style="color: white;">__._,_.___</span>
    <!-- Start the section with Message In topic -->
    <div id="ygrp-actbar">
              <span class="left">
          <a href="http://groups.yahoo.com/group/pixory-beta/message/1148;_ylc=X3oDMTM0b2gxdTZmBF9TAzk3MzU5NzE0BGdycElkAzgyNjYwNTcEZ3Jwc3BJZAMxNzA1MTQ0NzA4BG1zZ0lkAzExNTAEc2VjA2Z0cgRzbGsDdnRwYwRzdGltZQMxMTg4NTI2OTA1BHRwY0lkAzExNDg-">
            Messages in this topic          </a> (<span class="bld">0</span>)
        </span>
        <a href="http://groups.yahoo.com/group/pixory-beta/post;_ylc=X3oDMTJwM3Z0YW5qBF9TAzk3MzU5NzE0BGdycElkAzgyNjYwNTcEZ3Jwc3BJZAMxNzA1MTQ0NzA4BG1zZ0lkAzExNTAEc2VjA2Z0cgRzbGsDcnBseQRzdGltZQMxMTg4NTI2OTA1?act=reply&messageNum=1150">
          <span class="bld">
            Reply          </span> (via web post)
        </a>  | 
        <a href="http://groups.yahoo.com/group/pixory-beta/post;_ylc=X3oDMTJlcWx2ZGxzBF9TAzk3MzU5NzE0BGdycElkAzgyNjYwNTcEZ3Jwc3BJZAMxNzA1MTQ0NzA4BHNlYwNmdHIEc2xrA250cGMEc3RpbWUDMTE4ODUyNjkwNQ--" class="bld">
          Start a new topic        </a>
          </div> 
    <!-------     Start Nav Bar  ------>
    <!-- |**|begin egp html banner|**| -->
    <div id="ygrp-vitnav">
                <a href="http://groups.yahoo.com/group/pixory-beta/messages;_ylc=X3oDMTJla2pvdDFsBF9TAzk3MzU5NzE0BGdycElkAzgyNjYwNTcEZ3Jwc3BJZAMxNzA1MTQ0NzA4BHNlYwNmdHIEc2xrA21zZ3MEc3RpbWUDMTE4ODUyNjkwNQ--">Messages</a>  
            |    <a href="http://groups.yahoo.com/group/pixory-beta/files;_ylc=X3oDMTJmbWpjc2xkBF9TAzk3MzU5NzE0BGdycElkAzgyNjYwNTcEZ3Jwc3BJZAMxNzA1MTQ0NzA4BHNlYwNmdHIEc2xrA2ZpbGVzBHN0aW1lAzExODg1MjY5MDU-">Files</a>  
            |    <a href="http://groups.yahoo.com/group/pixory-beta/photos;_ylc=X3oDMTJla3FvaGpwBF9TAzk3MzU5NzE0BGdycElkAzgyNjYwNTcEZ3Jwc3BJZAMxNzA1MTQ0NzA4BHNlYwNmdHIEc2xrA3Bob3QEc3RpbWUDMTE4ODUyNjkwNQ--">Photos</a>  
            |    <a href="http://groups.yahoo.com/group/pixory-beta/links;_ylc=X3oDMTJmamw4ZWU1BF9TAzk3MzU5NzE0BGdycElkAzgyNjYwNTcEZ3Jwc3BJZAMxNzA1MTQ0NzA4BHNlYwNmdHIEc2xrA2xpbmtzBHN0aW1lAzExODg1MjY5MDU-">Links</a>  
        
        
        
        
    </div>  
    <!-- |**|end egp html banner|**| -->

                <div id="ygrp-grft">
              </div>
    
    <!-- yahoo logo -->
    <!-- |**|begin egp html banner|**| -->
    <div id="ygrp-ft">
      <a href="http://groups.yahoo.com/;_ylc=X3oDMTJkOGk3cTYyBF9TAzk3MzU5NzE0BGdycElkAzgyNjYwNTcEZ3Jwc3BJZAMxNzA1MTQ0NzA4BHNlYwNmdHIEc2xrA2dmcARzdGltZQMxMTg4NTI2OTA1">
      <img src="http://us.i1.yimg.com/us.yimg.com/i/yg/img/logo/ma_grp_160.gif" height="15" width="106" border="0" alt="Yahoo! Groups"></a> <br>
      <a href="http://groups.yahoo.com/group/pixory-beta/join;_ylc=X3oDMTJmc3JzbDNmBF9TAzk3MzU5NzE0BGdycElkAzgyNjYwNTcEZ3Jwc3BJZAMxNzA1MTQ0NzA4BHNlYwNmdHIEc2xrA3N0bmdzBHN0aW1lAzExODg1MjY5MDU-">Change settings via the Web</a> (Yahoo! ID required) <br>
      Change settings via email: <a href="mailto:[email protected]?subject=Email Delivery: Digest">Switch delivery to Daily Digest</a> | <a href = "mailto:[email protected]?subject=Change Delivery Format: Traditional">Switch format to Traditional</a> <br>

      <a href="http://groups.yahoo.com/group/pixory-beta;_ylc=X3oDMTJkdWxzcTl0BF9TAzk3MzU5NzE0BGdycElkAzgyNjYwNTcEZ3Jwc3BJZAMxNzA1MTQ0NzA4BHNlYwNmdHIEc2xrA2hwZgRzdGltZQMxMTg4NTI2OTA1">
        Visit Your Group 
      </a> |
      <a href="http://docs.yahoo.com/info/terms/">
        Yahoo! Groups Terms of Use      </a> |
      <a href="mailto:[email protected]?subject=">
        Unsubscribe      </a> 
    </div>     <!-- |**|end egp html banner|**| -->
  </div> <!-- ygrp-msg -->

  
  <!-- Sponsor -->
  <!-- |**|begin egp html banner|**| -->
  <div id="ygrp-sponsor" style="width:140px;float: left; clear: none; margin-left: 5px; background:white; margin-bottom:25px ;position:absolute; top:0; right: 0;">
    <!-- Network content -->
    
    <!-- Start vitality -->
    <div id="ygrp-vital">
              <div id="vithd">Recent Activity</div>
        <ul style="list-style-type:none; padding: 0; margin: 2px 0;">
                <li style="clear: both;">
      <div class="ct" style="float: right;"><span style="display:none">&nbsp;</span>1</div>
      <div class="cat"><a href="http://groups.yahoo.com/group/pixory-beta/members;_ylc=X3oDMTJmZTBpZnNvBF9TAzk3MzU5NzE0BGdycElkAzgyNjYwNTcEZ3Jwc3BJZAMxNzA1MTQ0NzA4BHNlYwN2dGwEc2xrA3ZtYnJzBHN0aW1lAzExODg1MjY5MDU-">New Members</a></div>
    </li>
  
            
            
            
            
            
        </ul>
            <a href="http://groups.yahoo.com/group/pixory-beta;_ylc=X3oDMTJlNTZrdnFiBF9TAzk3MzU5NzE0BGdycElkAzgyNjYwNTcEZ3Jwc3BJZAMxNzA1MTQ0NzA4BHNlYwN2dGwEc2xrA3ZnaHAEc3RpbWUDMTE4ODUyNjkwNQ--">
        Visit Your Group      </a>
    </div> 
              
    <!-- Network content -->
              <div id="nc">
              <div class="ad">
                      <div id="hd1">Need traffic?</div> 
<p><a href="http://us.ard.yahoo.com/SIG=12j44kck5/M=493064.10729656.11333347.8674578/D=groups/S=1705144708:NC/Y=YAHOO/EXP=1188534105/A=3848644/R=0/SIG=131l83flq/*http://searchmarketing.yahoo.com/arp/srchv2.php?o=US2006&cmp=Yahoo&ctv=Groups5&s=Y&s2=&s3=&b=50">Drive customers</a></p> 
<p>With search ads</p> 
<p>on Yahoo!</p>                  </div>
                    <div class="ad">
                      <div id="hd1">Dog Fanatics</div> 
<p><a href="http://us.ard.yahoo.com/SIG=12jier9h9/M=493064.11292562.11840176.8674578/D=groups/S=1705144708:NC/Y=YAHOO/EXP=1188534105/A=4836045/R=0/SIG=11o19ppl5/*http://advision.webevents.yahoo.com/dogzone/index.html">on Yahoo! Groups</a></p> 
<p>Find people who are</p> 
<p>crazy about dogs.</p>                  </div>
                    <div class="ad">
                      <div id="hd1">Yahoo! Groups HD</div> 
<p><a href="http://us.ard.yahoo.com/SIG=12j9mrbam/M=493064.10972170.11554072.8674578/D=groups/S=1705144708:NC/Y=YAHOO/EXP=1188534105/A=4706130/R=0/SIG=11f8fj6tf/*http://tech.groups.yahoo.com/group/samsunghd/">The official Samsung</a></p> 
<p>Y! Group for HDTVs</p> 
<p>and devices.</p>                  </div>
          </div>
    
  </div>   <!-- |**|end egp html banner|**| -->
  <div style="clear:both; color: #FFF; font-size:1px;">.</div>
</div>   <img src="http://geo.yahoo.com/serv?s=97359714/grpId=8266057/grpspId=1705144708/msgId=1150/stime=1188526905/nc1=3848644/nc2=4836045/nc3=4706130" width="1" height="1"> <br>

<span  style="color: white;">__,_._,___</span>
<!--~-|**|PrettyHtmlEnd|**|-~-->
</body>
<!--~-|**|PrettyHtmlStart|**|-~-->
<head>
<style type="text/css">
<!--
#ygrp-mkp{
  border: 1px solid #d8d8d8;
  font-family: Arial;
  margin: 14px 0px;
  padding: 0px 14px;
}
#ygrp-mkp hr{
  border: 1px solid #d8d8d8;
}
#ygrp-mkp #hd{
  color: #628c2a;
  font-size: 85%;
  font-weight: bold;
  line-height: 122%;
  margin: 10px 0px;
}
#ygrp-mkp #ads{
  margin-bottom: 10px;
}
#ygrp-mkp .ad{
  padding: 0 0;
}
#ygrp-mkp .ad a{
  color: #0000ff;
  text-decoration: none;
}
-->
</style>
</head>
<head>
<style type="text/css">
<!--
#ygrp-sponsor #ygrp-lc{
  font-family: Arial;
}
#ygrp-sponsor #ygrp-lc #hd{
  margin: 10px 0px;
  font-weight: bold;
  font-size: 78%;
  line-height: 122%;
}
#ygrp-sponsor #ygrp-lc .ad{
  margin-bottom: 10px;
  padding: 0 0;
}
-->
</style>
</head>
<head>
<style type="text/css">
<!--
#ygrp-mlmsg {font-size:13px; font-family: arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
#ygrp-mlmsg table {font-size:inherit;font:100%;}
#ygrp-mlmsg select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}
#ygrp-mlmsg pre, code {font:115% monospace;*font-size:100%;}
#ygrp-mlmsg * {line-height:1.22em;}
#ygrp-text{
    font-family: Georgia;	
}
#ygrp-text p{
    margin: 0 0 1em 0;
}
#ygrp-tpmsgs{
    font-family: Arial;	
    clear: both;
}
#ygrp-vitnav{
	padding-top: 10px;
	font-family: Verdana;
	font-size: 77%;
	margin: 0;
}
#ygrp-vitnav a{
	padding: 0 1px;
}
#ygrp-actbar{
	clear: both;
	margin: 25px 0;
	white-space:nowrap;
	color: #666;
	text-align: right;
}
#ygrp-actbar .left{
	float: left;
	white-space:nowrap;
}
.bld{font-weight:bold;}
#ygrp-grft{
	font-family: Verdana;
	font-size: 77%;
	padding: 15px 0;
}
#ygrp-ft{
  font-family: verdana;
  font-size: 77%;
  border-top: 1px solid #666; 
  padding: 5px 0; 
}
#ygrp-mlmsg #logo{
  padding-bottom: 10px;
}

#ygrp-vital{
	background-color: #e0ecee;
	margin-bottom: 20px;
	padding: 2px 0 8px 8px;
}
#ygrp-vital #vithd{
	font-size: 77%;
	font-family: Verdana;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
}
#ygrp-vital ul{
	padding: 0;
	margin: 2px 0;
}
#ygrp-vital ul li{
  list-style-type: none;
  clear: both;
  border: 1px solid #e0ecee;  
}
#ygrp-vital ul li .ct{
  font-weight: bold;
  color: #ff7900;
  float: right;
  width: 2em;
  text-align:right;
  padding-right: .5em;
}
#ygrp-vital ul li .cat{
  font-weight: bold;
}
#ygrp-vital a{
	text-decoration: none;
}

#ygrp-vital a:hover{
  text-decoration: underline;
}

#ygrp-sponsor #hd{
	color: #999;
	font-size: 77%;
}
#ygrp-sponsor #ov{
	padding: 6px 13px;
	background-color: #e0ecee;
	margin-bottom: 20px;
}
#ygrp-sponsor #ov ul{
	padding: 0 0 0 8px;
	margin: 0;
}
#ygrp-sponsor #ov li{
	list-style-type: square;
	padding: 6px 0;
	font-size: 77%;
}
#ygrp-sponsor #ov li a{
	text-decoration: none;
	font-size: 130%;
}
#ygrp-sponsor #nc{
  background-color: #eee;
  margin-bottom: 20px;
  padding: 0 8px;
}
#ygrp-sponsor .ad{
	padding: 8px 0;
}
#ygrp-sponsor .ad #hd1{
	font-family: Arial;
	font-weight: bold;
	color: #628c2a;
	font-size: 100%;
	line-height: 122%;
}
#ygrp-sponsor .ad a{
	text-decoration: none;
}
#ygrp-sponsor .ad a:hover{
	text-decoration: underline;
}
#ygrp-sponsor .ad p{
	margin: 0;
}
o{font-size: 0; }
.MsoNormal{
   margin: 0 0 0 0;
}
#ygrp-text tt{
  font-size: 120%;
}
blockquote{margin: 0 0 0 4px;}
.replbq{margin:4}
-->
</style>
</head>
<!--~-|**|PrettyHtmlEnd|**|-~-->
</html><!--End group email -->


--KJTJqXGEpSArM1ZTIHRFRcAidO9LoTLSBdwx14U--

------=_Part_2_11557581.1188526901544
Content-Type: message/rfc822

Return-Path: <[email protected]>
Received: from ns11.mmaweb.net (localhost [127.0.0.1])
	by ns11.mmaweb.net (8.13.7/8.13.7) with ESMTP id l7UJe16C025189
	for <[email protected]>; Thu, 30 Aug 2007 15:40:01 -0400 (EDT)
Received: (from abilproc@localhost)
	by ns11.mmaweb.net (8.13.7/8.13.7/Submit) id l7UJe1CX025179
	for contact; Thu, 30 Aug 2007 15:40:01 -0400 (EDT)
Received: from n14a.bullet.sp1.yahoo.com (n14a.bullet.sp1.yahoo.com [69.147.64.115])
	by ns11.mmaweb.net (8.13.7/8.13.7) with SMTP id l7UJdx9t025117
	for <[email protected]>; Thu, 30 Aug 2007 15:39:59 -0400 (EDT)
Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=lima; d=yahoogroups.com;
	b=tZRFGb+ATuRGoUbKtlQA+W5nwE8RB6gHCgbH0HG/s1M4yt1QCE4WnivtU3psbec4fY2Og88JjrNH1wBaqpKvo2RBrz7VdtlbV+vtM4HXQRZCuwVW9qYGH9s7yDNyZGqk;
Received: from [216.252.122.217] by n14.bullet.sp1.yahoo.com with NNFMP; 30 Aug 2007 19:39:59 -0000
Received: from [209.73.164.83] by t2.bullet.sp1.yahoo.com with NNFMP; 30 Aug 2007 19:39:59 -0000
Received: from [66.218.66.157] by t7.bullet.scd.yahoo.com with NNFMP; 30 Aug 2007 19:39:59 -0000
X-Yahoo-Newman-Id: 8266057-m386
X-Sender: [email protected]
X-Apparently-To: [email protected]
Received: (qmail 49192 invoked from network); 30 Aug 2007 19:38:56 -0000
Received: from unknown (66.218.66.70)
  by m53.grp.scd.yahoo.com with QMQP; 30 Aug 2007 19:38:55 -0000
Received: from unknown (HELO n20d.bullet.scd.yahoo.com) (66.218.67.246)
  by mta12.grp.scd.yahoo.com with SMTP; 30 Aug 2007 19:38:55 -0000
Received: from [66.218.69.4] by n20.bullet.scd.yahoo.com with NNFMP; 30 Aug 2007 19:35:43 -0000
Received: from [66.218.66.77] by t4.bullet.scd.yahoo.com with NNFMP; 30 Aug 2007 19:35:43 -0000
To: [email protected]
Message-ID: <[email protected]>
In-Reply-To: <[email protected]>
User-Agent: eGroups-EW/0.82
X-Mailer: Yahoo Groups Message Poster
X-Originating-IP: 66.218.67.246
X-eGroups-Msg-Info: 1:6:0:0:0
X-Yahoo-Post-IP: 213.84.159.108
From: "Ronald Pulleman" <[email protected]>
X-Yahoo-Profile: rpu43
Sender: [email protected]
MIME-Version: 1.0
Mailing-List: list [email protected]; contact [email protected]
Delivered-To: mailing list [email protected]
List-Id: <pixory-beta.yahoogroups.com>
Precedence: bulk
List-Unsubscribe: <mailto:[email protected]>
Date: Thu, 30 Aug 2007 19:35:43 -0000
Subject: [pixory-beta] Re: problems with upgrade to version 0.5.4 (webapp) from version
Reply-To: [email protected]
X-Yahoo-Newman-Property: groups-email-ff-m
Content-Type: multipart/alternative;
 boundary="bheQ7bC9u7Wlf6EnKft2BFZ1UkXcJhh9jIsNuVv"
X-LocalTag: [email protected]
X-UIDL: 2mU!!Z_7"!R6$#!n#%"!
Status: RO

--bheQ7bC9u7Wlf6EnKft2BFZ1UkXcJhh9jIsNuVv
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Wow that's a big leap!=20
What was it you did precisely?

"Invalid store version number" means:

When upgrading Pixory looks in your current database to see which
version is being used and then upgrades the database structure (the
structure not the content) to the latest version. And then tags the
database that you use the new version (0.5.4 in your case). Invalid
Store version means that your database does not contain a version or
that your database is newer then your applicaton.

-1- I understand this checking and updating part. However I'm not sure
in which version that was introduced. I cannot check since the 0.5.x
versions are the first public source ones. I have used the 3 versions
and I think it is there.
So if we assume that works.


What I would do is restore your 3.13 version. And then when you see
that it works then update to the 0.5.4 STANDALONE version. Just by
overwriting the application. Safe your .pixory/ folder and your images
(as you did all ready before you do so, because they will be touched)  =
=20
Just to see if Pixory will pick up your database.
If that works we can go the webapp route.

Lemme know

Ronald




--- In [email protected], "skidvd" <contact@...> wrote:
>
> I am trying to upgrade to version 0.5.4 (webapp) from version=20
> beta-3.13 standalone.
>=20
> I have copied my picture root as well as my .pixory/data/pixory=20
> files/dirs to the new enviroment.
>=20
> Whenever I deploy (or access via URL ) the 0.5.4 webapp, I=20
> alwasy get the following error:
>=20
> org.pixory.pxmodel.PXObjectStore Exception: Invalid store=20
> version number
>=20
> I'm sure I'm missing some key migration/upgrade step(s), but I=20
> cannot seem to locate any docs on this migration.
>=20
> I'd appreciate any and all help anyone can provide.
>=20
> TIA!
>



--bheQ7bC9u7Wlf6EnKft2BFZ1UkXcJhh9jIsNuVv
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
</head>




<body style="background-color: #ffffff;">



    <div id="ygrp-text">
            <p>Wow that's a big leap! <br>
What was it you did precisely?<br>
<br>
&quot;Invalid store version number&quot; means:<br>
<br>
When upgrading Pixory looks in your current database to see which<br>
version is being used and then upgrades the database structure (the<br>
structure not the content) to the latest version. And then tags the<br>
database that you use the new version (0.5.4 in your case). Invalid<br>
Store version means that your database does not contain a version or<br>
that your database is newer then your applicaton.<br>
<br>
-1- I understand this checking and updating part. However I'm not sure<br>
in which version that was introduced. I cannot check since the 0.5.x<br>
versions are the first public source ones. I have used the 3 versions<br>
and I think it is there.<br>
So if we assume that works.<br>
<br>
What I would do is restore your 3.13 version. And then when you see<br>
that it works then update to the 0.5.4 STANDALONE version. Just by<br>
overwriting the application. Safe your .pixory/ folder and your images<br>
(as you did all ready before you do so, because they will be touched)   <br>
Just to see if Pixory will pick up your database.<br>
If that works we can go the webapp route.<br>
<br>
Lemme know<br>
<br>
Ronald<br>
<br>
--- In <a href="mailto:pixory-beta%40yahoogroups.com">pixory-beta@<wbr>yahoogroups.<wbr>com</a>, &quot;skidvd&quot; &lt;contact@...<wbr>&gt; wrote:<br>
&gt;<br>
&gt; I am trying to upgrade to version 0.5.4 (webapp) from version <br>
&gt; beta-3.13 standalone.<br>
&gt; <br>
&gt; I have copied my picture root as well as my .pixory/data/<wbr>pixory <br>
&gt; files/dirs to the new enviroment.<br>
&gt; <br>
&gt; Whenever I deploy (or access via URL ) the 0.5.4 webapp, I <br>
&gt; alwasy get the following error:<br>
&gt; <br>
&gt; org.pixory.pxmodel.<wbr>PXObjectStore Exception: Invalid store <br>
&gt; version number<br>
&gt; <br>
&gt; I'm sure I'm missing some key migration/upgrade step(s), but I <br>
&gt; cannot seem to locate any docs on this migration.<br>
&gt; <br>
&gt; I'd appreciate any and all help anyone can provide.<br>
&gt; <br>
&gt; TIA!<br>
&gt;<br>
<br>
</p>
    </div>  

    
</body>

</html><!--End group email -->


--bheQ7bC9u7Wlf6EnKft2BFZ1UkXcJhh9jIsNuVv--

------=_Part_2_11557581.1188526901544--