-
The ACC builds portable JNDI names by using the EAR's FILE name, while the EJB container buils portable JNDI names by using the APPLICATION name (found in application.xml of the EAR). This leads to th…
-
Consider the following admin structure
```
```
This when one navigates to the appUsers link, nothing is displayed
However if I do this
```
``…
-
I discovered a very strange behaviour of the redeploy command, which occurs every few redeploys. It is best described looking the the commands I am issueing and their particular results:
C:\BuildAll>…
-
I am trying to deploy an application using "asadmin deploy --retrieve . SuperSimple.ear". Due to a bug in that EAR, deployment fails. This is a typical situation when still in development, so asadmin …
-
I noticed that asadmin deploy My.ear is much slower of 3.1.1_b11 compared to 3.1.
Actually it needs two minutes to deploy, while it had been just a few seconds.
I checked the log and found that virtu…
-
When deploying an EAR which contains a client application JAR, I get this message:
remote failure: Error occurred during deployment: Exception while deploying the app [SuperSimple] : Target ejb Custo…
-
Sporadically it happens that administration console is just "gone":
It happened two times in the past day that on [http://localhost:4848](http://localhost:4848) the following text is shown:
oracle.c…
-
When doing "asadmin undeploy" I saw the following in the server.log. This
happened for ALL the MDBs contained in the EAR. Seems NonBlockingPool.java line
428 is not correctly dealing with a null point…
-
When undeploying my EAR using "asadmin undeploy", for several of my MDBs I can
see the following exception in the log. It seems as if GF tries to publish
messages to the MDBs while they actually are a…
-
When pressing CTRL-BREAK while asadmin deploy is running, the GlassFish registry
will break. As a result, you cannot deploy that application:
* Trying a second time asadmin deploy says, the applica…