Questions tagged [geronimo]

Apache Geronimo - open source JEE5 (from ver. 2.*) / JEE6 (from ver. 3.* ) complaint java server.

Apache Geronimo is an open source application server developed by the Apache Software Foundation and distributed under the Apache license. Geronimo 2 is currently compatible with the Java Enterprise Edition (Java EE) 5.0 specification such as JDBC, RMI, e-mail, JMS, web services, XML, Enterprise JavaBeans, Connectors, servlets, portlets and JavaServer Pages. This allows developers to create enterprise applications that are portable and scalable, and that integrate with legacy technologies. Geronimo 3 is compatible with Java EE 6.0.

From Wikipedia.

133 questions
1
vote
2 answers

Getting error when Alfresco community edition 5.0.d is deploying on Geronimo 3.0

When I am deploying Alfresco community edition 5.0.d had following error Error when deploying on geronimo The application was not deployed. web.xml for web app alfresco includes security elements but Geronimo deployment plan is not provided or does…
Chaminda Bandara
  • 2,067
  • 2
  • 28
  • 31
1
vote
0 answers

Apache Geronimo Console - Session Overview

The Apache Tomcat manager app provides a nice session overview where I can see all active sessions for each web application: But for Apache Geronimo I miss such a feature. I'm not sure if it just doesn't exist or if I haven't found it yet. So does…
das Keks
  • 3,723
  • 5
  • 35
  • 57
1
vote
1 answer

Failed to retrieve "entityManagerFactory" using Geronimo

I have just started studying Spring framework. My current goal is to access database from my bean through JPA (TopLink** provider) on Geronimo server. But I can't overcome the problem of getting entityManagerFactory. The exception I…
Denis
  • 1,130
  • 3
  • 17
  • 32
1
vote
1 answer

Web application deployment failing in Geronimo

I have got a Linux VM with WASCE and want to deploy a web app using Geronimo. When I am trying to deploy my app to Geronimo 3.0.0.3 J2EE Web Profile Server, the deployment is failing with the following stacktrace: The application was not…
Snehal Masne
  • 3,403
  • 3
  • 31
  • 51
1
vote
1 answer

Fuse distributed tx manager doesn't release DB sessions

We have an OracleXADataSource that is being wrapped by Apache Aries in Fuse Fabric (like in this article). If I keep sending a lot of request to the server, it starts throwing the following error: Caused by: java.sql.SQLException: Listener refused…
1
vote
0 answers

Update OSGi Bundle in Apache Geronimo

I am an absolute novice with Apache Geronimo, so my forgive my obvious ignorance. Apache Geronimo ships with older versions of the HTTPCore and HTTPClient libraries. The current version of OpenID requires at least v4.1 of both HTTPCore and…
David Mullin
  • 688
  • 1
  • 8
  • 21
1
vote
3 answers

Simple authentication for a Java servlet running in Geronimo

I'm just now researching how to add authentication to a Java servlet. I found this example showing how to use authentication for a servlet, but this is for a Tomcat implementation. Our production environment uses Geronimo. How can I accomplish…
WildBill
  • 9,143
  • 15
  • 63
  • 87
1
vote
2 answers

"Base queue manager name" in Websphere MQ Explorer/

Good time! When application try to start after deploying on WASCE 3.0 it fails with error. In log I got this exception: Caused by: com.ibm.msg.client.jms.DetailedInvalidDestinationException: JMSWMQ2008: Не удалось открыть очередь MQ 'OZI_INPUT'. При…
egorlitvinenko
  • 2,736
  • 2
  • 16
  • 36
1
vote
0 answers

Fail to load class javax.faces.component.MethodBindingValidator when deploy and start JSF web to Geronimo 3.0

I am trying to deploy and start JSF web application using JSF 2.1 with Geronimo 3.0 Server but following error is returned. 2014-03-28 11:47:33,478 WARN [[/oms]] Fail to load class javax.faces.component.MethodBindingValidator interested by…
nhatnguyen
  • 86
  • 1
  • 1
  • 6
1
vote
1 answer

Deploy Java EE application without starting

I am using Apache Geronimo. I need a way to deploy an EAR application on an application server without starting the EAR module automatically. When I deploy my EAR, it is automatically started. I need a way to specify, that it should only be…
Ömer Genc
  • 25
  • 1
  • 7
1
vote
3 answers

How to integrate Geronimo's transaction manager in Tomcat?

Does Geronimo provides a standalone transaction manager? And if it does, is it possible to use it in Tomcat?
Jerome Delattre
  • 1,289
  • 12
  • 10
1
vote
1 answer

Unable to inject No-Interface EJB with security defined

I am trying to deploy an enterprise application EAR consisting of: an EJB 3.1 module containing stateless session beans a web module containing servlets to Apache Geronimo V3.0 (packaged as a WebSphere Community 3.0.0.4 Server). The beans are…
1
vote
0 answers

Load lib with higher version than default in Grails and Geronimo

I'm using Grails 2.1 and Geronimo Server 2.1.8. Geronimo has HttpClient version 3.1 in default , my application use Grails and HttpClient 4.3. So I can run it on local use run-app, but after build to war file and deploy on server. It can't run…
Trung Huynh
  • 293
  • 1
  • 5
  • 13
1
vote
1 answer

Geronimo-3.0.1 Aries Blueprint java.lang.VerifyError

Am trying out OSGI with Aries/Blueprint using Gernomino 3.0.1. Have hit a wall because of the following exception: 2013-08-06 10:54:54,832 ERROR [BlueprintContainerImpl] Unable to start blueprint container for bundle…
imme
  • 299
  • 1
  • 4
  • 8
1
vote
0 answers

How to uninstall Apache Geronimo in windows

I installed Apache-Geronimo by command line,now I want uninstall. How can I uninstall ?
ur truly friend
  • 553
  • 4
  • 11
  • 23
1 2 3
8 9