Questions tagged as 'glassfish'

1
answer

Xms, Xmx, XX: MaxPermSize, XX: PermSize - What's the difference?

I need to improve the performance and availability of my Glassfish application server which from time to time causes the application to throw OutOfMemory error. Searching the internet, I checked that I should change the following parameters: X...
asked by 23.10.2014 / 14:59
1
answer

Differences between Java application servers

I would like to know the main differences between Glassfish application servers, JBoss and Apache Tomcat. Is there any specific aspect that I should check before choosing any to start development? Are there significant differences in performance...
asked by 15.12.2015 / 18:29
1
answer

Tomcat or Jboss / Glassfish?

What requirements should I evaluate to determine which application server will support my application? I know that Tomcat is not a full JEE server, but what defines an application so that it will need to use a server like that? So far all the...
asked by 22.04.2015 / 19:57
1
answer

Error while deploying EJB project with lambda using glassfish 4

I have two java files in my project First.java package br.com.bom; import javax.ejb.Stateless; @Stateless public class Primeiro { } Second.java package br.com.bom; import javax.ejb.Stateless; import java.util.ArrayList; import j...
asked by 17.09.2015 / 13:15
1
answer

Differences between glassfish 4.0 and Wildfly 8.0.0

1 - Is there any difference in performance and / or complexity of use when comparing application servers: Glassfish 4.0 and Wildfly 8.0.0? 2 - Is there any specific situation where the use of one (1) of them is more efficient / interesting th...
asked by 21.04.2014 / 04:48
1
answer

Error making application deploy in GlassFish: org.objectweb.asm.ClassReader.init - java.lang.ArrayIndexOutOfBoundsException

Questions Why does GlassFish 3.1.2.2 run ASM, and does this ASM fail to load my dependency classes? How do I get my application uploaded? Why does not it happen on other servers than with GlassFish 3.1.2? Context I'm using GlasshFi...
asked by 08.11.2017 / 14:15
2
answers

Maven Project with Hibernate and Glassfish does not generate the database

I have a Maven project and I'm having problems at the moment of generating the Database, I'm using Hibernate and Glassfish 4. No error is generated, simply the database is not generated, I'm new to Maven I may be forgetting some additional co...
asked by 10.03.2015 / 13:15
1
answer

Transaction XA does not commit changes in procedures (intermittent)

I have an EJB Stateles that monitors files that fall into a folder. When a file arrives the same is handled, a receive event is registered in a central database and the file is inserted into a destination database: @Override @Asynchronous @Tra...
asked by 04.11.2014 / 17:54
1
answer

GlassFish does not get root context of the application

EDIT Galera I got to solve, I was missing pointing my application to my virtual server, thank you. I uploaded an application on the server today and glassFish is not picking up the application context alone for example to access I'm having...
asked by 29.01.2015 / 14:28
1
answer

Error installing Glassfish

Good morning SOF team! Can you help me with the installation I'm doing with Glassfish4? It's for a JSF course I'm doing. When I try to create a server environment it gives this error: WhenIswitchtotheinstalledJREitgivesthisothererroraskin...
asked by 01.05.2016 / 18:18