Results 1 to 8 of 8
- 02-14-2012, 12:57 PM #1
Member
- Join Date
- Feb 2012
- Posts
- 4
- Rep Power
- 0
Error: java.lang.Exception: Failed to get cmi entry
I am developing a course in HTML and JavaScript to be launched by our SABA Learning Management System. The course is supposed to use SCORM 1.2 to connect to the LMS. It works fine in testing, but when I import the course into the LMS and try to launch it, I get this error.
java.lang.Exception: Failed to get cmi entry
I am unsure what exactly is causing the problem. I'm assuming it has something to do with permissions, but I don't know enough about Java or the Learning Management System to be able to diagnose the issue.
- 02-14-2012, 01:13 PM #2
Re: Error: java.lang.Exception: Failed to get cmi entry
Is that the full text of the error message? Many error messages come with a stack trace that helps you find the line in the source where the error occurred.
Does the code have any catch blocks that do not have calls to printStackTrace()? Make sure all catch blocks call that method so you get the stack trace which is needed for debugging.
- 02-14-2012, 01:35 PM #3
Member
- Join Date
- Feb 2012
- Posts
- 4
- Rep Power
- 0
Re: Error: java.lang.Exception: Failed to get cmi entry
That is the full text of the error message that I can see. I don't have access to the Java code as it's proprietary and part of the SABA Learning Management System.
When I run FireBug I get this from the Net tab, but it's beyond my ability to understand. I also get the following error from the Console, which also doesn't make sense to me.


I appreciate any help you can provide. I just want to understand what the problem is. I suspect it could be a cross-domain security issue, but I'm not sure.
This is also a screenshot of the actual error.
Last edited by Faisal Saddique; 02-14-2012 at 01:37 PM.
- 02-14-2012, 01:47 PM #4
Re: Error: java.lang.Exception: Failed to get cmi entry
Call the authors if there is a problem with their code.code as it's proprietary and part of the SABA Learning Management System.
- 02-14-2012, 01:53 PM #5
Member
- Join Date
- Feb 2012
- Posts
- 4
- Rep Power
- 0
Re: Error: java.lang.Exception: Failed to get cmi entry
I'm not sure that the problem is with their code, since commercially developed courses run fine in the LMS.
It's simply the course I'm developing that has problems running.
- 02-14-2012, 01:56 PM #6
Re: Error: java.lang.Exception: Failed to get cmi entry
If the code your are developing is java, what does it do that could cause the problem?
Read the doc for the system you are using and see why it throws that error.
If there is no doc, call the author.
- 02-14-2012, 01:59 PM #7
Moderator
- Join Date
- Apr 2009
- Posts
- 10,481
- Rep Power
- 16
Re: Error: java.lang.Exception: Failed to get cmi entry
Then ask them what that error means, because we don't know.
It's specific to their system.
- 02-14-2012, 05:31 PM #8
Member
- Join Date
- Feb 2012
- Posts
- 4
- Rep Power
- 0
Similar Threads
-
servlet jsp threw exception: java.lang.Error
By gcebala in forum New To JavaReplies: 1Last Post: 12-02-2011, 01:48 PM -
Java Error cannot be applied to (java.lang.String), phone book entry program.
By iceyferrara in forum New To JavaReplies: 12Last Post: 09-23-2011, 01:25 PM -
PLease help. The error is: exception in thread "main" java.lang.OutOfMemoryError:Java
By Rasenganboy16 in forum New To JavaReplies: 2Last Post: 05-24-2011, 07:18 AM -
"Exception in thread "Launcher:/Whiteboard" java.lang.RuntimeException: Failed to loa
By Shajith in forum EclipseReplies: 3Last Post: 03-21-2011, 01:48 PM -
Error - Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap
By ganchinyong in forum AWT / SwingReplies: 4Last Post: 06-03-2010, 08:40 AM


1Likes
LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks