GlassFish is a Java EE 6 application server.

learn more… | top users | synonyms

0
votes
0answers
103 views

How do I install the GlassFish Load Balancer plugin on Apache 2.2.CentOS 6? Currently getting errors during installation

I have downloaded the latest version of the Load Balancer plugin, but I am unable to install it. When I step through the wizard, I select the webserver install dir as /usr/sbin (the location where ...
0
votes
0answers
115 views

new Ajax.Request to redirect to new jsp fails.

I have 2 login pages, login.jsp and loginMobile.jsp. Login.jsp is default login page and configured in web.xml. On entring login.jsp a javascript method isMobile is called. WHITHOUT CHANGING the ...
0
votes
1answer
88 views

<c:forEach> treats items property as a string

I am trying to iterate over a collection of elements, which are complex types (another entities) using <c:forEach>: <c:forEach items="#{repcatTree.items}" var="item"> <div ...
0
votes
1answer
42 views

Where to find the source of com.sun.enterprise.security.auth.realm.JDBCRealm?

I am looking for the source code of: com.sun.enterprise.security.auth.realm.JDBCRealm => version 3.1.2.2 I only find the source at version 3.1.1, I really can't find version 3.1.2.2. Could anybody ...
0
votes
0answers
204 views

Ajax crossdomain request with jquery and BASIC-authentication?

I really appreciated if somebody could tell me what is wrong in that authentication? I take the authentication off from the server to test without it, but javascript is broken. ...
0
votes
0answers
70 views

How to avoid store password in plaintext in glassfish ldap configuration file?

Context: I developed a webapp using jsp and installed it using Glassfish 3.1, I'm successfully validating my users, by asking them their username and password, to LDAP using an XML file in my server, ...
4
votes
2answers
157 views

Disable redirect to last accessed resource on form login Glassfish

I'm going to rewrite my previous question. Glassfish redirects after form login to the last accessed resource, how do I go about to turn this off? Our problem is that we get 415 in FF and IE because ...
0
votes
0answers
49 views

SOAP over TCP with Metro

Today, I tried to use SOAP over TCP with Metro. I followed http://metro.java.net/guide/ch09.html#soaptcpc Chapter 9 of Metro User Guide step by step, but when I run the client I get an exception, as ...
0
votes
1answer
84 views

Custom session id generation implement UuidGenerator

i want to set cutom class for session id generation(Custom session id generation) in glassfish server , from my search till now i found that custom class should implement "com sun enterprise util ...
0
votes
0answers
99 views

How to run a Java EE Web Application outside Netbeans with GlassFish

How to run a Java EE Web Application outside Netbeans? I've got a Java EE Web Application deployed in GlassFish. It runs well when launched from Netbeans, but when trying to launch the application ...
0
votes
0answers
19 views

Glassfish ignores module-name

I am trying to make Glassfish use specific modules names. Glassfish specifies the following order of choosing the module name: The name specified at deployment time in the Administration ...
2
votes
0answers
66 views

Liferay on Glassfish. Spring portlet is deployed successfully but not showing up in the Liferay “Add Application” list

I'm using Liferay 6.1.2 on Glassfish 3.2.2. I'm able to deploy Spring portlet successfully (A working and verified portlet on the previous glassfish/liferay build) but it is not showing up in the ...
0
votes
0answers
47 views

JSP didn't work on GlassFish v.3.1.2.2

After migration to GlassFish v.3.1.2.2 I had faced with an incorrect functioning of EL parser. Application fails with exceptions like javax.servlet.ServletException: The class 'java.lang.String' ...
0
votes
0answers
27 views

GlassFish How to configure java:global/employeeDS on GlassFish4

I use the following command provided by EclipseLink/Examples/JPARS/Simple, Quote: git clone git://git.eclipse.org/gitroot/eclipselink/examples.git There is a project named employee, it is very ...
2
votes
0answers
29 views

Is there a way to configure MDBs programatically?

I am currently working on a EJB 3.1 based project running on GlassFish that uses a custom built framework to configure the functionality of any SessionBeans. Using this we can enable, disable and ...
1
vote
1answer
59 views

EAR lib's class throwing a ClassNotFoundException for a WAR member (different)

My EAR has the following structure : lib/ helper.jar (Helper classes used both by war1.war and war2.war) war1.war WEB-INF/ lib/ entities1.jar war2.war WEB-INF/ ...
0
votes
1answer
66 views

Jersey JSON upload failure

I have an entity class looks like this. @XmlRootElement public class ImageSuffix { @XmlAttribute private boolean canRead; @XmlAttribute private boolean canWrite; @XmlValue; ...
2
votes
1answer
41 views

Any Idea where I can find the server.log file when using Glassfish?

I get the following error: deploy?DEFAULT=C:\Users\Bart\Documents\SE ...
0
votes
1answer
86 views

“uses a non-entity [class java.lang.Double] as target entity in the relationship attribute”, what do I do wrong?

I cannot run my project because I get this error: Exception Description: Predeployment of PersistenceUnit [RekeningAdministratiePU] failed. Internal Exception: Exception [EclipseLink-7250] (Eclipse ...
0
votes
0answers
48 views

Glassfish Hot Deploy with File Synchronization

I was looking for someway to perform hot deployment on glassfish. I was find this guide: http://entjavastuff.blogspot.se/2010/11/hot-deploying-from-eclipse.html which is exactly what I am looking ...
0
votes
1answer
128 views

Omnifaces EAR deployment issue on glassfish 3.1.2.2

I have a maven enterprise project (skinny) with omnifaces 1.4.1 glassfish 3.1.2.2 primefaces 3.5 primefaces extensions 0.6.3 myfaces extcdi 1.0.5 When i deploy the ear, the error is: remote failure: ...
1
vote
1answer
70 views

VisualVM and GlassFish

Currently, I am trying to weed out bottlenecks in my JSF/PrimeFaces web application. In order to do so, I installed VisualVM and its GlassFish plug-in. I am unable to explicitly "profile" over JMX, ...
0
votes
0answers
54 views

OpenESB GlassFish - WSDL imports improper location URL.

I am trying to deploy my composite project to production environment which has a domain i.e. esbservices.mydomain.com I successfully get WSDL from my domain through this URL... i.e. ...
1
vote
2answers
58 views

glassfish response not getting in gzip compressed

i am working on java with Netbeans IDE and glassfish 3.1.2 i have created in rest services using jaxrs. when request from client is made ,i need to send json data in compressed format.to do this i ...
0
votes
0answers
52 views

Glassfish login from database doesn't work

I'm having problems trying to log in to a Glassfish application using users from a MySQL database. I have the following Security settings: Realm Name: InvoiceRealm Class Name: ...
1
vote
1answer
114 views

EclipseLink and GlassFish: Predeployment fails: NullPointerException

When I try to deploy my EJB-application to glassfish (3.1.2), I randomly get "Predeployment Errors". Some times it works, sometimes it doesn't, with a 50%-chance. I searched the internet for this ...
0
votes
2answers
55 views

What can i do when allow_store_upgrade fails?

I'm using neo4j in a glassfish server through a modified version of Alex Smirnov neo4j JCA connector. My version is available here : https://github.com/Riduidel/neo4j-connector I'm using this ...
2
votes
0answers
60 views

SEVERE: WS00034: Two web services are being deployed with the same endpoint URL

I'm getting this error when I'm trying to redeploy in Netbeans with GlassFish. SEVERE: WS00034: Two web services are being deployed with the same endpoint URL I'm not using two web services with ...
0
votes
0answers
72 views

JVM Thread Dump Analysis Tools for Java 7

I create thread dumps for my Glassfish 3.1.2 JVM with either jstack or asadmin. I try to load them into analysis tools like samurai (http://yusuke.homeip.net/samurai/en/index.html), or tda ...
0
votes
1answer
65 views

java.lang.UnsupportedClassVersionError in GlassFish server?

I am trying to deploy a WAR file to GlassFish server. I am getting the following error: ...
0
votes
1answer
76 views

How to start GlassFish Server on Windows 7?

I installed GlassFish Server in C:\glassfish3 directory. When I type "dir" in c:\glassfish3\bin directory the files are listed just fine. But when I type asadmin I get "The system cannot find the ...
1
vote
1answer
44 views

Start Glassfish Domain with java agent attached

For some monitoring purposes I need to start Glassfish domain with custom java agent attached. If I start domain directly with command: java -cp /path/to/glassfish3/glassfish/modules/glassfish.jar ...
1
vote
1answer
32 views

Eclipselink JPARS exception “ECLIPSELINK_OXM_XML_KEY not found”

I am using Glassfish 3.1.2 and Eclipselink 2.4.1 (at least I thought so!) and derby (from Glassfish as JTA resource). When accessing the Entities in my app via "XXXX:8080/myapp/persistence/, I get ...
1
vote
1answer
65 views

Where is Performance Tuner in Glassfish 4? (optimizing for Raspberry PI)

I can`t find Performance Tuner in Glassfish 4. Where I can find it? I want to optimize performance of Glassfish 4 for Raspberry PI.
0
votes
0answers
50 views

Glassfish Admin Console - 404 error

I have several WARs in my Glassfish installation. Someday I found that Glassfish Admin Console disappeared. When I try to access click here - I see 404 HTTP Error. Why Glassfish Admin Console is ...
0
votes
0answers
39 views

ProxyFactory.getInstance io exception while deployment to glassfish via ANT in Java

I try to write a program which lets me to deploy files to glassfish via ant, but I get this exception. Unable to read system environment. No system environment will be used. Apr 5, 2013 9:38:14 AM ...
2
votes
1answer
165 views

Glassfish 4(development build) + eclipse juno

I am trying some of the new features which are only available in Glassfish4(development build). My current eclipse plugin does not allow me to connect to glassfish4 - there's no 4.x version in the ...
0
votes
1answer
36 views

Deploying to multiple instances of Glassfish, breaking up my EAR

I have a small EAR-JEE6-application, it consists of 3 Modules ( EAR + EJB + WEB ). There are 3 files : ear, jar and war - the ear-file holds the jar and the war file. My Question: I would like to set ...
2
votes
0answers
125 views

JSON Unmarshalling of xs:string

Problem: We are facing strange problems when marshalling JSONs objects including the following content {"@type":"xs:string"}. Marshalling of this object results in a NullPointerException. See the ...
1
vote
1answer
95 views

Jersey Accept a File parameter and a String using POST

I'm developing a rest server using Jersey. I need to make an API that upload an image into a folder on a server. My API must contain 2 parameters. A string parameter and a File parameter. @POST ...
0
votes
2answers
149 views

Which JAR contains the weblogic.servlet.security.ServletAuthentication class?

I trying to create a servlet to logout from multiple JSF applications running on Oracle Glassfish. I tried the following code, weblogic.servlet.security.ServletAuthentication.logout(request); ...
1
vote
1answer
17 views

Removing Blank Lines in Log

In GF 3.1.x, the logs that are echoed to the screen in Netbeans have blank lines. Is there any way to remove the blank, so there is less to scroll through? I know this is minor, but anything to make ...
1
vote
1answer
91 views

Add glassfish 2.x server to a netbeans ide

I'm trying to add a glassfish v2.1.1 server to my netbeans servers, and after install the glassfish 2.x plugin, selecting my glassfish 2.1 location, shows the next error: Run setup.xml or ...
1
vote
1answer
122 views

ClassCastException on itself after redeploy of same application`

I am developing a JSF application with Netbeans and Glassfish. When I change something and Netbeans redeploys to Glassfish, then a ClassCastException is been thrown on the entity class itself. Caused ...
2
votes
0answers
71 views

How to use a Custom Principal in a custom security realm (Glassfish)?

I followed the instructions to create a custom security realm for my glassfish. It all works fine, users are authenticated correctly. The problem however is the following: The user credentials are ...
0
votes
0answers
82 views

tomcat and spring cant lookup for an ejb in glassfish server

I have a problem with Tomcat and Spring looking up for an ejb in a Glasfish server here is the ejb-services.xml loaded: ... <jee:jndi-lookup id="inscriptionService" ...
1
vote
1answer
204 views

PrimeFaces not rendering when using login form authentication

I'm trying to create a login into my application. I'm using PrimeFaces and Oracle Glassfish 3.1.2. I have created a user inside a file realm on Glassfish server. And selected authentication using ...
1
vote
4answers
105 views

How to get Eclipselink samples to work: “student” and “mysports” samples

I've been trying to get the following Eclipselink samples to work, with less than 0% success: A) http://wiki.eclipse.org/EclipseLink/Examples/JPARS/Simple B) ...
1
vote
2answers
75 views

Displaying images in jsf

Im having a strange problem of displaying image in jsf. I have a images on server in folder: /glassfishv3/glassfish/domains/domain1/applications/images. I have full access to folder, can upload and ...
0
votes
0answers
62 views

Ajax Listener called only on alternate selections of <p:selectOneMenu>

I am building a dropdown by reading the database and then selecting the value for further processing. The problem occurs in the processing part. The ajax listener for the dropdown gets triggered only ...

1 3 4 5 6 7 69