Questions tagged [glassfish]

GlassFish is an open-source application server project for the Java EE platform.

207 questions
0
votes
1 answer

Why does my MySQL server keep converting HEAP to MyISAM

We ve been having some issues with our MySQL server intermittently. It keeps throwing out a lot of these queries concurrently (thus stacking them up in my processlist). We are using a MyISAM db and connection pooling through Glassfish v3 for a…
ankimal
  • 211
  • 1
  • 4
  • 16
0
votes
1 answer

Setting up SSL on Glassfish V2 or V3

My employer recently purchased a Trustwave SSL certificate. Trustwave advertises support on their website, but they don't give an installation guide like they do for their other servers at all, and I am having a difficult time getting it configured…
javanix
  • 247
  • 4
  • 15
0
votes
2 answers

Glassfish basic configuration forgotten

I installed glassfish v3 some time ago and it's been a while since I last used it, so I forgot the port on which the server is listening and the port on which the admin console is listening. Moreover, i forgot the admin password! I'm pretty sure…
Toto
  • 401
  • 1
  • 5
  • 13
0
votes
2 answers

How to run GlassFish as Windows service?

I already saw the http://www.ryandelaplante.com/rdelaplante/entry/creating_a_windows_service_for link, but it doesn't appear to work on GlassFish v3. If anyone's successfully gotten GlassFish v3 to run as a service on Windows, please share how you…
Brian Knoblauch
  • 2,196
  • 2
  • 32
  • 48
0
votes
0 answers

How do you deal with server fault where it hangs but doesn't get stopped?

We've some servers in linux and those servers get hang(stuck) but not stopped. So, how can I deal with those servers. It's not clear what's the cause of this stuckness. Any guidance will be appreciated. The problems: The server hangs time to time.…
achhainsan
  • 123
  • 7
0
votes
1 answer

Script to Automatically Start a glassfish domain once it's down?

Steps to reproduce this issue: Glassfish domain called domain1 goes down. Now, start that domain again. Assume there are multiple domains, around 8 of them And different servers have varying amount of domains. Also there are some domains that…
achhainsan
  • 123
  • 7
0
votes
1 answer

Is there a way to check if a new application has been deployed recently in glassfish in linux?

I am not sure if I made it clear. This is what I want to check. Say someone deployed a new .ear file few days ago that changed the version of the application. I want to test it.
achhainsan
  • 123
  • 7
0
votes
1 answer

How to start multiple domains at once in glassfish?

The command to open a particular glassfish domain is ./asadmin start-domain domain_name Say, I want to start domain1, domain2, domain3 all at once, how'd I do it? If it's not possible, why?
achhainsan
  • 123
  • 7
0
votes
1 answer

How to deploy an .ear file in glassfish?

https://docs.oracle.com/cd/E19798-01/821-1757/6nmni99aj/index.html as-install/bin/asadmin deploy war-name The docs mention this command, but where will it be deployed isn't mentioned. Does it automatically realizes in which domain it should be…
achhainsan
  • 123
  • 7
0
votes
0 answers

Could not find the alias s1as in the key store

I get the following error remote failure: NCLS-SECURITY-05200 : org.jvnet.hk2.config.TransactionFailure: java.lang.RuntimeException: java.lang.IllegalArgumentException: Could not find the alias s1as in the key store java.lang.RuntimeException:…
0
votes
1 answer

Listening to 80 port with non-root Glassfish on Centos

I use Glassfish Stack to manage applications. I run Glassfish on CentOS with non-root user. Therefor I am not able to open 80 port as the ports under 1024 are accessibly only by root users. There is a solution to add privilege in role based access…
0
votes
1 answer

Error java.sql.SQLNonTransientConnectionException between Glassfish 3 and MariaDB

I have a java web application deployed in glassfish. This application interacts with Mariadb server. Suddenly, the app stops working. I'm checking the app.log and glassfish server log and I have the following results: app.log Could not open JDBC…
user3637971
  • 155
  • 2
  • 11
0
votes
0 answers

Migrating IIS webhosting into Glassfish server to avoid firewall issues with clients

Currently I have a Glassfish 4 server which hosts an API on port 80 using SSL. Even though it is port 80 it is still using SSL. I did this because we were having issues with clients having their port 8181 blocked on their business networks and thus…
Curtis
  • 101
  • 1
0
votes
1 answer

How to forward http request to application running on port 80 with NGINX

The Ubuntu server is running, Glassfish on port 80(http) & 443(https) Nginx on port 8080(http) & 8081(https) The goal is, www.hostname01.com to access Glassfish, www.hostname02.com to access Nginx The question is, is it possible to do so using Nginx…
KJunya
  • 1
1 2 3
13
14