Lotus Notes Traveler server did not respond within the allotted time frame - lotus-domino

I have Lotus Notes Traveler 8.5.3.200 Build 201411031333 running on Lotus Domino server Release 8.5.3FP6 November 21, 2013 on a Windows/64 (2 Processors) platform This server is dedicated for Traveler only, no other addons like Sametime or other is installed on this pc.
Problem is When I access Traveler via mobile or browser, it usually gives me following error (sometimes after succesfull login and sometimes always)
Lotus Notes Traveler server did not respond within the allotted time frame.
and on Server I can see errors like following
JVM: Traveler: Lotus Traveler task did not respond within the allotted time frame (55,000 milliseconds) for action GET and operation key
It happens very frequently, So far I have tried various suggestions available on the different forums example:
Started Traveler with Defrag ...
Added the following lines to the Notes.ini to bind the ip (as suggested at some blog)
NTS_IPC_TCP_Port=50125,192.168.1.1
NTS_IPC_TCP_Port2=50126,192.168.1.1
Added the following line to the servlet.properties file (in Server Data folder). (as suggested at some blog)
Text
ntstimeoutsyncas=230000
But no use still getting errors and timeout frequently.The server is for Local LAN connected users which are directly connected on same subnet without any firewall, also it is serving external internet base mobile users as well. Sometimes the page opens perfectly without delay, but most of time it gives timeout error. when there is timeout error, all mobile devices are unable to synch. After few retries they somehow manage to sync sometime.
I have disabled the Symantec Antivirus and backup exec agent as well but no use.
The real problem comes when I have to register new device by visiting traveler portal like http://traveler_server/traveler and it gives time out several times :(
When i restart the traveler server, it works fine for few minutes, then it starts making problem.
this is traveler status command output
[0230:07A9-0C3C] There have been 9 device sync failures for reasons other than the server is too busy.
[0230:07A9-0C3C] The overall status of Lotus Notes Traveler is Yellow.
its green when i restart the server, but then goes to yellow after few minutes.

Run the following command's from the Domino console:
Tell HTTP Quit
Tell Traveler Quit
Load Traveler -defrag

Related

Colab: How to disconnect from session without closing the tab?

Some background
My computer fan goes crazy when I am using Google Colab, it definitely uses local resources somehow. I am running very long processes (over 4 hours). Yesterday, it occurred to me that I was disconnected, I thought my session had crashed since I stoped receiving the status updates of my task's progress bar. But then after clicking on Connect to a hosted runtime I was able to reconnect to that session and just interact with it fine. Given that Google Colab uses some of my local resource, I looking for a way to put the client application on halt for a little bit.
Question
How to manually disconnect from my remote session without crashing/terminating it? Is that even possible?
Note:
There is an answer for Does Google Colab stay connected when I close my browser? that says
The current cell will continue executing once you close your browser, but the outputs will not end up in the notebook in Drive.
I would be fine if I am able to leave the session running remotely but not being able to access the outputs on the notebook, given that I save the result on google drive when the process is done. So, not been able to see the output on the notebook would not be an issue for me.

SSH timeout when running importDump.php on a Bitnami Mediawiki instance on Google Cloud server

The import seems to start out ok, showing the contents of the mediawiki in the terminal window. At some point (often around the same point in the content), the SSH terminal freezes up. Opera Browser returns an 'out of memory' message.
2 questions -
Can I just start the import and ask the server to run it regardless of the status of the terminal window on my machine (or the internet connection)?
If no to #1, what can I modify to prevent the terminal from timing out?
It could be that the cause of the problem is not the Google Cloud server or the network but a problem with the client browser being used.
A good test would be to do the same operation using another browser if possible and see how it goes. If the operation is successful then it means that it is a problem with the Opera browser itself.
Also check the memory configurations on the client machine to see if it can handle the request.
There has been reports of out of memory errors in Opera:
https://forums.opera.com/topic/17877/new-version-out-of-memory-issue
If you have tried other browsers and issue is the same then it should not be caused by the Opera browser ‘out of memory’ error.
Have you provided your Bitnami Mediawiki deployment with the correct instance specs to handle every request?
At the Google Cloud Platform click on Products & Services which is the
icon with the four bars at the top left hand corner.
On the menu go to the Compute section and hover on ‘Compute Engine’ and
then click on ‘VM Instances’ to view all your instances.
Click on your Bitnami instance to see more details.
Go to ‘Machine type’ where you can see CPU and memory allocated for the
instance.
Ensure Bitnami Mediawiki instance has a good profile to handle the request.
You can also check the instance performance while you’re doing the import and see how it behaves.
As per the documentation, running importDump.php can take quite a long time. For a large Wikipedia dump with millions of pages, it may take days, even on a fast server.

LoadRunner VuGen Script Replay Failing for Citrix Module Login

I am using LoadRunner VuGen to record a test I would like to execute using a Citrix module. I am able to successfully record the actions but when I play the actions back, it stops at the following line of code:
ctrx_wait_for_event("LOGON", CTRX_LAST);
The Citrix ICA Client screen is displayed and it is waiting for the Username, Password, and Domain to be entered by I am unable to manually enter the information in and after a couple a seconds it fails. When I initially record my actions, I am logging into Citrix via a web URL. But when I play back the actions it goes directly to the Citrix ICA Client screen without ever opening the URL.
This is Citrix application where Logging into the Citrix Desktop is taking too much time than the parameterized hence throwing the TimeOut Error.
In the error if the IP address is also mentioned, then it is usually is a citrix connectivity/network connectivity issue.
We had a similar error without any IP address, we did the following which resolved the issue:
Check if there are any active citrix sessions, if yes clear/terminate all the sessions. Then run the VuGen script from VuGen and dont try manually
Upgrade the ICA client if it is older than 13, we are using 14.x version

Print PDF from Navision Application Server

I have problem printing reports to PDF through bullzip from Navision Application Server (1) if user is not in Local Admin group (2). Only under both conditions.
In Nav code I'm doing the following: init bullzip automation object (set all parameters to suppress GUI), run report to print document to virtual bullzip printer, catch output file. Thats it. Straight as a rail.
I have two environments: Windows Server 2008 and Windows 7 (different versions of Nav, but this is changing nothing). On Windows 7 it just do nothing (but works if user is admin). On server I can see error in Event Log (translated to English)
Faulting application gui.exe, version 9.8.0.1599, time stamp 0x517126dc, faulting module USER32.dll, version 6.0.6002.18541, time stamp 0x4ec3e39f, exception code 0xc0000142, fault offset 0x0006f52f, the process ID 0x3bc, application start time 0x01ce562238369fa9.
Gui.exe is a part of bullzip.
If I run the same code from Nav Classic Client, or from the same NAS launched in command line, or under local administrator account, or if i put the NAS user in local admin group - it works just fine.
To solve this problem i need to find out one of two and how to fix it:
What is the difference between local admin and regular user that could cause application to crash in non-interactive mode (service) under regular user account.
What is the difference in running NAS as service and as command line that could cause application to crash when run as service.
What I've tried so far: extend non-interactive desktop heap, give user all local privileges that admin have in gpedit. Not works. Don't know direction for further digging.
Any alternative free pdf printers advices are welcome.
This question is still actual. Though I've managed to setup PDF printing with PDFCreator. The tough part was to let several different NAS to print simultaneously. And now the setup have a bottleneck - PDFCreator's printing queue. With bullzip automations it could be avoided.
We've had some cases where third party DLL's have crashed within NAV due to permission restrictions.
The only effective way we could narrow down the files that it was trying to access was through using Process Monitor to try narrow down what was causing permission issues.
We found a folder within System32 to do with the System's Network Profile that some DLLs use. On that note, NAS's and such should be run under a domain account.
I think re-installing the application will do that,
Just make sure you are uninstalling each bullzip and ghost script,
Now Ghost script is tricky thing, if you are installing 32 bit over 64 then you are having problem,
refer this download link download appropriate version, install it,
and then install bullzip, after downloading new version from here
this will do..
then also if any problem(if you are using application for automation, you require new com object..) refer Forum, that explains most of application interface problems..
where you need to use public class PdfSettings with namespace bioPdf.
I hope this will help ..

What's causing a Windows 8 desktop certification warning on Multi user session test

I have a desktop application that attempts to limit the user to one instance per session (so each user/remote desktop connection can run a copy)
I do this by creating an EventWaitHandle with a "Local\..." prefix on the event name, and if isn't created, I exit the program.
The warning from the verifier tool looks like this:
WARNING
Multi user session test
• Warning: The multi user session test detected the following errors:◦An error occurred while performing the testing process.
• Impact if not fixed: Multiple users might not be able to launch the app in concurrent sessions.
• How to fix: Make sure that the app doesn’t block multiple concurrent sessions, either locally or remotely. The app must not depend on global mutexes or other named-objects to check for or block multiple concurrent sessions. If the app can’t allow multiple concurrent sessions per user, use per-user or per-session namespaces for mutexes or other named-objects. See link below for more information:
Remote Desktop Services programming guidelines
http://msdn.microsoft.com/library/windows/desktop/aa383490(v=vs.85).aspx
Any idea on what this error means, and how to get rid of it?
I've tested the program while logged into multiple accounts, and it correctly detects that the program is not running on the new session, despite running on a previous one.
Is there a way to get more detailed descriptions of the failures?
this link suggests that there is a bug in Windows Application Certification Kit (WACK) 2.2 and it is resolved in WACK 3.0 available for Windows 8.1 Preview. I chose to ignore this particular warning for now.
Set for user (choice user or machine) when you run Windows App Cert