Hello!
Please help me - I've been struggling with this problem for last two weeks, and still I don't have an answer :(
The problem appears in very strange, way: while I create tracked activity in Planner module (of course API option is enabled) and I launch the created activity with apiWrapper.js in student Panel (logged as a student), I meet with two problems:
1) Internet Explorer (5.5) cann't launch LMSInitialize("") using apiWrapper.js of Lotus LearningSpace and apiWrapper.js of SCORM standard examples (downloaded from their site)
2) Netcape Communicator launch LMSInitialize("") and other API calls, but some errors (Parser - hearbeat class - in thanks to Java Console, and com.lotus.learningspace5.coursedatatree.TrackingDataTree@688.rollUpCompletion() followed by java.lang.ClassCastException (Windows 2000 Application Event Manager):
java.lang.Exception
at com/lotus/learningspace5/common/ApplicationGlobals.getStackTrace
at com/lotus/learningspace5/common/EventLogManager.post
at com/lotus/learningspace5/common/EventLogManager.post
at com/lotus/learningspace5/common/EventLogManager.postError
at com/lotus/learningspace5/common/LSObject.postErrorToEventLog
at com/lotus/learningspace5/common/LSObject.postErrorToEventLog
at com/lotus/learningspace5/common/LSObject.postErrorToEventLog
at com/lotus/learningspace5/coursedatatree/TrackingDataTree.rollUpProgress
at com/lotus/learningspace5/tracking/scorm/FinishRequest.doExecute
at com/lotus/learningspace5/tracking/TrackingRequest.execute
at com/lotus/learningspace5/tracking/TrackingClassFactory.executeRequest
:-(((
Everything is well configured and installed (I suppose), I've got Windows 2000 Adv Server with MS SQL 2000 with other stuff.
Please tell me if you faced with similar problem and how you deal with it.
I decided to upload all errors and example files which were used by me during tests, you will find the zipped file here:
http://kniklas.republika.pl
If you have got any questions or you would like to share with your experiences privetely: write an e-mail : kamil.niklasinski@data.pl
Thanks in advance, please tell me what can cause such strange behaviour of the system (or browser?)
Best regards,
Kamil
PS. I don't have a clue what the problem might be - I did everything according to standard API wrappers and calls !