[Building Sakai] How to change index path?

Gary Seibold gseibold at bumail.bradley.edu
Wed May 20 09:45:37 PDT 2009


I am getting the error below in my log file.  I have change directory  
names and now sakai doesn't know where the indexes should be.  How/ 
where do I change or configure it to look in the correct path?

WARN: Failed to compete merge of 15 (2009-05-20 11:41:27,381  
Timer-1_org.sakaiproject.search.journal.impl.MergeUpdateOperation)
org.sakaiproject.search.transaction.api.IndexTransactionException:  
Failed to delete documents
	at  
org 
.sakaiproject 
.search 
.journal 
.impl 
.JournaledFSIndexStorageUpdateTransactionListener 
.prepare(JournaledFSIndexStorageUpdateTransactionListener.java:161)
	at  
org 
.sakaiproject 
.search 
.transaction 
.impl.IndexTransactionImpl.firePrepare(IndexTransactionImpl.java:312)
	at  
org 
.sakaiproject 
.search 
.transaction 
.impl.IndexTransactionImpl.prepare(IndexTransactionImpl.java:146)
	at  
org 
.sakaiproject 
.search 
.journal.impl.MergeUpdateOperation.runOnce(MergeUpdateOperation.java:94)
	at  
org 
.sakaiproject 
.search 
.journal 
.impl.IndexManagementTimerTask.run(IndexManagementTimerTask.java:135)
	at java.util.TimerThread.mainLoop(Timer.java:512)
	at java.util.TimerThread.run(Timer.java:462)
Caused by: java.io.IOException: /Library/tomcat/sakai/indexwork/index- 
import/1 not a directory
	at org.apache.lucene.store.FSDirectory.init(FSDirectory.java:180)
	at org.apache.lucene.store.FSDirectory.getDirectory(FSDirectory.java: 
141)
	at  
org 
.sakaiproject 
.search 
.journal 
.impl 
.JournaledFSIndexStorage 
.getIndexReaderInternal(JournaledFSIndexStorage.java:802)
	at  
org 
.sakaiproject 
.search 
.journal 
.impl 
.JournaledFSIndexStorage.getIndexReader(JournaledFSIndexStorage.java: 
712)
	at  
org 
.sakaiproject 
.search 
.journal 
.impl 
.JournaledFSIndexStorage 
.getDeletionIndexReader(JournaledFSIndexStorage.java:545)
	at  
org 
.sakaiproject 
.search 
.journal 
.impl 
.JournaledFSIndexStorageUpdateTransactionListener 
.prepare(JournaledFSIndexStorageUpdateTransactionListener.java:124)
	... 6 more
----------------------------------------------------------
On May 19, 2009, at 2:00 PM, sakai-dev-request at collab.sakaiproject.org  
wrote:

> Send sakai-dev mailing list submissions to
> 	sakai-dev at collab.sakaiproject.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
> or, via email, send a message with subject or body 'help' to
> 	sakai-dev-request at collab.sakaiproject.org
>
> You can reach the person managing the list at
> 	sakai-dev-owner at collab.sakaiproject.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of sakai-dev digest..."
>
>
> Today's Topics:
>
>   1. Re: Tomcat won't start (on Windows)... SOLVED  
> (will at serensoft.com)
>   2. how to run tomcat5 as a service within windows	64-bit
>      (will at serensoft.com)
>   3. Sakai Groovy Shell 2 (SGS2) preview release (Thomas Amsler)
>   4. Integrating Sakai into another portal (Phuc Bui)
>   5. Re: Melete - editor problem (Phuc Bui)
>   6. SAK-16146: converting resource bodies to	filesystem for
>      v2.5.x (will at serensoft.com)
>   7. Re: SAK-16146: converting resource bodies to	filesystem for
>      v2.5.x (Steve Swinsburg)
>   8. Sakai translation into Vietnamese (Phuc Bui)
>   9. Problem in tomcat sta rtup when adding a ne w	component
>      (m_yaghmaie at modares.ac.ir)
>  10. Re: Integrating Sakai into another portal (Steve Swinsburg)
>  11. is there any tool like Subject in sakai?? (Gopal Patil)
>  12. Limit tools in Sakai (Phuc Bui)
>  13. Re: Sakai translation into Vietnamese (Beth Kirschner)
>  14. Re: Limit tools in Sakai (Sean Keesler)
>  15. AuthenticatedUserProvider - EID in CM differs from	login
>      (Stephen Jaegle)
>  16. RSS Feed parser within the News tool (Adam Marshall)
>  17. Re: AuthenticatedUserProvider - EID in CM differs from	login
>      (Ray Davis)
>  18. FW: Interface/integration (Faust Gorham)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 18 May 2009 14:39:02 -0500
> From: "will at serensoft.com" <will at serensoft.com>
> Subject: Re: [Building Sakai] Tomcat won't start (on Windows)...
> 	SOLVED
> To: Matthew Jones <jonespm at umich.edu>
> Cc: Sakai-Dev Developers <sakai-dev at collab.sakaiproject.org>
> Message-ID:
> 	<b84520740905181239j2562644exa0f49201c91864cf at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Argh! We had done a cut-and-paste to set JAVA_OPTS, and... missed the
> leading dash in "-server".
>
> Found this out by "rem"ming out the @echo off lines in STARTUP.BAT and
> CATALINA.BAT (plus a little help from Chuck Caldarale on the Tomcat
> mailing lists) to see what the startup command was, then pasting that
> in at the command line.
>
> Much better now!
>
> Also managed to get TOMCAT5 to run AS A SERVICE within 64-bit Windows
> -- will include that in a separate email.
>
>
> On Sat, May 16, 2009 at 7:44 AM, Matthew Jones <jonespm at umich.edu>  
> wrote:
>> By stopping with "Not a valid win32 application" it seems like it's
>> having a problem with the one of the binaries. I'm not sure which one
>> though. Have you tried running the java 6 binaries? I know sakai 2.5
>> won't compile fully with 6 but you shouldn't have any problem running
>> it. You'll probably need the java opt of
>> "-Dsun.lang.ClassLoader.allowArraySyntax=true" ?though. Java 5 EOL is
>> coming up in a few months, and I believe sakai 2.6 passed for
>> compiling and execution in 6.
>>
>> Hmm, according to these blog you need a 64 bit tomcat binary and
>> possibly iis connector too. Though it seems like you're going direct.
>> I was running with the connector on the windows qa install, but I  
>> left
>> it 32 bit as it's an older machine that maxed out at 4 gigs of ram.
>>
>> http://blog.datajelly.com/company/blog/35-running-tomcat-as-a-64-bit-windows-service.html
>> http://jspors.blogspot.com/2009/01/setting-up-64-bit-tomcat-6-on-iis7.html
>>
>> Unfortunately sakai doesn't run under tomcat 6, but maybe there's one
>> for tomcat 5 out there (or maybe the binaries also work for 5)
>>
>> -Matthew
>>
>> On Fri, May 15, 2009 at 5:24 PM, will at serensoft.com <will at serensoft.com 
>> > wrote:
>>>
>>> Just to be clear --
>>>
>>> Yes, this is a 64-bit machine;
>>> yes, we're listening on port 80 instead of 8080 (via server.xml);
>>> Java has no spaces in its path: C:\Java\jdk1.5.0_18 (from
>>> jdk-1_5_0_18-windows-amd64.exe installer)
>>> Tomcat has no spaces in its path: C:\Tomcat55
>>>
>>> Also tried the 64-bit binaries from
>>> http://svn.apache.org/viewvc/tomcat/connectors/trunk/procrun/bin/,  
>>> no
>>> luck yet.
>>>
>>> :(
>>>
>>> On Fri, May 15, 2009 at 2:14 PM, will at serensoft.com <will at serensoft.com 
>>> > wrote:
>>>> All we get is "error 0x0"...?
>>>>
>>>> This is on Windows Server 2003 R2 Enterprise x64 (SP2)
>>>> Tried tomcat from apache-tomcat-5.5.27.exe installer and from  
>>>> straight ZIP
>>>> Java is 1.5.0_18 (
>>>> Nothing has port 80 open according to netstat -an
>>>>
>>>> Executing "tomcat5.exe" from the command line shows only a blank  
>>>> line,
>>>> then the command prompt pops up again (no text-to-console logged).
>>>> Executing "startup.bat" shows
>>>> Using CATALINA_BASE: ? C:\Tomcat55
>>>> Using CATALINA_HOME: ? C:\Tomcat55
>>>> Using CATALINA_TMPDIR: C:\Tomcat55\temp
>>>> Using JRE_HOME: ? ? ? ?C:\Java\jdk1.5.0_18
>>>>
>>>> The start>admin>componentServices>event viewer shows only:
>>>> """
>>>> The Apache Tomcat service terminated with service-specific error  
>>>> 0 (0x0).
>>>>
>>>> For more information, see Help and Support Center at
>>>> http://go.microsoft.com/fwlink/events.asp.
>>>> """
>>>>
>>>> We've tried running it as a service (setting it up via  
>>>> 'service.bat'), too:
>>>> C:\Tomcat55\logs>type jakarta_service_20090515.log
>>>> [2009-05-15 15:03:59] [info] Procrun (2.0.4.0) started
>>>> [2009-05-15 15:03:59] [info] Service sakai name Apache Tomcat sakai
>>>> [2009-05-15 15:04:00] [info] Service sakai installed
>>>> [2009-05-15 15:04:00] [info] Procrun finished.
>>>> [2009-05-15 15:04:00] [info] Procrun (2.0.4.0) started
>>>> [2009-05-15 15:04:00] [info] Updating service...
>>>> [2009-05-15 15:04:00] [info] Service sakai updated
>>>> [2009-05-15 15:04:00] [info] Update service finished.
>>>> [2009-05-15 15:04:00] [info] Procrun finished.
>>>> [2009-05-15 15:04:00] [info] Procrun (2.0.4.0) started
>>>> [2009-05-15 15:04:00] [info] Updating service...
>>>> [2009-05-15 15:04:00] [info] Service sakai updated
>>>> [2009-05-15 15:04:00] [info] Update service finished.
>>>> [2009-05-15 15:04:00] [info] Procrun finished.
>>>> [2009-05-15 15:05:19] [info] Procrun (2.0.4.0) started
>>>> [2009-05-15 15:05:19] [info] Running Service...
>>>> [2009-05-15 15:05:19] [info] Starting service...
>>>> [2009-05-15 15:05:19] [174 ?javajni.c] [error] %1 is not a valid  
>>>> Win32
>>>> application.
>>>> [2009-05-15 15:05:19] [994 ?prunsrv.c] [error] Failed creating java
>>>> C:\Java\jdk1.5.0_18\jre\bin\server\jvm.dll
>>>> [2009-05-15 15:05:19] [1269 prunsrv.c] [error] ServiceStart  
>>>> returned 1
>>>> [2009-05-15 15:05:19] [info] Run service finished.
>>>> [2009-05-15 15:05:19] [info] Procrun finished.
>>>>
>>>> Both stderr and stdout logs are empty.
>>>>
>>>> We did find a thread online that recommended "copy the file
>>>> msvcr71.dll from the bin dir of your java installation, to the  
>>>> bin dir
>>>> of the tomcat installation." Of course, we don't have a msvcr71  
>>>> (tho
>>>> we did find a msvcrt.dll which didn't do the trick.)
>>>>
>>>> Any pointers would be great!
>>>>
>>>> --
>>>> will trillich
>>>> "Our only real economic security lies in our power to meet human
>>>> needs." -- S.Covey, the 8th Habit
>>>>
>>>
>>>
>>>
>>> --
>>> will trillich
>>> "Our only real economic security lies in our power to meet human
>>> needs." -- S.Covey, the 8th Habit
>>> _______________________________________________
>>> sakai-dev mailing list
>>> sakai-dev at collab.sakaiproject.org
>>> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>>>
>>> TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe at collab.sakaiproject.org 
>>>  with a subject of "unsubscribe"
>>
>
>
>
> -- 
> will trillich
> "Our only real economic security lies in our power to meet human
> needs." -- S.Covey, the 8th Habit
>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 18 May 2009 15:00:38 -0500
> From: "will at serensoft.com" <will at serensoft.com>
> Subject: [Building Sakai] how to run tomcat5 as a service within
> 	windows	64-bit
> To: Sakai-Dev Developers <sakai-dev at collab.sakaiproject.org>
> Message-ID:
> 	<b84520740905181300w7661368ejc9e58b062e103e84 at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> http://faq.serensoft.com/index.php?action=artikel&cat=21&id=66
>
> On Mon, May 18, 2009 at 2:39 PM, will at serensoft.com <will at serensoft.com 
> > wrote:
>> Also managed to get TOMCAT5 to run AS A SERVICE within 64-bit Windows
>> -- will include that in a separate email.
>
> ...which mailman BOUNCED. :(
>
> Quick how-to-run-tomcat5-as-service-within-64bit-windows article is at
> http://faq.serensoft.com/index.php?action=artikel&cat=21&id=66
>
>
> -- 
> will trillich
> "Our only real economic security lies in our power to meet human
> needs." -- S.Covey, the 8th Habit
>
>
> ------------------------------
>
> Message: 3
> Date: Mon, 18 May 2009 13:59:58 -0700
> From: Thomas Amsler <tpamsler at ucdavis.edu>
> Subject: [Building Sakai] Sakai Groovy Shell 2 (SGS2) preview release
> To: sakai-dev <sakai-dev at collab.sakaiproject.org>
> Message-ID:
> 	<6db6bed70905181359o9651b8exa3cb2db51c4c66e1 at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> A preview release of the Sakai Groovy Shell 2 (SGS2) is available now:
>
> http://confluence.sakaiproject.org/confluence/x/HwJy
> http://wiki.github.com/tamsler/sgs2
>
> Best,
> -- Thomas
>
>
> ------------------------------
>
> Message: 4
> Date: Tue, 19 May 2009 09:29:41 +0700
> From: "Phuc Bui" <phucbui2006 at yahoo.com.vn>
> Subject: [Building Sakai] Integrating Sakai into another portal
> To: <sakai-dev at collab.sakaiproject.org>
> Message-ID: <000601c9d829$aafbb090$00f311b0$@com.vn>
> Content-Type: text/plain; charset="us-ascii"
>
> Dear all,
>
> Is there anybody having experience on integrating Sakai into Liferay  
> portal
> (or other portals)?
>
> Earlier, they used WSRP to do that. But after WSRP version for Sakai  
> 2.1, it
> seems they do not support WSRP producer for Sakai later version ?
>
> Now I think using CAS for Single Sign On is possible way, isn't it ?  
> (I have
> used OpenSSO for Single Sign On to Liferay before, but Sakai does not
> support it, so I think CAS is better)
>
> I would like to ask you for experiences, because I am a greenhorn in  
> this
> field J
>
>
>
> Thanks,
>
> Phuc Bui
>
>
>
>
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20090519/0db1d2d3/attachment-0001.html
>
> ------------------------------
>
> Message: 5
> Date: Tue, 19 May 2009 09:53:32 +0700
> From: "Phuc Bui" <phucbui2006 at yahoo.com.vn>
> Subject: Re: [Building Sakai] Melete - editor problem
> To: "'Rashmi Maheshwari'" <rashmi at etudes.org>
> Cc: sakai-dev at collab.sakaiproject.org
> Message-ID: <000b01c9d82c$ff6acdc0$fe406940$@com.vn>
> Content-Type: text/plain; charset="us-ascii"
>
> Dear Rashmi and all,
>
> The problem has been solved.
>
> I have set the value editor_choice to null and it uses the default FCK
> editor.
>
> So generally, to change Sferyx to FCK editor, we have to remove  
> these line
>
> wysiwyg.editor=Sferyx Editor
>
> and the block
>
> melete.wysiwyg.editor.count=2
> melete.wysiwyg.editor1=Sferyx Editor
> melete.wysiwyg.editor2=FCK Editor
>
> Then
>
> Reset the value editor_choice in the table MELETE_USER_PREFERENCE.
>
>
>
> I'm grateful for your helps.
>
> Phuc Bui
>
>
>
> From: Rashmi Maheshwari [mailto:rashmi at etudes.org]
> Sent: Tuesday, May 19, 2009 12:20 AM
> To: Phuc Bui
> Cc: 'Mallika'; sakai-dev at collab.sakaiproject.org
> Subject: Re: [Building Sakai] Melete - editor problem
>
>
>
> Hi Phuc Bui,
> Check the preferences set for this user in the table  
> MELETE_USER_PREFERENCE.
>
> select mu.editor_choice from melete_user_preference mu where  
> mu.user_id =
> xxxx;
>
> When you removed the line melete.wysiwyg.editor=Sferyx Editor, did you
> adjust
> melete.wysiwyg.editor.count=2
> melete.wysiwyg.editor1=Sferyx Editor
> melete.wysiwyg.editor2=FCK Editor
>
> Either remove this whole block or change the values.
>
> thanks,
> Rashmi
> Melete Team
>
>
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20090519/6896e8ef/attachment-0001.html
>
> ------------------------------
>
> Message: 6
> Date: Tue, 19 May 2009 00:23:32 -0500
> From: "will at serensoft.com" <will at serensoft.com>
> Subject: [Building Sakai] SAK-16146: converting resource bodies to
> 	filesystem for v2.5.x
> To: Sakai-Dev Developers <sakai-dev at collab.sakaiproject.org>
> Cc: Sakai QA <sakai-qa at collab.sakaiproject.org>
> Message-ID:
> 	<b84520740905182223m72bf1027n99444152dd6a7176 at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> On Wed, Apr 22, 2009 at 10:43 AM, Steve Swinsburg
> <s.swinsburg at lancaster.ac.uk> wrote:
>> I've cloned the original Jira ticket so we can track it for
>> 2.5:??http://jira.sakaiproject.org/jira/browse/SAK-16146
>> cheers,
>> Steve
>
> This situation applies for brand-spanking new 2.5.x databases, right?
> Not just converted-from-2.4, but fresh new 2.5 instances
> out-of-the-box?
>
> -- 
> will trillich
> "Our only real economic security lies in our power to meet human
> needs." -- S.Covey, the 8th Habit
>
>
> ------------------------------
>
> Message: 7
> Date: Tue, 19 May 2009 08:08:58 +0100
> From: Steve Swinsburg <s.swinsburg at lancaster.ac.uk>
> Subject: Re: [Building Sakai] SAK-16146: converting resource bodies to
> 	filesystem for v2.5.x
> To: will at serensoft.com
> Cc: Sakai-Dev Developers <sakai-dev at collab.sakaiproject.org>
> Message-ID: <4B332F1D-F5E4-4D81-A468-52FE349FDDD0 at lancaster.ac.uk>
> Content-Type: text/plain; charset="us-ascii"
>
> Hi Will,
>
> a new instance of 2.5.x uses binary serialisation by default so yes
> this issue also applies to fresh installs of 2.5.x that store entities
> in the database and later wish to convert them out.
>
>
> cheers,
> Steve
>
>
> On 19/05/2009, at 6:23 AM, will at serensoft.com wrote:
>
>> On Wed, Apr 22, 2009 at 10:43 AM, Steve Swinsburg
>> <s.swinsburg at lancaster.ac.uk> wrote:
>>> I've cloned the original Jira ticket so we can track it for
>>> 2.5:  http://jira.sakaiproject.org/jira/browse/SAK-16146
>>> cheers,
>>> Steve
>>
>> This situation applies for brand-spanking new 2.5.x databases, right?
>> Not just converted-from-2.4, but fresh new 2.5 instances
>> out-of-the-box?
>>
>> -- 
>> will trillich
>> "Our only real economic security lies in our power to meet human
>> needs." -- S.Covey, the 8th Habit
>> _______________________________________________
>> sakai-dev mailing list
>> sakai-dev at collab.sakaiproject.org
>> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>>
>> TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe at collab.sakaiproject.org
>> with a subject of "unsubscribe"
>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: smime.p7s
> Type: application/pkcs7-signature
> Size: 2437 bytes
> Desc: not available
> Url : http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20090519/fe6aa6d2/attachment-0001.bin
>
> ------------------------------
>
> Message: 8
> Date: Tue, 19 May 2009 14:31:10 +0700
> From: "Phuc Bui" <phucbui2006 at yahoo.com.vn>
> Subject: [Building Sakai] Sakai translation into Vietnamese
> To: <sakai-dev at collab.sakaiproject.org>
> Message-ID: <000001c9d853$db7fa2b0$927ee810$@com.vn>
> Content-Type: text/plain; charset="us-ascii"
>
> Dear all,
>
> Would you please tell me where is the bundle of following tools:
>
> -          Test and Quizzes
>
> -          Resources
>
> -          Site info
>
> At
> http://confluence.sakaiproject.org/confluence/display/I18N/How+to+Translate+
> Sakai they said "Page and Tools titles are localized in the
> sakai/portal/portal-service-impl/impl/src/bundle/tools.properties  
> file." But
> I cannot find any file like that ?
>
> At
> http://confluence.sakaiproject.org/confluence/display/I18N/Frequently+Asked+
> Questions+(FAQs) they said "Page titles (e.g. Welcome, About) are  
> considered
> dynamic data that is stored in the database, not in properties  
> files". So I
> would like to know which table contains these titles? Because I have
> followed the instruction to edit in Page Order, but the display is not
> correct.
>
>
>
> Thanks,
>
> Phuc Bui
>
>
>
>
>
>
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20090519/77791390/attachment-0001.html
>
> ------------------------------
>
> Message: 9
> Date: Tue, 19 May 2009 13:41:09 +0430 (IRDT)
> From: m_yaghmaie at modares.ac.ir
> Subject: [Building Sakai] Problem in tomcat sta rtup when adding a ne
> 	w	component
> To: sakai-dev at collab.sakaiproject.org
> Message-ID:
> 	<1fe0296.e856cce3e547bd994ea81a9630e34f5c at mail.modares.ac.ir>
> Content-Type: text/plain; charset="us-ascii"
>
> An HTML attachment was scrubbed...
> URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20090519/2051178e/attachment-0001.html
>
> ------------------------------
>
> Message: 10
> Date: Tue, 19 May 2009 12:19:43 +0100
> From: Steve Swinsburg <s.swinsburg at lancaster.ac.uk>
> Subject: Re: [Building Sakai] Integrating Sakai into another portal
> To: Phuc Bui <phucbui2006 at yahoo.com.vn>
> Cc: sakai-dev at collab.sakaiproject.org
> Message-ID: <5A57F22C-CC56-4679-A4DD-C464C21F32AD at lancaster.ac.uk>
> Content-Type: text/plain; charset="windows-1252"
>
> Hi Phuc,
>
> a guide for CASifying Sakai is here: http://confluence.sakaiproject.org/confluence/x/KoCtAQ
>
> Other SSO solutions (ie OpenSSO) should be possible as the SSO
> provider sets up the environment so that the endpoint can see the
> authenticated credentials. There was a (small) discussion about it a
> few weeks ago, check it out here: http://www.nabble.com/SAKAI-AND-SSO-td23256676.html
>
> If you do figure out OpenSSO, let us know!
>
> cheers,
> Steve
>
> ---
> Steve Swinsburg
> Portal Systems Developer
> Centre for e-Science
> Lancaster University
> Lancaster
> LA1 4YT
>
> email: s.swinsburg at lancaster.ac.uk
> phone: +44 (0) 1524 594870
>
>
>
>
>
>
>
> On 19 May 2009, at 03:29, Phuc Bui wrote:
>
>> Dear all,
>> Is there anybody having experience on integrating Sakai into Liferay
>> portal (or other portals)?
>> Earlier, they used WSRP to do that. But after WSRP version for Sakai
>> 2.1, it seems they do not support WSRP producer for Sakai later
>> version ?
>> Now I think using CAS for Single Sign On is possible way, isn?t it ?
>> (I have used OpenSSO for Single Sign On to Liferay before, but Sakai
>> does not support it, so I think CAS is better)
>> I would like to ask you for experiences, because I am a greenhorn in
>> this field J
>>
>> Thanks,
>> Phuc Bui
>>
>>
>> _______________________________________________
>> sakai-dev mailing list
>> sakai-dev at collab.sakaiproject.org
>> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>>
>> TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe at collab.sakaiproject.org
>> with a subject of "unsubscribe"
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20090519/58e8f8ea/attachment-0001.html
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: smime.p7s
> Type: application/pkcs7-signature
> Size: 2437 bytes
> Desc: not available
> Url : http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20090519/58e8f8ea/attachment-0001.bin
>
> ------------------------------
>
> Message: 11
> Date: Tue, 19 May 2009 18:27:17 +0530
> From: Gopal Patil <patil.gopal.a at gmail.com>
> Subject: [Building Sakai] is there any tool like Subject in sakai??
> To: sakai-dev <sakai-dev at collab.sakaiproject.org>
> Message-ID:
> 	<87d7136f0905190557u5427961bk839baf87931737e6 at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hello All,
> is there any tool like subject.
> Means we can add multiple subjects in one course site and can map
> functionalities similar as site?
> like role base access,subject specific assignment, etc??
>
> please suggest me if there any way for this in sakai.
>
> or i need to develop my own module?
>
> please reply.
>
> thanks in advance.
>
> Regards,
> Gopal
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20090519/75034a9e/attachment-0001.html
>
> ------------------------------
>
> Message: 12
> Date: Tue, 19 May 2009 20:41:43 +0700
> From: "Phuc Bui" <phucbui2006 at yahoo.com.vn>
> Subject: [Building Sakai] Limit tools in Sakai
> To: <sakai-dev at collab.sakaiproject.org>
> Message-ID: <001f01c9d887$8d32c8b0$a7985a10$@com.vn>
> Content-Type: text/plain; charset="us-ascii"
>
> Dear all,
>
> As I see when I create a course site and a project site, there are  
> some
> tools in course site that are not in project site.
>
> How can I limit some tools in Sakai ?  I want people cannot ask some  
> tools,
> although default they can, but to be simple, I don't want to give  
> them too
> much tools.
>
>
>
> Thanks
>
> Phuc Bui
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20090519/1a11ec69/attachment-0001.html
>
> ------------------------------
>
> Message: 13
> Date: Tue, 19 May 2009 09:46:38 -0400
> From: Beth Kirschner <bkirschn at umich.edu>
> Subject: Re: [Building Sakai] Sakai translation into Vietnamese
> To: Phuc Bui <phucbui2006 at yahoo.com.vn>
> Cc: sakai-dev at collab.sakaiproject.org
> Message-ID: <E0F361B7-0AF9-4834-B337-90440D16299F at umich.edu>
> Content-Type: text/plain; charset=WINDOWS-1252; format=flowed;
> 	delsp=yes
>
> Phuc,
>
>    I've added some comments below. Let me know if you still have
> questions.
>
> - Beth
>
> On May 19, 2009, at 3:31 AM, Phuc Bui wrote:
>
>> Dear all,
>> Would you please tell me where is the bundle of following tools:
>> -          Test and Quizzes
> sakai/sam/...
>
>> -          Resources
> sakai/content/... (and in 2.6.x, also in sakai/config/...)
>
>> -          Site info
> sakai/site-manage/site-manage-tool/tool/src/bundle
>
>> At http://confluence.sakaiproject.org/confluence/display/I18N/How+to+Translate+Sakai
>> they said ?Page and Tools titles are localized in thesakai/portal/
>> portal-service-impl/impl/src/bundle/tools.properties file.? But I
>> cannot find any file like that ?
> Sorry -- the location of this file has moved around and the confluence
> page has not kept up. I've just updated the confluence page with these
> locations:
>
>     * sakai/tool/tool-impl/impl/src/bundle/tools.properties (Sakai
> 2.5.x)
>     * sakai/config/localization/bundles/src/bundle/org/sakaiproject/
> localization/bundle/tool/tools.properties (Sakai 2.6.x)
>
>> At http://confluence.sakaiproject.org/confluence/display/I18N/Frequently+Asked+Questions+(FAQs)
>> they said ?Page titles (e.g. Welcome, About) are considered dynamic
>> data that is stored in the database, not in properties files?. So I
>> would like to know which table contains these titles? Because I have
>> followed the instruction to edit in Page Order, but the display is
>> not correct.
>>
> Page/Tool titles will be created in the default language at the time
> of site creation, but some sites (e.g. Gateway) are created at
> installation time. I've updated the FAQs to differentiate between the
> Gateway site and other sites. Which worksite are you having trouble
> with? Page & tool titles are currently saved in the SAKAI_SITE_PAGE
> and SAKAI_SITE_TOOL database tables.
>
>> Thanks,
>> Phuc Bui
>>
>>
>>
>> _______________________________________________
>> sakai-dev mailing list
>> sakai-dev at collab.sakaiproject.org
>> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>>
>> TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe at collab.sakaiproject.org
>> with a subject of "unsubscribe"
>
>
>
> ------------------------------
>
> Message: 14
> Date: Tue, 19 May 2009 09:56:14 -0400
> From: Sean Keesler <sean at keesler.org>
> Subject: Re: [Building Sakai] Limit tools in Sakai
> To: Phuc Bui <phucbui2006 at yahoo.com.vn>
> Cc: sakai-dev at collab.sakaiproject.org
> Message-ID:
> 	<8f65f0460905190656n766daf1avcc10757eaffebe58 at mail.gmail.com>
> Content-Type: text/plain; charset=windows-1252
>
> The sakai_tool.doc file in the references directory describes how the
> tool.xml file for each tool defines which "categories" (site types)
> get to pick the tool in Worksite Setup.
>
> "The categories  ?course?, ?project?, and ?myworkspace? are for making
> the tool available for users in Charon course sites, project sites,
> and workspace sites respectively.  For example, some tools may be
> intended only in a course and project sites, while others may be
> intended only for workspace sites."
>
> Sean
>
>
>
> On Tue, May 19, 2009 at 9:41 AM, Phuc Bui <phucbui2006 at yahoo.com.vn>  
> wrote:
>> Dear all,
>>
>> As I see when I create a course site and a project site, there are  
>> some
>> tools in course site that are not in project site.
>>
>> How can I limit some tools in Sakai ? ?I want people cannot ask  
>> some tools,
>> although default they can, but to be simple, I don?t want to give  
>> them too
>> much tools.
>>
>>
>>
>> Thanks
>>
>> Phuc Bui
>>
>> _______________________________________________
>> sakai-dev mailing list
>> sakai-dev at collab.sakaiproject.org
>> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>>
>> TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe at collab.sakaiproject.org
>> with a subject of "unsubscribe"
>>
>
>
> ------------------------------
>
> Message: 15
> Date: Tue, 19 May 2009 10:13:51 -0700 (PDT)
> From: Stephen Jaegle <sjaegle at gmail.com>
> Subject: [Building Sakai] AuthenticatedUserProvider - EID in CM
> 	differs from	login
> To: sakai-dev at collab.sakaiproject.org
> Message-ID: <23620610.post at talk.nabble.com>
> Content-Type: text/plain; charset=us-ascii
>
>
> Hi all:
>
> Our SIS references nine digit id numbers rather than login tokens  
> such as
> jsmith, but we would like to have our users login with their  
> customary login
> tokens.
>
> I notice that  BaseUserDirectoryService.getProviderAuthenticatedUser  
> will
> use a provider that is an instance of AuthenticatedUserProvider. The
> available LDAP contains references to both the login token and the  
> nine
> digit id. My current thinking is to create a class that implements
> AuthenticatedUserProvider, authenticates the user and returns a  
> UserEdit
> object with the nine digit id set as the EID. Does anyone know  
> whether this
> approach will be sufficient to allow users to log in with a token  
> other than
> the EID stored in SAKAI_USER_ID_MAP.EID? Are their other areas that  
> will
> need changes?
>
> Thanks,
>
> Steve
>
>
> -- 
> View this message in context: http://www.nabble.com/AuthenticatedUserProvider---EID-in-CM-differs-from-login-tp23620610p23620610.html
> Sent from the Sakai - Development mailing list archive at Nabble.com.
>
>
>
> ------------------------------
>
> Message: 16
> Date: Tue, 19 May 2009 18:15:48 +0100
> From: "Adam Marshall" <adam.marshall at oucs.ox.ac.uk>
> Subject: [Building Sakai] RSS Feed parser within the News tool
> To: "'Sakai-Dev Developers'" <sakai-dev at collab.sakaiproject.org>
> Message-ID: <008a01c9d8a5$7452b2b0$bf644381 at OUCSADAMM>
> Content-Type: text/plain;	charset="us-ascii"
>
> Has anybody used a different feed parser in the news tool?
>
> We just upgraded the parser as it previously wouldn't render our
> institutional RSS feed service but this has had the side effect of  
> stopping
> Twitter feeds from being displayed.
>
> The parser is far too strict - it'd be great to hook up something  
> that is
> more lax!
>
> Adam
>
> -- 
> Adam Marshall:       OUCS, 13, Banbury Rd. Oxford OX2 6NN.
> The upcoming new WebLearn service: http://beta.weblearn.ox.ac.uk
> Shameless plug: http://www.myspace.com/wheresthebeachmusic
> Cheese of the month: Double Gloucester - shouldnt be overlooked!
>
>
>
> ------------------------------
>
> Message: 17
> Date: Tue, 19 May 2009 10:38:50 -0700
> From: Ray Davis <ray at media.berkeley.edu>
> Subject: Re: [Building Sakai] AuthenticatedUserProvider - EID in CM
> 	differs from	login
> To: Stephen Jaegle <sjaegle at gmail.com>
> Cc: sakai-dev at collab.sakaiproject.org
> Message-ID: <4A12EEAA.2080601 at media.berkeley.edu>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Your use case is pretty much exactly what the  
> AuthenticatedUserProvider
> was meant to cover. (At UC Berkeley, we use a non-private but
> not-used-by-real-people UID to identify externally authenticated
> students and instructors, but they log in by using a completely
> different ID with stricter privacy rules.)
>
> Here's the related JIRA page:
>
> http://jira.sakaiproject.org/jira/browse/SAK-9854
>
> And here's how we use the new interface locally:
>
> https://source.sakaiproject.org/contrib/ucb/ucb-integration-samples/bspace-user-provider-impl
>
> In particular, see:
>
> https://source.sakaiproject.org/contrib/ucb/ucb-integration-samples/bspace-user-provider-impl/src/main/java/edu/berkeley/bspace/UserDirectoryProviderBspaceImpl.java
>
> Best,
> Ray
>
> On 5/19/2009 10:13 AM, Stephen Jaegle wrote:
>> Hi all:
>>
>> Our SIS references nine digit id numbers rather than login tokens  
>> such as
>> jsmith, but we would like to have our users login with their  
>> customary login
>> tokens.
>>
>> I notice that   
>> BaseUserDirectoryService.getProviderAuthenticatedUser will
>> use a provider that is an instance of AuthenticatedUserProvider. The
>> available LDAP contains references to both the login token and the  
>> nine
>> digit id. My current thinking is to create a class that implements
>> AuthenticatedUserProvider, authenticates the user and returns a  
>> UserEdit
>> object with the nine digit id set as the EID. Does anyone know  
>> whether this
>> approach will be sufficient to allow users to log in with a token  
>> other than
>> the EID stored in SAKAI_USER_ID_MAP.EID? Are their other areas that  
>> will
>> need changes?
>>
>> Thanks,
>>
>> Steve
>>
>
>
>
> ------------------------------
>
> Message: 18
> Date: Tue, 19 May 2009 11:08:14 -0700
> From: "Faust Gorham" <fgorham at ucmerced.edu>
> Subject: [Building Sakai] FW: Interface/integration
> To: "sakai-dev at collab.sakaiproject.org"
> 	<sakai-dev at collab.sakaiproject.org>
> Message-ID: <20090519110814836.00000002312 at SAMURAI>
> Content-Type: text/plain; charset="us-ascii"
>
> Hello,
>
> Has anyone else worked to integrate WebAssign into their sakai  
> environments? I see from their overview that they support shib and  
> we do as well, but I was hoping with a tighter integration with Sakai.
>
> I see that they support Blackboard and Angel.
>
> Your feedback is appreciated.
>
> Regards,
>
> Faust Gorham
> Chief IT Architect &
> Web Services Manager
> UC Merced
> 209.658.7149
>
>
> -----Original Message-----
> From: Dan Linville [mailto:dlinville at webassign.net]
> Sent: Tuesday, May 19, 2009 10:58 AM
> To: Faust Gorham
> Cc: tye2 at ucmerced.edu
> Subject: Interface/integration
>
> Hi Faust,
>
> WebAssign can work with you to automate this process.  We do this  
> with many institution.  Some are standard approaches and others are  
> very custom.  I can be your initial contact, but when you decide to  
> get technical, I will hand it off to our tech team.
>
> I have attached a quick overview of what we can do easily, we can do  
> more, but let this be a starting point.
>
> Thanks
>
> Dan Linville
> Senior Account Manager
> 800-955-8275   x117
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: WebAssign Integration.doc
> Type: application/msword
> Size: 34304 bytes
> Desc: not available
> Url : http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20090519/4fce9277/attachment-0001.doc
>
> ------------------------------
>
> _______________________________________________
> sakai-dev mailing list
> sakai-dev at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>
>
> End of sakai-dev Digest, Vol 3, Issue 18
> ****************************************



More information about the sakai-dev mailing list