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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Builder is getting hanged for every 1 minute.

Status
Not open for further replies.

Prasad75

Programmer
Sep 26, 2009
10
US
Hi Guys,
I am facing one problem while working in Builder. When i opened my builder it is getting hanged for every 1 minute. I am using 9.5 version.

I saw the builder debug window then i realized it was trying to do something. I am pasting the debug window statements which it was trying and failing.

Wed Feb 17 10:58:23 2010
Func = 'index.update'
WriteArea = '2215_0'
WriteIPool = 'file://C:/OPENTEXT/index/enterprise/data_flow'
_REQUEST = 'llweb'
Error logging in from cookie: ?
Dispatcher error: Could not connect.
Wed Feb 17 10:58:40 2010 - 716499 Func='index.update' Timing: 16.656 16.646 16.655

Wed Feb 17 10:58:40 2010
Func = 'index.import'
ReadArea = '2215_2'
ReadIPool = 'file://C:/OPENTEXT/index/enterprise/data_flow'
_REQUEST = 'llweb'
Error logging in from cookie: ?
Dispatcher error: Could not connect.
Wed Feb 17 10:58:56 2010 - 733014 Func='index.import' Timing: 16.514 16.510 16.515

Wed Feb 17 10:59:24 2010
Func = 'index.update'
WriteArea = '2215_0'
WriteIPool = 'file://C:/OPENTEXT/index/enterprise/data_flow'
_REQUEST = 'llweb'
Error logging in from cookie: ?
Dispatcher error: Could not connect.
Wed Feb 17 10:59:40 2010 - 776872 Func='index.update' Timing: 16.593 16.599 16.593

Wed Feb 17 10:59:40 2010
Func = 'index.import'
ReadArea = '2215_2'
ReadIPool = 'file://C:/OPENTEXT/index/enterprise/data_flow'
_REQUEST = 'llweb'
Error logging in from cookie: ?
Dispatcher error: Could not connect.
Wed Feb 17 10:59:57 2010 - 793496 Func='index.import' Timing: 16.624 16.619 16.624


Any help to solve this is highly appreciated.

Thanks

 
When you start builder you get the message that do you want to shut it down.When you say 'Yes' the livelink service is shutdown and builder or llbuilder.exe is going to run a single thread.What you are experiencing is Admin server activity usually you shut it down when developing

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
 
The items you have shown from the Debug window are part of the Admin server, some of whose functionality may not work in Builder only as it does not by default load the Java components.

Also shutting down the Livelink Admin service when running Builder will remove those lines, and associated processing, from your Builder session, leaving you free to work.

Greg Griffiths
Livelink Certified Developer & ECM Global Star Champion 2005 & 2006
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top