GlassFish is an open source, production-ready, Java EE-compatible application server.
0
votes
0answers
20 views
Embedded security errors, but works fine locally
I have a small project using GlassFish 3.1.2.
<welcome-file-list>
<welcome-file>faces/index.xhtml</welcome-file>
</welcome-file-list>
</security-constraint>
...
0
votes
1answer
37 views
eclipse EE Juno VS Glassfish error: glassfish\domains\domain1 does not exist
I am using eclipse ee juno. I'm currently trying to set-Up Glassfish in eclipse via the the New Server wizard. Now, after hitting the NEXT button in the dialog box (see first screenshot) eclipse ...
0
votes
3answers
65 views
How to boost Eclipse and Glassfish speed to development?
Recently I bought a good computer with processor i5 3570k and 16GB of RAM, I wonder if there's a way to increase my Eclipse and Glassfish speed, to they can work together to startup and do the hot ...
0
votes
1answer
35 views
Glassfish instances unable to startup after enabling AJP
I'm trying to make a cluster with Glassfish 3.1.2.2, I created cluster, then instances and started them and every thing is ok, then I enabled AJP port to make loadbalancer from Apache with mod_jk with ...
0
votes
1answer
25 views
JDBC Security Popup on Glassfish 3.1.2.2
I am running a JSF application on Glassfish 3.1.2.2 with JDBC Realms authentication.
I was wondering if there was anyway that I can disable the login popup that appears whenever someone tries to ...
0
votes
1answer
62 views
len(list) in python returns 1 instead of 0
We are trying to count the instances in glassfish. When using the len() function this always returns 1 instead of 0. Maybe it fills the list[0] with an empty space or something. This is our code.
...
0
votes
0answers
19 views
Liferay 6.0.6 bundled with glassfish v3 ()mysql
I downloaded liferay bundled with glassfish (Liferay 6.0.6 bundled with glassfish v3) from liferay official website, I am trying to integrate it with the mysql database but failing. I am done with ...
0
votes
0answers
49 views
Could ot find sub module as defined in application.xml .glassfishStaleFiles Glassfish 3.1.2.2
After updating to Glassfish v.3.1.2.2 I continually get this error:
Application builds with no errors, on deploy using Maven Glassfish plugin:
mvn glassfish:redeploy
response:
Could ot find sub ...
2
votes
1answer
91 views
JSF Validation Error h:selectOneMenu but for only one item
I saw a million topics talking about this issue, but none of them was matching my problem, and here it is:
My query brings the following results to the list:
Caixa Economica Federal
...
0
votes
1answer
100 views
Solr on Glassfish with Error 503
I'm new to Solr and I work with edited version of example-DIH from Solr examples. Everything works well using start.jar (Jetty container by Solr). But now I wanna run it on my localhost Glassfish ...
0
votes
2answers
38 views
how to Change glassfish application url
My current glassfish application can be accessed using this url
localhost:9595/apex
I want to change it to
localhost:9595/pls/apex
what i need change in this case.
0
votes
2answers
93 views
Create a war file including external jars using command prompt
I have two projects - Project1 and Project2. Project1 contains all the java classes. And project2 contains all the jar files required in project1. Means, Project1 depends on Project1 (for jars).
I am ...
0
votes
1answer
15 views
Conviniend Re-Deploy Application on Glassfish Server
In the moment the best way to redeploy an application to our glassfish servers is:
stop domain (so we don't get lots of exceptions because querys comming in while redeploy)
remove the application ...
0
votes
0answers
42 views
Controller Bean not picking up the username
I'm really in a grave problem with this. All of a sudden my properly working code has stopped working. I have no clue what so ever why!!!! And worst of all I have to deploy my project today :( . Don't ...
0
votes
0answers
38 views
XMLStreamException Jax-Rs on Glassfish
Does anybody know what that means. Is the xml wrong formatted?
...
0
votes
2answers
51 views
HTTP method GET is not supported by this URL thoug it executes doGet [duplicate]
one more question about this topic, but all I found so far on SO or the web did not help me.
public class RoarHistoryUpdate extends HttpServlet {
public void doGet(HttpServletRequest request, ...
0
votes
0answers
20 views
EJB injection in @asynchronous method
I've developped a tier application in glassfish + postgresql, and one of my service have to make asynchronous process. This service TraitementService use an singleton session bean TraitementManager ...
-1
votes
0answers
20 views
Getting error on integrating Apache server and glassfish on Open Suse linux box
In ubuntu, I have added below details on /etc/apache2/httpd.conf file
JkWorkersFile /etc/apache2/mods-available/worker.properties
JkLogFile /var/log/apache2/mod_jk.log
JkLogLevel debug
...
0
votes
0answers
42 views
entreprise application projet on netbeans 7.2.1 and glassfish 3.2.1 some errors
I try to make a entreprise application on netbeans 7.2.1 with remote glassfish 3.2.1. First I created a entity bean from database, then session beans from entity classes.
I also created pool and ...
1
vote
1answer
34 views
Char(3) field @Id is not cacheable in eclipselink jpa
For historic reasons i have some tables with char(3) primary key in our database. For example the country table.
When i find the entity with:
String id = "D ";
Country c = em.find(Country.class, ...
-2
votes
0answers
29 views
ClassNotFoundException ( org.ajax4jsf.application.TreeStructureNode)
I am seeing the following exception in the glassfish log. We are using Richfaces 4.2.2. The glassfish version is 3.1.2. JSF Version 2.0.
Does any one know the root cause of this issue?
...
0
votes
0answers
61 views
Embedded glassfish + JUnit testing (Eclipse / Maven)
When I try to run JUnit test from Eclipse (or Maven), I get these lines right in the beginning of the log:
23.4.2013 8:12:25 com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient
...
0
votes
3answers
57 views
Configure the path (localhost) of the war application to be the root (Java EE)
I want to change the path when I run my war-application locally...
Right now, it is running on the default setting...
http://localhost:8080/myproject-war/
and I want it to be the root, something ...
0
votes
1answer
80 views
Getting Error - javax.naming.NamingException: ejb ref resolution error for remote business interfaceretail.ejb.service.CustomerSessionBeanRemote
iam getting below error when calling the ejb from jsf application
javax.naming.NamingException: ejb ref resolution error for remote business interfaceretail.ejb.service.CustomerSessionBeanRemote ...
0
votes
1answer
65 views
JPA + EJB testing with embedded glassfish v3
Trying to set up a JPA+EJB testing after these instructions:
http://ctpjava.blogspot.fi/2009/10/unit-testing-ejbs-and-jpa-with.html
There seems to be few problems that I can't seem to get quite ...
4
votes
1answer
57 views
ViewExpiredException handled by error-page, still in log
JSF-applications can throw ViewExpiredExceptions when a session is expired. This event will be quite common when having guests on your system. Therefor the application will handle this event without ...
0
votes
1answer
44 views
Update tab title in accordion
I have a PrimeFaces 3.5 accordionPanel like this one:
<p:accordionPanel cache="false">
<p:ajax event="tabChange" listener="#{pPRBean.onChangeTab}" />
<p:tab title="Item">
...
0
votes
0answers
32 views
Entity exists multiple times in jpa cache
I have a funny caching problem with my jpa 2.01, glassfish v3 server.
I insert a telefonnumber to a existing customer via Jax-Rs POST.
Afterwards I read all telefonnumbers from that customer in a ...
0
votes
0answers
56 views
Can't create JPA tables into derby with glassfish3
I am trying to create clone database(s) with JPA (2.0) into derby from a legacy database. The JPA entities were generated from an existing database (by JDidea tools I think), and now I am using ...
0
votes
1answer
69 views
Static image not available by docroot on Glassfish 3.1.2
I'm trying to use an external folder to store the images for my Java EE 6 project. I'm using Glassfish 3.1.2. I created the the sun-web.xml I found from this post:
Glassfish 3 - Loading images from a ...
0
votes
0answers
34 views
Use Hibernate 3.6 in Glassfish 3.1.2
I would like to update Hibernate JPA provider for Glassfish 3.1.2. However, in the updatetool, I only see 3.5... but I would like to use 3.6..
I prefer to use define it in my maven pom.xml file, but ...
0
votes
2answers
52 views
HttpServletRequest#login() method not found in eclipse
I'm trying to get this example to work: http://jugojava.blogspot.de/2011/07/jsf-form-authentication-on-servlet-3.html
The Problem occures at:
request.login(username, password);
Eclipse says: "The ...
0
votes
0answers
22 views
can not deploy java petstore with glassfish server
I'm trying to run the java Petstore yaps ,But i'm getting this error when running the glassfish server :
cannot Deploy agoncal-application-petstore-ee6
Deployment Error for module: ...
0
votes
1answer
37 views
Glassfish EAR deployment time exception
I am trying to deploy to EAR to Glassfish which uses JSF and WAR file inside the EAR have faces-config.xml ie under WEB-INF. But when I try to deploy to Glassfish server I am getting below exception:
...
0
votes
1answer
74 views
env-entry in ejb-jar.xml not being injected with @Resource when deployed inside WAR file
I have a maven web application that has a dependency on an EJB project.
<dependency>
<groupId>${project.groupId}</groupId>
...
0
votes
0answers
64 views
glassfish server ldap authentication works, but resource not granted
web.xml:
<?xml version="1.0" encoding="UTF-8"?>
<web-app version="3.0" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
0
votes
1answer
134 views
Configure Message Driven Bean using ejb-jar.xml
I am trying to configure Message Driven Bean using ejb-jar. I am using EJB 3.1, Netbeans 7.3 and Glassfish 3.1.2, but I am getting exception:
Exception while deploying the app: ...
0
votes
0answers
42 views
Call ejb deployed on Glassfish 3.1 from client running on JBoss 5.1
In our setup there is a Glassfish 3.1 server where an ejb is deployed.
We also have a JBoss 5.1.0 server which is the EMC Java Method Server, part of a EMC Documentum 6.7sp1 installation.
The ejb ...
0
votes
0answers
21 views
unresolved error javax.security.jacc ldap + glassfishserver
I am getting the following error, which, in my opinion, is leading to "request not granted" response from glassfish server even after a successful login using LDAPRealm.
How can I resolve this?
...
0
votes
0answers
17 views
Same broker for multiple Glassfish domains
I'm running two domains on Glassfish 3 (lets call them domain A and domain B). In the broker of domain A I have some message queues to which I deliver some messages via application. In domain B I've ...
0
votes
0answers
43 views
NullPointerException during the request processing in GlassFish Server 3.1.2
A properties file named portal-config.properties exists inside WEB-INF in my JSF2.0 web which is running on GlassFish Server 3.1.2. Below is the content of this file-
TEMP_PATH=/temp/
...
0
votes
0answers
33 views
Exception occurs while running web application in glassfish application server 3.1.2.2 version
I have developed a web application. It's successfully deployed in Glassfish server 3.1.2.2, but while executing it's giving an exception like:
HTTP Status 500 -
descriptionThe server encountered an ...
0
votes
2answers
87 views
JSF custom message for validation error
I'm using GlassFish 3.1.2.2 and I want to define a generic validation message template to not include field identifier/label.
I've found couple of related topics on StackOverflow but none of these ...
0
votes
2answers
28 views
Java Messaging Service - message not getting received
I am writing a program using NetBeans IDE and Java EE with glassfish3 server. Currently I have 2 threads, A and B. They both are sending messages back and forth between eachother. The issue I am ...
0
votes
0answers
63 views
Deployment Error for module in GlassFish Server 3.1.2
I found the same question asked previously here but I didn't found the suitable answer. I am designing my web in JSF2.0 with PrimeFaces 3.5 as a JSF component suite. Below is the error coming while ...
0
votes
1answer
26 views
Java Messaging Service issue with Java EE and glassfish server
I am new to Java Messaging Service and not really completely sure how it all works. I am using JMS with a Java EE project in NetBeans. The server type I am using is glassfish 3. Here is my ...
2
votes
1answer
68 views
How use DEBUG with Eclipse + GlassFish 3?
This is a thing that I really don't understand why doesn't work sometimes and sometimes it does. And this is freaking me out! I need help with it, please.
I have Eclipse Juno Java EE x86_64 with ...
0
votes
0answers
85 views
arquillian create database schema before test
Hello i try to create my database schem before tests but its fail :/
this is my script:
CREATE TABLE OFCONVERSATION
(
CONVERSATIONID integer NOT NULL,
ROOM character varying(1024),
ISEXTERNAL ...
0
votes
0answers
37 views
Mdb Glasswish Websphere MQ
I'm new in MDB and EE. Please tell me there is i'm wrong.
My app must interaction with Websphere MQ (wait a messaege in queue, do something and reply).
I'm using NetBeans 7.3 ,GlassFish 3.1, Websphere ...
0
votes
1answer
156 views
How to pass String from Java applet in XHTML page to a managed bean
So as advised I am extending my earlier question to pick up the username of the system opening my web page and then authenticating that user accordingly. Thanks to some useful advice and after long ...




