glassfish-4.1

JavaEE + Glassfish - BufferUnderflowException

烈酒焚心 提交于 2019-11-28 04:53:57
问题 I have a very simple Java EE application with some beans that use JMS to communicate. When I try to deploy and debug my application, I get this Informazioni: visiting unvisited references Grave: Unknow type constant pool 18 at position38 Grave: Unknow type constant pool 0 at position39 Grave: Unknow type constant pool 0 at position40 Grave: Unknow type constant pool 105 at position43 Grave: Unknow type constant pool 116 at position44 Grave: Unknow type constant pool 101 at position45 Grave:

NoSuchMethodError: org.jboss.logging.Logger.debugf

荒凉一梦 提交于 2019-11-27 15:17:10
I'm trying to make a stack Spring + Spring Data + Log4J2 work. Unfortunately, when deploying the artefact on My Glassfish 4.1 Server, the following error occurs : org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class com.canal.config.spring.ContextConfig: Instantiation of bean failed; nested exception is org.springframework.beans.factory.BeanDefinitionStoreException: Factory method [public javax.persistence.EntityManagerFactory com.canal.config.spring.ContextConfig.entityManagerFactory()] threw exception; nested exception

Migration from glassfish 4.0 to Glassfish 4.1.1 - JDBC Realm issue

╄→гoц情女王★ 提交于 2019-11-27 09:49:42
I have this security configuration in Glassfish domain.xml which works for 4.0 but fail in 4.1.1 can someone help to identify what is wrong. The only difference is the class package "ee" GF 4.0 (with extra ee ) <auth-realm classname="com.sun.enterprise.security.ee.auth.realm.jdbc.JDBCRealm" name="authentication-realm"> <property name="jaas-context" value="jdbcRealm"></property> <property name="password-column" value="password"></property> <property name="datasource-jndi" value="jdbc/SomeDS"></property> <property name="group-table" value="v_user_role"></property> <property name="charset" value=

Right way to configure Glassfish SSL certificate nickname?

|▌冷眼眸甩不掉的悲伤 提交于 2019-11-26 23:32:44
问题 Glassfish lets to set the SSL certificate nickname through its admin console as it is highlighted in the pic below: But almost every tutorials in the web mention that it is necessary to replace all occurrences of the default SSL nickname ( s1as ) with the one will be used(i.e. mydomain.com ) in the domain.xml file. So what is the proper way of setting certificate nickname? 回答1: It is very likely that the admin console is just updating the domain.xml file anyway. In either case, it is good

NoSuchMethodError: org.jboss.logging.Logger.debugf

风流意气都作罢 提交于 2019-11-26 17:09:04
问题 I'm trying to make a stack Spring + Spring Data + Log4J2 work. Unfortunately, when deploying the artefact on My Glassfish 4.1 Server, the following error occurs : org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class com.canal.config.spring.ContextConfig: Instantiation of bean failed; nested exception is org.springframework.beans.factory.BeanDefinitionStoreException: Factory method [public javax.persistence