-
TX-003 tx/recoverylockfile (Permission denied) from a remote instance
glassfish-3.1-b21.zip
With a cluster of three instances on two machines,
kill one instance, e.g. clustered_instance_2 on one mac…
-
I'm trying to deploy a simple jax-rs with @Inject and got theses error, and unable to deploy the demo.
my source look like :
HelloResource.java
package com.demo;
import javax.annotation.PostConstr…
-
The performance of CDRInputStream has significantly regressed, affected client-side and server-side performance. It is more visible on the client-side, where there isn't so much other logic going on t…
-
I updated glassfish using updatetool.
But after update domain doesn't start.
Output:
asadmin --secure start-domain --domaindir /data/glassfish/domains/ prod
Waiting for prod to start ...............…
-
I've used to create to domains: domain1, domain2.
Some applications inside domain2 used to get a JMS queue resource using explicit remote JNDI lookup to the domain1 JNDI server.
It used to work using…
-
Currently, the only way we can define a cookie parameter is like this:
``` yaml
parameters:
- name: Cookie
in: header
type: string
required: true
```
But that just requires a cookie - …
-
Hi.
I tried a simple JAX-wS web service (a SLSB behind the scenes) that simulates a
long time executing method:
@WebMethod
public String espera5Minutos() {
try
{ TimeUnit.SECONDS.sleep(5 * 60); }
…
-
Hello,
we've configured HTTP to HTTPS port redirection starting from vanilla payara 4.1.1.154 (or Glassfish 4.1.1 - same issue).
Testing this configuration was successful however some steps also s…
-
## Expected Behavior
Upgrade should work as normal
## Current Behavior
Automated weekly upgrade failed (output from /var/log/apt/history.log):
```
Start-Date: 2017-02-20 07:56:08
…
-
When I subscribe to a change event, in the first event received at the subscription time the attr_value.name value has the right case sensitivity, as it was in PyTango 8. Then, the following change ev…