Oracle GlassFish Server Release Notes Release 3.1.2 and 3.1.2.2 Part Number E24939-04 |
|
|
View PDF |
GlassFish Server provides a lightweight, modular server for the development of Java Platform Enterprise Edition (Java EE) 6 applications and Java Web Services. It delivers enterprise performance, scalability, and reliability.
For production deployments, consider Oracle GlassFish Server with Oracle Premier Support for Software. Premier Support helps lower the total cost and risk of owning your Oracle solutions, improve the return from your IT investment, and optimize the business value of your IT solutions. Benefits of Premier Support include product updates and enhancements, global reach, lifetime support, ecosystem support, and proactive, automated support.
These Release Notes provide late-breaking information about GlassFish Server 3.1.2 and 3.1.2.2 software and documentation. These Release Notes include summaries of supported hardware, operating environments, and JDK and JDBC/RDBMS requirements. Also included are a summary of new product features in the 3.1.2 and 3.1.2.2 releases, and descriptions and workarounds for known issues and limitations.
Refer to this document prior to installing, configuring, or using GlassFish Server 3.1.2 or 3.1.2.2 software. Consult this document periodically to view the most up-to-date product information.
This section lists the revision history for these Release Notes.
Date | Description of Changes |
---|---|
February 2012 |
Initial release of Oracle GlassFish Server 3.1.2. |
April 2012 |
Issue 18645 added for Patch 1. |
July 2012 |
Information about release 3.1.2.2 added. |
July 2012 |
Information about the increase to the maximum allowed value for the |
October 2012 |
Information about fixed issues and documentation updates for Patch 3 added. |
GlassFish Server 3.1.2.2 is a microrelease that addresses feedback from the GlassFish community to improve the developer experience by resolving the following critical issues:
NetBeans bug 211962
JAX-WS issue JAX_WS-1059
GlassFish Server issue GLASSFISH-18446
The GlassFish Server 3.1.2 update release includes bug fixes and the following new features:
The GlassFish Server 3.1.2 release includes the following updates:
Table 1-2 GlassFish Server 3.1.2 Environment and Component Changes
New Feature Area | New Features |
---|---|
Operating Systems |
Solaris 11 |
Java Virtual Machines |
JRockit R28.2.2, Oracle JDK7 U3, Oracle JDK6 U31 |
Java Development Kit |
SDK bundles with JDK7 U3, SDK bundles with JDK6 U31 |
non-Oracle Database |
Java DB 10.8.1.2 |
Browsers |
IE 9, Firefox 8, Firefox 9, Safari 5.x, Chrome 15.x |
Integrated Development Environments |
NetBeans 7.1.1, Eclipse 3.7.1 |
Updated Libraries |
Weld, JSF, EclipseLink, Metro, Jersey, HK2, Grizzly, Shoal, Update Center, GlassFish Server Message Queue, JSP, JSTL, Hibernate Validator, Apache Felix, JavaDB |
HTTP session persistence |
Support for Coherence*Web 3.7.1; see Using Coherence*Web with GlassFish Server |
Java API for XML Binding (JAXB) |
Support for MOXy with EclipseLink 2.3.2 |
Java Persistence API (JPA) |
Support for Toplink Grid with Coherence 3.7.1 |
The Administration Console has added features to bring it more into alignment with the capabilities of the asadmin
command-line administration utility, including:
Configuring a supported Message Queue broker cluster when creating a GlassFish Server cluster
Enabling and disabling secure administration
Administering Loadbalancer Plug-in configurations
Viewing and monitoring application-scoped resources
Configuring advanced properties of JDBC connections
Administering Loadbalancer Plug-in configurations (Oracle GlassFish Server only)
To simplify the set up of Windows systems to enable centralized administration of remote instances, GlassFish Server now supports the Distributed Component Object Model (DCOM) remote protocol.
Previous releases of GlassFish Server supported the secure shell (SSH) to enable centralized administration of remote instances on Windows systems. However, because SSH is not native to the Windows operating system, considerable setup is required to install and configure an SSH provider. DCOM provides an alternative on Windows systems to SSH for communications between hosts in a GlassFish Server cluster.
For more information, see "Enabling Centralized Administration of GlassFish Server Instances" in Oracle GlassFish Server High Availability Administration Guide.
GlassFish Server now supports Apache HTTP Server as a front end using the Apache Connector mod_proxy_ajp
. For more information, see "Administering mod_proxy_ajp
" in Oracle GlassFish Server Administration Guide.
GlassFish Server now supports the use of the Group Management Service (GMS) in networks in which multicast transport is unavailable. In previous releases of GlassFish Server, the use of GMS required multicast transport to be available. For more information, see "Group Management Service" in Oracle GlassFish Server High Availability Administration Guide.
Oracle TopLink is the default persistence provider in Oracle GlassFish Server. TopLink includes all of EclipseLink, from the Eclipse Foundation. EclipseLink is the default persistence provider in GlassFish Server Open Source Edition. EclipseLink implements the following specifications, plus value-added extensions:
Java Persistence Architecture (JPA) 2.0. For details about JPA support in GlassFish Server, see "Configuring the Java Persistence Provider" in Oracle GlassFish Server Application Development Guide.
Java Architecture for XML Binding (JAXB) 2.0. The EclipseLink JAXB implementation, plus EclipseLink extensions, is called MOXy. The org.eclipse.persistence.moxy.jar
file is bundled with GlassFish Server. For more information about MOXy support in GlassFish Server, see "The Databinding Provider" in Oracle GlassFish Server Application Development Guide.
EclipseLink utilities are not included but can be used with GlassFish Server. Download the EclipseLink zip file at http://www.eclipse.org/eclipselink/downloads/
and unzip it.
In addition to all of EclipseLink, Oracle TopLink includes TopLink Grid, an integration between TopLink and Oracle Coherence that allows TopLink to use Oracle Coherence as a level 2 (L2) cache and persistence layer for entities. The toplink-grid.jar
file is bundled with Oracle GlassFish Server.
Note:
You must have a license for Oracle Coherence to be able to use TopLink Grid.
Recovering transactions from a database has been possible in previous releases. However, it has been more limited than recovering transactions from a file system. This release brings database recovery support up to parity with file system recovery support.
Transaction logging is designed to work with any JDBC-compliant database. Transaction logging has been tested with the Java DB and Oracle databases listed in the certification matrix. See Supported Platforms, JDK Versions, Browsers, mod_jk
, and JDBC Drivers and Databases.
New properties based on the ThreadPoolExecutor
class (http://docs.oracle.com/javase/6/docs/api/java/util/concurrent/ThreadPoolExecutor.html
) allow you to configure the EJB container's common thread pool. For more information, see the online help for the EJB container.
New asadmin
subcommands allow you to add one or more library archive files to GlassFish Server. You can add library files to the following directories:
Common class loader directory, domain-dir/lib
Java optional package directory, domain-dir/lib/ext
Application-specific class loader directory, domain-dir/lib/applibs
For more information, see the add-library(1)
, list-libraries(1)
, and remove-library(1)
descriptions in the Oracle GlassFish Server Reference Manual.
The OSGi module management subsystem in this release of GlassFish Server has been updated to version 4.3 of the Apache Felix OSGi framework. For more information about this subsystem, see "OSGi Module Management Subsystem" in Oracle GlassFish Server Administration Guide.
NetBeans version 7.1.1 includes sample applications designed to work with GlassFish Server that demonstrate the following features:
Basic use of the GlassFish Server Embedded API
Use of the Embedded API CommandRunner
EJB unit testing using the Maven plugin
Application-scoped resources using the built-in Java DB database
For more information, see http://www.netbeans.org/
.
This section lists the requirements that must be met before installing GlassFish Server 3.1.2 software.
The following topics are addressed here:
mod_jk
, and JDBC Drivers and DatabasesCertification matrices containing complete information about supported operating environments, hardware, JDK versions, browsers, mod_jk
, and JDBC drivers and databases for GlassFish Server are available in the following location:
GlassFish Server 3.1.2 Certification Matrix
Also be sure to see Paths and Environment Settings for the JDK Software for important JDK configuration instructions.
Note:
It is recommended that any machine that is hosting a GlassFish Server DAS or server instance have a minimum of 1 GB RAM. The GlassFish Server Performance Tuner should also be used on each of these machines to optimize the server configuration for the particular hardware. Refer to the Performance Tuner online help in the GlassFish Server Administration Console and the Oracle GlassFish Server Performance Tuning Guide for more information.
System virtualization is a technology that enables multiple operating system (OS) instances to execute independently on shared hardware. Functionally, software deployed to an OS hosted in a virtualized environment is generally unaware that the underlying platform has been virtualized. Oracle performs testing of its Java-based products on select system virtualization and OS combinations to help validate that the Oracle products continue to function on properly sized and configured virtualized environments as they do on non-virtualized systems.
For information about Oracle support for Oracle Java-based products in virtualized environments, see Supported Virtualization and Partitioning Technologies for Oracle Fusion Middleware. In particular, refer to the section titled, "Oracle Branded Sun Product Releases Support."
The download sizes for GlassFish Server 3.1.2 vary depending on the package you choose. The following are the approximate sizes of the multilingual (ML) executable and ZIP packages for the Full and Web profiles:
Full, ML, *.sh
: 62 MB
Web, ML, *.sh
: 39 MB
Full, ML, *.exe
: 62 MB
Web, ML, *.exe
: 39 MB
Full, ML, *.zip
: 99 MB (118 MB unzipped)
Web, ML, *.zip
: 60 MB (75 MB unzipped)
The installation sizes will vary depending on your configuration, but the approximate amount of disk space used by a GlassFish Server 3.1.2 is as follows:
Full: 250 MB
Web: 150 MB
You must have seventeen unused ports available for the ports GlassFish Server uses. The installation program automatically detects ports that are in use and suggests currently unused ports for the default settings. The initial default port assignments are listed in the following table. If these default port numbers are in use, the installation program assigns a randomly selected port number from the dynamic port range. The selected port number might not be the next available port number.
Table 1-3 Default Port Assignments for GlassFish Server 3.1.2
Port Number | Usage |
---|---|
4848 |
Administration Console |
8080 |
HTTP |
8081 |
HTTPS |
8686 |
Pure JMX clients |
3700 |
IIOP |
3820 |
IIOP/SSL |
3920 |
IIOP/SSL with mutual authentication |
22 |
SSH port |
9009 |
Java debugger |
6666 |
OSGi shell telnet port |
7676 |
JMS provider |
Auto-generated from the operating system's dynamic port range |
Message Queue TCP port |
Auto-generated from the operating system's dynamic port range |
Message Queue Admin port |
9090 |
GMS TCP start port |
9200 |
GMS TCP end port |
Auto-generated between GMS TCP start and end ports |
GMS listener port |
Auto generated between 2048 and 49151 |
GMS multicast port |
In some situations, such as when multiple domains are running on a single host, port conflicts can arise in the auto-generated ports used by Message Queue and the GMS. To avoid these conflicts, you can configure the JMS host and the GMS to use specific ports.
When you create a JMS Host, GlassFish server automatically selects ports for the JMS provider (called the portmapper port in Message Queue terminology), the Message Queue TCP port and the Message Queue admin port.
To provide specific values for these ports, use the --mqport
and --property
options when creating the JMS host:
asadmin> create-jms-host --mqhost hostName --mqport portNumber \ --mquser adminUser --mqpassword adminPassword --target glassfishTarget \ --property imq\\.jms\\.tcp\\.port=tcpPort:imq\\.admin\\.tcp\\.port=adminPort \ jms-host-name
--mqport
portNumber
This option specifies the JMS provider port number.
--property imq\\.jms\\.tcp\\.port=
tcpPort
:imq\\.admin\\.tcp\\.port=
adminPort
The imq.jms.tcp.port
and imq.admin.tcp.port
properties specify the TCP port and the admin port numbers. The double backslashes (\\
) are used in the --properties
option to escape the dots in the property names.
When you create a cluster, GlassFish server automatically selects a port for GMS multicast that does not conflict with the GMS multicast port of any other cluster in the domain. Additionally, when you start a cluster, the GMS automatically selects an available port in a specific range for its TCP listener.
If two or more domains are running on the same host, configure the clusters in the domains to ensure that no GMS port conflicts can arise among the clusters. To avoid possible port conflicts, use the --multicast
and --properties
options when creating the cluster:
asadmin> create-cluster --multicastport multicast-port \ --properties GMS_TCPSTARTPORT=start-port:GMS_TCPENDPORT=end-port \ cluster-name
--multicastport
multicast-port
This option specifies the port number for the GMS to use for UDP multicast.
--properties GMS_TCPSTARTPORT=
start-port
:GMS_TCPENDPORT=
end-port
The GMS_TCPSTARTPORT
and GMS_TCPENDPORT
properties specify the range of port numbers the GMS is to use when selecting an available port for its TCP listener.
GlassFish Server 3.1.2 is now bundled with Message Queue (MQ) Broker 4.5 SP2. Refer to the Oracle GlassFish Server Message Queue Release Notes for complete information about MQ Broker requirements.
If you are using the Solaris 10 operating system, you must apply all relevant patches or patch clusters that are listed on the My Oracle Support site.
Ensure that your JDK configuration settings on all local and remote GlassFish Server hosts adhere to the guidelines listed below. Failure to adhere to these guidelines can cause various problems that may be difficult to trace.
The following topics are addressed here:
Ensure that the version of Java used on all local and remote GlassFish Server hosts meets the requirements specified in Supported Platforms, JDK Versions, Browsers, mod_jk
, and JDBC Drivers and Databases.
The following binary files that are used with GlassFish Server must come from the JDK software, not the Java Runtime Environment (JRE) software:
java
keytool
To meet this requirement, ensure that the bin
directory for the JDK software precedes the bin
directory for the JRE software in your path.
JAVA_HOME
Environment VariableBefore performing any GlassFish Server installation or configuration procedures, set the JAVA_HOME
environment variable on the GlassFish Server host machine to point to the correct Java version. Also be sure to add the JAVA_HOME/bin
directory to the PATH
variable for your environment. The JAVA_HOME
variable must be set on all local and remote GlassFish Server hosts.
All remote asadmin
subcommands require the correct version of Java to be available on the affected remote machine. For example, when creating a cluster or server instance on a remote machine, the remote machine uses its local default Java installation, not the Java installation that is on the DAS. Errors will therefore occur if the remote machine uses the wrong Java version.
Depending on the remote subcommand, the errors may not occur when the subcommand is executed, but may occur later, when interacting with a configuration or resource created or modified by the subcommand. For example, when creating a clustered server instance on a remote machine, the error may only first appear when you attempt to deploy an application on that server instance.
This issue is more likely to be encountered when GlassFish Server is installed on the remote server by means of a ZIP file package rather than a self-extracting installer run in GUI mode. This is because the GUI installer gives you the option to specifically choose your Java version, whereas you do not have that option when simply unzipping a ZIP file.
Depending on what shell is invoked via SSH on the remote host, the JAVA_HOME
and PATH
environment variables may need to be explicitly set in .bashrc
, .cshrc
, or some other shell configuration file. This configuration file may differ from the one that is used when you log in to the machine, such as .profile
.
Alternatively, you can specifically set the Java path with the AS_JAVA
property in the in the as-install/config/asenv.conf
file.
This section describes known issues and any available workarounds for Oracle GlassFish Server 3.1.2 software.
The following topics are addressed here:
restart-instance
takes a long time on Solaris 11 (sun.security.pkcs11.SunPKCS11
) (15537)
Invoking GF installer on AIX 6.1 with JDK6 64 bit gives Warning (16667)
(JDK) NLS: Crashed when tried to install the bundle in ko locale (16699)
Fail to install the bundle named with -jdk7
when unset JAVA_HOME in solaris 11 Express x86 (16698)
Unable to restart Embedded GlassFish Server instance once a remote EJB is deployed (16916)
EJB Timer Service is not loaded correctly after Embedded GlassFish Server restart (16230)
Stopping Embedded GlassFish Server leaves several daemon threads running (11088)
[OWSM] Interop Metro-WLS:NPE WSSECURTIYTOKEN NULL for WSSE:SECURITYTOKENREFERENCE (Issue 9716247)
[JDK_Issue] Performance degradation caused by invoking setSoLinger
or setReuseAddress
(Issue 7109)
[JDK_Issue] IO exception: invalid argument during longevity test (Issue 7529)
File permissions on domain /applications
directory can cause NullProcessException
(Issue 6545)
Issues occur with ZIP distribution if UAC enabled on Windows 7 and Vista (Issue 10755)
[Open Installer] Option -l
to relocate log files ignored on Windows (Issue 10693)
[Open Installer] Start menus not displayed and then empty on Windows Vista (Issue 5087)
Standalone Update Tool fails with segmentation fault on Solaris (Issue 11222)
Windows startup menu shows single entry on multiple installation of Glassfish 3.1 (7002744)
New Grizzly integration required for http://java.net/jira/browse/GRIZZLY-970
(15909)
ReleaseNotes: document Restart Required issues (Umbrella issue 16040)
[UB]org.osgi.framework.BundleException
during shutdown after upgrade (15441)
Update coordinates failure with enable-security-admin
(7017384)
lazy-init
attribute missing from admin console Edit IIOP Listener page (15975)
RMIConnectorStarter
constructs invalid URLs with a literal IPv6 address (15937)
[UB]Release note security permissions required for CDI applications (15456)
build 40 : list-jmsdest
for cluster1
not working, it just hangs
Create Resource Adapter Config is throwing an exception if JMS is already started (15571)
Domain.xml
: setting protocol.http-listener-1.http.max-connections
set in 1
or -1
(16025)
Caching JMS session in a session bean causes errors when invoked by a MDB when under load (15558)
Domain fails to stop after console loaded (with secure admin enabled) (15482)
Modifying keyfile path in a newly created config does not properly list the users (15429)
[BigApps] [STRESS] ~17 occurrences of "EOFException" warnings coming from JMS (15424)
Mysql ping fails when additional properties are not deleted (14547)
If TS resource had been changed, tables are not created after server restart (13873)
GlassFish/Grizzly not able to accept new request if a remote client hangs (6963818)
restore-domain
from a config only backup will corrupt the domain directory (7026114)
could not find Factory: javax.faces.context.FacesContextFactory
(16061)
GlassFish installer needs to prompt user to set MQ admin password (12305750)
asadmin update-node-ssh
command hangs when SSH port is not provided (18185)
QL bean-validator/simple-bv-servlet test failed in security_manager ON mode (17288)
Require username/password to access admin console locally (18063)
Failure to replicate sessions larger than 64kB with only one active clustered instance (18085)
IE9 and Google Chrome only: Export a LB config xml not working properly (18281)
AccessControlException in Coherence*Web Test with Security Manager On (13614812)
Traffic loss during instance start between the time 8080 is up and application is loaded (18267)
JMS Connection Factories tree node should not include JMS Destination Resources (18314)
Install silent option does not store admin password input (18318)
Appclient appending an extra $ and \r for arguments passed (18332)
Custom installation crashes when "Configure an existing installation" selected (17269)
SocketException While Starting Cluster with Coherence on AIX (13704617)
Unable to set a value on the lb config's rewrite-location property when using jdk 1.7.0_03 (18368)
Plain file in INSTALL_ROOT causes install-node to fail (18645)
ORB Tuning: Limiting the Maximum Number of Client Connections
Incorrect Closed Network Patch Numbers Listed in the GlassFish Server 3.1.x Documentation
Error in the Instructions for Upgrading from GlassFish Server 3.1 or 3.1.1 to 3.1.2
restart-instance
takes a long time on Solaris 11 (sun.security.pkcs11.SunPKCS11
) (15537)The asadmin
restart-domain
and restart-instance
subcommands intermittently hang on Solaris 11 systems. This is cause by native Security SPI code in the JDK. This issue does not occur on operating systems other than Solaris 11.
None. This issue does not cause any problems other than the occasional long wait for the subcommand to complete.
For the complete report about this issue, see GLASSFISH-15537.
If you enabled secure admin for a GlassFish Server 3.1 domain, the domain remains enabled for secure admin when you install GlassFish Server 3.1.2.
However, GlassFish Server 3.1.2 uses a stronger technique to make sure that servers in one domain do not accidentally communicate with servers in another domain.
Your updated GlassFish Server 3.1.2 domain does not use the improved domain isolation technique until you run the following command once:
asadmin> enable-secure-admin
You do not need to specify any other arguments with the command, even if you did so when you first enabled secure admin on your GlassFish Server 3.1 domain. GlassFish Server 3.1.2 automatically begins using the better algorithm from that point on.
For the complete report about this issue, see GLASSFISH-16437.
tcp-no-delay
attribute in Http is not working (16902)The tcp-no-delay
attribute for HTTP type network listeners is not working properly. Setting this attribute as follows has no effect:
asadmin> set server-config.network-config.protocols.protocol.http-listener-1.http.tcp-no-delay=true
Set the tcpNoDelay
property of the HTTP service instead, as follows:
asadmin> set server-config.http-service.property.tcpNoDelay=true
This enables tcpNoDelay
for all network listeners.
For the complete report about this issue, see GLASSFISH-16902.
By default, when you enable secure admin, the GlassFish Server DAS does not use SSL client certificate authentication to verify the identify of administration clients (such as the asadmin
utility, browsers, or IDEs). Instead, the administrative user typically provides a user name and password which authorize performance of administrative operations. To enable admin request SSL client certificate support in the DAS, set the following system property to true
:
Note:
This issue applies only to administrative clients sending administration messages to the domain administration server (DAS). It does not apply to end-user clients sending messages to applications.
org.glassfish.admin.DASCheckAdminCert
This does not disable user name and password authentication. It simply adds client SSL certificate-based authentication as another alternative the DAS can use.
If you perform the following steps, then GlassFish Server might report communication errors related to SSL:
Enable secure admin for the domain.
Enable admin request SSL client certificate support as just described.
Use an administration client that is not configured to send an SSL client certificate for authentication.
Upload a moderate or large file as part of deployment.
This can happen if the upload is in progress when the GlassFish Server DAS requests certificate information from the administration client. This happens only if the client was not configured to use an SSL certificate.
To enable admin request SSL client certificate support and deploy a large file, first upload the file manually to the system where the DAS is running or store the file in a shared file system that both your system and the DAS system can access. Then do not specify --upload=true
when you deploy the application. The DAS finds the file without uploading it, so the certificate negotiation between the DAS and the administration client can complete normally.
-jdk7
when unset JAVA_HOME in solaris 11 Express x86 (16698)The JDK bundle is not installed if the JAVA_HOME
or PATH
environment variable is not set properly.
Do one of the following:
Add the actual JDK installation location to the PATH
.
Add the directory for a stand-alone JDK installation to the PATH
.
Set JAVA_HOME
to the actual JDK installation location.
Run the /usr/sbin/pkg developer/java/jdk
command from the root (/
) directory. If this command reports that the developer/java/jdk
package is not installed, install that package before installing GlassFish Server.
asadmin
timeout from HA short execution on AIX (16960)During High Availability testing on AIX, the Domain Admin Server (DAS) freezes and requires a complete restart.
An IBM patch can be downloaded from https://www-304.ibm.com/support/docview.wss?uid=isg1fixinfo117990
.
domain.xml
encoding can cause upgrade problems and startup failure with certain locale changes (16304, 16700)If you change the system locale to something incompatible with the current encoding of the domain.xml
file, GlassFish Server fails to start. This can happen during an upgrade.
Change the system locale back to the previous setting.
If you are upgrading, convert the domain.xml
file to native encoding before upgrading. On Unix systems, follow these steps:
Back up the domain.xml
file.
Run the following commands:
native2ascii domain.xml domain.xml.ascii native2ascii -reverse -encoding UTF-8 domain.xml.ascii domain.xml
Run the asupgrade
command under c:\glassfish311\glassfish\bin\
.
Run the following commands:
native2ascii -encoding UTF-8 domain.xml domain.xml.ascii native2ascii -reverse domain.xml.ascii domain.xml
Code that performs these steps fails at the redeploy step:
Start embedded GlassFish Server.
Deploy an application that uses the EJB Timer Service.
Undeploy the application.
Stop the server.
Restart the server.
Redeploy the application.
Perform these steps:
Start embedded GlassFish Server.
Deploy an application that uses the EJB Timer Service.
Undeploy the application.
Stop the server using the dispose
method.
Restart the host virtual machine (JVM).
Recreate the embedded GlassFish Server instance.
Redeploy the application.
There is an issue with web services communication between GlassFish Server Metro and Oracle WebLogic Server when using the Oracle Web Services Manager (OWSM) wss11_saml_token_with_message_protection_service_policy
policy.
The fix for this problem is in Oracle WebLogic Server 11.1.1.4.0. See the Oracle WebLogic product page for more information.
setSoLinger
or setReuseAddress
(Issue 7109)When the setSoLinger
method or the setReuseAddess
method is invoked, performance is degraded and the following exception is thrown:
[#|2009-01-26T00:33:56.325-0800|WARNING|sun-appserver9.1| javax.enterprise.system.container.web|_ThreadID=17; _ThreadName=SelectorReaderThread-8084; _RequestID=11ae0030-c392-4217-8408-cfa7efe0a879;|setSoLinger exception java.net.SocketException: Invalid argument
This issue is caused by an issue with the JDK software. This issue is resolved in JDK version 7.
During an HTTP longevity test, the following exception is thrown 42 hours into the run:
[#|2009-04-05T17:41:26.537-0700|SEVERE|glassfish|javax.enterprise.system.core| _ThreadID=15;_ThreadName=Thread-1;|doSelect exception java.io.IOException: Invalid argument
The instance and application are still accessible during the run.
This issue is caused by an issue with the JDK software. This issue is resolved in JDK version 7.
/applications
directory can cause NullProcessException
(Issue 6545)If a domain's /applications
directory restricts access, or if you use directory deployment from a restricted directory, the server cannot read the files in the expanded directory. A NullProcessException
error occurs during deployment.
Change the file access settings for such directories to grant the server permission to read the directory contents.
For the complete report about this issue, see GLASSFISH-6545.
Some features will not work well on Windows 7 and Vista with User Account Control (UAC) enabled. One example is the Administration Console, which cannot be launched.
-l
to relocate log files ignored on Windows (Issue 10693)Option -l
to relocate log files is ignored when used with options -a
and -s
and the log files are created in the default location.
The Start menu group for GlassFish Server is not displayed after installation is first completed. If you log out and then log back in, the menu group is displayed but it is empty.
The standalone Update Tool started with the updatetool
command fails with a segmentation fault on Solaris when installing add-on components.
Ensure that your system conforms to the standalone Update Tool patch requirements as defined in the Update Center Release Notes.
Update Tool functionality in the Administration Console uses a different Java-based Update Center API and is not affected by this issue.
For the complete report about this issue, see GLASSFISH-11222.
When using Java Web Start to launch an application client, any managed beans in the application client will not be recognized.
Launch the application client using the appclient
script. Managed beans in the application client will be supported normally.
For the complete report about this issue, see GLASSFISH-11257.
appclient
script on Mac OS X with Apple Java implementation (Issue 8644)When you invoke the appclient
script on Mac OS X systems with Java from Apple installed, the following stack trace is seen twice (only the first few lines are shown here):
Intentionally suppressing recursive invocation exception! java.lang.IllegalStateException: recursive invocation at java.lang.ClassLoader.initSystemClassLoader(ClassLoader.java:1394) at java.lang.ClassLoader.getSystemClassLoader(ClassLoader.java:1377) at sun.security.jca.ProviderConfig$1.run(ProviderConfig.java:64) ...
None needed.
Despite the warning messages, the client will be launched successfully and run normally. These errors are from an issue in the Apple Java implementation.
For the complete report about this issue, see GLASSFISH-8644.
Installation log files cannot be opened by clicking the links on the Summary page that displays at the end of the installation process in the graphical installer.
Access the files manually. The names of the installation log and summary files are timestamp-install.log
and timestamp-install-summary.html
. On Linux and Mac systems these files are generated under the $TMP directory.
For the complete report about this issue, see GLASSFISH-6621.
updatetool
command does not work if you reinstall into the same install directory on Windows (Issue 8233)If you reinstall GlassFish Server (with Update Tool) in the same installation directory with the same defaults and invoke Update Tool using the updatetool
command, you receive a message saying that Update Tool is not installed and are asked if you want to install it. This occurs on Windows systems only.
Following uninstallation, manually remove the remaining .org*
directory before reinstalling.
For more information this issue, see GLASSFISH-8233.
Debugging JPA is difficult because of limited messages from the server.
Add the property org.eclipse.persistence.session.level=INFO
to the logging.properties
file. You can then use the Administration Console to control EclipseLink loggers.
For the complete report about this issue, see GLASSFISH-11274.
In previous GlassFish Server versions, the JVM options provided a classpath-prefix
and classpath-suffix
attributes that made it possible to add JAR files or directories either in front of, or after the application serve's system classpath
. These options are no longer present in GlassFish Server 3.1.2.
Starting with GlassFish Server v3 Preview, after switching to OSGi, the classpath-prefix
and classpath-suffix
options have been labeled "do not use
."
The classpath-prefix
was typically used to substitute another package for one of the GlassFish Server packages, for example if a newer one was available. This same result can be achieved by using the Java Endorsed Standards Override Mechanism or on a per-application basis with the --libraries
option for the deploy
subcommand. These are documented in the Oracle GlassFish Server Application Development Guide. The Java Optional Package Mechanism, which is documented in this guide, does what classpath-suffix
used to do.
Windows Start Menu shows a single GlassFish Server even when multiple GlassFish Server installations are installed.
None. When running GlassFish Server from the Start menu, the most recent installation starts. Similarly, when uninstalling from the Start menu, the last installed version is uninstalled.
http://java.net/jira/browse/GRIZZLY-970
(15909)There is a known security vulnerability with Grizzly when running Java Runtime Environment 6 versions prior to Update 24. See http://java.net/jira/browse/GRIZZLY-970
for details.
Use Java Runtime Environment 6 update 24 or greater to avoid the vulnerability. Oracle has released a security alert for this issue. For instructions on how to resolve it, see http://blogs.oracle.com/security/2011/02/security_alert_for_cve-2010-44.html
.
For the complete report about this issue, see GLASSFISH-15909.
There are a number of configuration functions for which a server restart is required, and a number for which a restart is not required. However, the underlying component modules for the functions listed below are not correctly prompting the user about the restart requirements. These incorrect or missing restart prompts occur regardless of whether the given function is performed from the command line or through the Administration Console.
This is an umbrella issue for the sub-issues listed below. The URL for the JIRA query that you can use to display all these sub-issues is http://java.net/jira/secure/IssueNavigator.jspa?mode=hide&requestId=10358
.
GLASSFISH-16100: Restart required for java mail session debug change, exception in server.log
GLASSFISH-16013: Restart Required: changing http port does not trigger restart required message for a standalone instance
GLASSFISH-16010: Restart Required: After changing JMS Type server instance is not reported as requiring restart
GLASSFISH-15758: Restart Required status for remote instances does not get reset even when instance is restarted.
GLASSFISH-15638: Show "restart required" status when IIOP service configuration / port is changed
GLASSFISH-15635: [UB]Show "restart required" status when a new resource is created or deleted
GLASSFISH-15629: [UB]Show "restart required" status when JDBC connection pool properties are changed
GLASSFISH-15619: [UB]show "restart required" status when connector connection pool properties are changed
GLASSFISH-15517: "Restart Required" when no changes are made to JVM options
GLASSFISH-15507: [UB]DOC: Server restart is required after secure-admin is enabled or disabled
GLASSFISH-14515 (http://java.net/jira/browse/GLASSFISH-14515
): [UB]Restart not required for changes in resources
GLASSFISH-3850: Changing default realm does not indicate that a server restart required
Restart the DAS after performing any of the functions listed above.
For the complete report about this issue, see GLASSFISH-16040.
org.osgi.framework.BundleException
during shutdown after upgrade (15441)When shutting down a server that was started with the java -jar
command, a large number of exceptions may sometimes be displayed in the console. Shutting down a server that was started with the --verbose
option also causes this error.
These are harmless exceptions and can be ignored. The errors are only displayed in the console when the server that is being shut down was started in either --verbose
mode or by using the java -jar
command. Also note that the --upgrade
option implies --verbose
, so shutting down a server that was started with the --upgrade
option may also produce this error.
For the complete report about this issue, see GLASSFISH-15441.
enable-security-admin
(7017384)The asadmin update-admin-server-coordinates
subcommand fails if secure-admin
is enabled.
Either disable secure-admin
, or use the --adminport
option with the update-admin-server-coordinates
subcommand to explicitly set the port you want to use.
For more information, see enable-secure-admin
(1).
list-supported-cipher-suites
(15998)The example in the man page for the list-supported-cipher-suites
subcommand lists the Kerberos cipher (*_KRB5_*
) suites, but the Kerberos suites are not supported in GlassFish Server 3.1.2.
None. This is a documentation error. Kerberos cipher suites are not supported in GlassFish Server 3.1.2.
create-jacc-provider
references JSR196 but the command has nothing to do with JSR196 and JAAS (15999)The subcommand description in create-jacc-provider
man page references JSR196 and JAAS but the subcommand has nothing to do with those specifications. In addition, there is a typographical error in the subcommand example. Finally, the subcommand description for the delete-jacc-provider
should be reworded.
These man page errors will be corrected in the next GlassFish Server release. In the meantime, note the following:
The subcommand description in create-jacc-provider
man page should read as follows:
The create-jacc-provider
subcommand creates a JSR-115-compliant Java Authorization Contract for Containers (JACC) provider that can be used for the authorization of applications running in GlassFish Server. The JACC provider is created as a jacc-provider
element within the security-service
element in the domain's domain.xml
file.
The default GlassFish Server installation includes two JACC providers, named default
and simple
. Any JACC providers created with the create-jacc-provider
subcommand are in addition to these two default providers. The default GlassFish Server JACC providers implement a simple, file-based authorization engine that complies with the JACC specification. The create-jacc-provider
subcommand makes it possible to specify additional third-party JACC providers.
Any number of jacc-provider
elements can be created under the security-service
but the GlassFish Server runtime will use only one of them at any given time. The jacc
attribute on the security-service
points to the name of the provider that is currently in use by GlassFish Server. Any change to the jacc
attribute (to make it point to a different jacc-provider
) would require a server restart. This command is supported in remote mode only.
The create-jacc-provider
subcommand sample should read:
asadmin> create-jacc-provider --policyproviderclass com.sun.enterprise.security.provider.PolicyWrapper --policyconfigfactoryclass com.sun.enterprise.security.provider.PolicyConfigurationFactoryImpl
The subcommand description in delete-jacc-provider
man page should read as follows:
The JACC provider used by GlassFish Server for authorization is specified by the jacc
attribute in the security-service
configuration element. If you are deleting the provider pointed to by the jacc
attribute, ensure that the attribute value is also changed to the name of some other jacc-provider
that exists under the security-service
. Any change to the jacc
attribute for a running service requires a server restart.
lazy-init
attribute missing from admin console Edit IIOP Listener page (15975)It is not possible to set the lazy-init
value for an IIOP listener from either the GlassFish Server Administration Console or the command line. Even the asadmin set
command cannot be used to change the value.
Currently, the only workaround for this issue is to edit the domain.xml
file directly. For example, the domain.xml
file could contain a property similar to the following:
<iiop-listener port="3700" id="orb-listener-1" address="0.0.0.0" lazy-init="true"></iiop-listener>
In this example, the lazy-init
property is enabled, and it can be disabled by changing the lazy-init
value to false
.
Note that lazy-init
is disabled by default, so the domain.xml
file could contain an iiop-listener
element similar to the following:
<iiop-listener port="3700" id="orb-listener-1" address="0.0.0.0"></iiop-listener>
In this case, to enable lazy-init
, you would add the following property to the iiop-listener
element:
lazy-init="true"
For the complete report about this issue, see GLASSFISH-15975.
RMIConnectorStarter
constructs invalid URLs with a literal IPv6 address (15937)When using GlassFish Server 3.1.2 on a system that uses IPv6 addressing, and there is a need to make the JMX service listen on a specific IPv6 address, and the address is specified as a literal IPv6 address, the RMIConnectorStarter
class constructs an invalid URL in the start method.
For example, if your domain.xml
contains the following:
<jmx-connector port="8686" address="e80::216:3eff:fe3e:4c35" security-enabled="false" auth-realm-name="admin-realm" name="system"></jmx-connector>
The server will not open the JMX RMI port successfully and exceptions will be reported in the log file.
The recommended workaround for this problem is to not use a literal address. Instead, define a name for the address, either in DNS or the hosts
file, and then use that name as the value for the address for the JMX listener.
An alternate workaround is to enclose the address value in square braces. For example, use:
<jmx-connector port="8686" address="[e80::216:3eff:fe3e:4c35]" security-enabled="false" auth-realm-name="admin-realm" name="system"></jmx-connector>
Caution:
This issue is planned to be fixed in either a 3.1.2 patch or a subsequent GlassFish Server release. This alternate workaround will cause the system to operate incorrectly when the issue is fixed. The square braces will need to be removed after the fix is applied.
For the complete report about this issue, see GLASSFISH-15937.
During the final GlassFish Server 3.1.2 development phase, fixes were made to a number of man pages after the man pages had already been localized. For users of non-EN locales, these corrections will not appear in the man pages, but are correctly displayed in the Oracle GlassFish Server Reference Manual.
This is an umbrella issue that includes the following man page review issues:
GLASSFISH-15875 man-page-review: list-admin-objects
, list-connector-resources
, list-jndi-resources
GLASSFISH-15958 man page: webtier CLIs
GLASSFISH-15878 man-page-review: create-jdbc-connection-pool
GLASSFISH-15877 man-page-review: remove the section "Application Scoped Resources" from multiple resource man-pages
GLASSFISH-15879 man-page-review: note about resource-ref
in multiple resource related commands
GLASSFISH-15962 Man page for update-node-config
is wrong about SSH nodes
GLASSFISH-15876 man-page-review: list-connector-resources
, list-jndi-resources
GLASSFISH-15873 man-page-review: delete-resource-adapter-config
GLASSFISH-15872 man-page: flush-connection-pool
, ping-connection-pool
GLASSFISH-15874 man-page-review: delete-connector-resource
, delete-jdbc-resource
, delete-jndi-resource
GLASSFISH-15566 change-master-password
--help
has wrong content
GLASSFISH-15485 Error in man pages for restart-local-instance
, start-local-instance
, stop-local-instance
GLASSFISH-15867 documentation of create-system-properties
has inconsistencies
GLASSFISH-15919 man-page-review: jms CLIs
GLASSFISH-3198 Synopsis for asadmin help create-custom-resource
wrong
GLASSFISH-15564 create-http-health-checker
man page error
GLASSFISH-15956 man page: remove --upgrade
option from start-local-instance
GLASSFISH-15947 Remove --upgrade
from start-local-instance
man page
The correct man pages are displayed in GlassFish Server distributions for the EN locale, and will be available for all locales in GlassFish Server 3.2. In the meantime, users of non-EN 3.1.2 locales should refer to the Oracle GlassFish Server Reference Manual for the latest subcommand usage instructions.
For the complete report about this issue, see GLASSFISH-15929.
It is necessary to grant additional permissions to CDI-enabled Java EE applications that are deployed in a GlassFish Server 3.1.2 domain or cluster for which security manager is enabled. These additional permissions are not required when security manager is disabled.
To deploy CDI-enabled Java EE applications in a GlassFish Server 3.1.2 domain or cluster for which security manager is enabled, add the following permissions to the applications:
grant codeBase "file:${com.sun.aas.instanceRoot}/applications/[ApplicationName]" { permission java.lang.reflect.ReflectPermission "suppressAccessChecks"; };
For example, for a CDI application named foo.war
, add the following permissions to the server.policy
file, restart the domain or cluster, and then deploy and use the application.
grant codeBase "file:${com.sun.aas.instanceRoot}/applications/foo" { permission java.lang.reflect.ReflectPermission "suppressAccessChecks"; };
See "Changing Permissions for an Application" in Oracle GlassFish Server Application Development Guide for instructions on modifying application permissions. See "Enabling and Disabling the Security Manager" in Oracle GlassFish Server Application Development Guide for instructions on enabling and disabling security manager. For the complete report about this issue, see GLASSFISH-15456.
list-jmsdest
for cluster1
not working, it just hangsListing JMS physical destinations causes the DAS to hang if the MQ Broker for the instance is not started. This issue occurs in both the Administration Console and when using the asadmin list-jmsdest
subcommand.
All JMS destination subcommands, including list-jmsdest
, create-jmsdest
, delete-jmsdest
, and flush-jmsdest
requires the MQ broker for the instance to be running. For more information, see the Oracle GlassFish Server Message Queue Release Notes.
Creating a JMSRA resource adapter configuration and setting the thread pool to http-thread-pool
generates an exception in the server.log
.
GlassFish Server 3.1.2 provides Grizzly-based and ORB-based thread pool implementations. By default, the create-resource-adapter-config
subcommand takes a thread-pool
ID parameter that is based on an ORB thread pool. When a thread-pool is initialized, the ORB thread pool manager verifies that the thread-pool is not already being used by the Grizzly thread pool manager. The thread-pool is initialized only if Grizzly is not already using the configuration.
For more information, see "Administering the Object Request Broker (ORB)" in Oracle GlassFish Server Administration Guide. For the complete report about this issue, see GLASSFISH-15571.
When running the GlassFish Server sample files, the output generated by the ant all
command displays deployment URLs even for applications that do not have a Web client. For example, the criteriaQuery
and hello-jaxws2.2
sample applications do not have a Web client, but ant all
still generates deploy-url
messages for them, similar to the following:
Application deployed at htt://localhost:8080/criteriaQuery Application deployed at htt://localhost:8080/hello-jaxws2.2
This is a simple message string error, and does not affect the functionality of the samples. Ignore this message for applications that do not have a Web client and corresponding URL.
For the complete report about this issue, see GLASSFISH-12264.
Domain.xml
: setting protocol.http-listener-1.http.max-connections
set in 1
or -1
(16025)The man page for the create-transport
man page states the following for the --maxconnectionscount
option:
The maximum number of connections for the network listener that references this transport. A value of -1
specifies no limit. The default value is 4096
.
However, because of a GlassFish Server bug, setting the --maxconnectionscount
value to -1
disables keep-alive for the connection.
Use the following values for --maxconnectionscount
:
-1
Currently does not correctly set the --maxconnectionscount
to unlimited. Instead, specify some big number, up to Integer.MAX_VALUE
.
1
Process one keep-alive request, and then close the connection after processing the second request on the same connection.
0
Disable keep-alive for the connection
For more information, see "Timeout" in Oracle GlassFish Server Performance Tuning Guide. For the complete report about this issue, see GLASSFISH-16025.
When running the GlassFish Server Administration Console in some versions of Internet Explorer and Firefox, the node tree on the left side of the Administration Console is not always updated correctly when new elements are added to the server configuration. For example, the node tree may not update correctly after adding a new JDBC Pool, resource, or virtual server. This issue is not consistently reproducible and is very intermittent.
Reload the Administration Console by pressing the Home button or the browser's reload button to update the values in the node tree.
For the complete report about this issue, see GLASSFISH-15997.
When using the DataDirect driver with Sybase, inserting an entity that uses GenerationType.IDENTITY
will fail. The problem is that the DataDirect driver creates a stored procedure for every parameterized prepared statement.
Set the PrepareMethod=direct
property on the corresponding datasource to change the default DataDirect behavior for handling prepared statements.
For the complete report about this issue, see GLASSFISH-15763.
The Administration Console sometimes simply displays a blank screen even though the status bar in the browser window indicates that the page loading is complete. This can happen if you have been working in the Administration Console and then restart the server from the command line. This can also happen after upgrading or reinstalling GlassFish Server.
This issue can usually be resolved by doing a Shift+Reload in your browser window. In some cases, particularly when the error occurs after a GlassFish Server upgrade or reinstallation, it may be necessary to clear your browser's cache, cookies, and active logins going back at least one day in the browser history.
For the complete report about this issue, see GLASSFISH-15633.
A stateless session bean should not save JMS connections or sessions in fields of the bean. Applications that do so may encounter errors.
To avoid this issue, if a stateless session bean's business method requires the use of a JMS connection and session, then the business method should create the JMS connection and session, use it to send or receive messages, and then close the connection and session before returning.
For the complete report about this issue, see GLASSFISH-15558.
Server fails to stop when in secure admin mode and the Administration Console has been loaded.
This is just one of a number of issues that may occur when using a JDK version lower than 1.6.0_22. Ensure that you are using JDK 1.6.0_22 or later. See Hardware and Software Requirements for complete information about GlassFish Server 3.1.2 JDK requirements.
For the complete report about this issue, see GLASSFISH-15482.
If an asadmin set
subcommand is executed to change a realm-property
for a realm that is already loaded (perhaps due to an earlier CLI command targeted at the realm), then the realm continues to behave as if the set
subcommand was not executed.
Restart GlassFish Server after using a set
subcommand to change a property for a realm that has already been loaded.
For the complete report about this issue, see GLASSFISH-15429.
Very occasionally, WARNING
messages that state "java.io.EOFException: Trying to read 72 bytes. Already read 0 bytes"
may be observed in the server log
.
If no other messages or exceptions are logged at the same time in either the server or broker logs these messages may be ignored.
For the complete report about this issue, see GLASSFISH-15424.
Performing a MySQL ping after setting nonstandard for mysql-pool
, the following error message is displayed:
Ping failed Exception - Access denied to execute this method : setLargeRowSizeThreshold Please check the server.log for more details.
Only set the standard documented properties for mysql-pool
. These properties are as follows:
"databaseName"
"serverName"
"port"
"networkProtocol"
"user"
"password"
"roleName"
"datasourceName"
For more information, see "Configuration Specifics for JDBC Drivers" in Oracle GlassFish Server Administration Guide. For the complete report about this issue, see GLASSFISH-14547.
If an EJB Timer resource is changed after the EJB Timer Service is started on a previous resource, the EJB Timer table is not created after a server restart.
The DAS must be restarted if any automatic timers are to be deployed. In addition, unless the EJB Timer table is created manually, the domain-dir/generated/ejb-timer-service-app
marker file also needs to be removed.
For the complete report about this issue, see GLASSFISH-13873.
When closing an idle or expired connection, Grizzly waits a period of time, called the linger time, for any pending data transmission to complete. If the client on the connection is not network accessible, GlassFish Server might appear to hang.
Add the following JVM option to the configuration:
-Dcom.sun.enterprise.web.connector.grizzly.linger=-1
restore-domain
from a config only backup will corrupt the domain directory (7026114)When a domain is restored using a configuration-only backup, the contents of the domain's config
directory are restored but the other contents of the directory are lost, thus corrupting the domain.
Perform the following steps to restore a domain directory from a configuration-only backup.
The domain name to be restored in this example is named domain1
. The configuration is restored to a temporary directory named /tmp/domain1
. Once the configuration is restored, the old configuration is moved aside and the restored configuration is copied from the temporary directory to the domain directory.
Create a temporary directory to hold the restored configuration files for the domain.
For example:
mkdir /tmp/domain1
Restore the domain.
asadmin restore-domain --backupdir /tmp/das-backups --domaindir /tmp domain1
Stop the domain.
Change to the domain directory that is actually being restored.
cd domain-dir
Rename the existing domain config
directory.
For example:
mv config config-
Copy the domain configuration from the /tmp
directory into the real domain config
directory.
cp /tmp/domain1 config
PhaseListener
executed for each virtual host (15809)JSF 2.0 PhaseListeners
are executed on each virtual server for any given request. In a multiple virtual server scenario, this means the PhaseListener
is invoked multiple times, once for each VM.
The root cause of the problem, like most Mojarra-with-Virtual Server problems, is the invalidity of the assumption that there is always just one ServletContext
per application per VM. In the case of N virtual servers, there are N ServletContext
instances (and attendant lifecycle listener calls) per application per VM. For example, in a seven-node virtual server scenario, the PhaseListeners
are invoked seven times.
Create a custom LifecycleFactory
instance that correctly handles the virtual server case. Details for doing this are provided in http://java.net/jira/secure/attachment/44826/i_gf_15809-workaround.txt
.
For the complete report about this issue, see GLASSFISH-15809.
javax.faces.context.FacesContextFactory
(16061)JSF/Seam 3 applications intermittently fail to start, generating an error message similar to the following:
WARNING: StandardWrapperValve[FacesServlet]: PWC1382: Allocate exception for servlet FacesServlet java.lang.IllegalStateException: Application was not properly initialized at startup, could not find Factory: javax.faces.context.FacesContextFactory
This issue may occur when a JSF application does not register the Faces Servlet in the application's web.xml
file. The com.sun.faces.config.FacesInitializer
will attempt to initialize the JSF Servlet, which normally works without problem, except when Seam Faces is included in the application, which also tries to initialize the Servlet. This issue is not deterministic because of the random ordering of listeners by GlassFish Server.
Add the following code to the web.xml
file for the application:
<servlet> <servlet-name>Faces Servlet</servlet-name> <servlet-class>javax.faces.webapp.FacesServlet</servlet-class> <load-on-startup>1</load-on-startup> </servlet>
For the complete report about this issue, see GLASSFISH-16061.
GlassFish Server Message Queue (MQ) 4.5 SP2 and GlassFish Server 3.1.2 are now installed together through a common installation program. Prior versions of MQ and GlassFish Server were installed separately through their own installation programs.
The older MQ installation program prompted the user to set an MQ administrator password, but the GlassFish Server 3.1.2 installer does not. Instead, in GlassFish Server 3.1.2 with MQ 4.5 SP2, the default behavior at MQ instance startup is to generate content for a file-based user repository configuration file named passwd
. By default, this file-based user repository is configured as the MQ repository to be used to authenticate client connections to the broker. The default passwd
file contains the following user entries:
User Name | Password |
---|---|
|
|
|
|
These credentials may not match those used for the GlassFish Server administrator.
Ideally, the GlassFish Server administrator and MQ administrator should share the same user credentials because the two products are now the same. Functionality for setting the MQ administrator user name and password during product installation are planned for future versions of the GlassFish Server installer.
In the meantime, there are several post-installation workarounds, listed below, that you can perform on the MQ side with the imqusermgr
User Manager utility to change or set the MQ administrator user name and password. In all cases, see "User Manager Utility" in Oracle GlassFish Server Message Queue Administration Guide for more detailed information about this utility.
Change the credentials for an existing MQ Broker instance.
Use the imqusermgr
User Manager utility to administer MQ Broker passwords.
Set the credentials that will subsequently be used for all new MQ Broker instances.
The instructions vary slightly, depending on whether you want to create a new MQ administrator user name or if the user name will remain unchanged.
If creating a new MQ administrator user name
Delete the existing MQ administrator user name.
as-install-parent/mq/imqusermgr delete -u admin -c -varhome tmp-dir -s -f
Create the new MQ administrator user name.
as-install-parent/mq/imqusermgr add -u user-name -p password -c -varhome tmp-dir -s -f
If reusing the existing MQ administrator user name and only updating the password
Update the administrator password.
as-install-parent/mq/imqusermgr update -u admin -p password -c -varhome tmp-dir -s -f
Move the MQ Broker accesscontrol.properties
file to the GlassFish Server installation.
mv tmp-dir/instances/imqbroker/etc/accesscontrol.properties as-install-parent/mq/etc
The IIOP protocol as implemented in GlassFish Server calls the ORB to locate the EJB component. Because the EJB component is deployed on the same server as the ORB, the ORB sends the private IP address to the client instead of the public IP address. The ORB has no way of knowing the public IP address, which is determined by the firewall. The client then tries to connect using the private IP address, which does not go though the firewall.
asadmin update-node-ssh
command hangs when SSH port is not provided (18185)Code that invokes equals()
on an instance of java.lang.annotation.Annotation
causes an AccessControlException
when running in the IBM JDK but succeeds without an exception in a similar version of the Oracle JDK.
Include the following grant in the server.policy
file, substituting the name of your application for app-name
:
grant codeBase "file:${com.sun.aas.instanceRoot}/applications/app-name/-" { permission java.lang.reflect.ReflectPermission "suppressAccessChecks"; };
This workaround was tested with the following versions:
Java version 1.6.0
Java SE Runtime Environment (build pap3260sr9fp1-20110208_03(SR9 FP1))
IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 AIX ppc-32 jvmap3260sr9-20110203_74623 (JIT enabled, AOT enabled)
J9VM - 20110203_074623
JIT - r9_20101028_17488ifx3
GC - 20101027_AA)
JCL - 20110203_01
uname -a
output included AIX 1 6 00090DB6D700
The introduction of non-multicast mode for Group Management Services (GMS) in GlassFish Server 3.1.2 altered which network interface was automatically selected to be used on a multi-homed machine for clustering communications. This change can result in some clustered instances no longer being able to join their running cluster.
In GlassFish Server 3.1-3.1.1, a network interface that did not support multicast was not considered as a candidate to be selected as the network interface to be used for cluster communications. Thus, the automatic selection of network interfaces was impacted. Specifically, virtual network interfaces that used to be ignored because they did not support multicast can be incorrectly selected as the default network interfaces for cluster communications.
Do one of the following:
Disable or remove the network interfaces that are being selected incorrectly.
Specify which network interface to use on the machine(s) selecting the incorrect network interface. For more information, see "Using the Multi-Homing Feature With GMS" in Oracle GlassFish Server High Availability Administration Guide.
If you try to use the Administration Console from a system through a proxy server on another system back to the original system, while using the system's full host name (instead of localhost
or 127.0.0.1
) you are denied access because the request is treated as a remote request, which requires that secure admin be enabled.
Do one of the following:
Do not use a proxy server.
Use localhost
or 127.0.0.1
as the host name.
Enable secure admin so that what GlassFish Server interprets as a remote request is accepted as such.
To enable secure admin, see "Managing Administrative Security" in Oracle GlassFish Server Security Guide.
If a cluster has only one running server instance and high availability is enabled, you may see the following log message indicating session replication failure:
Multicast datagram of size 155?379 exceeds max multicast size 65?536
The high-availability subsystem is sending replica sessions to null, which translates to a UDP broadcast. Broadcasts over UDP multicast never support a size larger than 64K.
Always ensure that at least two clustered instances are running. Use the asadmin get-health
cluster-name
command to monitor a cluster's health (see the Oracle GlassFish Server Reference Manual). There is also information in the server log that indicates how many cluster members are running in a cluster.
If the security manager is on, tests for using Coherence*Web and TopLink Grid with GlassFish Server fail.
If the security manager is on and you are using Coherence bundled with your application through either Toplink Grid or Coherence*Web, grant the following permissions to your application's codebase in the security.policy
file, substituting the name of your application for app-name
:
grant codeBase "file:${com.sun.aas.instanceRoot}/applications/app-name/-"
{
permission java.lang.reflect.ReflectPermission "suppressAccessChecks";
permission java.lang.RuntimePermission "modifyThread";
permission java.lang.RuntimePermission "accessDeclaredMembers";
permission java.lang.RuntimePermission "createClassLoader";
permission java.lang.RuntimePermission "getClassLoader";
permission java.lang.RuntimePermission "getenv.*";
permission java.lang.RuntimePermission "getProtectionDomain";
permission java.lang.RuntimePermission "selectorProvider";
permission java.lang.RuntimePermission "setContextClassLoader";
permission java.lang.RuntimePermission "shutdownHooks";
permission java.net.SocketPermission "*", "accept,connect,resolve,listen";
permission java.security.SecurityPermission"insertProvider.CoherenceSecurityProvider";
permission java.security.SecurityPermission"putProviderProperty.CoherenceSecurityProvider";
permission java.util.PropertyPermission "java.net.preferIPv4Stack", "read";
permission java.util.PropertyPermission "java.net.preferIPv6Addresses","read";
permission java.util.PropertyPermission "java.version", "read";
permission java.util.PropertyPermission "os.arch", "read";
permission java.util.PropertyPermission "os.name", "read";
permission java.util.PropertyPermission "sun.arch.data.model", "read";
permission java.util.PropertyPermission "tangosol.*", "read";
permission java.util.PropertyPermission "user.dir", "read";
permission java.util.PropertyPermission "buffermanager.*", "read";
permission java.util.PropertyPermission "sbm.cleanup.frequency", "read";
permission javax.management.MBeanPermission "com.tangosol.*", "*";
permission javax.management.MBeanServerPermission "*";
permission javax.management.MBeanTrustPermission "*";
permission javax.security.auth.AuthPermission "getSubject";
permission java.security.SecurityPermission"putProviderProperty.OracleCommonsSecurityProvider";
permission java.security.SecurityPermission"insertProvider.OracleCommonsSecurityProvider";
permission java.lang.RuntimePermission "modifyThread";
};
Repeated redeployment of a Coherence 3.7.1 enabled application may cause a memory leak and lead to an OutOfMemory
error. The cluster may become unusable. After an instance in the cluster has shown the error, asadmin
commands that operate on the entire cluster may return with an SSLHandshakeException
message and fail.
Use Coherence 3.7.0 instead.
If you must use Coherence 3.7.1, to get the cluster back in use:
Identify the instances that have gone OutOfMemory
by looking at each instance's server logs.
Kill those instances from the command line using the kill -9 pid
command.
Restart the cluster using the asadmin start-cluster
cluster-name
command.
The GlassFish Server installer provides an option to create a silent file that records all user choices and is only supported in the Typical scenario. This silent file can later be used to perform installation without user interaction.
The generated silent file does not contain any passwords. If this file is used for running automated silent installation, the created GlassFish Server domain provides an unauthenticated login mechanism.
When you try to run an application client on Windows with cygwin
, the application client is appending extra characters to the arguments. For example, for a simple parameter 3
, it is sending $'3\r'
.
Depending on how your application client handles command-line arguments, you might be able to work around this problem without changing your application client by adding an extra command-line argument. For example, instead of entering this command:
appclient -jar mydir/MyClient.jar 3
You could enter this command:
appclient -jar mydir/MyClient.jar 3 extra
This adds the trailing \r
to the last argument, extra
, protecting the previous ones. Note that this does not work if your application client handles all the arguments on the line in some way.
Another workaround is to modify your application client to use String.trim
on the arguments, or at least the last one, which removes any trailing \r
character.
GlassFish Server installation crashes if you perform these steps:
Select Custom Installation on the Installation Type page and then Next.
Select Install Only on the Installation page and then Next.
Select Back on the Install Directory page.
Select Configure an Existing Installation on the Installation page and Next.
Select Next on the Install Directory page.
If a plain file exists in the installation parent directory, for example glassfish3
based on the glassfish.zip
distribution, then the install-node
command fails with a NullPointerException
.
Because the GlassFish installer leaves two files in the installation parent directory (uninstall.exe
, uninstall.sh
), the install-node
command can only be used with installations created using the glassfish.zip
distribution.
In GlassFish Server 3.1.2, the maximum allowed value of the --multicastport
option of the create-cluster
subcommand and the validate-multicast
subcommand is increased from 32000 to 49151. The description of the --multicastport
option in the following help pages incorrectly states the old value:
By default, GlassFish Server performs LDAP group search. If you have not created any groups in LDAP, the search fails.
To disable LDAP group search, set the com.oracle.enterprise.security.auth.realm.ldap.DISABLEGROUP_SEARCH
Java system property to true
in the required GlassFish Server instance or cluster configurations:
asadmin>
create-jvm-options --target=
target-Dcom.oracle.enterprise.security.auth.realm.ldap.DISABLEGROUP_SEARCH=true
where target is the GlassFish Server instance or cluster for which you are disabling LDAP group search.
You can specify the total maximum number of client connections on all ORB listener ports (TCP, SSL and SSL with mutual authentication). When open client connections exceed the maximum value you specify, the ORB rejects any new incoming client connections.
Set this value to support the expected number of simultaneous client connections, but not to exceed the VM or system file descriptor limits. If the value is set too high, the ORB will continue accepting new client connections, resulting in a "too many open files" error if the VM runs out of file descriptors.
To specify the maximum number of client connections, set the configs.config.
config-name.
iiop-service.orb.max-connections
attribute to the number that you require:
asadmin> set configs.config.config-name.iiop-service.orb.max-connections=max-connections
The name of the configuration in which the IIOP service is defined. For example, server-config
is the name for the configuration of the domain administration server (DAS).
An integer that specifies the maximum number of client connections.
For updates to this value to take effect, restart GlassFish Server.
The following example shows how to set the maximum number of client connections for the ORB in the DAS to 512
:
asadmin> set configs.config.server-config.iiop-service.orb.max-connections=512
configs.config.server-config.iiop-service.orb.max-connections=512
Command set executed successfully.
By default, Oracle iPlanet Web Server unchunks the data it receives. However, when you try to upload a large file that cannot fit in the memory, Web Server fails to unchunk the data.
In GlassFish Server 3.1.2.2, Web Server can send requests from the client to the load balancer plug-in. The load balancer plug-in handles the chunked data by forwarding data to the GlassFish Server instance until the end of the chunk is reached. GlassFish Server does not return a response until the last chunk is sent from the plug-in. Once GlassFish Server receives the last chunk, it sends the response to the plug-in, which then sends the response back to Web Server.
To enable chunking:
In Oracle iPlanet Web Server, navigate to Home > Configuration > your_instance > Performance > Maximum Unchunk Size.
Set this value to 0
.
The default value is 8192
. If this value is set to 8192
, Web Server will perform unchunking as the default behavior and any attempt to upload or send large files will fail. By setting this value to 0
, you enable chunking.
In GlassFish Server 3.1.2, a new attribute added to the web-container-availability element allows you to explicitly turn off JReplica cookies.
To turn off JReplica cookies, set the cluster-name.availability-service.web-container-availability.disable-jreplica
attribute to true
:
asadmin set
cluster-name.availability-service.web-container-availability.disable-jreplica=true
where cluster-name
is the name of the targeted cluster (for example, cluster1
).
To enable this change, restart the server instance.
In the GlassFish Server 3.1.x documentation, the list of patch numbers is incorrect in "To Configure a Local Repository Inside a Closed Network" in Oracle GlassFish Server Administration Guide.
The correct patch numbers for GlassFish Server 3.1.x are:
Operating System | Patch ID |
---|---|
Solaris-sparc |
147902 |
Solaris-i386 |
147903 |
Linux-i386 |
147904 |
AIX |
147905 |
Mac OS |
147906 |
Windows-i386 |
147907 |
When performing an upgrade from GlassFish Server 3.1. or 3.1.1 to 3.1.2, do not run the following step:
"Upgrade the domain by running the asadmin start-domain --upgrade
subcommand. This performs the upgrade and then shuts down the DAS."
The --upgrade
subcommand is required only for upgrades from GlassFish Server 3.0.x to 3.1.x. It is not required for an upgrade from GlassFish Server 3.1 or 3.1.1 to 3.1.2 because GlassFish Server 3.1.2 domain configuration is backward compatible with 3.1. and 3.1.1. If you run this step after updating to 3.1.2 from 3.1 or 3.1.1, you may receive an exception when logging in to the Administration Console.
Therefore, use the --upgrade
subcommand only for upgrades from GlassFish Server 3.0.x to 3.1.x. Run the asadmin start-domain
command without the --upgrade
subcommand when upgrading from 3.1 or 3.1.1 to 3.1.2.
This step is currently listed in the following sections of Oracle GlassFish Server Upgrade Guide:
This section describes restrictions and deprecated functionality in Oracle GlassFish Server 3.1.2.
The following topics are addressed here:
GlassFish Server 3.1.2 does not support node agents. When updating from installations of earlier product versions in which node agents were configured, the cluster definitions will be migrated, but the clustered instances themselves must be manually recreated. See "Upgrading Clusters and Node Agent Configurations" in Oracle GlassFish Server Upgrade Guide for more information.
hadbm
Command SupportGlassFish Server 3.1.2 does not support HADB or the hadbm
management command.
Instead of HADB, GlassFish Server 3.1.2 supports high availability clustering by means of in-memory session state replication and Active Cache for GlassFish. See "High Availability in GlassFish Server" in Oracle GlassFish Server High Availability Administration Guide for more information.
asadmin
SubcommandsIn GlassFish Server 3.1.2, it is recommended that utility options of the asadmin
command precede the subcommand. Utility options are options that control the behavior of the asadmin
utility, as distinguished from subcommand options. Use of the following options after the subcommand is deprecated.
--host
--port
--user
--passwordfile
--terse
--secure
--echo
--interactive
Options in Table 1-4 are deprecated or no longer supported, or are obsolete and are ignored.
Table 1-4 Deprecated, Unsupported, and Obsolete Options for asadmin
and Subcommands
Option | Affected Subcommands |
---|---|
|
Unsupported for the |
|
Unsupported for the |
|
Unsupported for all relevant subcommands. Use |
|
Obsolete for the |
|
Obsolete for the |
|
Obsolete for the |
|
Unsupported for the |
|
Unsupported for the |
|
Unsupported for the |
|
Deprecated for the |
|
Obsolete for the |
|
Obsolete for the |
|
Obsolete for the |
|
Obsolete for the |
|
Obsolete for the |
|
Obsolete for the |
|
Obsolete for the |
|
Replaced by the all lowercase option |
|
Unsupported for the |
|
Unsupported for all remote subcommands. Use |
|
Unsupported for the |
|
Obsolete only for the |
|
Unsupported for all relevant subcommands. Use |
|
Obsolete for the |
|
Obsolete for the |
|
Obsolete only for the following subcommands:
Replaced by an operand in the |
The directory location of Java DB in GlassFish Server 3.1.2 has changed from its location in previous installations. Suppose that you have deployed applications that use Java DB databases in your previous server installation, and you upgrade your existing installation to GlassFish Server 3.1.2. If you run the asadmin start-database
command and successfully start Java DB, you could run into problems while trying to run applications that were deployed on your previous server installation.
To solve this problem, you can copy the databases
directory from your previous installation to as-install/databases
. Make sure the database is not running when you do this.
Alternatively, you can perform these steps:
Use the asadmin start-database
command with the --dbhome
option pointing to the databases
directory in the older version of Java DB. For example:
asadmin start-database --dbhome c:\glassfish\databases
After upgrade, start GlassFish Server 3.1.2.
By default, the GlassFish Server DAS uses the Client VM to achieve best startup and deployment performance. If you are using Windows AMD64, edit the domain.xml
file to remove the line <jvm-options>-client<jvm-options>
. In this case, JVM ergonomics chooses the appropriate kind of VM for the given platform. Note that server instances use the Server VM by default.
For more information about platform support, see Ergonomics in the 5.0 Java Virtual Machine.
InOrder
Delivery ModeThe Metro Reliable Messaging in InOrder
Delivery mode has not been tested for high availability in GlassFish Server 3.1.2. The feature may work, but it has not been formally tested and is therefore not a supported feature.
GlassFish Server 3.1.2 does not support Kerberos on the AIX platform.
For the complete report about this issue, see GLASSFISH-16728.
GlassFish Server and Coherence*Web serialize EJB references differently. Therefore, GlassFish Server 3.1.2 does not support persistence of EJB references in HTTP sessions when Coherence*Web is the persistence type.
The following features of GlassFish Server 3.1.2 are available only in the Full Platform Profile:
EJB features that make up the full EJB 3.1 API, such as remote EJB components, message-driven beans, web service EJB endpoints, and the EJB Timer Service
The EJB 3.1 Lite specification is supported in the Web Profile. This specification allows enterprise beans within web applications and includes support for local stateless session beans, stateful session beans, and singleton session beans.
Application Client Container
JMS resources
Web services
In the Web Profile, a servlet or EJB component cannot be a web service endpoint. The sun-web.xml
and sun-ejb-jar.xml
elements that are related to web services are ignored.
Message security
JavaMail resources
Connector modules that use only outbound communication features and work-management that does not involve inbound communication features are supported in the Web Profile. Other connector features are supported only in the Full Platform Profile.
Table 1-5 lists the Java EE 6 standards implemented in GlassFish Server 3.1.2. The table also indicates the distributions in which the implementation of a standard is available.
X indicates that the implementation is available in the distribution.
- indicates that the implementation is not available in the distribution.
Table 1-5 Java EE 6 Standards Implementations in GlassFish Server 3.1.2
Java EE Standard | Java Specification Request (JSR) | GlassFish Server 3.1.2 Full Platform Profile | GlassFish Server 3.1.2 Web Profile |
---|---|---|---|
X |
X |
||
X |
X |
||
X |
X |
||
Expression Language 2.2 |
X |
X |
|
Debugging Support for Other Languages 1.0 |
X |
X |
|
X |
X |
||
X |
X |
||
Common Annotations for the Java Platform 1.1 |
X |
X |
|
X |
X |
||
X |
X |
||
X |
X |
||
Managed Beans 1.0 |
X |
X |
|
Interceptors 1.1 |
X |
X |
|
Dependency Injection for Java 1.0 |
X |
X |
|
X |
X |
||
Contexts and Dependency Injection for Java EE 1.0 |
X |
X |
|
X |
X |
||
Bean Validation 1.0 |
X |
- |
|
X |
X* |
||
X |
- |
||
X |
- |
||
Implementing Enterprise Web Services 1.3 |
X |
- |
|
Web Services Metadata for the Java Platform 2.1 |
X |
- |
|
X |
- |
||
X |
- |
||
X |
- |
||
Java Authentication Service Provider Interface for Containers 1.1 |
X |
- |
|
X |
- |
||
X |
- |
||
X |
- |
||
Java API for XML-Based Registries (JAXR) 1.0 |
X |
- |
* Standalone Connector 1.6 Container only.
Building on these standards, GlassFish Server 3.1.2 provides a number of extensions, including the following:
Ajax (asynchronous JavaScript and XML): Retrieves and displays new data for a portion of a web page without affecting the rest of the page.
Metro: A web services stack that implements Java Architecture for XML Binding (JAXB) and Java APIs for XML Web Services 2.1 (JAX-WS 2.1).
Grizzly: A framework for building scalable and robust servers using New I/O (NIO) APIs, which make scaling to thousands of users possible. The ability to embed components that support HTTP, Bayeux Protocol, Java Servlet API, and Comet is provided.
GlassFish Server 3.1.2 is available as part of the Java EE 6 SDK. The following versions of the Java EE 6 SDK are available:
Java EE 6 SDK: This version includes GlassFish Server 3.1.2. This version is designed for developers who require the full set of Java EE APIs for enterprise application development.
Java EE 6 Web Profile SDK: This version includes GlassFish Server 3.1.2 Web Profile. This version contains web technologies that are subset of the Full Platform Profile and is designed for developers who do not require the full set of Java EE APIs.
More information about the Java EE 6 SDK distributions are available at Java EE Reference at a Glance. Java EE 6 SDK distributions are available from the Java EE 6 SDK downloads page.
If you have problems with GlassFish Server 3.1.2, provide feedback through one of the following mechanisms:
GlassFish Server mailing lists — A variety of GlassFish Server community mailing lists for various interests and feedback
GlassFish Server forum — A forum for discussing the GlassFish Server project
JIRA project tracking — GlassFish Server project dashboards and issue tracking database
Useful information can be found at the following locations: