Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account
List archives

Apache Geronimo Recent threads

Threads Replies First post Last post
Exceptions while deploying the war file
By: sai charan
Hello, I tried to install JSPProject.war file(version 1.0) under geronimo-tomcat6-jee5-2.0.2, Console says: The application was successfully deployed. The application was successfully started But in the WEB APP wars Portlet component name was…
3 May 24 2012
10:09
May 24 2012
15:40
How to configure Geronimo 3.0 in Windows Environment
By: sai charan
Hello, I have installed Geronimo 2.0 in my PC, Now i want to replace that with Geronimo 3.0, I didn't find any configuration steps in the document, Is it similar to the 2.0 version containing wrapper files? I mean the configuration process is same…
5 May 21 2012
02:48
May 24 2012
06:27
Configure Apache HTTPd as a reverse proxy (mod_proxy)
By: sai charan
Hello, I have installed geronimo application server in my PC, I have installed Apache web server along with this geronimo, When i tried to Configure Apache HTTPd as a reverse proxy (mod_proxy), I am unable to configure, I followed all the below…
8 May 14 2012
08:13
May 21 2012
10:11
Unable to create Datasource
By: sai charan
Hello, I have installed Geronimo 2.0.1 in one machine and MS SQL Server 2005 in an another machine , while i was trying to configure the database connection pool i am unable to create datasource, I found the logs in the command prompt please find…
3 May 17 2012
08:48
May 18 2012
07:08
CVE-2011-5034 Vulnerablity query
By: Murthy, Avaneesh (Avaneesh)
This is a multi-part message in MIME format. Hi, I was wondering if you have any suggestions on how to deal with the vulnerability by changing configuration on the web server. CVE-2011-5034 "Hash values for form parameters computed without…
1 Apr 23 2012
10:03
May 10 2012
00:45
performance problem caused by UrlResourceFinder's watchedFiles.
By: Julia Chang
Hi. org.apache.geronimo.kernel.classloader.UrlResourceFinder have watchedFiles-list and keep watching if watchedfiles appear later. Some jar files(ex.jaxb-impl, xalan) have Class-Path entries in their manifest file. These watched-files are not…
0 May 9 2012
08:14
May 9 2012
08:14
Re: @PersistenceContext not working
By: Kevin Sutter
Hi sim085, Even though the @PersistenceUnit and @PersistenceContext annotations are defined by the JPA specification, the actual processing of these annotations are performed by the application server. These annotations signal to the application…
10 Dec 22 2010
09:10
May 2 2012
22:23
Issue with packaged libraries in EAR
By: Julian Klappenbach
I'm having a hard time deploying an ear. It contains two ejb modules, and a library folder containing a jar file with annotated entities. These entities need to be shared over several persistence modules in several different ears, and for my…
1 May 2 2012
14:17
May 2 2012
14:44
Exception during startup for little-g (Tomcat) 2.2.1
By: Bill Brown
Greetings Geronimo Users: I get the following exception during the startup of little-g 2.2.1 during this plugin starting: Module 9/49 org.apache.geronimo.framework/plugin/2.2.1/car 19 Jan 2011 10:29:33,910 ERROR …
9 Jan 19 2011
15:10
May 2 2012
01:46
Geronimo release cycle
By: Arsen Abdrakhmanov
Dear Geronimo Team, Actually, I am the fan of geronimo for more than 5 years already. For the moment, I am promoting the usage of Geronimo as a platform for non-critical applications in our company (banking industry in KZ). According to our…
15 Mar 27 2012
06:35
May 2 2012
00:23
Geronino 3 beta Servlet issue
By: Michael Chau
I've created a SampleApi(interface), SampleServer(implementation) and SampleWeb(servlet) bundles. It's using Blueprint. I ran it in the Apache Aries container and it was fine. I tried to run it in Geronimo and got 2012-04-17 14:44:52,759 ERROR…
13 Apr 17 2012
16:58
Apr 22 2012
20:39
deploy
By: Stephen Davidson
Tryint do deploy my .ear using oracle plan results in the following error: C:\gerbeta301\bin>deploy deploy c:\day30beta\javaee6\assemblies\daytrader-ear\ta rget\daytrader-ear-3.0-beta-2-SNAPSHOT.ear c:\day30beta\javaee6\plans\target\cla…
14 Apr 14 2012
00:08
Apr 16 2012
18:43
changing datasource for daytrader to oracle
By: Stephen Davidson
Hi All: I have downloaded Geronimo 3.01 beta and DayTrader 3.0-beta. I am using java 1.7.0_03-b05. Out of the box, so to speak, I am able to run 'mvn clean install', then deploy the application using the deploy command given in the README for…
5 Apr 11 2012
14:42
Apr 14 2012
00:03
Geronimo v3 - ClassNotFoundException for class available in sharedlib
By: kshiraly
Hi, I'm trying to deploy a WAR file in Geronimo v3 JavaEE6 web profile release (geronimo-tomcat7-javaee6-3.0-beta-1). The WAR file's descriptors contain references to JAAS related classes (roles, principals, login modules) which are available in…
9 Apr 8 2012
21:03
Apr 12 2012
12:20
Re: Geronimo 2.2.1 and OpenJPA 2.0.0
By: steveh
This still seems to be causing problems because of a missing jar due to a "clerical error". Is there any chance the jar could be added to avoid having to go into the ~dwoods repo? Many Thanks, Steve
1 Apr 11 2012
14:38
Apr 12 2012
06:49
I don't see my posts showing up in the list.
By: Stephen Davidson
When I click on my userid, I can see my three posts, but none of them show up in the list. Anyone know why? The posts I have submitted were from email.
2 Apr 10 2012
20:51
Apr 11 2012
14:42
mysql db pool and NoClassDefFoundError
By: Michele Perrotta
Hi all, I premise that I am approached to the apache Geronimo/Tomcat world only recently and I don't know much details about those servers. Ok, now here's my problem: On Geronimo 2.2.1 + Tomcat6 I create a mysql database pool via the wizard …
2 Apr 5 2012
08:26
Apr 5 2012
10:32
Geronimo 3/OSGi example
By: Si Chen
Hi everybody, We've developed an open source proof of concept application based on Geronimo 3 beta 1 and OSGi called "opentaps 2 Notes". It's a simple but useful application that allows you to write notes. The server side is with Geronimo 3 beta…
0 Apr 3 2012
12:57
Apr 3 2012
12:57
OSGi Blueprint Web App Example
By: Michael Chau
Hi, I'm having trouble getting a sample Web App that using OSGi blueprint service to run. I basically used the HelloWorld application example. Instead of doing it as an application, I created a web app. Geronimo keeps giving me the error that…
1 Apr 2 2012
14:38
Apr 2 2012
21:30
Daytrader application does not build
By: lichtin
Hi Following https://cwiki.apache.org/GMOxDOC22/daytrader-a-more-complex-applicatio n.html I'm trying to build the application. However, it fails at some point with output: $ mvn -e install + Error stacktraces are turned on. [INFO] Scanning for…
3 Jan 24 2012
04:49
Mar 31 2012
21:30