Tagged Questions
0
votes
0answers
20 views
NameNotFoundException: GlassFishBookQueue not found
I have a managedbean with my resources:
@ManagedBean
public class MessageSender {
@Resource(mappedName = "jms/GlassFishBookConnectionFactory")
private static ConnectionFactory connectionFactory;
...
-3
votes
0answers
45 views
ClassNotFoundException in javax.xml.parsers?
I'm getting this exception from GlassFish 3.1.2 application server:
SEVERE: Exception in command execution : java.lang.NoClassDefFoundError: javax/xml/parsers/DocumentBuilderFactory
...
1
vote
2answers
60 views
EJB - Lookup failed for 'ejb/BookRequestBean'
I am new to EJB, and was trying "Hello World" type of EJB Java program. Here is my EJB:
package dukesbookstore.ejb;
@Stateless(name="BookRequestBean", mappedName="ejb/BookRequestBean")
@Named
public ...
1
vote
1answer
51 views
PostConstruct in CDI SessionScoped managed beans
Short story: I have a CDI @SessionScoped bean (annotation from javax.enterprise.context and not from javax.faces) called UserContextBean. I'd like to actually do something when an HTTP session is ...
0
votes
1answer
49 views
primefaces ,eclipselink, data table after insert doesnt show the @joincolumn
Data table after i inserting and there is a blank field that doesnt show the entity
since i can't post image here is the url
after insert
after i reload / refresh the page the empty field is back to ...
0
votes
1answer
29 views
Get SOAP MTOM work on Glassfish v3
Interface:
import javax.jws.WebService;
import javax.jws.WebMethod;
@MTOM
@WebService(name="Webservice")
public interface IWebservice{
@WebMethod
public Collection<SomeValue> doSthg();
...
0
votes
1answer
47 views
How to get Glassfish/EclipseLink/JPA to cache entityManager.find results that return null
I though I had a problem where JPA/EclipseLink was not caching my entity objects in the L2 shared cache, because when I repeated a request I would get SQL statements hitting Derby. As I debugged this ...
1
vote
1answer
33 views
How to find a ininite loop in glassfishv3
I have s.t. like a infinite loop some where in the code. That place is somehow not called often. So after a couple of hours one of the cpu's on the linux machine start's running at 100% then after a ...
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
21 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
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
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
84 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
106 views
jax-ws servlet client error while accessing jax-ws web service. Both are on localhost Glassfish 3.1.2.2
I am trying to access jax-ws web service through jax-ws servlet client. Both are on localhost Glassfish.
Getting some errors:
User [] from host 127.0.0.1 does not have administration access
And
...
0
votes
1answer
52 views
JMS resource not created
I am trying out an example in "EJB3 in Action" (chapter 2 example) on Glassfish appserver and it has an MDB which fails to deploy with the error
JMS resource not created : OrderBillingQueue
I have ...
1
vote
0answers
20 views
Java EE doesnt update the changes I make
It's probably some simple setting I cannot find but since yesterday my eclipse doesn't propagate the updates I do to the code of the servlet.
Only the source code doesn't get updated the JSP pages ...
2
votes
0answers
79 views
How to know which web service method has been throwing an exception in GlassFish?
The following error message appears in the log file. My web service publishes many methods and this stack trace doesn't show which one was invoked when this exception occurred. There are too many ...
0
votes
0answers
62 views
Is it possible bypass basic file authentication in glassfish using default principal?
I have a glassfish application with basic authentication enabled and a single user setup in the file security realm wth a single group named 'internal'.
My web.xml is setup with an auth-constraint ...
0
votes
1answer
57 views
Glassfish Email Configuration with Exchange
I have found quite a few references to configuring Glassfish for email, however I have not been able to solve my own issue and I am hoping that someone can help.
I have configured the JavaMail ...
0
votes
0answers
20 views
Security Multi-user Client: Bad remote CallerPrincipal when connecting 2 users from my client
I have a very annoying issue with my secured Glassfish 3.1.2.
When I connect 2 (or more) users from my stand-alone client, I am having always the last connected user when I try to get the caller ...
1
vote
2answers
171 views
TypedQuery instead of normal Query in JPA
Is it possible to write this Query as a TypedQuery and let the two Long's run into a Object with two public Long fields inside.
Query q = em.createQuery(
"SELECT c.id, COUNT(t.id) " +
...
-1
votes
1answer
56 views
I can run my application but glassfish shows an error on console
My Web Container is GlassFish Servewr 3+, when I run my Java application, the application will be ran correctly but I see the following error in my console.
INFO: The Admin Console is already ...
2
votes
1answer
47 views
Fast loading data from two sql servers
I need to load and merge data from two different sql servers (JDBC) and give the result via REST to the client.
Instead of loading first data a and then data b I would like to start loading data a ...
0
votes
1answer
117 views
Java-EE-6 / Glassfish: How to access Entity Manager from Custom Audit Module?
I am using Glassfish 3.1.2.2 and I want to collect and store authentication information to my MySQL database attached to the Glassfish application server. So far I successfully implemented a ...
0
votes
1answer
57 views
Background process using EJB
I'm trying to figure out how to solve a design issue I've stepped into.
Let's assume that in my application I need to have a kind of daemon/service that continuously works in the background managing a ...
0
votes
1answer
81 views
How to access an image stored on the server
I have a web application that is hosted on jelastic.com. I uploaded an image into the home directory of the server by using the path /opt/glassfish3/temp. The code is as follows:
FileOutputStream fos ...
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 ...
0
votes
1answer
154 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
99 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 ...
1
vote
0answers
363 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
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 ...
3
votes
1answer
213 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
82 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 ...
0
votes
2answers
143 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
1answer
131 views
GlassFish 3.1.2.2 JDBC Realm Error
I am trying to configure JDBC Realm in my JSF application and i followed, read multiple blogs but i get the below error in all the cases.
SEVERE: jdbcrealm.invaliduserreason
WARNING: WEB9102: ...
0
votes
0answers
320 views
Issue with looking up EJB 2.1 stateless session bean on glassfish v3.0 from a JSP page
I am trying to migrate an application from jboss to glassfish. My application uses EJB 2.1 and hibernate. I need to retain EJB 2.1 local session beans but upgrade only hibernate and other ...
0
votes
1answer
261 views
javax.ejb.TransactionRolledbackLocalException
I have quite difficult problem (for me) with my webapp. Here's glassfish output:
INFO: ------------Czy pacjent BEAN przed getNazwaKonta ---------------
INFO: ------------Czy pacjent BEAN PO ...
1
vote
1answer
129 views
Glassfish: exception after downloading client
After developing a Java EE Server and Client with help of Remote API, I tried to run this app from another workstation. Then I encountered a problem. After downloading client through web browser from ...
0
votes
1answer
114 views
Make Glassfish redirect top domain to specific folder
I want my Glassfish (3.1.2) to redirect all traffic for at top domain to a specific application folder. Say my domain is myapplication.com and it runs in the Glassfish localhost/myapp folder. I have ...
0
votes
2answers
122 views
Glassfish Authentication - How to use my own login method
I am really new to this. Here's what I want to achieve:
The user types in his user name and password from login web page, my code will check our database. If the username and password (stored in one ...
1
vote
2answers
395 views
javax.servlet.ServletException: PWC1391: Servlet.init() for servlet <project>.webservice.ApplicationConfig threw exception
What could be the cause for this error while running my Java EE 6 app from embedded container using Eclipse?
HTTP Status 500 -
type Exception report
message
description: The server encountered an ...
0
votes
0answers
49 views
Errors deploying the Duke Bank example
I am using "ant" and "ant deploy" to deploy the Duke Bank example. The server is Glassfish 3.1.2.2.
When running ant deploy, I receive this error message:
remote failure: Error occurred during ...
0
votes
2answers
99 views
glassfish: redirect all url to index
I'm working on the java ee application using glassfish 3 server and jsf.
I want all of requests to urls starting from my context root to be redirected to my index.xhtml.
For example, if a user types:
...
1
vote
1answer
96 views
How to count the invocation of Webservices deployed on Glassfish 3.1
How to count the invocation of Webservices deployed on Glassfish 3.1?
Actually I can get what I want at console commands? as following
asadmin get -m "server.applications.hello-jaxws2*" ...
1
vote
1answer
255 views
Transactions on remote EJB calls
I have a weird problem concerning transactions and CORBA in glassfish. I could solve the problem but still I have no idea why this error happens:
I got two classes, lets call them Client and ...
2
votes
4answers
1k views
A fatal error has been detected by the Java Runtime Environment: SIGSEGV (0xb) at pc=0x00002b2f7e9b2744, pid=28778, tid=1138739520
I am getting the following error while executing the program.
And This not happening always.
The code contain some complex calculation with a large volume of data.
Coluld some body help to ...
2
votes
0answers
103 views
Utility Classes in Jar Cannot find EJBs When Packaged In EAR
I have some core functionality used across webapps packaged in a common classes JAR. This JAR has classes that reference EJBs and a web app that references both the CORE.jar and the EJB.jar.
...
0
votes
2answers
102 views
Check if Glassfish DAS is running programmatically
How to check if Glassfish DAS is running programmatically even if it is deployed on local machine or remote machine?
Using Java6
0
votes
1answer
191 views
ServletContext initialized two times while deploying
When I deploy a web project into Glassfish 3.1,
ServletContextListener->contextInitialized method invoked two times. As far as I know There is only one ServletContext for each web application. ...
0
votes
2answers
179 views
Java-EE6: Why does query throws org.eclipse.persistence.exceptions.QueryException?
My project features the following configuration:
MySQL 5.5 database server
Glassfish 3.1.2.2
Eclipselink 2.3.2 as JPA provider
Java SE standalone client connecting to Glassfish by JNDI lookups and
...

