Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

LLIOException: Could not read bytes from file 1

Status
Not open for further replies.

nathalielim

Programmer
Jan 18, 2012
18
SG
Hi,
I am trying to upload a video file into Livelink, 14 MB and i encountered this error:
INFO [RMI TCP Connection(73229)-10.0.90.219] (LoggerUtil.java:24) - class com.xxxx.xxxxxxxxx.xxxx.xxxxxxx.service.LoggerUtil: .LoggerUtil@af4ffd: com.opentext.api.LLIOException: Could not read bytes from file: \\inbox\process\upload\Video\144004\Aljazeera\November2012\19Mon\0\20121120113812.wmv
INFO | jvm 1 | 2012/11/20 11:38:55 | at com.opentext.api.LLFileUtils.streamReader(Unknown Source)
INFO | jvm 1 | 2012/11/20 11:38:55 | at com.opentext.api.LLConnect.sendFileUpload(Unknown Source)
INFO | jvm 1 | 2012/11/20 11:38:55 | at com.opentext.api.LLConnect.executeTraditional(Unknown Source)
INFO | jvm 1 | 2012/11/20 11:38:55 | at com.opentext.api.LLConnect.execute(Unknown Source)
INFO | jvm 1 | 2012/11/20 11:38:55 | at com.opentext.api.LAPI_DOCUMENTS.CreateVersionEx(Unknown Source)

What could be the possible cause of this problem?

Thank you.
 
Can you upload any files ?

com.opentext.api.LLIOException: Could not read bytes from file: \\inbox\process\upload\Video\144004\Aljazeera\November2012\19Mon\0\20121120113812.wmv

that tell me the lapi client does not know how to get there?

the computer on which the lapi program is running does that user have complete access to the file
if so test another 12 mb file which is a different mime type.
Then you could at least get an idea of what iswrong

Well, if I called the wrong number, why did you answer the phone?
James Thurber, New Yorker cartoon caption, June 5, 1937
Certified OT Developer,Livelink ECM Champion 2008,Livelink ECM Champion 2010
 
Thanks appnair,

Your reply is very helpful. I realised that there are not enough resources in that computer, thus, i think that is why i am encountering this issue.

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top