[Building Sakai] Melete - Export to SCORM 2004 ERROR

Mike Ozornin mike.ozornin at gmail.com
Sun May 10 10:41:39 PDT 2009


Please, check your melete directory path configuration. It seems to be
a linux path /var/… /tmp/…, etc.

Look at web.xml at melete webapp for the next:

	<context-param>
		<param-name>uploadDir</param-name>
		<param-value>/var/uploads</param-value>
	</context-param>
	<context-param>
		<param-name>packagingdir</param-name>
		<param-value>/var/melete/packagefiles</param-value>
	</context-param>
	<context-param>
		<param-name>packagingscormdir</param-name>
		<param-value>/var/melete/packagefiles/packagefilesscorm</param-value>
	</context-param>
	<context-param>
		<param-name>meleteDocsDir</param-name>
		<param-value>/var/meleteDocs</param-value>
	</context-param>

On Sun, May 10, 2009 at 6:32 AM, Phuc Bui <phucbui2006 at yahoo.com.vn> wrote:
> Dear all,
>
> When I tried to export lesson to SCORM package 2004, I got this error ?
>
> ……
>
> ERROR: org.etudes.tool.melete.ExportMeleteModules :
> java.io.FileNotFoundExceptio
>
> n: F:\var\melete\packagefiles\packagefilesscorm\SCORM2004base.zip (The
> system ca
>
> nnot find the file specified) (2009-05-10 07:28:40,262
> http-18080-Processor23_or
>
> g.etudes.tool.melete.ExportMeleteModules)
>
> java.io.FileNotFoundException:
> F:\var\melete\packagefiles\packagefilesscorm\SCOR
>
> M2004base.zip (The system cannot find the file specified)
>
>         at java.io.FileInputStream.open(Native Method)
>
>         at java.io.FileInputStream.<init>(FileInputStream.java:106)
>
>         at
> org.etudes.tool.melete.ExportMeleteModules.unZipFile(ExportMeleteModu
>
> les.java:626)
>
>>
> What is the file SCORM2004base.zip used for? Does not Melete create it ? Or
> I have to download or create it ?
>
>
>
> 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"
>


More information about the sakai-dev mailing list