NoClassDefFoundError and I have all the right jar files

Angela Day <[email protected]> Thu, 22 Apr 2010 09:50:56 -0700 (PDT)
Newsgroups gmane.comp.web.maverick.general
Message-ID <[email protected]>
--===============8922448523803612061==
Content-Type: multipart/alternative; boundary="0-2140515027-1271955056=:86446"

--0-2140515027-1271955056=:86446
Content-Type: text/plain; charset=us-ascii

I didn't change maverick.  Just pulled in the jar file, that is all.  I am using it as-is  maverick.  The log file doesn't have any error messages but stops just before reading the maverick file.

Here is the log file:
851304 2010-04-22 10:31:55,585 [http-8080-Processor23] DEBUG tdhca.maverick.Dispatcher  - Database is DEV
851304 2010-04-22 10:31:55,585 [http-8080-Processor23] INFO  org.infohazard.maverick.Dispatcher  - Starting configuration load
851304 2010-04-22 10:31:55,585 [http-8080-Processor23] INFO  org.infohazard.maverick.Dispatcher  - Loading config from jndi:/localhost/alligator/WEB-INF/alligator-maverick.xml
851381 2010-04-22 10:31:55,662 [http-8080-Processor23] INFO  org.infohazard.maverick.flow.MasterFactory  - Transform factory for "document" is org.infohazard.maverick.transform.DocumentTransformFactory
851381 2010-04-22 10:31:55,662 [http-8080-Processor23] INFO  org.infohazard.maverick.flow.MasterFactory  - Transform factory for "xslt" is org.infohazard.maverick.transform.XSLTransformFactory
851381 2010-04-22 10:31:55,662 [http-8080-Processor23] INFO  org.infohazard.maverick.flow.MasterFactory  - View factory for "document" is org.infohazard.maverick.view.DocumentViewFactory
851381 2010-04-22 10:31:55,662 [http-8080-Processor23] INFO  org.infohazard.maverick.flow.MasterFactory  - View factory for "redirect" is org.infohazard.maverick.view.RedirectViewFactory
851381 2010-04-22 10:31:55,662 [http-8080-Processor23] INFO  org.infohazard.maverick.flow.MasterFactory  - View factory for "trivial" is org.infohazard.maverick.view.TrivialViewFactory
851381 2010-04-22 10:31:55,662 [http-8080-Processor23] INFO  org.infohazard.maverick.flow.MasterFactory  - View factory for "null" is org.infohazard.maverick.view.NullViewFactory

Here is the maverick.xml file
<?xml version="1.0"?>
<!--
    $Id: alligator-maverick.xml,v 1.250 2009/11/02 21:07:53 eturner Exp $
 -->
 
<maverick version="2.0" default-view-type="document">
    <views>
        <view id="default" type="redirect" path="PostLogin.m"/>
        <view id="error" path="common/error.vm"/>
    </views>
    <commands>
    
        <!-- login, logout and change password commands -->
    
        <command name="Login">
            <controller class="tdhca.common.ctl.Login"/>
            <view name="error" path="/common/login.vm">
                <param name="title" value="Login"/>        
                <param name="focus" value="userId"/>        
            </view>
            <view name="default" type="redirect" ref="default"/>
            <view name="success" type="null"/>
        </command>
        
        <command name="Logout">
            <controller class="tdhca.common.ctl.Logout"/>
            <view name="success" type="redirect" ref="default">
                <param name="title" value="Logout"/>                
            </view>
        </command>
        
        <command name="PermissionDenied">
            <controller class="tdhca.admin.ctl.PermissionDenied"/>
            <view name="success" path="/common/permissionDenied.vm"/>
        </command>
        
        <command name="ChangePassword">
            <controller class="tdhca.common.ctl.ChangePassword"/>
            <view name="error" path="/common/changePassword.vm">
                <param name="title" value="Change Password"/>
                <param name="focus" value="oldPassword"/>
                <param name="system" value="contract"/>                
            </view>
            <view name="default" type="redirect" ref="default"/>            
            <view name="success" path="/common/message.vm">
                <param name="title" value="Change Password"/>                
            </view>
        </command>    
        
        <command name="FundSourceList">
            <controller class="tdhca.alligator.ctl.FundSourceList"/>
            <view name="success" path="/fundsource/overview.vm">
                <param name="title" value="Fund Source List"/>                
            </view>
        </command>
        <command name="FundTree">
            <controller class="tdhca.alligator.ctl.FundTree"/>
            <view name="success" path="/shared/tree.vm">            
                <param name="title" value="Fund Hierarchy"/>
            </view>
        </command>
        <command name="FundSourceContext">
            <controller class="tdhca.alligator.ctl.FundSourceTransaction"/>
            <view name="success" path="/fundsource/transactionStep1.vm">
                <param name="title" value="Fund Source Transaction"/>                
            </view>
            <view name="error" path="/fundsource/transactionStep1.vm">
                <param name="title" value="Error - Fund Source Transaction"/>                
            </view>
        </command>
        <command name="FundSourcePrepareTransaction">
            <controller class="tdhca.alligator.ctl.FundSourceTransaction"/>
            <view name="success" path="/fundsource/transactionStep2.vm">
                <param name="title" value="Fund Source Transaction - Step 2"/>                
            </view>
            <view name="error" path="/fundsource/transactionStep1.vm">
                <param name="title" value=""/>                
            </view>
        </command>
...   
    
    
    </commands>        
</maverick>


Thanks for your help.
Angela
--0-2140515027-1271955056=:86446
Content-Type: text/html; charset=us-ascii

<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:bookman old style,new york,times,serif;font-size:12pt"><div style="font-family: bookman old style,new york,times,serif; font-size: 12pt;"><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><div style="font-family: bookman old style,new york,times,serif; font-size: 12pt; color: rgb(28, 75, 122);">I didn't change maverick.&nbsp; Just pulled in the jar file, that is all.&nbsp; I am using it as-is&nbsp; maverick.&nbsp; The log file doesn't have any error messages but stops just before reading the maverick file.<br><br>Here is the log file:<br>851304 2010-04-22 10:31:55,585 [http-8080-Processor23] DEBUG tdhca.maverick.Dispatcher&nbsp; - Database is DEV<br>85130
 4 2010-04-22 10:31:55,585 [http-8080-Processor23] INFO&nbsp; org.infohazard.maverick.Dispatcher&nbsp; - Starting configuration load<br>851304 2010-04-22 10:31:55,585
 [http-8080-Processor23] INFO&nbsp; org.infohazard.maverick.Dispatcher&nbsp; - Loading config from jndi:/localhost/alligator/WEB-INF/alligator-maverick.xml<br>851381 2010-04-22 10:31:55,662 [http-8080-Processor23] INFO&nbsp; org.infohazard.maverick.flow.MasterFactory&nbsp; - Transform factory for "document" is org.infohazard.maverick.transform.DocumentTransformFactory<br>851381 2010-04-22 10:31:55,662 [http-8080-Processor23] INFO&nbsp; org.infohazard.maverick.flow.MasterFactory&nbsp; - Transform factory for "xslt" is org.infohazard.maverick.transform.XSLTransformFactory<br>851381 2010-04-22 10:31:55,662 [http-8080-Processor23] INFO&nbsp; org.infohazard.maverick.flow.MasterFactory&nbsp; - View factory for "document" is org.infohazard.maverick.view.DocumentViewFactory<br>851381 2010-04-22 10
 :31:55,662 [http-8080-Processor23] INFO&nbsp; org.infohazard.maverick.flow.MasterFactory&nbsp; - View factory for "redirect" is
 org.infohazard.maverick.view.RedirectViewFactory<br>851381 2010-04-22 10:31:55,662 [http-8080-Processor23] INFO&nbsp; org.infohazard.maverick.flow.MasterFactory&nbsp; - View factory for "trivial" is org.infohazard.maverick.view.TrivialViewFactory<br>851381 2010-04-22 10:31:55,662 [http-8080-Processor23] INFO&nbsp; org.infohazard.maverick.flow.MasterFactory&nbsp; - View factory for "null" is org.infohazard.maverick.view.NullViewFactory<br><br>Here is the maverick.xml file<br>&lt;?xml version="1.0"?&gt;<br>&lt;!--<br>&nbsp;&nbsp;&nbsp; $Id: alligator-maverick.xml,v 1.250 2009/11/02 21:07:53 eturner Exp $<br>&nbsp;--&gt;<br>&nbsp;<br>&lt;maverick version="2.0" default-view-type="document"&gt;<br>&nbsp;&nbsp;&nbsp; &lt;views&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;view id="default" t
 ype="redirect" path="PostLogin.m"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;view id="error" path="common/error.vm"/&gt;<br>&nbsp;&nbsp;&nbsp;
 &lt;/views&gt;<br>&nbsp;&nbsp;&nbsp; &lt;commands&gt;<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;!-- login, logout and change password commands --&gt;<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;command name="Login"&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;controller class="tdhca.common.ctl.Login"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;view name="error" path="/common/login.vm"&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;param name="title" value="Login"/&gt;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;param name="focus" value="userId"/&gt;&nbsp;&nbsp;&nbsp; &nbsp;&nbs
 p;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/view&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;view name="default"
 type="redirect" ref="default"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;view name="success" type="null"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/command&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;command name="Logout"&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;controller class="tdhca.common.ctl.Logout"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;view name="success" type="redirect" ref="default"&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;param name="title" value="Logout"/&gt;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;
 /view&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/command&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;command
 name="PermissionDenied"&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;controller class="tdhca.admin.ctl.PermissionDenied"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;view name="success" path="/common/permissionDenied.vm"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/command&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;command name="ChangePassword"&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;controller class="tdhca.common.ctl.ChangePassword"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;view name="error" path="/common/changePassword.vm"&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;param name="title" value=
 "Change Password"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;param name="focus"
 value="oldPassword"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;param name="system" value="contract"/&gt;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/view&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;view name="default" type="redirect" ref="default"/&gt;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;view name="success" path="/common/message.vm"&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;param name="title" value="Change Password"/&gt;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br
 >&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/view&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/command&gt;&nbsp;&nbsp;&nbsp;
 <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;command name="FundSourceList"&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;controller class="tdhca.alligator.ctl.FundSourceList"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;view name="success" path="/fundsource/overview.vm"&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;param name="title" value="Fund Source List"/&gt;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/view&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/command&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;command name="FundTree"&gt;<br>&nbsp;&nbsp;&nbsp; 
 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;controller class="tdhca.alligator.ctl.FundTree"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;view
 name="success" path="/shared/tree.vm"&gt;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;param name="title" value="Fund Hierarchy"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/view&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/command&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;command name="FundSourceContext"&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;controller class="tdhca.alligator.ctl.FundSourceTransaction"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;view name="success" path="/fundsource/transactionStep1.vm"&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;param name="titl
 e" value="Fund Source Transaction"/&gt;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
 &nbsp;&nbsp;&nbsp; &lt;/view&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;view name="error" path="/fundsource/transactionStep1.vm"&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;param name="title" value="Error - Fund Source Transaction"/&gt;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/view&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/command&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;command name="FundSourcePrepareTransaction"&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;controller class="tdhca.alligator.ctl.FundSourceTransaction"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt
 ;view name="success" path="/fundsource/transactionStep2.vm"&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;param name="title"
 value="Fund Source Transaction - Step 2"/&gt;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/view&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;view name="error" path="/fundsource/transactionStep1.vm"&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;param name="title" value=""/&gt;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/view&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/command&gt;<br>...&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &lt;/commands&gt;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&lt;/ma
 verick&gt;<br><br><br>Thanks for your help.<br>Angela<br><br></div></div></div>
</div></body></html>
--0-2140515027-1271955056=:86446--


--===============8922448523803612061==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

------------------------------------------------------------------------------

--===============8922448523803612061==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
%(real_name)s mailing list
%(real_name)s@%(host_name)s
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
Archives are available at http://www.mail-archive.com/mav-user%40lists.sourceforge.net/
--===============8922448523803612061==--