Bug 111496

Summary: 'ccm load' dies with 'No such type com.arsdigita.runtime.Initializer'
Product: [Retired] Red Hat Web Application Framework Reporter: Sebastian Skracic <sskracic>
Component: dev environmentAssignee: ccm-bugs-list
Status: CLOSED NOTABUG QA Contact: Jon Orris <jorris>
Severity: high Docs Contact:
Priority: high    
Version: nightly   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-12-04 17:21:47 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.