GlassFish is a Java EE 6 application server.
0
votes
1answer
140 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
27 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();
...
0
votes
2answers
71 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
38 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
2answers
72 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
1answer
36 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 ...
0
votes
3answers
99 views
Multipart form in JSP, encoding problems in Glassfish
I'm getting invalid character from my jsp/servlet using Eclipse and Glassfish.
If I enter "Pêche" I get "Pêches". So, this is encoding problem. I tried several thinks and nothing works.
I tried to ...
0
votes
0answers
58 views
Apache in front of Glassfish v3 with SSL Error 502 bad getway
I have Apache in front of Glassfish, when security is disabled in JkConnector the redirection works pretty fine, but when I enable Security in JkConnector , I get 502 Http error.
this is apache log ...
0
votes
0answers
18 views
glass fish server deployed failed
I am not sure if this is a fool question, but I can't find answer to this question.
When I want to deploy my war into glass fish, it don't deployed (I can't see it in the administration console for ...
0
votes
1answer
82 views
glassfish no start GLib-GIO-ERROR **: Settings schema 'org.gnome.system.proxy' is not installed
I im using glassfish 2.1 with openjdk 7, debian 7 amd64. Glassfish no start, show glassfish no start GLib-GIO-ERROR **: Settings schema 'org.gnome.system.proxy' is not installed, any ideas???
0
votes
0answers
30 views
Setting file path to a project to be deployed in a GlassFish Server via web project in Java
I have a project and I do some file read-write processes to get some values about glassfish server responses.
For example, in a write process, I declared my file like this :
BufferedReader reader = ...
0
votes
0answers
107 views
JSF2 error when deploying to Glassfish Application Server from Eclipse
Hi guys I am trying to run my jsf2 application, everything works fine with Tomcat but when I try to run it through Glassfish it throws this error:
Publishing failed cannot Deploy JsfProject ...
0
votes
0answers
27 views
Error deployement on Glassfish 3
I'm developing a JavaEE application on Glasfish Application Server. I'm developing so I'm continously deployig/undeploying the application.
Everything has worked great until few hours ago when I got ...
0
votes
0answers
22 views
Configuring a remote Glassfish Node
My DAS is running on windows 7, and I'm trying to configure a remote node on linux. I am attempting to connect via SSH with no pass phrase, just a private key but I am not able to connect. I can, ...
0
votes
1answer
47 views
Accessing glassfish server from Android, emulator
I have glassfish running on the laptop. How can I access it from a real android device or an emulator
0
votes
1answer
40 views
Where I can find all wsdl in glassfish?
Similar question but is there a tool or url in glassfish where I can find list of all generated WSDL? (It is not very good to type className + "Service?wsdl" as for dozen classes with @WebService ...
0
votes
0answers
21 views
Why my glassfish server does not launch all application?
I using console to start glassfish server by this command: asadmin start-domain, only one application is launch.
In order to launch all applications, I have to re-start from localhost:4848
What ...
1
vote
1answer
44 views
Error occurred during glassfish deployment - There is no web component by the name of default here
This is my first time to deploy web application on a Glassfish Server with Maven.
I execute the following maven goals step by step:
mvn glassfish:create-domain -P glassfish
mvn ...
0
votes
2answers
79 views
How do I load and store global variables in Jersey/Glassfish
I am creating a RESTful Web Service that wraps an antiquated vendor API. Some external configuration will be required and will be stored on the server either in a file or rdbms. I'm using Jersey ...
0
votes
0answers
25 views
Glassfish crash on almost every redeploy
Glassfish is crashing almost on each redeploy. Does anyone other than me experience that? What may cause this error? I have tried both JDK 7, 32 bit and JDK 7, 64 bit. No difference.
#
# A fatal ...
0
votes
0answers
52 views
glassfish/JSF: why do I get exception in concurrentHashMap
I changed something in webcontainer / timeout or maybe thread-pool, now I even can't remember and I have following errors on glassfish start (it binds and listen on :4848 but there is only blank page ...
0
votes
2answers
25 views
Any alternative maven glassfish plugin?
Is there an alternative Maven Glassfish Plugin to this one?
I'm getting an "UnknownHostException: maven.ocean.net.au" when running mvn glassfish:deploy and I've read on many places on the internet ...
0
votes
0answers
43 views
restore default thread-pool parameters and web container parameters in glassfish?
after changing session timeout to 0 in glassfish console
Glassfish admin console -> Configurations -> server-config -> Web
Container -> Session Timeout
and values of thread pools max size (I ...
0
votes
1answer
45 views
how can I avoid connection time out in glassfish jsf?
I have a site deployed in JSF, running on glassfish server. I am not sure what is happening but after few minutes idle connection doesn't work longer and client has to refresh the page to make it ...
0
votes
1answer
59 views
Mysterious error in SOAP when JAX-WS receives the response
I receive the following error when I'm trying to send a SOAP message.
The thing that has me confused, is that it seems like
Something fails in the C layer, the message "Object reference not set to ...
0
votes
1answer
48 views
memory used by glassfish vs heap dump
I am trying to find memory leak in an application. It's a Java EE app running on GlassFish 2 with Hibernate and Lucene.
System monitor tells me that the memory used by GlassFish is more than 4gb. But ...
0
votes
1answer
54 views
Cannot Cancel @Asynchronous call to EJB
What am I doing wrong in this simplest of examples?
(Glassfish 4.0-b87 + Eclipse Kepler m6)
Myself.java
package com.example.cancelbug;
import java.util.concurrent.ExecutionException;
import ...
0
votes
1answer
45 views
Setting context root does not work in Glassfish
I am specifying a context root as the XML below shows. It does not work however when I upload the war file manually in the Glassfish admin web console. If I deploy it through the maven plugin for ...
2
votes
0answers
85 views
How can I use SLF4J for my Java EE web application deployed on GlassFish 3 with Hibernate JPA?
Is it possible to use SLF4J in a specific GlassFish application and configure SLF4J solely for that application? We are currently struggling with the fact that GlassFish itself GlassFish with ...
0
votes
1answer
26 views
Error PWC6345 on running deployed JSP application in glassFish
After successfully deploying a Java JSP application to my local glassfish server, I get the following error when trying to run it (either from my IDE - Eclipse, or by entering the URL in a browser):
...
1
vote
1answer
32 views
Unable to load class warning messages with glassfish3.1.2, primefaces 3.4, maven
Maven : Strange ClassNotFoundException of Primefaces library on deploy
Hi there everyone!
The link above mostly describes my problem, but since it is not solved I'm a bit stucked with this. So the ...
0
votes
1answer
41 views
Migrate messaging security from Glassfish to JBoss 7
I am new to JBoss 7. I have already done Messaging Security in Glassfish for my web application. I would like to move my application to JBoss 7.
Could anyone guide me to achieve Messaging security ...
1
vote
1answer
70 views
Spring / Glassfish 3.1.2 stale files
I'm currently developping an application using Spring Web MVC & Spring Security.
I can deploy it on Glassfish 3.1.2 but when I want to redeploy after some bug fixing, I get this error :
WARNING: ...
0
votes
0answers
22 views
<no-tx-separate-pools> in Glassfish?
Is there a configuration equivalent to JBoss' <no-tx-separate-pools> for Glassfish?
We are in the process of migrating our application from JBoss to Glassfish, and just noticed that the old ...
2
votes
1answer
118 views
Why @PostConstruct called twice on @Singleton
I am running a simple .war file under Glassfish 4.0-b87 that was created in Eclipse Kepler M6 using M2E as a simple project with Dynamic Web Module facet added, using Oracle Java 7 JDK/JVM.
There is ...
0
votes
0answers
57 views
Glassfish 3.x start-domain ends up with a fatal error in Java Runtime Environment on Ubuntu 12.04 LTS Server 32bit
i have to install a Glassfish 3.x Server on Ubuntu 12.04.2 LTS (32bit) Server. I have successfuly installed a Glassfish Server on an Ubuntu 10.04 LTS (also 32bit) without problems, everything works ...
0
votes
0answers
43 views
Reasons/remedies for very slow Glassfish startup due to AMX MBeans?
I'm wondering if anyone can give me any pointers in relation to the initialization of AMX MBeans on Glassfish. I'm using GF v2.1.1, Java 6 (running as 5) on a Mac.
Whenever I start up GF (which I ...
0
votes
2answers
44 views
Stateful session bean doesnt work in production - NoSuchObjectLocalException
I have a problem with deployed Java web application containing one Stateful session bean. Everything works fine until I try to invoke this bean. I get an exception:
...
0
votes
0answers
57 views
Glassfish realm login redirects to wrong page
Here is the form in index.jsp from where the page is called:
<form action="log_in" method="POST">
<table>
<tr>
<td>
...
0
votes
2answers
57 views
Glassfish - Marking servlet FacesServlet as unavailable
When I startup my Glassfish 2.1 server, it seems to startup without problems, but when I try to access its Admin console I get the error:
The requested resource (Servlet FacesServlet is not ...
1
vote
0answers
43 views
Tomcat External Executable Call
I am using an application that runs on Tomcat 5 environment. This application needs to call an external application (Delphi Executable). I am using the following command line to make the call:
...
0
votes
0answers
131 views
Issues calling RESTful Glassfish Java web service with jQuery ajax
XSS/CORs is allowed from the Apache web server and I can successfully make calls using query string parameters.
The RESTful service I'm told uses OAuth.
The call to the RESTful web service is ...
0
votes
0answers
96 views
JSF & Primefaces Fileupload exception
I keep getting the following error on my web application when trying to build an file upload system:
HTTP Status 500 -
type Exception report
message
description The server encountered an internal ...
1
vote
1answer
89 views
Cannot perform CDI in Glassfish 4.0
I am trying to run a particularly simple test case using the latest promoted build of Glassfish 4.0. I have tried placing META-INF/beans.xml in all possible permutations including its own jar in ...
0
votes
2answers
81 views
CDI not working
It is my first time trying out CDI. I have an Eclipse Kepler environment where I have a Maven Web project that is deployed on internal Glassfish 4.0 runtime.
It has a servlet and a JAX-RS resource ...
0
votes
0answers
26 views
Is is possible to configure Glassfish to use LDAP for authentication?
Is there a way to get Glassfish to work with an LDAP server? We had a conversation with Oracle guys who made it sound like Glassfish doesn't support LDAP out of the box. they tried to sell us on more ...
0
votes
1answer
38 views
Connection within GlassFish, weird behavior?
I had this general question : can a connection pool keep in cache some "ancient" connection and serve it while an other one is called ? I know it somehow does, but does it use connection objects ...
0
votes
1answer
27 views
How can I link to the welcome page declared in the web.xml?
I have declared a welcome page in my web.xml file on a local Glassfish 3.1.2 server, like this:
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
...
0
votes
1answer
102 views
Glassfish 3.1.2.2: admin console won't load
When I try to access the admin-console with
http://localhost:4848
it says the admin console is loading, but it won't go further. If I refresh the the page as advised, I get a HTTP 404.
There are ...










