Sun Java System Web Server 6.1 SP8 Release Notes

Known Issues

This section lists the more important known issues and limitations at the time of the Sun Java System Web Server 6.1 SP8 release. The issues are listed as follows:

General

The following table lists General known issues.

Table 14 General Known Issues

Problem ID 

Description 

6496339 

(Windows 2003 only) Report generation fails with lganalyz.exe application error in Web Server 6.1 SP6.

Workaround:

  1. Log in to the Web Server machine.

  2. Go to WSinstall\bin\https\httpadmin\bin.

  3. Run the flexanlg util command to get the report, for example, C:/Sun/WEBSER~1.1/extras/flexanlg/flexanlg -F -n jwsoffice -x -i C:/Sun/WEBSER~1.1/HTTPS-~2/logs/access -c hnrfeuok -t s5m5h10 -l c+5h5 -p ctl


Note –
  • Type the above command in a continuous line.

  • Replace jwsoffice with your hostname or IP address. You also can export the output to an HTML file and use a browser to view it. For more information on the flexanlg utility, see Sun Java System Web Server 6.1 SP8 Administrator's Guide.


6553259 

Web Server 6.1 SP8, when run with JDK 6 shows the search collection names (checkbox) in a different order in the search pages, as compared to when it is run with older JDK versions. 

6198559 

JES3: Patch upgrade of Web Server on Linux displays false uninstall notification. 

4988370 

6413819 

Contents do not get updated under a particular situation on HP-UX 11.0 platforms. 

The HP-UX operating system has two cache spaces, Page Cache and Buffer Cache, for accessing files. Normally, when the application performs the mmap function, the file is mapped to Page Cache.

However, currently the operating system has no responsibility to synchronize the data between the Page Cache and Buffer Cache if the mmap is performed as PRIVATE option. Even if you copy the file, the operating system refreshes the cached data only in the Buffer Cache.

Workaround: Use a text editor to update the contents each time.

6404983 

Searching of Users and Groups through LDAP server using Administration Graphical User Interface fails. 

Workaround: For this feature to work, install Red Hat AS 3.0 update 1–uname -r: 2.4.21-9.ELsmp.

5060906 

Authorization dialog appears for an unprotected directory without an index file. 

Additional information: If a directory does not have an index file such as index.html, index.jsp, or home.html, then while turning on ACL authentication anyone with read and write permission is denied the list access even though this directory is unprotected.

Workaround: To revert back to the previous behavior of 6.1, change the default ACL so that anonymous users are allowed list privileges. Make the change as follows:

allow (read, execute, info, list) user = "anyone"

Administration

The following table lists the known issues in Administration.

Table 15 Known Issues in Administration

Problem ID 

Description 

6543821 

6531819 

If you remove a listen socket or change its port number and restart or reconfigure the server, the server fails to close the old listen socket. The operating system continues to accept connections on that port, but the server will not respond to requests on that port. 

Work around: Close the old listen socket, stop the server and restart it.

6301761 

ACL applet might fail to load with Mozilla 1.4 and Firefox 1.0.6. 

6021151 

Problem using HttpServerAdmin to create a JNDI resource containing an LDAP domain name containing commas.

Workaround: For HttpServerAdmin to escape the `,' in the property, use `\\' as the escape character. Use `\' on the Windows platforms.

In the property java.naming.provider.url=ldap://localhost:389/ou=loggingQueues,ou=tms,ou=services,ou=abc the `,' are escaped as shown here:

-property java.naming.provider.url=ldap://localhost:389/ou=loggingQueues\\,ou=tms\\,ou=services\\,ou=abc

5007892 

Distributed Administration: ACL deletion does not clean up obj.conf.

Workaround: Comment out NameTrans for https-admserv:


#NameTrans fn="assign-name" name="https-admserv" from="/https-admserv/*" 

5035129 

Unable to manage Directory Server user/group/ou using Web Server 6.1 SP2 Administration on RedHat Linux Advance Server 3.0.

4650456 

View Access and View Error does not work properly with multibyte characters. 

4652585 

When Distributed Administration is enabled, the local Administration user is disabled. 

Workaround: Create a user with the default Administration user name within the distributed Administration group.

The newly created LDAP Administration user must have the same password as the Web Server Administration user. 

4725683 

The log file date stamp does not take the local time zone into account and shows the incorrect date. 

Workaround: If the date in the log file filename extension should match the date of the log entries, configure the server to rotate the log files at 23:59.

4761960 

Web Server 6.0 SP4: Cannot enable Distributed Administration when using SASL and anonymous bind. 

Workaround: Do not use anonymous bind to an SSL-enabled directory server.

4841310 

Can't get REMOTE_USER variable when authenticated by .htaccess.

Workaround: If you enable .htaccess files, the server checks for .htaccess files before serving resources. The server looks for .htaccess files in the same directory as the resource and in that directory's parent directories, up to and including the document root. For example, if the Primary Document Directory is set to /sun/server/docs and a client requests /sun/server/docs/reports/index.html, the server will check for .htaccess files at /sun/server/docs/reports/.htaccess and /sun/server/docs/.htaccess.

Note that the server's Additional Document Directories and CGI Directory functionality allows an administrator to define alternate document roots. The existence of alternate document roots affects .htaccess file processing. For example, consider a server with the Primary Document Directory set to /sun/server/docs and a CGI program at /sun/server/docs/cgi-bin/program.cgi.

If you enable CGI as a File Type, the server will evaluate the contents of both /sun/server/docs/.htaccess and /sun/server/docs/cgi-bin/.htaccess when a client issues a request for the CGI program.

However, if you configure a CGI Directory at /sun/server/docs/cgi-bin, the server will inspect /sun/server/docs/cgi-bin/.htaccess but not /sun/server/docs/.htaccess. This occurs because specifying /sun/server/docs/cgi-bin as a CGI Directory marks it as an alternate document root.

4865295 

The End User Administration feature (under Distributed Administration in the Administration interface) is no longer supported. 

4882999 

Inconsistent look and feel of the Administration GUI. 

4888696 

The Add Server page in the Administration GUI disappears in Netscape Navigator 7.0 when insufficient information is provided. 

Workaround: Provide complete information on the Add Server page before clicking OK. If necessary, reload the page to restore the Add Server GUI, or click another page or another tab and then navigate back to the Add Server page. This problem occurs only in Netscape Navigator 7.0.

4910309 

The word `null' is incorrectly displayed on an alert message. 

This word displays when editing directory services in the Pick Directory for Virtual Server page in the Virtual Server Manager. 

4905808 

Superusers cannot access the Administration interface after enabling distributed administration. 

Workaround: After enabling distributed administration, create a user in LDAP with the same administration user name and password as that of superuser.

4908694 

Default link not working for Logging Settings.

The default link on the Logging Settings for Virtual Server page does not set the default path, but rather acts as a reset button.

4910197 

When editing a JDBC resource, the properties page retains values after they have been deleted. 

4911552 

.shtml files are parsed even if you configure them to be un-parsed.

No ID 

The sun-web.xml file bundled with the Web Server points to the wrong DTD location.

Correction: The correct location is http://www.sun.com/software/dtd/appserver/sun-web-app_2_3-1.dtd.

6284698 

Web Server is not operational when installed as non-root user. 

Workaround: Start the Web Server instance from the command line instead of using the Web Administration console.

6078104 

JSP applications are not accessible from WS6.1 when the passthrough plug-in is configured.

Workaround: Change the line from the service directive of passthrough from

Service type="magnus-internal/passthrough" fn="service-passthrough"servers="http://server:port"

to 

Service fn="service-passthrough" servers="http://server:port"

4991278 

No Administration GUI feature is available to delete JSP ClassCache files.

6316265 

The Administration GUI says Click Apply for the changes to take affect but no Apply button exists in the Administration Server. 

Core

The following table lists the known issues in Core.

Table 16 Known Issues in Core

Problem ID 

Description 

6363944 

webservd child process orphaned when Solaris crypto softtoken (libpkcs11.so) is used in Web Server 6.1SP5 64-bit.

Workaround: This problem occurs only when the server is explicitly configured to use the Solaris softtoken. If you have to use fork(), Runtime.exec(), or <!--#exec cmd="..."-->, do not configure the server to use the Solaris softtoken.

6313832 

Existing 32-bit plug-ins cannot be used with the 64-bit release. Attempting to load a 32-bit plug-in using the 64-bit Sun Java System Web Server release will result in an error message such as the following: 

Sun ONE Web Server 6.1SP5 (64-Bit) B10/28/2005 09:00

failure: CORE3170: Configuration initialization failed: Error running init function load-modules: dlopen of plugin.so failed (ld.so.1: webservd: fatal: plugin.so: wrong ELF class: ELFCLASS32)

Workaround: Use the 32-bit release of Sun Java System Web Server or contact the plug-in vendor to obtain a 64-bit release of the affected plug-in.

4939491 

On HP-UX: Executing the ./stop script gives an error message and kills the process group.

Documentation and Online Help

The following table lists the known issues in Documentation and Online Help.


Note –

For a list of known issues in the localized versions of 6.1 documentation, see Issues Resolved in 6.1 Documentation.


Table 17 Known Issues in Documentation

Problem ID 

Description 

6506960 

Online Help indicates that the maximum characters for an authentication password is eight characters. 

Additional Information: The authentication characters for an authentication password can be more that eight characters.

4964908 

No documentation available regarding feature upgrades.  

Additional Information: See Installation, Upgrade, and Migration Notes.

5016571 

Online Help page under Generic Thread Pools gives invalid information.

5053339 

Online Help—Directory Indexing information is missing in the Administrator's Guide and online help.

4928287 

All documents do not inform the user the nonexistence of instance/lib directory.

Additional Information:This directory is not created by the installer. Users have to create the directory if it does not exist.

6237303 

Release Notes for SUN ONE Web Server 6.1 does not list all patches that are required for the Solaris SPARC platform.

Additional Information: 109326-09 is a required patch for Web Server 6.1 on Solaris release 8.

Installation

The following table lists the known issues in Installation.

Table 18 Known Issues in Installation

Problem ID 

Description 

5020317 

JDK only upgrade results in disabling search. The user receives an exception, and the search page is not accessible from the GUI. 

Workaround: This exception does not happen if Web Server 6.1 SP2 core is installed along with or prior to installing JDK alone. In addition, if Web Server 6.1 SP2 core is installed on top of a JDK-upgraded Web Server 6.1 SP1, the exception does not show up.

4855263 

Sun Java System Web Server will not start if it is installed into a directory with spaces in the name, for instance, Program Files. You will not receive an error message about this during installation, but following installation the server will not start.

Workaround: Do not install the Web Server into a directory with spaces in the name.

4869238 

On the Windows platform, the Sun Java System Web Server installer does not accept a long name as server-root.

Workaround: Specify a path name for the Sun Java System Web Server installation directory that is no longer than 128 characters even though the field allows you to type up to 256 characters.

4901205 

On the Solaris platform, Control-B does not work on screens that follow the Fully Qualified Domain Name screen in the installer, starting with the User and Group Name screen.

Workaround: If you need to return to previous screens during the installation, quit the installer and start again.

4937915 

On the AIX platform, Control-C makes the terminal screen hang during installation. 

This problem occurs on the screen used to specify the name of the computer on which the Web Server will be installed. 

4960048 

Some SNMP related files are overwritten when upgrading to Sun Java System Web Server 6.1 SP1. 

Workaround: Back up the following files before the upgrade:

server-root/plugins/snmp/magt/CONFIG

server-root/plugins/snmp/sagt/CONFIG

Migration

The following table lists the known issues in Migration.

Table 19 Known Issues in Migration

Problem ID 

Description 

6514480 

Cannot enable Java on a migrated 4.1 instance even after opting to enable JAVA at the time of migration and enabling from the GUI after migration. 

Workaround: Manually add the following entries to the obj.conf file and restart the instance:

<Object name="default">
	NameTrans fn="ntrans-j2ee" name="j2ee"
	NameTrans ......
	.......
	PathCheck .....
	.......
	ObjectType ......
	.......
	Service .......
	.......
	Error fn="error-j2ee"
	AddLog .....
</Object>

<Object .....
	.....
</Object>

<Object name="j2ee">
	Service fn="service-j2ee" method="*"
</Object>

4790457 

Cannot change the document root of a migrated server from 4.1. 

Workaround: Edit the migrated instance's obj.conf and server.xml manually. These files are located under SERVER_ROOT/HTTPS-INSTANCE/config directory.

In obj.conf change the line


NameTrans fn=document-root root="<existing_doc_root>"

to 


NameTrans fn=document-root root="$docroot"

In server.xml, under the relevant VSCLASS change the line

<PROPERTY name="docroot" value="existing-doc-root">

to 

<PROPERTY name="docroot" value="new-doc-root">

6213097 

ktsearch.jar is not migrated correctly on Sun Java Enterprise System 3 (JES3).

Workaround: Manually edit the server.xml file of the migrated instance to point to the correct path.

For Linux: /opt/sun/private/share/lib/ktsearch.jar

For Solaris SPARC: /usr/share/lib/ktsearch.jar

5007081 

Web application file status ignored during migration from 6.0 to 6.1 

Web application status defined at the file level in the server.xml file is not migrated. If a user has switched off the status of the web applications file to suppress them, upon migration these web applications are exposed.

Workaround: Edit the server.xml file of the migrated instance and turn off status for each web application.

4988156 

Installation of SP_2 patch on existing install (update) 

If you want to upgrade the Sun Java System Web Server 6.1 that is installed as a part of Sun Java Enterprise System (JES), to the latest Service Pack, download and apply the relevant patches. For more details, refer to the JES 3 Migration and Upgrade Guide.

Samples

The following table lists the known issues in the sample applications. Note that none of these issues prevent the sample applications from functioning correctly.

Table 20 Known Issues in Samples

Problem ID 

Description 

5014039 

Simple JSP files throw an exception due to the distributable tag in web.xml.

Workaround:

  1. Remove the tag distributable from the web.xml file in the /simple/src directory.

  2. Redeploy the web application.

No ID 

rmi-iiop sample is missing a step.

In the “Deploying the Sample Application” section, after executing the command ant deploy (step 2), restart the Web Server instance.


Note –

ant is a Java build tool and must be downloaded from Apache at http://ant.apache.org. Also see the information provided in install-root/plugins/java/samples/docs/ant.html.


No ID 

jdbcrealm sample has the wrong Oracle driver name.

In the “Compiling and Assembling the Sample Application” section, step 2b, change the following line from: 

<PROPERTY name="dbdrivername" value="oracle.jdbc.pool.OracleDataSource">

to 

<PROPERTY name="dbdrivername" value="oracle.jdbc.driver.OracleDriver">

Search

The following table lists the known issues in Search.

Table 21 Known Issues in Search

Problem ID 

Description 

4977315 

5038203 

AIX-Search Engine of 6.1 should have the ability to change the sort order. 

Workaround: To change the default order, add `+' as a first character of the sort string. Because `+' in URI is escaped, use `%2B' to change the order. In this case, change the URL to http://host/search/index.jsp?si=1&ns;=10&c;=test&qt;=*&sb;=%2Bwriter.

4684124 

If the document root of an already indexed collection is changed, the document returned by the search throws a Document Not Found error.

Workaround: Rebuild the entire collection by performing one of the following actions:

  • Remove all documents and add them back again.

  • Delete the collection and create it again.

4911725 

Search does not work when you search for a word using a different case pattern. 

Search results are not displayed on the the search page if you search using a word of mixed case. For example, typing sAmpLe instead of sample or SAMPLE. 

4963236 

On HP-UX: PDF files are not converted to HTML for inclusion in search collections. 

This problem occurs if the following patch is installed on the HP-UX 11i system: 

PHSS_28871 — ld/linker cumulative patch

Security

The following table lists the known issues in Security.

Table 22 Known Issues in Security

Problem ID 

Description 

4671445 

Sun Java System Web Server cannot connect to an LDAP server over SSL if LDAP client authentication is required. 

If Sun Java System Web Server contacts an LDAP server that requires client authentication (in this case, the Web Server is the client), the Web Server’s certificate cannot be sent and access will fail. 

4863599 

Cannot use the same group name under different organizational units. 

If the same group name is used and you try to restrict access with the group name, Sun Java System Web Server returns an error when clients try to access the site. 

Workaround: Use a different group name for each organizational unit.

4963468 

In some circumstances, the “list” right has no effect on directory listing. 

According to Chapter 9 of the Sun Java System Web Server 6.1 Administrator’s Guide, the “list” right is required to obtain directory listings from directories that do not contain an index file. However, in certain circumstances you can obtain a directory listing even if the applicable ACLs deny the list right.

If you need to restrict directory indexing, disable indexing, as discussed in Chapter 16 of the Sun Java System Web Server 6.1 Administrator’s Guide, instead of or in addition to denying the list right.

6310956 

6298215 

When LDAP drops the connection because of inactivity, for example, timeout set on the LDAP, Web Server is unable to re-initialize the connection to LDAP. This problem only occurs when Web Server is installed as part of the JES3/JES4 install. The problem does not exist in stand-alone (file-based) installation.  

Workaround:

  1. Copy the library libldap50.so from the file-based installation of Web Server and paste it to the following location in your current setup: /opt/SUNWwbsvr/bin/https/lib

  2. Restart the Web Server.

Tools

The following table lists the known issues in Tools.

Table 23 Known Issues in Tools

Problem ID 

Description 

4905696 

On Windows, deployment fails if the class file depth along with the file name exceeds 255 characters. 

4912181 

On Linux, a null pointer exception is thrown when deploying an application using the wdeploy command-line utility. This problem happens at the end of deployment, and only if it succeeds.

Workaround: The error occurs when wdeploy reads the stdout/stderr after executing reconfigure script following deployment. Check whether the server did reconfigure by looking in the errors log for the reconfigure message. If the message is not there, then run the reconfigure script manually.

Web Container

The following table lists the known issues in the Web Container.

Table 24 Known Issues in the Web Container

Problem ID 

Description 

6387189 

Java logging issues in a deployed module. 

4903162 

Issue on Windows related to the case of url-patterns.

As per the Servlet specification, the url-pattern elements in web.xml are case sensitive. This condition might lead to unexpected behavior for Windows users, for example, if a client makes a request for index.HTML expecting this string to match index.html.

WebDAV

The following table lists the known issues in WebDAV.

Table 25 Known Issues in WebDAV

Problem ID 

Description 

4892017 

Unable to rename or move a resource if the parent directory is locked exclusively. 

This problem occurs when DAV clients send the incorrect If : header. For example, if you connect to the Web Server using Macromedia Dreamweaver or DAV Explorer, create a collection, and then lock the collection with depth infinity, which locks all of its resources as well, you will not be able to rename or move a resource. Adobe GoLive sends the correct If : header only if the lock’s owner href matches auth_user. In all other cases with GoLive, the wrong header will also be sent.

4902651 

Lock Management screen in the Virtual Server Manager does not display the lock information properly for hard links. 

Symbolic links, hard and soft, are not supported by the WebDAV implementation in Sun Java System Web Server. 

Localization

The following table lists the known issues in the localization.

Table 26 Known Issues in the Localization

Problem ID 

Description 

4937055 

The Administration online help of Web Server is not localized.  

The Administration online help has been localized only up to the first level. The initial help pages are localized but clicking the links on a page, for example, Removing a Server displays help content in the English language. 

6441984 

The Administration online help is displayed in English even if the locale is set to zh-cn.

For zh-cn locale, the Administration GUI online help is in English. If the browser locale is zh-cn, then the complete Administration GUI online help is displayed in the English language.

Workaround: Set the browser's prefer locale to zh to view the online help in the Chinese language.

6583870 

Web server 6.1 SP8: In Internet Explorer 7, you can select the locale as ja or ja-JP. If you select the locale as ja, online help is displayed in Japanese. But when you select the locale as ja-JP, online help is displayed in the English language.