|
|
Posted: 03/24/2010 8:21:13 AM
|
|
Hello
I am executing the SCORM 1.2.7 Self Test Suite on my LMS for SCORM 1.2 RTE3 compliance. It has passed all the tests but I still get the following errors:
1) The sco is launched out of sequence. (I launched it sequentially)
2) The student id is not correct.
On investigating it further I found that it is due to some java error giving file not found exception. The java error is reproduced below:
java.io.FileNotFoundException: \lmsrte (Access is denied)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at org.adl.testsuite.rte.lms.LMSRTESessionInterface.putLMSRTESession(Unknown Source)
at org.adl.testsuite.rte.lms.LMSRTEApplet$PrivilegedPutSession.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at org.adl.testsuite.rte.lms.LMSRTEApplet.setSessionCompleted(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at sun.plugin.javascript.JSInvoke.invoke(Unknown Source)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at sun.plugin.javascript.JSClassLoader.invoke(Unknown Source)
at sun.plugin.com.MethodDispatcher.invoke(Unknown Source)
at sun.plugin.com.DispatchImpl.invokeImpl(Unknown Source)
at sun.plugin.com.DispatchImpl$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.plugin.com.DispatchImpl.invoke(Unknown Source)
java.io.FileNotFoundException: \lmsrte (The system cannot find the file specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at org.adl.testsuite.rte.lms.LMSRTESessionInterface.getLMSRTESession(Unknown Source)
at org.adl.testsuite.rte.lms.LMSRTEApplet$PrivilegedGetSession.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at org.adl.testsuite.rte.lms.LMSRTEApplet.setSessionCompleted(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at sun.plugin.javascript.JSInvoke.invoke(Unknown Source)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at sun.plugin.javascript.JSClassLoader.invoke(Unknown Source)
at sun.plugin.com.MethodDispatcher.invoke(Unknown Source)
at sun.plugin.com.DispatchImpl.invokeImpl(Unknown Source)
at sun.plugin.com.DispatchImpl$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.plugin.com.DispatchImpl.invoke(Unknown Source)
I checked and found it has all the permissions as far as file and folder permissions is concerned. I am not clear what is the file \lmsrte it is referring to. Could somebody help me? Apart from this error my LMS is compliant.
Thanks and regards
Jarathna
|