Questions tagged [payara]

Payara is a drop-in replacement for the open source GlassFish Application Server

Payara is an open source drop-in replacement for , with enterprise support and expanded API support for microservices. It maintains compatibility with the upstream GlassFish in the default domain1 and provides a separate payaradomain where new features not compatible with upstream GlassFish get added.

642 questions
0
votes
0 answers

Java EE JDBC Realm cannot login?

Hi I've been trying to get this thing up for a long time now. I've got a payara 4.1.1 application server running and I tried to create a realm, but I cannot login to my webpage. It always says that: Severe: jdbcrealm.invaliduser Warning: …
rckz
  • 1
0
votes
2 answers

application logs (Payara 4.1.1) don't show up when configuring cluster with 2 instances (locale + remote)

I 've done a cluster with Payara Server composed by two instances, one is local ad resides onto a debian VM and the other one ,remote, resides also onto another debian VM. I deployed a test application and when I was looking to logs just wasn't able…
0
votes
0 answers

Deploying Spring boot on Payara Glassfish

I am trying to deploy my Spring Boot app on Payara Galssfish server. But I get this error during the deployment. Error creating bean with name 'systemConfigDao': Initialization of bean failed; nested exception is java.lang.LinkageError: loader …
0
votes
1 answer

Tyrus Endpoint Blocks Thread in Glassfish (Payara)

I'm facing with strange problem. My application (works with Payara 4.1.1.163) uses Websockets to send messages between clients. TyrusRemoteEndpoint is used for this functionality. After deployment it works well around 3-4 days, and then (if…
Luxor
  • 351
  • 1
  • 3
  • 17
0
votes
1 answer

What am I missing within my @TableGenerator?

I'm doing like this. @Basic(optional = false) @Column(name = "ID", nullable = false, updatable = false) @Id @GeneratedValue(generator = "GLOBAL", strategy = GenerationType.TABLE) @TableGenerator( allocationSize = 1048576, …
Jin Kwon
  • 20,295
  • 14
  • 115
  • 184
0
votes
1 answer

Use Payara (Glassfish) connection pool with Hibernate

Could someone please explain to me how to use Hibernate with Payara (Glassfish) Server? I created my persistence.xml in META-INF, dropped all required jars in payara41/glassfish/lib directory, but when I try to deploy my bundle it can't find any…
Alexey Galanov
  • 421
  • 4
  • 21
0
votes
1 answer

payara.fish app server jelastic support

is possible to add support for the payara.fish application server by cartridges ? Payara Server is a drop in replacement for GlassFish Server Open Source Edition, with the peace of mind of quarterly releases containing enhancements, bug fixes and…
nnn
  • 23
  • 9
0
votes
1 answer

primefaces graphicimage CDI bean doesn't work

i had some problem showing images retrieved by my db. View caller:
Marco
  • 169
  • 6
  • 19
0
votes
2 answers

Loading CDI beans in different JARs with Payara 4.1.1

we are currently porting our JEE 6 application (WAR deployment) from GF 3.1 to Payara 4.1.1. We are using EJBs and CDI beans. They are packaged in different jar files. I am facing the problem the CDI beans that are located in another jar file cannot…
0
votes
2 answers

How to make requests to Payara Micro using API?

I am trying to complete a test case that deploys a war and makes some REST requests. I want to use Payara Micro JAVA API and I've had a good start with setting up a boostrap bootStrap = PayaraMicro.getInstance().setHttpPort(6060).bootStrap(); ...…
Greg
  • 43
  • 7
0
votes
1 answer

Java EE 7 EJB 3.2 Payara 4.1.1.154

I migrate a project from Java EE 6 to Java EE 7. As dependencies I have javaee 7.0, payara-embedded-all4.1.1.154 I migrate beans.xml to:
Mihai Catan
  • 106
  • 9
0
votes
1 answer

Glassfish/Payara: why might deployment of a large web app to Glassfish-4.1.1 (or Payara Server 4.1.1.163) take 5 times longer than to Glassfish-4.1

Mac OS X: Yosemite 10.10.5 Until recently I have been using: NetBeans8.1beta Glassfish4.1 Mojarra 2.2.7 I have recently investigated using: NetBeans8.1 Glassfish4.1.1 Mojarra 2.2.12. With a very large JSF web app (with ObjectDB as JPA persistence…
0
votes
1 answer

GlassFish error 'I don't understand the format of this jvm-option:'

I have a problem with the local instance of my GlassFish(Payara)-server. I used to get following warning when I (re)deployd a JSP-Projekt via IntelliJ, even when the redeploy was successfull: Address localhost:4848 is already in use To fix this…
Hendrik
  • 175
  • 10
0
votes
2 answers

What are environment properties for Payara InitialContext from free standing Java Client

I've abandoned GlassFish 4-point-anything in favor of Payara41. Amazingly GF has unresolved JDBC and JMS Resources configuration bugs. See: Glassfish Admin Console throws java.lang.IllegalStateException when creating JDBC Pool Payara perfectly…
George
  • 509
  • 2
  • 9
  • 25
-1
votes
1 answer

Is Struts-core-6.X.X compatible with Jakartaee 10?

I am migrating my struts-application from Javaee 8 to Jakartaee 10, Payara 5 to Payara 6(use community version) and Jdk8 to JDK 11. Currently, I am using struts-core-2.5.26. Is latest version of struts-core-6.x.x compatible with Jakartaee 10? or Any…
priti
  • 1
1 2 3
42
43