Sun Java System Portal Server 6 2005Q4 Release Notes

NetFile


Files cannot be opened on the local host in the NetFile Java 2 applet. (5055476)

Description:

The Netscape 7.1 browser does not allow local files to be opened in the NetFile Java 2 applet.


A local file can not be opened in NetFile. (5033644)

Description:

A local file can not be opened in NetFile because the file’s base directory is removed. When a user expands a file directory tree and tries to find a local file such as /tmp/1.txt and the user clicks Open, the alert dialog pops up with the following error message: The file /1.txt can not be found. Please check the location and try again.

Solution:

None.


Adding a share in NetFile with the type “FTP,” causes an exception. (5053765)

Description:

Users can not add an ftp share in NetFile Java1 or Java2. This problem occurs on the Linux platform.

Solution:

Make sure that ifconfig is added to the system’s search PATH.


NetFile for NFS does not work on Linux 2.1. (6200718)

Description:

NetFile Java1 nor Java2 can access an NFS server shared mount on the Linux 2.1 platform.

Solution:

To use NetFile to access and NFS server shared mount, perform the following manual steps.

For BEA WebLogic:

Edit the startWeblogic.sh and startManagedWeblogic.sh scripts located in bea-install-dir/user_projects/domains/mydomain/ by adding the following line after the LD_LIBRARY_PATH variable:


LD_PRELOAD=/usr/lib/libpam.so:${LD_PRELOAD} ; export LD_PRELOAD

For Sun Java System Application Server:

Edit the asadmin script located at the AS8.1-install-dir/sun/appserver/bin by adding the following line after the LD_LIBRARY_PATH variable:


LD_PRELOAD=/usr/lib/libpam.so:${LD_PRELOAD} ; export LD_PRELOAD

For Web Server:

Add the following line under in the start script of the web container instance after the LD_LIBRARY_PATH variable:

ws-install-dir/sun/webserver/https-ws-instance-name/start


LD_PRELOAD=/usr/lib/libpam.so:${LD_PRELOAD} ; export LD_PRELOAD