nathalielim
Programmer
hi,
I am encountering this error and needs some help:
2012-11-20 07:26:01,368 INFO importSeeker-1 backgroundLog - LoggerUtil@32f44c: com.opentext.api.LLIllegalOperationException: get(name) not implemented for this datatype
at com.opentext.api.LLInstance.get(Unknown Source)
at com.opentext.api.LLValue.toValue(Unknown Source)
at com.opentext.api.LLConnect.unMarshall(Unknown Source)
at com.opentext.api.LAPI_DOCUMENTS.CreateVersionEx(Unknown Source)
at com..importFile(ImportFileManagerImpl.java:272)
at com..createDoc(ImportFileManagerImpl.java:923)
at com..initialiseDocument2(ImportFileManagerImpl.java:870)
at com..processFirstLvl(ImportFileManagerImpl.java:595)
at com..startImport(ImportFileManagerImpl.java:150)
at com..importingNews(ImportArticle.java:653)
at com..ImportHandler.execute(ImportHandler.java:35)
When this is caught as an exception, i tried printing out the session.getStatusMessage(), session.getErrMsg() and session.getApiError() but all gave me nothing.
I am guessing whether the session is lost...
According to one of the post from "appnair", he did mention about session being lost, so is it that the session above is lost?
"For each lapi call however small check session error
If session is lost then re-initialize that session
I am encountering this error and needs some help:
2012-11-20 07:26:01,368 INFO importSeeker-1 backgroundLog - LoggerUtil@32f44c: com.opentext.api.LLIllegalOperationException: get(name) not implemented for this datatype
at com.opentext.api.LLInstance.get(Unknown Source)
at com.opentext.api.LLValue.toValue(Unknown Source)
at com.opentext.api.LLConnect.unMarshall(Unknown Source)
at com.opentext.api.LAPI_DOCUMENTS.CreateVersionEx(Unknown Source)
at com..importFile(ImportFileManagerImpl.java:272)
at com..createDoc(ImportFileManagerImpl.java:923)
at com..initialiseDocument2(ImportFileManagerImpl.java:870)
at com..processFirstLvl(ImportFileManagerImpl.java:595)
at com..startImport(ImportFileManagerImpl.java:150)
at com..importingNews(ImportArticle.java:653)
at com..ImportHandler.execute(ImportHandler.java:35)
When this is caught as an exception, i tried printing out the session.getStatusMessage(), session.getErrMsg() and session.getApiError() but all gave me nothing.
I am guessing whether the session is lost...
According to one of the post from "appnair", he did mention about session being lost, so is it that the session above is lost?
"For each lapi call however small check session error
If session is lost then re-initialize that session