GlassFish is a Java EE 6 application server.

learn more… | top users | synonyms

0
votes
0answers
11 views

Error while uploading .ear-file

when i try to deploy the ear i get the following error: There was an error Error during deployment: Exception deploying the application [JobSchedulerEAR-1.0]: Unable to resolve reference Remote ...
0
votes
0answers
12 views

org.glassfish.apf.AnnotationInfo@18c52fe exception

I am trying to compile a source code written by someone else, to execute on glass fish. But the get the below expection when I try to execute on glassfish 3.1.2 environment. I have added the ...
0
votes
0answers
20 views

Strange behavior of JMS queue in Glassfish 3.1.2

My application consumes JMS messages in a Glassfish 3.1.2 server and OpenMQ as JMS provider. The strange behavior happens when a consumer fails to process a message. In this situation Glassfish ...
0
votes
1answer
19 views

JSF how upgrade to Mojarra 2.1.21 in Netbeans7.1 (just sub jsf-api.jar and jsf-impl.jar fails)

I want to upgrade from JSF implementation Mojarra 2.1.3 in Netbeans7.1 (Glassfish 3.1.1). You might ask first why I don't just upgrade to Netbeans7.3, and the reasons include that it it runs ...
0
votes
0answers
6 views

Is enable secure admin option available in glassfish 2.1

My glassfish2.1 has two domains and i want to make it secured without changing the port. Is that possible without reinstalling glassfish? Thanks in advance
0
votes
0answers
6 views

Is JDBC Realm and form authentication with glassfish Single Login/Error page possible?

I've followed this tutorial http://blog.eisele.net/2013/01/jdbc-realm-glassfish312-primefaces342.html and got everything working. I would like to know if it's possible to have the login and error ...
0
votes
1answer
35 views

What is Heroku Procfile for Maven web application on Glassfish?

I wrote a simple Maven web application on Netbeans. My project works well on localhost on Glassfish server. I tried to upload my project to Heroku but I can not achieve. What is appropriate Procfile ...
1
vote
0answers
21 views

Glassfish Server JVM Tunning [migrated]

I need to setup a Oracle Glassfish Server and after some research I came up with a configuration that I would like to propose. Any suggestions and/or corrections are very welcome. My Hardware/OS ...
0
votes
0answers
9 views

Glassfish 4 DAS start failed

I did a clean eclipse install (Java EE Juno SR2) I Installed GlassFish Tools (5.2.2.201305090916) Installed Glassfish 4 with the wizzard. If i try to start it with eclipse I get a simple error: An ...
0
votes
0answers
5 views

Glassfish deletes static folder when redeploying

I'm testing a Web Service Application hosted in the Glassfish server. I compile everything and then export a WAR file and then redeploy my application using the administration interface. In this WS ...
1
vote
0answers
29 views

Caused by: java.lang.ClassCastException Wrapper cannot be cast to

I am trying to run Remote EJB running on a glassfish 3.1 container with a Javafax 2.2 client and I throw an exeption when I "lookup" the remote EJB. The purpose of my Application is to get/put with ...
0
votes
0answers
9 views

What is the difference between SQLServerConnectionPoolDataSource and SQLServerDataSource?

At my work, we have a number of glassfish-servers in different environments. Most of them connect to databases using JDBC connection pools. A couple of days ago I noticed that we are using two ...
0
votes
1answer
20 views

Database Connection does not release after idle time out in glassfish

i am using Glassfish 3 & mysql5.6.11. i have created JDBC connection pool in glassfish. Initial and Minimum Pool Size: - 8 Maximum Pool Size: -30 Pool Resize Quantity:- 10 Idle Timeout: - 60 ...
0
votes
1answer
26 views

Java EE web application Tests JPA EJB3

I am using an EJB3 DAOFacade inside a JSF Managed bean to pull data from database. It worked for the first launch of the server but after that it keeps printing this message error which i don't ...
0
votes
1answer
26 views

Passing objects via EJB RMI - NullPointerException

I haven't been able to find anything useful in days of searching. Maybe I'm just not looking the right place. Here's the idea - really simple: I want to pass an object from one EJB to another by the ...
0
votes
0answers
13 views

Select between tomcat and Glassfish [closed]

I am reading about tomcat and glassfish and Tomcat is a servlet container and GlassFish is the reference implementation of Java EE. Glassfish serves to everything he does Tomcat. My question is: is ...
0
votes
0answers
19 views

Hibernate JPA maven

I want to use Hibernate as JPA provider with glassfish server. I added hiberante-entitymanager dependency with maven but i keep getting this error every time i run the project. Am i missing another ...
1
vote
1answer
19 views

Using different eclipselink than bundled in glassfish-embedded-web

I use glassfish-embedded-web for integration tests inside a maven project: <dependency> <groupId>org.glassfish.extras</groupId> ...
-1
votes
0answers
22 views

Advantage of Glassfish server over JBoss and all other J2EE servers [closed]

What is the advantage of Glassfish server over other j2EE server like JBoss,Tomcat etc ?
0
votes
1answer
10 views

Eclipse build path warning

I can not deploy my Java EE app on GlassFish as I have this build path warning on the Problems view: Description Resource Path Location Type Classpath entry ...
0
votes
2answers
21 views

How can I make this sql query with jpa ?

I'm trying to create a query in my entities. I have these following tables in mysql DB : Categorie : id, nom ... Article : num_code_barre_, categorie ... In my entity Categorie : ... @Id ...
0
votes
0answers
17 views

Glassfish WebApp has started producing errors

Our webapp built on Java and running on Glassfish 2.1 has been working happily for a long time. Today we have been experiencing a lot of connection issues and I can't find the solution. Below are a ...
0
votes
2answers
56 views

Variable not reachable without exception

I have a very weird problem, the classic of works on localhost and not in server. I've tried to find a bigger problem and discovered that this code : <div ...
0
votes
1answer
22 views

Deployment of a web project to Glassfish via ANT in Java for all platforms

I have a web project that deploys war files, and right now I can deploy to Glassfish in Windows. Here is my build.xml's necessary part. <target name="deploywar" description="Varolan WAR ...
-1
votes
0answers
9 views

glassfish cluster node by node update

Is there an opportunity to update application on Glassfish v3.1.* cluster node by node, I meen when one node is always up? Something like this: 1.old-up|old-up -> 2.old-down|old-up -> ...
0
votes
1answer
29 views

doFilter called twice, intended behaviour?

I'm working through the Java EE servlet tutorial and tried the mood example (http://docs.oracle.com/javaee/6/tutorial/doc/gkcpg.html). I noticed the doFilter is getting called twice, once the servlet ...
0
votes
0answers
12 views

cannot load application on glassfish

Every time I restart the computer, I can not load the application deployed on glassfish. I have to click the 'reload' link from the web based admin console. After that, I can load the application. ...
3
votes
0answers
41 views

Accessing Glassfish container managed login page using iPhone Safari from outside LAN results in “server stopped responding” error

Question How do I allow unauthenticated users to be served a login.xhtml JSF2.0 Facelet page over https when attempting access to security constrained resources or otherwise requiring login ...
0
votes
1answer
36 views

Deploying maven project to glassfish with Netbeans

this is my first post here so I would like to say hi to this wonderful community. Tips found here helped me many times, but now I am in need to ask a question So here is my problem. I'm struggling to ...
0
votes
2answers
39 views

How to deploy a Glassfish application on CloudBees

I'm trying to deploy my Web application running on Glassfish on Cloudbees. Unfortunately I didn't find any documentation or tutorial. I'll be very thankful if anybody can explain me the best way to ...
0
votes
1answer
28 views

Java bean server not running properly

I am currently using java beans to create an application with a remote interface, i have very simple methods like printDetail which returns "abcd", just a test method. I have a session bean like this: ...
3
votes
1answer
36 views

Authentication required window popping up

I am totally confused. I've been working on a project for the last 6 months. For this project I have a glassfish server where a webservice is deployed. At the client side, I'm using REST with Jersey ...
0
votes
1answer
31 views

NetBeans, GlassFish and Hibernate JPA

On work, im using Eclipse, Jboss and Hibernate JPA. For a smaller, private project I like to use Netbeans, GlassFish and Hibernate JPA. Problem: I want hibernate to generate the tables automagically ...
0
votes
1answer
22 views

Can I configure directory listings and MIME type mappings from command line?

I want to publish a directory of static files alongside my application on GlassFish 3.1; in order to do that, I have to enable directory listings and add a custom MIME type mapping. Since this will ...
0
votes
0answers
9 views

Glassfish Logs Double-Spaced in NetBeans

Does anyone know why the log4j output in the Netbeans output screen is double-spaced, at least for Glassfish? Seems like a waste to show only half the messages that you otherwise could. Any way to ...
0
votes
0answers
30 views

The program freezes while creating instance of javacv objects;

I have a huge problem with using javacv in glassfish 3.2. When i'm creating an instance of IplImage the program freezes and there is no error in glassfish log. I have no idea why that happens, how can ...
0
votes
1answer
40 views

External jar found in Maven Web Application but not when being deployed

I recently created a Maven Web Application through Netbeans 7.3, using GlassFish 3.1.2. In this I use an external jar, so I added it in pom.xml: <dependencies> ... ...
0
votes
1answer
24 views

Glassfish domain shutsdown when user logs out

I have a Solaris 10 box running Glassfish V2. I can start the domain with the glassfish user and access the admin console no problem, the problem is that whenever I close the glassfish user session it ...
1
vote
1answer
36 views

Basic JSF with Session doesn't work in glassfish

I wanted to test Session replication of session and application scoped beans of JSF 2 in a clustered environment, currently trying with glassfish. To do so I created a simple application that I ...
0
votes
0answers
30 views

Deployment Error in glassfish netbeans

I was trying to deploy a web application on netbeans.I received an error: Deployment error: Starting of server GlassFish Server 3.1.2 has timed-out See the server log for details. BUILD FAILED (total ...
0
votes
1answer
17 views

Glassfish can't find my application path correctly?

I always developed on Glassfish, using the deploy feature on it, but it seems that on productio is a little different, it seems that can't find my application path correclty. I have this domain ...
0
votes
0answers
29 views

jax-rs 2.0 and Glassfish 4 unable to @consume JSON into Pojo

I'm trying to create a plain sample that will consume a json message and inject it in the pojo object. I'm using the Netbeans dev build with JavaEE7 support and the latest Glassfish 4 promoted build. ...
0
votes
0answers
25 views

Naming rebind execution time

I have a question regarding naming rebind operation execution time. In my test I do the following to initialize context: Properties props = new Properties(); ...
3
votes
3answers
98 views

Getting IP address of client

I am developing a web application using JSP, Servlets (Container: Glassfish) in which I need to get clients IP Address. I am getting the clients IP address, because I want to give access to some ...
0
votes
2answers
58 views

Prettyfaces, it's not been resolved?

I'm trying to build custom URL as prettyfaces tells that it do, but after setup it, it gives me this error: Referenced file contains errors ...
0
votes
0answers
23 views

EJB's in glassfish cluster

I'm new to EJB technology and trying to run some examples. My goal is to create an EJB, deploy it to glassfish cluster with couple of instances and make a client which will call this EJB. I've ...
0
votes
0answers
19 views

Default home page in web.xml is not the same as the one opened on run

When I run my java web application using Netbeans (the latest version), it opens the following page by default: localhost:8080/MyApp/web/index.html, even though I don't even have a file named ...
0
votes
2answers
49 views

how can I use put method to insert data to my myql databse using restful webservice

I use this tutorrial and I created this table (id ,username) prints; and now I want to insert data to it using the restful web service what should I put in the content text box to do that ? ...
0
votes
0answers
17 views

How to make Glassfish use different configuration for every application

I am using GlassFish, JBoss, Tomcat for my application servers. I want to use different log4j.properties for my applications on local, dev, test and prod envirment. So every project's application ...
0
votes
0answers
27 views

Fail to inject EntityManager when using GlassFish Application Versioning

In my application, I have an EntityManagerProducer: public class EntityManagerProducer { @Produces @PersistenceContext(unitName = "PERSISTENCE_UNIT_NAME") private EntityManager ...

1 2 3 4 5 69