Questions tagged [glassfish]

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

207 questions
1
vote
1 answer

Should I install both j2EE and J2SE

I just installed J2EE. Det version that come bundled with a JDK. Is there any reason for me to install Java SE as well? I need to run Java SE programs, but the J2EE bundled java runtime should work fine. The reason I ask is because most…
1
vote
0 answers

Glassfish failed start on update

I'm new to ServerFault. My problem is that recently(today) the Update Tool Notifier of glassfish executed an update. Everything seemed to go well but when I tried to start the server, it threw this error Launching GlassFish on Felix platform …
Marco Aviles
  • 161
  • 1
  • 4
1
vote
2 answers

Glassfish and OCSP

We currently have Glassfish configured to work with CRL. We have a batch script that runs every night, downloads the latest CRL, and updates the our list. Lately we have been having trouble with the download not working, and thus causing problems…
Jacob Schoen
  • 111
  • 1
  • 6
1
vote
1 answer

Glassfish v3 failure when startup. "Cannot allocate memory "

It is clear in this Question https://serverfault.com/questions/210275/fail-to-start-glassfish-3-1-java-io-ioexception-error-12-cannot-allocate-mem But in my case,I have a 512M memory Ubuntu 10.04 vps.It seems that I don't need to change any…
Shisoft
  • 161
  • 1
  • 11
1
vote
1 answer

Export SSL Cert from IIS and import into GlassFish keystore

What I need: I have an existing SSL certificate installed on IIS 6. On the same machine, I have GlassFish installed and would like to share the same certificate since they both share the same hostname, and they use different ports: IIS uses 443 and…
Tim H
  • 11
  • 2
1
vote
2 answers

What is a good strategy for diagnosing a Java Application Server that has stopped responding?

I have an installation of OpenSSO running on Glassfish. Everything is pretty much stock with as little configuration as possible to get the system working. I've started running into issues where the server will stop responding. It will accept…
tremoloqui
  • 1,303
  • 1
  • 10
  • 9
1
vote
3 answers

GlassFish on Windows vs RedHat

I have a basic three tier web application, and I want to use GlassFish. Assuming same admin skills, any difference in having the host OS be Windows 2003 Server or RedhHat?
user8160
  • 329
  • 5
  • 13
1
vote
5 answers

Java Application Hosting

I've made a webapplication which runs on glassfish v3 on my computer. It's not a big application and i am not expecting a lot of traffic. All the hosts supporting glassfish is very expensive (about $40 a month) which is way to much at least in the…
AnAmuser
  • 115
  • 5
1
vote
1 answer

filtering request from IIS and redirecting it to Glassfish

I have IIS running on my server on 80 i want if request with /webapplication comes then the request should be redirected to my glassfish from IIS it self glassfish is running on 8080 how to configure this., i want both of them running any how
jmj
  • 131
  • 1
  • 8
1
vote
2 answers

Glassfish V3 using up all available memory

I have a Virtual Server with 1GB of RAM. When i start glassfish with asadmin start-domain it instantly allocates all available memory, although i defined -Xmx128m in my domain.xml. Am I missing an option here? How can I prevent glassfish from using…
whlk
  • 125
  • 1
  • 6
1
vote
2 answers

Glassfish installation error: cannot open display

When trying to extract the Glassfish jar file with java -Xmx256m -jar glassfish-installer-v2.1-b60e-linux.jar i get following error: (.:31766): Gtk-WARNING **: cannot open display: and extraction doesn't happen. It somehow assumes i'm on an real…
whlk
  • 125
  • 1
  • 6
1
vote
1 answer

Setup IIS 6/7 to passthrough to Glassfish v2.x

I need to setup IIS 6 and 7 to pass all request to Glassfish v2.x. Is there a simple tutorial that will get this interaction between IIS and Glassfish working?
user36770
1
vote
1 answer

Glassfish v3 logging

In Glassfish v2.1 I could look at my web-applications log all stdout and stderr in the glassfish server log ($GF_HOME/domains/domain1/logs/server.log). But I dont see the same in v3. Is there a setting that has to be turned or do applications now…
ankimal
  • 211
  • 1
  • 4
  • 16
1
vote
3 answers

GlassFish will not start when SNMP is enabled

I have a GlassFish v3 app server running on 64-bit Debian Lenny. Everything is running fine, except I would like to monitor GF's JVM instance with SNMP. However, every time I try to enable it by adding the following in…
edarc
  • 13
  • 4
1
vote
1 answer

How to stop OpenEsb Glassfish Admin console from opening connection to glassfishesb.org

I have a Glassfish v2.1 app server (OpenEsb distribution) running behind a very restrictive firewall. Some times a bottom frame will appear, trying to connect to this address: http://glassfishesb.org/isvc/GFMOTD?[...] which seems to be a Message Of…
Dag Høidahl