0
votes
0answers
51 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 ...
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
1answer
29 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 ...
0
votes
1answer
394 views

Netbeans - deploy war error : the module has not been deployed

I've created a Java enterprise application using Netbeans 7. I'm using Glassfish v3. When I deploy my war file into glassfish, it displays the error : the module has not been deployed, but if I deploy ...
0
votes
1answer
447 views

GlassFish Server works on Netbeans 7.2 but not on 7.3

I have just installed Netbeans 7.3. Prepared a sample web application. But Glassfish does not start. Error message is "....\nbproject\build-impl.xml:1036: Deployment error: GlassFish Server 3+ Server ...
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
0answers
97 views

Strange Exception: Eclipse Web Application project imported to NetBeans Web Application

I once created an application in Eclipse which was servlet deployed on Tomcat. Now I need to refit it into Netbeans + Glassfish servlet. "Clean and build" works great, but when I try to deploy app on ...
1
vote
2answers
775 views

Glassfish + Postgres can't ping connection pool

I try to make login page for web application using Glassfish 3.1 and Postgres. I have local database (localhost:5432). This is my connection pool: Pool Name:pacjentauth Resource ...
0
votes
2answers
339 views

Opening input file using java code in JSP

I am using JSP on NetBeans. In the java code, I am trying to read data from a file. First I open the file by specifying its path. Because my code runs on a server (GlassFish), I would like to have ...
1
vote
1answer
185 views

Migrate Desktop Swing CRUD Client to Web Application Netbeans 7.2 Glassfish 3.1.2

What tools are available in Netbeans or elsewhere to migrate a simple Java CRUD client app to web app preserving at least a resemblance of the original design? The desktop client app connects to EJB ...
-1
votes
1answer
269 views

java.lang.IllegalArgumentException: name

I am currently working on a project with jasper reports, netbeans 7.1.1, and Glassfish server. It seems that report with image runs on a Jasper successfully but when I run through my web application, ...
0
votes
1answer
303 views

Can't pass custom object, ejb remote interface and JPA, Netbeans

I'm using Netbeans 7, JEE project with application client, stateless ejb with remote interface, and JPA entity clasess made from sql script. Interfaces are in separate library project which is ...
0
votes
1answer
225 views

glassfish and netbeans, I can't execute the asadmin command

I use Netbeans 7.1 and during its installation I setted up a glassfish server 3.1. I always lauch the server trough the IDE facility, but now I'm trying to do it trough the shell, but the asadmin ...
0
votes
2answers
2k views

Hello World! with Remote Stateless Session Bean

Good day! I'm newcomer in the JavaEE 6. I tried to create a started project with use of the following tutorial: Creating and Running an Application Client on the GlassFish Server. I created four ...
1
vote
2answers
1k views

How to solve deployment error on glassfish server?

Hey I am getting following error while try to deploy my project on remote glassfish server using netbeans: SEVERE: Exception while invoking class org.glassfish.persistence.jpa.JPADeployer prepare ...
0
votes
2answers
830 views

Oracle Java EE First Cup Tutorial 2.1--GlassFish 3.1.2 Errors

I'm pretty familiar with Java SE and am just starting to learn Java EE and doing the First Cup Tutorial. I followed all of the instructions carefully. I am running this on my work computer (Windows 7) ...
0
votes
1answer
81 views

How can implement an Interface from a Remote stateless session bean?

im programming a project and im trying to apply multitier architecture. Right now ive got 2 EJB, business and persistence and a shared jar. Due a funcional requirment, persistence must be replaceable. ...
0
votes
1answer
303 views

How can I add GlassFish to my Netbeans Maven Java Application project?

I would like to use org.glassfish.api.embedded in my Java application so that I can add a web interface to it. I'm using Netbeans and I have set up a Maven Java Application project. I'm pretty new to ...
0
votes
0answers
677 views

Netbeans generated WAR doesn't work in Glassfish Server 3.1

I've tried to deploy a Netbeans WAR webservice into Glassfish several times, but it returns this error: Error occurred during deployment: Exception while loading the app : ...
1
vote
2answers
948 views

Cannot debug project after Netbeans update

I recently clicked on the notification window of my Nebeans 7.1 installation to automatically install updates. Since then I am no longer able to debug my project. The project runs without problems, ...
3
votes
2answers
743 views

How to set reference to the folder which contains multiple jar files?

My environment: Netbean 6.9.1 Glassfish 3.0.1 Windows 7 Goal: When my coworkers opens the Netbean Project, the library is already referenced without them manually create library, adding jars into ...
1
vote
2answers
148 views

Run GlassFish 3.1.1 in the same way NetBeans does

I would like to run GlassFish 3.1.1 from the command line such that it will stop when I close the command line window. NetBeans does something like this, because when it is closed, any running ...
2
votes
1answer
583 views

Ejb Code with NetBeans and GlassFish

I am very new in Ejb and with very few knowledge about it. I have download NetBeans (7.01) and GlassFish (3.01). But, as I have no idea about Ejb, I am not getting how to run the code which includes a ...
0
votes
1answer
978 views

REMOTE_USER not being set by Apache2?

I am working on a project using Netbeans with Glassfish 3.1 and am trying to implement LDAP authorization. To do so, I also have an LDAP-enabled Apache2 server using mod_jk. The gist is, when an user ...
1
vote
1answer
196 views

How to update hibernate in glassfish 3.1.1?

in order to get some bugs fixed I have to update the Hibernate version shipped with glassfish 3.1.1 from 3.5 to 3.6. I'm using netbeans 7.0.1. How do I do this?
1
vote
0answers
548 views

Glassfish server 3 start failed

I have started to learn a web Application on Java.I have edited some code in index.jsp. when i run the file a error occurs which says - ...
0
votes
2answers
782 views

404 error when trying to run PHP application on Glassfish 3.1.1 through Netbeans

While there are some similar posts about this issue, none seem to fit my problem exactly, so I would like to ask if anyone knows what I am doing wrong. I am trying to run a PHP web application that I ...
0
votes
0answers
839 views

GlassFish deploy errors from NetBeans

I got this project that I am trying to deploy out of the box into GlassFish (that came with netbeans) and I keep getting a ClassNotFoundException. I did go to my webproject in NetBeans -> right click ...
1
vote
0answers
177 views

Netbeans Ear Deployment

We have a maven enterprise application which contains several web projects and ejb projects. From time to time we have the following problem: On some machines the ear will be deployed with a ...
2
votes
2answers
380 views

GlassFish 3 custom Realm password-column

I configured my glassfish custom realm with this properties: Jaas: jdbcRealm JNDI: jdbc/myDatasource User Table: usuario user name column: nombre ...
0
votes
2answers
595 views

fileNotFound exception while starting glassfish 3

I am getting the following message while starting glassfish server 3 in netbeans. How to amend this fileNotFound exception ? Welcome to Felix ================ ERROR: Error creating archive. ...
1
vote
1answer
305 views

How can I build a NetBeans project outside of NetBeans?

I have a Java EE 6 project I'm developing in NetBeans. All of the ant configuration was created automatically by NetBeans and I haven't touched it. Everything builds and deploys using NetBeans with ...
1
vote
0answers
141 views

Netbeans error in installing glassfish server 3.0? “I/O Exception: Invalid argument: connect”

I'm trying to install glassfish server using netbeans but it isn't working. I'm trying to download it with netbeans but it keeps saying "I/O Exception: Invalid argument: connect". anyone encountered ...
3
votes
1answer
5k views

Newbie of netbeans 7 and glassfish3

I just installed Netbeans 7.0.1 with glassfish 3 on my Windows XP box. I started to learn some JSF and tried to launch it. But glassfish failed to start: SEVERE: Shutting down v3 due to startup ...
2
votes
1answer
1k views

JAX-WS Maven and NetBeans

I am using netbeans 7 very successfully with JDK6. I need to add a JAX-WS webservice[ws] interface to my application to consume EJB service already created in the app. Since I moved to maven2 I had no ...
1
vote
2answers
1k views

Deployment from NetBeans to Glassfish is very slow

I have a project with a few dozen EJBs and a web project that I'm attempting to deploy from NetBeans 7.0.1 on my laptop directly to Glassfish 3.0.1 on a Solaris 10 server. Ignoring the transfer time ...
0
votes
1answer
4k views

JSF Add to selectOneMenu from a List<School>

I have a List object which hold School.Id, School.Name, and School.Address . I need to list all the School.Name in a selectOneMenu List box. How will be the Java code and the corresponding JSF code ...
2
votes
1answer
257 views

Can't build netbeans enterprise project with glassfish web profile

I was using glassfish web profile to develop my netbeans "java web" project (war). I used ejb and managed beans inside but now I want to split project to ejb and web project (called "enterprise ...
3
votes
2answers
599 views

Is there any solution for this annoying error?

I am using NetBeans 7.0 and Glassfish 3.1 with Spring, version 3.0.2 and often I receive errors like this one: "someProjectName\nbproject\build-impl.xml:1060: Unable to delete file ...
0
votes
0answers
371 views

GlassFish starting problem

I was using Netbeans 7 and glassfish was working just fine but suddenly it refused to start, displaying this error: Glassfish start failed! So yesterday I uninstalled Netbeans 7 and installed ...
3
votes
2answers
2k views

Netbeans deployment fails after class rename

I am writing a test client for a webservice. It's a Netbeans 6.9.1 WebApplication using JSF framework. I have one managed bean that calls the webservice. Everythink worked fine until I noticed a typo ...
2
votes
3answers
8k views

Netbeans and Glassfish Deployment Issue

I have written a web application using netbeans which I have always deployed to the Glassfish server through netbeans itself. Now that I've finished it, I want to be able to run it independently of ...
0
votes
1answer
2k views

not able to deploy bean on the glassfish server

I am getting following error in server log while deploying bean (.jar) file using admin console I am using glassfish 3.1 and IDE is netbeans SEVERE: UTIL6550: Error in local string manager - ...
1
vote
2answers
3k views

Where does glassfish save your class/project after deployment on Windows?

I am using Glassfish3.1 on Windows XP. After deploy a web service project using Netbeans, it works fine. But when i go to install-path\glassfish-3.1\glassfish\domains\domain1\applications I don't ...
1
vote
1answer
877 views

unable to download glassfish 3 from netbeans

I have centos installed on myserver and for development i have installed NetBeans IDE 6.9.1. Now as glassfish 3 was not present on my server i tried to download it from netbeans itself using add ...
0
votes
2answers
185 views

using old port after chaging domain.xml

I am using Glassfish V3 which comes with netbeans only , as there are few servers running on my pc , i have changed the port from 8080 to 8787 of glassfish v3 by altering domain.xml ...
1
vote
2answers
680 views

how to tell netbeans to store glassfish 3 password

Every time I start netbeans, the first time I launch a web application which is deployed on a Glassfish 3 or Glassfish 3.1 server where I set a password, netbeans asks for my credentials. This is ...
2
votes
0answers
773 views

Glassfish module deploy fails with “In-place deployment” error message

It was my first time to use Java EE and I am having an error everytime I run my html file. This is the error I am seeing: In-place deployment at C:\Documents and Settings\scybermonde\My ...
0
votes
1answer
599 views

Java Web Services with GlassFish and Remote Connections

Currently I have a Windows 2008 R2 server. On this server I have installed Glassfish 3.1. On my server, I also have a copy of Netbeans installed. I use Netbeans to develop a web service. I can get ...
0
votes
1answer
2k views

Glassfish v3 + NetBeans + Simple Authentication Simulator : Why do I get an exception related to serialization?

Greetings, fellow StackOverFlow members. I have just begun to learn how to program web-enabled applications using technologies such as Java Enterprise Beans and Java Persistence API. The official ...

1 2