Bug 111496 - 'ccm load' dies with 'No such type com.arsdigita.runtime.Initializer'
Summary: 'ccm load' dies with 'No such type com.arsdigita.runtime.Initializer'
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Web Application Framework
Classification: Retired
Component: dev environment
Version: nightly
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: ccm-bugs-list
QA Contact: Jon Orris
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-12-04 16:41 UTC by Sebastian Skracic
Modified: 2005-10-31 22:00 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-12-04 17:21:47 UTC
Embargoed:


Attachments (Terms of Use)

Description Sebastian Skracic 2003-12-04 16:41:18 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030922

Description of problem:
When run on a fresh aplaws instance, 'ccm load ....' dies with:
PersistenceException: No such type com.arsdigita.runtime.Initializer
        at com.arsdigita.persistence.OID.lookup(OID.java:155)
        at com.arsdigita.persistence.OID.<init>(OID.java:214)
        at com.arsdigita.packaging.Loader.loadData(Loader.java:121)
        at com.arsdigita.packaging.Load.run(Load.java:361)
        at com.arsdigita.packaging.MasterTool.main(MasterTool.java:89)

Version-Release number of selected component (if applicable):
Broken somewhere between 38402 and 38495

How reproducible:
Always

Steps to Reproduce:
1. drop the existing data model with drop-all.sql script
2. cdweb; rm -f conf/registry.properties
3. cddev; ccm load $(cat pkg-list) --interactive --parameter-file
aplaws-devel.properties
    

Actual Results:  I got the stack trace shown above.  Data model
however got loaded OK.

Expected Results:  'ccm load' should perform its job.  Maybe that's
why it's there?

Additional info:

If you try to 'ccm-start' the server, it will spit stack trace on very
first persistence operation.

Comment 1 Vadim Nasardinov 2003-12-04 16:54:01 UTC
$ cdweb
$ ls webapps/WEB-INF/classes/com/arsdigita/runtime/Initializer.pdl

Do you have this file?


Comment 2 Sebastian Skracic 2003-12-04 17:11:46 UTC
Not only I have it, but after doing 'p4 sync' again with ant clean
deploy etc, 'ccm load' performed flawlessly.  Now I only have to find
out how to close this ticket.


Note You need to log in before you can comment on or make changes to this bug.