hypercontent-users Mailing List for HyperContent (Page 32)
Brought to you by:
alexvigdor
You can subscribe to this list here.
2004 |
Jan
|
Feb
(4) |
Mar
(6) |
Apr
(4) |
May
(3) |
Jun
(1) |
Jul
(7) |
Aug
(4) |
Sep
(31) |
Oct
(11) |
Nov
(30) |
Dec
(22) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(23) |
Feb
(11) |
Mar
(22) |
Apr
(13) |
May
(31) |
Jun
(27) |
Jul
(32) |
Aug
(4) |
Sep
(25) |
Oct
(21) |
Nov
(31) |
Dec
(28) |
2006 |
Jan
(14) |
Feb
(12) |
Mar
(17) |
Apr
(21) |
May
(6) |
Jun
(4) |
Jul
(26) |
Aug
(24) |
Sep
(19) |
Oct
(24) |
Nov
(34) |
Dec
(17) |
2007 |
Jan
(10) |
Feb
(43) |
Mar
(60) |
Apr
(10) |
May
(20) |
Jun
(2) |
Jul
(17) |
Aug
(38) |
Sep
(45) |
Oct
(5) |
Nov
(4) |
Dec
(5) |
2008 |
Jan
|
Feb
(1) |
Mar
|
Apr
(10) |
May
(2) |
Jun
(2) |
Jul
|
Aug
(4) |
Sep
(1) |
Oct
(5) |
Nov
(1) |
Dec
(1) |
2009 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Carl B. <C.P...@hu...> - 2004-12-15 14:50:24
|
Micah Alex might want to confirm this bit as far as I can tell the error means that your build directory in your site definition is not set correctly. Many thanks Carl Micah Cooper wrote: > For some reason, after restarting our system, uPortal began to fail > loading, so we started with a new quick start, added hypercontent, > manually added the content manager b/c the preference stage of build > failed, and copied over hypercontent-repostories. We see our old > projects just fine now and I can edit them and whatnot. > > When I go to build (or build all), however, I get the following error: > Something is wrong - see log for details: > Error performing buildNode: The filesystem could not mounted due to > faulty arguments - please check your configuration > (edu.columbia.filesystem.FileSystemException) > > I check uportal.log for details and see the following > ERROR [http-8080-Processor21] jasig.portal.[] Dec/15 09:32:07 - > edu.columbia.filesystem.FileSystemException: The filesystem could not > mounted due to faulty arguments - please check your configuration > edu.columbia.filesystem.FileSystemException: The filesystem could not > mounted due to faulty arguments - please check your configuration > > > What am I missing? > > Thanks > -Micah > -------------------------------------------------------- > Micah J. Cooper > Manager, Computing Services > School of Engineering & Applied Science > Miami University, Oxford OH 45056 -- ************************************ Carl Barrow Web Developer e-Services The University of Hull Cottingham Road Hull HU6 7RX Ext. 6838 ************************************ |
From: Micah C. <coo...@mu...> - 2004-12-15 14:38:46
|
For some reason, after restarting our system, uPortal began to fail loading, so we started with a new quick start, added hypercontent, manually added the content manager b/c the preference stage of build failed, and copied over hypercontent-repostories. We see our old projects just fine now and I can edit them and whatnot. When I go to build (or build all), however, I get the following error: Something is wrong - see log for details: Error performing buildNode: The filesystem could not mounted due to faulty arguments - please check your configuration (edu.columbia.filesystem.FileSystemException) I check uportal.log for details and see the following ERROR [http-8080-Processor21] jasig.portal.[] Dec/15 09:32:07 - edu.columbia.filesystem.FileSystemException: The filesystem could not mounted due to faulty arguments - please check your configuration edu.columbia.filesystem.FileSystemException: The filesystem could not mounted due to faulty arguments - please check your configuration What am I missing? Thanks -Micah -------------------------------------------------------- Micah J. Cooper Manager, Computing Services School of Engineering & Applied Science Miami University, Oxford OH 45056 |
From: Alex V. <av...@co...> - 2004-12-14 20:39:20
|
Carl, Based on the CVS rdiff, I think you should just need to update these 4 files: File hypercontent/source/edu/columbia/hypercontent/editors/navigation/ nav_html.xsl changed from revision 1.5 to 1.6 File hypercontent/source/edu/columbia/hypercontent/editors/navigation/ commands/UpdateNav.java changed from revision 1.4 to 1.8 File hypercontent/source/edu/columbia/hypercontent/filters/navigation/ Template.java changed from revision 1.8 to 1.10 File hypercontent/webpages/media/edu/columbia/hypercontent/divlist.js changed from revision 1.2 to 1.4 -Alex On Dec 13, 2004, at 11:52 AM, Carl Barrow wrote: > Thanks very much, I'll take a look in the CVS. do you have any idea > just which file/s I might need to update? > > Thanks > Carl > > Adam Carl wrote: > >> Alex, >> >> I think you are right. We had a similar problem a few months back >> but it was fixed in one of those patches. >> >> Adam >> >> On Dec 13, 2004, at 10:57 AM, Alex Vigdor wrote: >> >>> Hi Carl, >>> I can't remember, are you using the 1.4 release or more recent >>> code from the CVS? There were a few bugs with the navigation editor >>> in the 1.4 release that have ben fixed in CVS for a few months. >>> That sounds like something that may have been addressed in those >>> patches. I guess I really should make a 1.4.1 release . . . >>> >>> Alex >>> >>> On Dec 13, 2004, at 9:05 AM, Carl Barrow wrote: >>> >>>> Hi Alex >>>> >>>> I have a question about my sitemap.xml file. Structure below.. >>>> >>>> <?xml version="1.0" encoding="UTF-8"?> >>>> <!DOCTYPE nav-template SYSTEM >>>> "http://hypercontent.sourceforge.net/dtd/navigation.dtd"> >>>> <nav-template customLabel="Home" labelWith="custom" >>>> pattern="/index.xml" sortChildren="by-label"> >>>> <nav-template pattern="/*/index.xml"> >>>> <nav-template pattern="/*/*" /> >>>> >>>> <nav-template pattern="/*/*/index.xml" sortChildren="by-label"> >>>> <nav-template pattern="/*/*/*" sortChildren="by-label" /> >>>> </nav-template> >>>> </nav-template> >>>> </nav-template> >>>> >>>> When I use the visual editor to add an external link (used in the >>>> menu) under one of my first level directories is puts the link into >>>> all of them. Can you see form the code above what I might be >>>> doing wrong? >>>> >>>> Many thanks >>>> Carl >>>> >>>> -- >>>> ************************************ >>>> >>>> Carl Barrow >>>> Web Developer >>>> e-Services >>>> The University of Hull >>>> Cottingham Road >>>> Hull >>>> HU6 7RX >>>> Ext. 6838 >>>> ************************************ >>>> >>>> >>>> >>>> ------------------------------------------------------- >>>> 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 >>> >>> >>> >>> >>> ------------------------------------------------------- >>> 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 >>> >> Adam Carl >> AIS Web Services >> (212) 854-0131 >> ac...@co... >> >> >> >> ------------------------------------------------------- >> 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 > > > -- > ************************************ > > Carl Barrow > Web Developer > e-Services > The University of Hull > Cottingham Road > Hull > HU6 7RX > Ext. 6838 > ************************************ > > > > ------------------------------------------------------- > 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 |
From: Alex V. <av...@co...> - 2004-12-13 19:39:31
|
Hi Pete, I've gone ahead and added quicktime, flash, photoshop and PHP (which we had already added locally). It's committed in the HyperContent 1 project - I'll update it for v2 as well shortly. Alex On Dec 13, 2004, at 12:45 PM, Pete Boysen wrote: > Alex, > Would you add the following content type: > > <content-type type="video/quicktime" label="Quicktime Video" > icon="media/edu/columbia/hypercontent/doc_blank.gif"> > <file-extension value="mov" preferred="true"/> > <editor key="upload"/> > <editor key="dublincore"/> > </content-type> > > I suspect there should be an entry for Flash too but I haven't tested > that yet. > > > Pete Boysen Iowa State University pb...@ia... > (515)294-6663 Ames, Iowa 50011 http://www.public.iastate.edu/~pboysen > > > > ------------------------------------------------------- > 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 > |
From: Pete B. <pb...@ia...> - 2004-12-13 17:46:04
|
Alex, Would you add the following content type: <content-type type="video/quicktime" label="Quicktime Video" icon="media/edu/columbia/hypercontent/doc_blank.gif"> <file-extension value="mov" preferred="true"/> <editor key="upload"/> <editor key="dublincore"/> </content-type> I suspect there should be an entry for Flash too but I haven't tested that yet. Pete Boysen Iowa State University pb...@ia... (515)294-6663 Ames, Iowa 50011 http://www.public.iastate.edu/~pboysen |
From: Carl B. <C.P...@hu...> - 2004-12-13 16:53:43
|
Thanks very much, I'll take a look in the CVS. do you have any idea just which file/s I might need to update? Thanks Carl Adam Carl wrote: > Alex, > > I think you are right. We had a similar problem a few months back but > it was fixed in one of those patches. > > Adam > > On Dec 13, 2004, at 10:57 AM, Alex Vigdor wrote: > >> Hi Carl, >> I can't remember, are you using the 1.4 release or more recent >> code from the CVS? There were a few bugs with the navigation editor >> in the 1.4 release that have ben fixed in CVS for a few months. >> That sounds like something that may have been addressed in those >> patches. I guess I really should make a 1.4.1 release . . . >> >> Alex >> >> On Dec 13, 2004, at 9:05 AM, Carl Barrow wrote: >> >>> Hi Alex >>> >>> I have a question about my sitemap.xml file. Structure below.. >>> >>> <?xml version="1.0" encoding="UTF-8"?> >>> <!DOCTYPE nav-template SYSTEM >>> "http://hypercontent.sourceforge.net/dtd/navigation.dtd"> >>> <nav-template customLabel="Home" labelWith="custom" >>> pattern="/index.xml" sortChildren="by-label"> >>> <nav-template pattern="/*/index.xml"> >>> <nav-template pattern="/*/*" /> >>> >>> <nav-template pattern="/*/*/index.xml" sortChildren="by-label"> >>> <nav-template pattern="/*/*/*" sortChildren="by-label" /> >>> </nav-template> >>> </nav-template> >>> </nav-template> >>> >>> When I use the visual editor to add an external link (used in the >>> menu) under one of my first level directories is puts the link into >>> all of them. Can you see form the code above what I might be doing >>> wrong? >>> >>> Many thanks >>> Carl >>> >>> -- >>> ************************************ >>> >>> Carl Barrow >>> Web Developer >>> e-Services >>> The University of Hull >>> Cottingham Road >>> Hull >>> HU6 7RX >>> Ext. 6838 >>> ************************************ >>> >>> >>> >>> ------------------------------------------------------- >>> 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 >> >> >> >> >> ------------------------------------------------------- >> 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 >> > Adam Carl > AIS Web Services > (212) 854-0131 > ac...@co... > > > > ------------------------------------------------------- > 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 -- ************************************ Carl Barrow Web Developer e-Services The University of Hull Cottingham Road Hull HU6 7RX Ext. 6838 ************************************ |
From: Adam C. <ac...@co...> - 2004-12-13 16:02:57
|
Alex, I think you are right. We had a similar problem a few months back but it was fixed in one of those patches. Adam On Dec 13, 2004, at 10:57 AM, Alex Vigdor wrote: > Hi Carl, > I can't remember, are you using the 1.4 release or more recent code > from the CVS? There were a few bugs with the navigation editor in the > 1.4 release that have ben fixed in CVS for a few months. That sounds > like something that may have been addressed in those patches. I guess > I really should make a 1.4.1 release . . . > > Alex > > On Dec 13, 2004, at 9:05 AM, Carl Barrow wrote: > >> Hi Alex >> >> I have a question about my sitemap.xml file. Structure below.. >> >> <?xml version="1.0" encoding="UTF-8"?> >> <!DOCTYPE nav-template SYSTEM >> "http://hypercontent.sourceforge.net/dtd/navigation.dtd"> >> <nav-template customLabel="Home" labelWith="custom" >> pattern="/index.xml" sortChildren="by-label"> >> <nav-template pattern="/*/index.xml"> >> <nav-template pattern="/*/*" /> >> >> <nav-template pattern="/*/*/index.xml" sortChildren="by-label"> >> <nav-template pattern="/*/*/*" sortChildren="by-label" /> >> </nav-template> >> </nav-template> >> </nav-template> >> >> When I use the visual editor to add an external link (used in the >> menu) under one of my first level directories is puts the link into >> all of them. Can you see form the code above what I might be doing >> wrong? >> >> Many thanks >> Carl >> >> -- >> ************************************ >> >> Carl Barrow >> Web Developer >> e-Services >> The University of Hull >> Cottingham Road >> Hull >> HU6 7RX >> Ext. 6838 >> ************************************ >> >> >> >> ------------------------------------------------------- >> 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 > > > > ------------------------------------------------------- > 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 > Adam Carl AIS Web Services (212) 854-0131 ac...@co... |
From: Alex V. <av...@co...> - 2004-12-13 15:57:07
|
Hi Carl, I can't remember, are you using the 1.4 release or more recent code from the CVS? There were a few bugs with the navigation editor in the 1.4 release that have ben fixed in CVS for a few months. That sounds like something that may have been addressed in those patches. I guess I really should make a 1.4.1 release . . . Alex On Dec 13, 2004, at 9:05 AM, Carl Barrow wrote: > Hi Alex > > I have a question about my sitemap.xml file. Structure below.. > > <?xml version="1.0" encoding="UTF-8"?> > <!DOCTYPE nav-template SYSTEM > "http://hypercontent.sourceforge.net/dtd/navigation.dtd"> > <nav-template customLabel="Home" labelWith="custom" > pattern="/index.xml" sortChildren="by-label"> > <nav-template pattern="/*/index.xml"> > <nav-template pattern="/*/*" /> > > <nav-template pattern="/*/*/index.xml" sortChildren="by-label"> > <nav-template pattern="/*/*/*" sortChildren="by-label" /> > </nav-template> > </nav-template> > </nav-template> > > When I use the visual editor to add an external link (used in the > menu) under one of my first level directories is puts the link into > all of them. Can you see form the code above what I might be doing > wrong? > > Many thanks > Carl > > -- > ************************************ > > Carl Barrow > Web Developer > e-Services > The University of Hull > Cottingham Road > Hull > HU6 7RX > Ext. 6838 > ************************************ > > > > ------------------------------------------------------- > 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 |
From: Carl B. <C.P...@hu...> - 2004-12-13 14:07:41
|
Hi Alex I have a question about my sitemap.xml file. Structure below.. <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE nav-template SYSTEM "http://hypercontent.sourceforge.net/dtd/navigation.dtd"> <nav-template customLabel="Home" labelWith="custom" pattern="/index.xml" sortChildren="by-label"> <nav-template pattern="/*/index.xml"> <nav-template pattern="/*/*" /> <nav-template pattern="/*/*/index.xml" sortChildren="by-label"> <nav-template pattern="/*/*/*" sortChildren="by-label" /> </nav-template> </nav-template> </nav-template> When I use the visual editor to add an external link (used in the menu) under one of my first level directories is puts the link into all of them. Can you see form the code above what I might be doing wrong? Many thanks Carl -- ************************************ Carl Barrow Web Developer e-Services The University of Hull Cottingham Road Hull HU6 7RX Ext. 6838 ************************************ |
From: jstiles <js...@co...> - 2004-12-08 21:47:58
|
On Wed, 2004-12-08 at 13:19 -0500, Alex Vigdor wrote: > 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 Thank you Alix, I started the quickstart and copied down the 'Content Manager' Properties, and then started up the installed uPortal, and added Published the 'Content Manager' manually. After I did that 2 'Content Manger' channels appeared. One was restricted to the group 'Portal Administrators' which does not exist, and the one I created was granted to Everyone. I then tried to Subsribe to the channel, and got lots of errors about not being able to find edu.columbia.hypercontent.contentmanager.CContentManager. So I stopped the installed tomcat, and started the quickstart version, and logged in just to see what 'Content Manger' looked like when it was working. Then I shut down quickstart tomcat and startup the installed tomcat, and refreshed my browser, and 'Content Manager' was working! What a hack I thought. So I restarted tomcat just to be sure (making sure I had killed all java processes and hsql was not running. Upon restarting the installed tomcat I could access 'Content Manager'. Just to be really safe I then rebooted the box. After that tomcat started but .... I am denied access to 'Content Manager' no matter what I do. So is there a bata fix for 'ant publish'? |
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 > |
From: jstiles <js...@co...> - 2004-12-08 17:41:23
|
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>(ChannelRegistryStoreFactory.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? |
From: jstiles <js...@co...> - 2004-12-08 01:56:43
|
Hello, Running 'ant publish' I get a missing class error on publish (unpublish gives same error). I am not a java guru, so a lot of this is new territory for me. Working with hypercontent-1.4 + uportal-2.4.1 + tomcat-5.-.28 + jdk-1.5.0 + mysql-2.23.58. Is there a way to manually Publish 'Content Manager' in uPortal? All other ant directives work without error. In uPortal, when I manage published channels, no Content Manager listed. If use 'Group Manager' and search for 'Content' I see two matches for 'Content Manager' and 'Content Subscriber', listed below: 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>(ChannelRegistryStoreFactory.java:62) [java] at edu.columbia.hypercontent.util.AutoPublish.main(AutoPublish.java:53) [java] Java Result: 1 BUILD SUCCESSFUL Total time: 1 second my build.properties: deploy=/usr/tomcat/webapps/uPortal common.lib=/usr/tomcat/common/lib runtime.dir=/usr/tomcat/webapps Other envirnment info: JAVA_HOME="/usr/java/jdk1.5.0" JAVA_OPTS="-Xms128M -Xmx256M -Djava.awt.headless=true" JAVABIN=$JAVA_HOME/bin PATH=$JAVABIN:$PATH CATALINA_HOME="/usr/tomcat" CATALINA_OPTS="-Dfile.encoding=ISO-8859-1 -Xms128M -Xmx256M -Djava.awt.headless=true" ANT_HOME=/usr/ant PATH=${PATH}:${ANT_HOME}/bin uPortal 'Group Manager' -> search for 'Content' results: Content ManagerHide Info Containing Groups = Applications Description = Administrative front-end for HyperContent Functional Name = contentmanager Name = Content Manager Timeout = 60000 Title = Content Manage Content SubscriberHide Info Containing Groups = Description = Content Subscriber channel Functional Name = contentsubscriber Name = Content Subscriber Timeout = 100000 Title = ContentSubscriber Hypercontent setup notes follow: # Unpack HypterContent unzip HyperContent1_4.zip cd HyperContent1_4/ # Set variables for HyperContent vi build.properties deploy=/usr/tomcat/webapps/uPortal common.lib=/usr/tomcat/common/lib runtime.dir=/usr/tomcat/webapps # Run ant and get a missing class error on publish (unpublish gives same error) ant -buildfile build.xml 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>(ChannelRegistryStoreFactory.java:62) [java] at edu.columbia.hypercontent.util.AutoPublish.main(AutoPublish.java:53) [java] Java Result: 1 |
From: Alex V. <av...@co...> - 2004-12-06 23:35:26
|
Have you tried ./ant_1-6-2/bin/ant.bat -buildfile HyperContent1_4\build.xml Just a hunch . . . the idea being to execute ant directly rather than through the uPortal ant script. What version of uPortal are you using? Alex On Dec 6, 2004, at 12:57 PM, Susan Hauck wrote: > I'm trying to install hypercontent on windows xp. uPortal (quickstart) > is installed and working. When I try to run > > ant -buildfile HyperContent1_4\build.xml > > At the command prompt, I get as a response: > > set ANT_HOME=./Ant_1-6-2 > ./ant_1-6-2/bin/ant.bat -buildfile > You must specify a buildfile when using the -buildfile argument > > I tried specifiying the full path to the build.xml > (c:\uportalxx\hypercontent1_4) and various other attempts at specifying > the various paths, but it keeps on ignoring the "build.xml" in the > command. thanks for any help. > > -sue > > > > > ------------------------------------------------------- > 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 > |
From: Susan H. <SH...@mc...> - 2004-12-06 17:58:16
|
I'm trying to install hypercontent on windows xp. uPortal (quickstart) is installed and working. When I try to run ant -buildfile HyperContent1_4\build.xml At the command prompt, I get as a response: set ANT_HOME=./Ant_1-6-2 ./ant_1-6-2/bin/ant.bat -buildfile You must specify a buildfile when using the -buildfile argument I tried specifiying the full path to the build.xml (c:\uportalxx\hypercontent1_4) and various other attempts at specifying the various paths, but it keeps on ignoring the "build.xml" in the command. thanks for any help. -sue |
From: Alex V. <av...@co...> - 2004-12-02 18:33:38
|
Hi Carl, This may be related to the default processing that takes place when an image is added or edited; a thumbnail gets generated, which could cause issues in a low-memory situation, as the whole graphic has to be loaded into memory. You can control the channel timeout using the uPortal channel manager, but you may need to add memory to your JVM. How big is the graphic, what format is it, and how much memory do you have allocated to the JVM? Alex On Dec 2, 2004, at 4:49 AM, Carl Barrow wrote: > Hi Alex > > I'm getting a timeout when I add a graphic file to site structure and > also when I click to edit a graphic file. I get a uPortal error > report : > > Channel ID: n77 > Message: unsuccessfull rendering > Error type: Channel timed out (code 4) > > Clicking on 'retry the channel' button then brings it up without any > problem. Is there a setting somewhere to change the time out value > or another fix? > > Many Thanks > Carl > > -- > ************************************ > > Carl Barrow > Web Developer > e-Services > The University of Hull > Cottingham Road > Hull > HU6 7RX > Ext. 6838 > ************************************ > > > > ------------------------------------------------------- > 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 |
From: Carl B. <C.P...@hu...> - 2004-12-02 09:50:12
|
Hi Alex I'm getting a timeout when I add a graphic file to site structure and also when I click to edit a graphic file. I get a uPortal error report : Channel ID: n77 Message: unsuccessfull rendering Error type: Channel timed out (code 4) Clicking on 'retry the channel' button then brings it up without any problem. Is there a setting somewhere to change the time out value or another fix? Many Thanks Carl -- ************************************ Carl Barrow Web Developer e-Services The University of Hull Cottingham Road Hull HU6 7RX Ext. 6838 ************************************ |
From: Alex V. <av...@co...> - 2004-11-29 20:10:26
|
Susan, This problem was introduced in uPortal 2.3 when George Lindholm =20= changed the URL format for download workers to get around some browser =20= problems. You can see the discussion on the Dev list mid-June with =20 subject line "uPortal url format issue". It was causing serious =20 problems for portions of HyperContent that open a new window that =20 reloads and loads graphics, as it was changing the directory context of =20= the page; so for those screens I have it hard-coded to strip off =20 everything before the "tag", reverting to the old URL format which, for =20= now, still works. I have not seen it cause problems for simple file =20 downloads, however: if this is the case, that would affect every =20 channel that uses the uPortal download worker, and is therefore really =20= a uPortal bug. It could be hacked around in line 70 of =20 UploadEditor.java, to use the same logic found in the =20 getDownloadWorkerURL method of CContentManager.java (strip off =20 everything before the "tag"). There is no guarantee this will work =20 with future versions of uPortal, however. Fortunately, all these =20 problems will go away in HyperContent 2, which acts as a standalone web =20= server, and everything is accessible through very normal looking urls. By the way, I'd encourage you to join the mailing list. Right now I =20 have to approve each of your posts since you're not a member, and =20 sometimes that can introduce an unnecessary delay in response. Alex On Nov 23, 2004, at 5:41 PM, Susan Bramhall wrote: > I am running into a problem with downloads.=A0 When in the =20 > upload/download=A0 screen for an xml file the bottom of the page =20 > contains a link for getting the download (with text: "Right Click to =20= > Download file").=A0 The url is (for example): =20 > http://[server]/uPortal/=20 > worker%2Fdownload%2Ftag.idempotent.worker.download.target.n562.uP?=20 > -2467498002549516683 > > The escaped forward slashes in the url after the uPortal context =20 > cause problems for the mod_jk2 connector and Apache such that I get a =20= > file not found error.=A0 If I change the escape sequences '%2f ' to =20= > slash '/ ' then it works.=A0 However, I believe the whole portion = after =20 > uPortal/ and before tag should not be there.=A0 The channel seems to =20= > have a method getDownloadWorkerURL which is getting called and is =20 > stripping the extraneous part out yet the url still appears. > > Can you tell me how to get the url to come out correctly? > > Thanks. > Susan > =20= |
From: Alex V. <av...@co...> - 2004-11-29 19:44:28
|
Hi Carl, I find it useful to use CDATA sections with javascript, e.g. <script language="javascript"> <![CDATA[<!-- //body of script -->]]> </script> Perhaps this will help. If you need to dynamically generate portions of the script, it can get a little ugly <script language="javascript"> <![CDATA[<!-- //body of script var myVar = ']]><xsl:value-of select="$myVar"/><![CDATA['; -->]]> </script> -Alex On Nov 29, 2004, at 9:40 AM, Carl Barrow wrote: > Hi Alex/Adam > > whilst this isn't really a HyperContent question I was hoping you > might have come across something similar whilst building your sites > there at Columbia. > > My sites here at Hull output a text only version. I've have some > javascript in the html <head> tag that allows the user to change the > text and background colour to whatever they feel best. > <SCRIPT LANGUAGE="JavaScript"> > function text() { > document.body.text=(""+ colc.textcolour.value +""); > document.body.link=(""+ colc.textcolour.value +""); > } > </script> > > I have been having a few problems getting this into the template. I > think the </script> tag is being turned into a <script /> leaving the > top tag without it's end tag. > > Is this something you've seen and managed to over come? > > Many thanks > Carl > > -- > ************************************ > > Carl Barrow > Web Developer > e-Services > The University of Hull > Cottingham Road > Hull > HU6 7RX > Ext. 6838 > ************************************ > > > > ------------------------------------------------------- > 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 > |
From: Carl B. <C.P...@hu...> - 2004-11-29 14:41:07
|
Hi Alex/Adam whilst this isn't really a HyperContent question I was hoping you might have come across something similar whilst building your sites there at Columbia. My sites here at Hull output a text only version. I've have some javascript in the html <head> tag that allows the user to change the text and background colour to whatever they feel best. <SCRIPT LANGUAGE="JavaScript"> function text() { document.body.text=(""+ colc.textcolour.value +""); document.body.link=(""+ colc.textcolour.value +""); } </script> I have been having a few problems getting this into the template. I think the </script> tag is being turned into a <script /> leaving the top tag without it's end tag. Is this something you've seen and managed to over come? Many thanks Carl -- ************************************ Carl Barrow Web Developer e-Services The University of Hull Cottingham Road Hull HU6 7RX Ext. 6838 ************************************ |
From: Susan B. <sus...@ya...> - 2004-11-23 22:41:40
|
I am running into a problem with downloads. When in the upload/download screen for an xml file the bottom of the page contains a link for getting the download (with text: "Right Click to Download file"). The url is (for example): http <worker%2Fdownload%2Ftag.idempotent.worker.download.target.n562.uP?-2467498002549516683>://[server]/uPortal/worker%2Fdownload%2Ftag.idempotent.worker.download.target.n562.uP?-2467498002549516683 The escaped forward slashes in the url after the uPortal context cause problems for the mod_jk2 connector and Apache such that I get a file not found error. If I change the escape sequences '%2f ' to slash '/ ' then it works. However, I believe the whole portion after uPortal/ and before tag should not be there. The channel seems to have a method getDownloadWorkerURL which is getting called and is stripping the extraneous part out yet the url still appears. Can you tell me how to get the url to come out correctly? Thanks. Susan |
From: Alex V. <av...@co...> - 2004-11-23 14:39:32
|
Carl, Can you describe what you're seeing a bit more? I thought Juris was seeing a problem trying to publish a single file, but you describe seeing a problem publishing the full site. If what you're seeing is 0 files updated, that means the system didn't find anything that *seemed* out of date. You can do a "force publish" from the admin sub-tab to force any output to happen. Perhaps the greatest weakness of HyperContent 1 is it's inability to recursively establish dependencies; for example, if your home page includes a site map file, and a file is added or deleted lower in the site that changes what shows up in the site map, the home page will not automatically get updated. I have addressed this in HyperContent 2 - it can catch dependencies recursively from XML Includes, including site map links, and knows about XSL imports and includes. Alex On Nov 23, 2004, at 3:50 AM, Carl Barrow wrote: > Alex/Juris > > I have been seeing this same problem at Hull when publishing a full > site from root level. Did anyone find out what was causing this? > > Thanks > Carl > > sd...@la... wrote: > >> Hello, Alex! >> >> Last time I sent you an email with attachment, perhaps you couldn't >> see it. The >> problem was that HyperContent doesn't publish single file. I still >> can do >> "Publish All". In shows the message which I stored online: >> http://portaldv.lanet.lv/rss/index/index.html >> What could cause such behaviour? >> Some words about SCP using JSch and updated JCshFileSystemImpl. After >> we started >> to use JSch instead of j2ssh buid process became more stable. It isn't >> necessary to restart tomcat every day any nore. Looks like SCP realy >> works >> faster than SFTP, at least buid process is faster! >> Thanks, Juris Treibahs >> >> >> >> >> >> >> ------------------------------------------------------- >> This SF.net email is sponsored by: IT Product Guide on >> ITManagersJournal >> Use IT products in your business? Tell us what you think of them. >> Give us >> Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find >> out more >> http://productguide.itmanagersjournal.com/guidepromo.tmpl >> _______________________________________________ >> Hypercontent-users mailing list >> Hyp...@li... >> https://lists.sourceforge.net/lists/listinfo/hypercontent-users >> >> > > -- > ************************************ > > Carl Barrow > Web Developer > e-Services > The University of Hull > Cottingham Road > Hull > HU6 7RX > Ext. 6838 > ************************************ > > > > ------------------------------------------------------- > 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 |
From: <sd...@la...> - 2004-11-23 13:24:21
|
Hello! No we didn't find what causes that behaveour Best wishes,=20 Juris Treibahs -> Alex/Juris ->=20 -> I have been seeing this same problem at Hull when publishing a full si= te=20 -> from root level. Did anyone find out what was causing this? ->=20 -> Thanks -> Carl ->=20 -> sd...@la... wrote: ->=20 -> >Hello, Alex! -> > -> >Last time I sent you an email with attachment, perhaps you couldn't s= ee it. -> The -> >problem was that HyperContent doesn't publish single file. I still ca= n do -> >"Publish All". In shows the message which I stored online: -> >http://portaldv.lanet.lv/rss/index/index.html -> >What could cause such behaviour? -> >Some words about SCP using JSch and updated JCshFileSystemImpl. After= we -> started -> >to use JSch instead of j2ssh buid process became more stable. It isn'= t -> >necessary to restart tomcat every day any nore. Looks like SCP realy = works -> >faster than SFTP, at least buid process is faster!=20 -> > -> >Thanks,=20 -> >Juris Treibahs -> > -> > -> > -> > -> > -> > -> >------------------------------------------------------- -> >This SF.net email is sponsored by: IT Product Guide on ITManagersJour= nal -> >Use IT products in your business? Tell us what you think of them. Giv= e us -> >Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find ou= t -> more -> >http://productguide.itmanagersjournal.com/guidepromo.tmpl -> >_______________________________________________ -> >Hypercontent-users mailing list -> >Hyp...@li... -> >https://lists.sourceforge.net/lists/listinfo/hypercontent-users -> > -> > =20 -> > ->=20 -> --=20 -> ************************************ ->=20 -> Carl Barrow -> Web Developer -> e-Services -> The University of Hull -> Cottingham Road -> Hull -> HU6 7RX -> Ext. 6838 -> =20 -> ************************************ ->=20 ->=20 ->=20 -> ------------------------------------------------------- -> SF email is sponsored by - The IT Product Guide -> Read honest & candid reviews on hundreds of IT Products from real user= s. -> Discover which products truly live up to the hype. Start reading now.=20 -> http://productguide.itmanagersjournal.com/ -> _______________________________________________ -> Hypercontent-users mailing list -> Hyp...@li... -> https://lists.sourceforge.net/lists/listinfo/hypercontent-users ->=20 ->=20 |
From: Carl B. <C.P...@hu...> - 2004-11-23 08:50:31
|
Alex/Juris I have been seeing this same problem at Hull when publishing a full site from root level. Did anyone find out what was causing this? Thanks Carl sd...@la... wrote: >Hello, Alex! > >Last time I sent you an email with attachment, perhaps you couldn't see it. The >problem was that HyperContent doesn't publish single file. I still can do >"Publish All". In shows the message which I stored online: >http://portaldv.lanet.lv/rss/index/index.html >What could cause such behaviour? >Some words about SCP using JSch and updated JCshFileSystemImpl. After we started >to use JSch instead of j2ssh buid process became more stable. It isn't >necessary to restart tomcat every day any nore. Looks like SCP realy works >faster than SFTP, at least buid process is faster! > >Thanks, >Juris Treibahs > > > > > > >------------------------------------------------------- >This SF.net email is sponsored by: IT Product Guide on ITManagersJournal >Use IT products in your business? Tell us what you think of them. Give us >Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more >http://productguide.itmanagersjournal.com/guidepromo.tmpl >_______________________________________________ >Hypercontent-users mailing list >Hyp...@li... >https://lists.sourceforge.net/lists/listinfo/hypercontent-users > > > -- ************************************ Carl Barrow Web Developer e-Services The University of Hull Cottingham Road Hull HU6 7RX Ext. 6838 ************************************ |
From: Carl B. <C.P...@hu...> - 2004-11-22 09:29:30
|
Hi Alex Thanks very much for all your help, I now have hypercontent setup and running our new website here at Hull (although the site isn't live yet) . I have a question which may be more trivial than the rest. When a user is editing their website they see a tree structure on the left hand side. All the file are listed with the XML extension, this is completely understandable to me, but I think it will confuse some of our users here. Would there be a way to either take the extension away or display a html one instead? Thanks Carl -- ************************************ Carl Barrow Web Developer e-Services The University of Hull Cottingham Road Hull HU6 7RX Ext. 6838 ************************************ |