Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 144770 - [Webdoc] [Readme] Modify readme entry 1.7.8.
Summary: [Webdoc] [Readme] Modify readme entry 1.7.8.
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: TPTP (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Paul Slauenwhite CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 115857
Blocks:
  Show dependency tree
 
Reported: 2006-05-31 16:23 EDT by Paul Slauenwhite CLA
Modified: 2016-05-05 11:01 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Slauenwhite CLA 2006-05-31 16:23:25 EDT
Remove readme entry 1.7.8.

1.7.8 SWT error when running Manual Test View on Linux on a multiprocessor machine
Bugzilla defect: 115648
Related SWT bugzilla defect: 115822 

When running the Manual Test View on Linux on a multiprocessor machine, the following SWT error is thrown: 
No more handles [gtk_init_check() failed]

There is no workaround at this time (see SWT defect #115822). An alternative solution is to run the Manual Test View on Linux on a single processor machine.
Comment 1 Paul Slauenwhite CLA 2006-06-08 10:26:09 EDT
Instead of remove, lets reword to:

1.7.8 SWT error when running Manual Test View on Linux

When running the Manual Test View on Linux, periodically the following SWT error is thrown: 
No more handles [gtk_init_check() failed]

This error is caused by a connection failure X server or running out of memory.

To resolve this error:

 1. Set the DISPLAY environment variable to your local host (e.g. export DISPPAY=<host name or IP address>:0.0).
 2. Add the host name and port information is correct in /etc/hosts. 
 3. Start the X server.
Comment 2 Paul Slauenwhite CLA 2006-06-08 12:15:14 EDT
(In reply to comment #1)

Please also add a fourth work-around:

4. Increase the file descriptor limit.
Comment 3 Ruth Lee CLA 2006-06-11 23:13:21 EDT
Paul, since the readmes are now starting from scratch, this entry needs to be added in instead of modified.

Readme entries are now self-serve.

All readme entries that are not "All Project" General Notices 
(i.e., applying to all features of TPTP) will be written by development
from now on. To have an entry added to the "All Project" general notice,
please open a bug against TPTP.Web.

In each project on the TPTP web there is a readme XML file that is parsed
by the central readme XSLT and formatted into the TPTP readme file.

If you are unfamiliar with how to check out your project's web site, 
	1. Add a new CVS repository:
		host: dev.eclipse.org
		repository path: /home/cvs/org.eclipse
		user, password, connection type: same as development CVS
	2. Check out your project's folder:
		1. Platform: tptp\platform
		2. Monitoring: tptp\monitoring
		3. Trace & Profiling: tptp\performance
		4. Test: tptp\test

To add a readme, edit your project's readme file:
	1. Open resources\v4.2\readme.xml
	2. Each readme entry looks like this:
		<readme>
			<title></title>
			<category></category>
			<bugzilla></bugzilla>
			<description></description>
		</readme>
	   For the title, put a brief description of the problem that the user will see.

	   For the category, put one of the following:
		A. General Notices
		B. Agent Controller
		C. Generic Log Adapter
		D. Log and Trace Analyzer
		E. Probekit
		F. Profiling Tool
		G. Statistical Console
		H. Common Test Issues
		I. Charting Service

	   For the bugzilla, enter the number of the bugzilla that, once fixed, means that
	   the readme can be removed from the readme.xml file.

	   In the description, you can use the following HTML formatting:
		<b>
		<br/>
		<code>
		<p>
		<ul>
		<ol>
		<li>
	   To have additional categories or HTML formats added, open a bug against TPTP.Web.

	   For an example of a working readme.xml file, please view 
	   http://www.eclipse.org/tptp/platform/resources/v4.2/readme.xml
Comment 4 Paul Slauenwhite CLA 2006-06-12 12:16:45 EDT
D:\Workspaces\workspace_TPTP\test\resources\v4.2\readme.xml checked in to CVS (HEAD).
Comment 5 Paul Slauenwhite CLA 2006-07-06 09:52:31 EDT
Neglected to mark fixed on 2006-06-12 12:16.