Re: [Hypercontent-users] Uportal &Hypercontent
Brought to you by:
alexvigdor
From: Alex V. <av...@co...> - 2005-01-25 19:08:32
|
You should check the sample project definition in the "HyperContent =20 Project Definitions project": the relative paths that point to the =20 build and preview directories were configured for uPortal 2.3.x, so you =20= may have to change the name of the tomcat directory to reflect the =20 newer version that ships with uPortal 2.4.x. Alex On Jan 25, 2005, at 10:25 AM, Bharat Ramachandra - Lynn University =20 wrote: > Thanks Alex. I got it running. I can now see the sample project. But =20= > when I build it, it gives me > > =A0 > > edu.columbia.filesystem.FileSystemException: The filesystem could not =20= > mounted due to faulty arguments - please check your configuration > > edu.columbia.filesystem.FileSystemException: The filesystem could not =20= > mounted due to faulty arguments - please check your configuration > > at =20 > = edu.columbia.filesystem.impl.LocalNonEditioningFileSystemImpl.mount(Loc=20= > alNonEditioningFileSystemImpl.java:73) > > =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 at =20 > = edu.columbia.filesystem.FileSystemFactory.mountFileSystemManager(FileSy=20= > stemFactory.java:13 > > =A0 > > I looked at some help on the forum, but I could not get a concrete =20 > answer. I have the 2 directories build and preview in uportal =20 > deployment. > > =A0 > > Thanks > > Bharath Ramachandra > > =A0 > > > From: Alex Vigdor [mailto:av...@co...] > Sent: Monday, January 24, 2005 4:43 PM > To: Bharat Ramachandra - Lynn University > Cc: hyp...@li... > Subject: Re: [Hypercontent-users] Uportal &Hypercontent > > =A0 > > Hi, > > This has come up before - see > > =A0 > > http://sourceforge.net/mailarchive/forum.php?=20 > thread_id=3D5976347&forum_id=3D38700 > > =A0 > > Basically you just need to do a manual publish of the channel - the =20= > rest of the installation process went fine. > > =A0 > > Alex > > =A0 > > On Jan 24, 2005, at 4:32 PM, Bharat Ramachandra - Lynn University =20 > wrote: > > =A0 > > Hi, > > =A0 > > =A0=A0=A0=A0=A0I=92 trying to integrate uportal Quick start with = Hypercontent. =20 > When I run the ant script I get the following error. > > =A0 > > =A0=A0Has anybody come across this error. > > =A0 > > =A0 > > =A0 > > Buildfile: build.xml > > =A0 > > prepare: > > =A0 > > compile: > > =A0 > > copy-stylesheets: > > =A0 > > jar: > > =A0 > > deploy: > > =A0 > > publish: > > =A0 > > =A0=A0=A0=A0 [echo] Attemping to publish Content Manager channel > > =A0 > > =A0=A0=A0=A0 [java] java.lang.NoClassDefFoundError: =20 > org/apache/pluto/om/common/PreferenceSet > > =A0 > > =A0=A0=A0=A0 [java]=A0=A0=A0=A0 at java.lang.Class.forName0(Native = Method) > > =A0 > > =A0=A0=A0=A0 [java]=A0=A0=A0=A0 at = java.lang.Class.forName(Class.java:141) > > =A0 > > =A0=A0=A0=A0 [java]=A0=A0=A0=A0 at =20 > = org.jasig.portal.ChannelRegistryStoreFactory.<clinit>(ChannelRegistrySt=20= > oreFactory.java:62) > > =A0 > > =A0=A0=A0=A0 [java]=A0=A0=A0=A0 at =20 > edu.columbia.hypercontent.util.AutoPublish.main(AutoPublish.java:53) > > =A0 > > =A0=A0=A0=A0 [java] Exception in thread "main" > > =A0 > > =A0=A0=A0=A0 [java] Java Result: 1 > > =A0 > > =A0 > > =A0 > > copyzips: > > =A0 > > =A0=A0=A0=A0 [echo] Attempting to copy project definitions into = repository > > =A0 > > =A0=A0=A0=A0 [java] Installed 0 files to =20 > ..//hypercontent-repositories/project-definitions/ > > =A0 > > =A0=A0=A0=A0 [echo] Attempting to copy sample project data into = repository > > =A0 > > =A0=A0=A0=A0 [echo] please be patient > > =A0 > > =A0=A0=A0=A0 [java] Installed 0 files to =20 > ..//hypercontent-repositories/hypercontent-site/ > > =A0 > > =A0 > > =A0 > > install: > > =A0 > > =A0=A0=A0=A0 [echo] Installed HyperContent v1.4 > > =A0 > > =A0 > > =A0 > > BUILD SUCCESSFUL > > =A0 > > Total time: 20 seconds > > =A0 > > =A0 > > =A0 > > Thanks > > =A0 > > B > > =A0 > > =A0 |