Re: [Hypercontent-users] ant publish errors:
Brought to you by:
alexvigdor
From: Alex V. <av...@co...> - 2004-12-08 18:19:02
|
Assuming you changed the paths in the build.properties to point to the appropriate directories, if you're still seeing classpath issues you can use the Channel Manager in uPortal to manually publish the Content Manager channel as a custom channel, whose classname is edu.columbia.hypercontent.contentmanager.CContentManager I recommend a timeout of one minute (60000). Alex On Dec 8, 2004, at 12:41 PM, jstiles wrote: > On Tue, 2004-12-07 at 17:56 -0800, jstiles wrote: >> Publish Error: >> ant publish >> publish: >> [echo] Attemping to publish Content Manager channel >> [java] Exception in thread "main" >> java.lang.NoClassDefFoundError: >> org/apache/pluto/om/common/PreferenceSet >> [java] at java.lang.Class.forName0(Native Method) >> [java] at java.lang.Class.forName(Class.java:164) >> [java] at >> org.jasig.portal.ChannelRegistryStoreFactory.<clinit>(ChannelRegistryS >> toreFactory.java:62) >> [java] at >> edu.columbia.hypercontent.util.AutoPublish.main(AutoPublish.java:53) >> [java] Java Result: 1 >> BUILD SUCCESSFUL >> Total time: 1 second > > I downgraded uPortal to 2.3.5 and got the same error on 'ant publish' > With uPortal_2-3-5-quick-start, Hypercontent1_4 'ant publish' works > With uPortal_2-4-1-quick-start, Hypercontent1_4 'ant publish' has the > same java error. > > So I guess there is an incompatibility problem with tomcat-5.0.28.mod > Is there a patch? > > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real > users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent-users > |