GlassFish is an open source, production-ready, Java EE-compatible application server.
1
vote
1answer
110 views
error when deploying jersey/helloworld-osgi-webapp on glassfish 3.1.2.2
When trying to deploy the sample jersey war bundle code (helloworld-osgi-webapp on git: https://github.com/jersey/jersey-1.x/tree/master/jersey/samples/helloworld-osgi-webapp) on Glassfish 3.1.2.2, I ...
1
vote
1answer
33 views
Error running a simple MDB application
I am trying to run the following program.I am using glassfish server 3.1.2 to enable this MDB to run.Then too I am unanble to run it.
package com.mdb;
import javax.jms.ConnectionFactory;
import ...
1
vote
0answers
25 views
Glassfish shows nullPointerException while loading
My glassfish works properly, but when it is loading shows the following errors in console, whats the reason??
SEVERE: Exception while visiting java/lang/Object.class of size 1515
...
1
vote
1answer
101 views
GlassFish V3 Cluster + TimesTen strange behavior
i have a very strange problem with GlassFish V3 + TimesTen.
My configuration is:
GlassFish Server Open Source Edition 3.1.2.2 (build 5)
TimesTen Release 11.2.2.2.0
Java(TM) SE Runtime Environment ...
2
votes
1answer
95 views
Google Authentication for Oracle ADF Application
I am using Oracle ADF Essentials with Glassfish server. How to authorize users against their google account. I came across Google OAuth API . How do I go about with Google's OAuth2 using Oracle ADF. ...
0
votes
1answer
59 views
Create and connect a database in java
i am using Netbeans 6.9.1 & GlassFish Server 3.
It is my first time trying programming using datatbases in Java.
I have sketched an E-R diagram for my database. I want to create a database in ...
0
votes
0answers
34 views
Cannot reload web module in ear file
I am working on a Java EE project. I am using the Netbeans 7.2 IDE and GlassFish 3.1.2 server.
I have created two modules in an enterprise application. When I try to run the application it gives the ...
1
vote
2answers
248 views
JMS synchronous Request/Reply using temporary queue timed out reading
I'm currently having a problem with jms synchronous request/reply approach, this is what happens:
1.) ProgramA create a jms message, a temporary queue and set it as a replyTo.
2.) ProgramB has a ...
2
votes
0answers
380 views
org.apache.catalina.LifecycleException: PWC2769: Manager has not yet been started in maven glassfish plugin (3.1)
i user maven glassfish plugin (3.1) and i got this error . so help me .....
error :
Feb 14, 2013 1:54:31 PM org.apache.catalina.core.StandardContext start
SEVERE: PWC1305: Exception during cleanup ...
0
votes
0answers
48 views
Glassfish Issue with JDBC Connection
I am kind of new to web programming and I created a web application using servlets, jsp and javascripts. I used glassfish 3.1.2 as a server for my application. I am having a problem whenever I try to ...
1
vote
0answers
69 views
Where does Glassfish 3.1 caches JSP files?
I tried to enable jsp caching globally as indicated in the Oracle Glassfish 3.1 documentation you can find here: http://docs.oracle.com/cd/E18930_01/html/821-2418/beagu.html#beagw
I started my domain ...
0
votes
0answers
63 views
Run glassfish 3.1.2.2 and eclipse indigo in debug mode
Hello when i am running glaffish from eclipse button Start the server in debug mode i have got error while starting my server
[#|2013-02-13T12:29:02.714+0100|INFO|glassfish3.1.2|
...
0
votes
0answers
107 views
What is the canonical means of deploying an {EAR, WAR} file in Eclipse EE (Juno)
What is the canonical WAR/EAR deployment procedure for Eclipse EE (Juno) on *NIX based systems? The professor for my J2EE development course is using Windows XP, Java 1.4.2, Oracle 9i, and the Sun ...
0
votes
0answers
35 views
Glassfish how do you handle interrupts while processing files
I have a servlet that creates a thread and that thread has a watcher that watches a directory for created files. When the watcher picks up a created file it reads and modifies the file and then calls ...
0
votes
1answer
175 views
Glassfish - java.lang.NoClassDefFoundError
I was following this blog to run a sample websocket application in glasshfish. The deployment failed with the following error. But the mentioned class file is available in the pom.xml and it is listed ...
0
votes
0answers
102 views
Glassfish deployment not possible
I'm following BalusC tutorial on JSF
http://balusc.blogspot.fr/2011/01/jsf-20-tutorial-with-eclipse-and.html#Introduction
I have installed Glassfish 3.1.2 server and it is correctly configured (I can ...
0
votes
3answers
292 views
Cannot access glassfish web admin console
I followed this tutorial with few changes to install GlassFish on a remote host.
Debian 6.0.5 instead of Ubuntu 10.04
GlassFish version 3.1.2.2 instead of 3.1.1
sun-java6-jdk (1.6.0_26) - tested ...
1
vote
3answers
388 views
Glassfish throws com.sun.xml.ws.client.ClientTransportException: The server sent HTTP status code 500: Internal Server Error
I have deployed jax-ws web service into glassfish 3.1.My client request for the service method which returns 5000 to 10000 list of objects.In between processing server throws ClientTransportException ...
0
votes
0answers
27 views
Glassfish Standalone instance deletes lib folder contents at startup
I have a problem with my Glassfish server. I recently added a standalone instance to use for deploying my webapp. I have Intellij configured to copy my jars to the instances lib folder. The problem ...
0
votes
0answers
43 views
glassfish 3.1.1 using grizzly comet updates all user window
I am using glassfish 3.1.1 and ,in our project we have requirement of
using polling mechanism so I have used grizzly that is built in
glassfish comet, now the problem is when comet calls ...
0
votes
1answer
285 views
send mail using localhost instead of gmail
so, i'm trying to send e-mail via javamail and glassfish:
here is my code(i find it here http://www.javasrilankansupport.com/2012/05/send-email-in-java-mail-api-using-gmail.html)
private Session ...
0
votes
1answer
298 views
Configuring Glassfish 3.1.2 Server to allow PUT, DELETE
I am having a problem configuring my Glassfish 3.1.2 Server to allow PUT, DELETE request for a RESTful webservice created with the Netbeans "Create new RESTful webservice from Database" wizard. ...
1
vote
1answer
79 views
Testing glassfish EJB with standard se application
Context #1 :
A glassfish 3.1 server on my pc.
A simple ejb depoyed on the server.
In eclipse (same pc) :
public class App
{
public static void main(String[] args) throws Exception
{
...
0
votes
0answers
26 views
Client Side Transport Timeouts
We're using glassfish-3.1.2.2 as backend for a Java swing desktop client. There are the following two configuration issues with this setup.
how to configure a timeout for the InitialContext (takes ...
2
votes
4answers
120 views
Java Connect Datasource never ends
I was writing a Junit test trying to test the connection to a SqlServer Database (i know, i know... i shouldn't unit testing for databases). The question is, I've already setup the datasource in ...
0
votes
0answers
43 views
Error NoClassDefFound in glassfish for dependent jars
I am trying to explain what happen to me.
I have multiple jars, say 10 jars of xyz bundle. I modified classes from one of the jar and rest are non-modified. I wrap my jars and modified jar in my ...
1
vote
0answers
372 views
GlassFish deployment exception “jersey restful with entities”
The following exception was thrown by glassfish server 3.1.2 with Netbeans IDE. I'm trying to build a restful service using jersey and entities from database(using hibernate).
where is the problem ...
0
votes
1answer
422 views
How to add richfaces to maven project
I'm trying to use popup component in my app. I use JSF, Glassfish. Here's my pom.xml:
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
...
0
votes
1answer
342 views
Upgrading to latest mojarra in glassfish 3.1.2.2
So I got tired of some problems that might be related to the bundled mojarra 2.1.6.
So decided to give 2.1.17 a shot.
Deleted
C:\glassfish3\glassfish\domains\domain1\osgi-cache
and replaced
...
1
vote
2answers
102 views
How to inspect Derby lock with SYSCS_DIAG.LOCK_TABLE (table always showing as empty)?
I'm trying to debug an issue with a Derby deadlock under Glassfish (EJB app). I want to view the lock table at various points so I wrote the following code. The problem is every where I place a call ...
0
votes
0answers
39 views
glassfish embedded 3.1.1 unit test bootstrapping very slow (1 minute)
I have a unit test where I am using embedded glassfish 3.1.1 to test RESTful end-points.
Starting up Glassfish takes over 1 minute, while deploying the app takes about 2 seconds. Does anyone know if ...
2
votes
1answer
249 views
Impossible to run web application in debug mode with intelliJ on ubuntu with glassfish server
In intelliJ 12.0 on ubuntu 12.04 with glassfish 3.1.2.2, I'm trying to launch my web application in debug mode but I've got this error message:
Error starting domain domain1.
The server exited ...
0
votes
0answers
28 views
Where can I find a clear tutorial on adding configurations to Maven project in NetBeans 7.2.1?
I have an EAR that contains an EJB module, entities module and Web module. All the modules are Maven projects. The EAR deploys to JBoss 7. I am adding a new set of features to the Web module and I ...
0
votes
0answers
98 views
Deploy war dependency onto embedded-glassfish
Can you get the maven-embedded-glassfish-plugin to deploy a war pulled in from a dependency. Currently I'm deploying a war file copied to my lib folder:
<plugin>
...
0
votes
0answers
29 views
Exploded artifact can't be uploaded with Glassfish
I am trying to deploy remotely a WAR exploaded in intelij12 and I get this error:
Exploded artifact can't be uploaded with Glassfish.
Any known solution?
1
vote
1answer
194 views
Cannot find test method in JUnit test case
I am currently developing a program that can execute JUnit test cases on external classes. These external classes are sent in by students and we would like to evaluate them.
I have the following test ...
0
votes
0answers
74 views
Web services using Axis 2 and jpa
I create a web service with axis 2 and Jpa running on glassfish server 3.1 , the web service is published and i get the wsdl through web browser without any problem , but when i try to invoke a ...
0
votes
2answers
275 views
Installing Glassfish 3 on Mac OS X 10.8.2 fails in Domain Info setup
I am a Glassfish newbie, though a Java and Unix veteran. I am running the shell script to install Java EE 6 SDK, including Glassfish 3 on my Mac.
bash-3.2# sh java_ee_sdk-6u4-unix.sh
Everything ...
3
votes
1answer
227 views
Configuring mysql datasource in javaee
ok guys I know that it looks stupid as there are already many questions asked, but none of them is solving my problem for configuring a mysql datasource. I am using "Eclipse IDE", "MySql Database" and ...
0
votes
1answer
87 views
I can't access mysql on mac os x through terminal
I have a mac os x.
I install Netbeans 7.2 with Glassfish
I install XAMPP
Glassfish is fine, XAMPP has green lights, and netbeans is working.
I want to use MySQL with a Java application that's ...
0
votes
1answer
69 views
Multiple apps in glassfish JUL logging to different log files?
I use java.util.logging and have multiple war apps in glassfish servers. I'd like JUL to log to a different file for each war (currently glassfish logs everything to server.log). I know this is easy ...
0
votes
1answer
96 views
Glassfish cluster + Remote instance fails to recover EJB timers
Our setup is: Glassfish version 3.1.2.2 -
DAS and instance-1 running on the same machine, while instance-2 is
running on another machine in the same network as config node.
We have set up ...
1
vote
1answer
576 views
Getting data through REST webservice gives exception
I'm trying to create a webservice which uses REST to pass on data to a client. I'm now stuck on 2 problems, one on the client side, and one on the server side. I've been trying a lot of things and I ...
0
votes
1answer
111 views
GlassFish clustering + EJB lookup
We have Glassfish cluster which has two instances.
On this cluster one my EJB application is deployed and running.
Now I have another EJB-Timer-application which I want to deploy on Glassfish ...
0
votes
0answers
73 views
SSL connection in glassfish 3.1
I urgent need help with connecting my app via SSL to a server for ldap operations.
This Bean:
@Default
@ManagedBean
@ApplicationScoped
public class ActiveDirectoryHandler implements ...
0
votes
2answers
149 views
Changing JSP compiler version in glassfish
I am pre-compiling my JSP pages on deploy but keep getting these error:
Caused by: org.glassfish.deployment.common.DeploymentException: JSP
Compilation Error: org.apache.jasper.JasperException: ...
0
votes
0answers
91 views
glassfish hibernate configuration
I have a problem with configuration with glassfish and hibernate.
I'm using maven for hibernate and other dependicies in my project.
I added jars in the glassfish/.../domain1/lib and project is ...
1
vote
1answer
201 views
Glassfish 3: web application deployment doesn't find libraries
I have moved from Glassfish v2.1 to Glasfiss 3.1.2.2. I had several web applications (WARs) deployed and running in Glassfish v2.1, but I have problems with the deployment of some of them in Glassfish ...
3
votes
1answer
118 views
Java-EE6: How to auto-redeploy Glassfish 3 application from inside the server component?
I have a 3-tiered application design with Glassfish 3.1.2.2, MySQL 5.5 Server and a Stand-alone Swing-based client application.
I am currently facing the problem of how to automatically update / ...
0
votes
0answers
81 views
Clustering SFSB with Glassfish 3.2.2 does not synchronize after creation
I have a cluster environment configured in GF 3.2.2 Community, i have created a Stateful Session Bean but i'm facing some problems.
I'm following ha-administration guide provided by GF open source.
...
