I've the following problems or limitation with
https://geronimo.apache.org/plugins/samples-3.0-beta-1/
https://geronimo.apache.org/plugins/daytrader-3.0-beta-1/
The update-file is only there for /plugin-repository-list-3.0.txt
ERROR [PluginRepositoryDownloader] Unable to save download repositories
java.io.FileNotFoundException:
http://geronimo.apache.org/plugins/plugin-repository-list-3.0-beta-1.txt
For daytrader-3.0-beta-1 there ist only the 
Daytrader :: Plugins :: Derby DataSource        and     Daytrader :: Plugins :: 
JavaEE
JMS Resource
but not the applications        Daytrader :: JAVA EE 5 Tomcat   3.0.0.0         
or
Daytrader :: JAVA EE 6 Tomcat.
After installing jpa20demo-javaee6-tomcat I get the following errors and
can't recover by restart.
ERROR [[/jpa20demo-javaee6-tomcat]] Servlet /jpa20demo-javaee6-tomcat threw
load() exception
java.lang.IllegalStateException: No Factories configured for this
Application. This happens if the faces-initialization does not work at all -
make sure that you properly include all configuration settings necessary for
a basic faces application and that all the necessary libs are included. Also
check the logging output of your web application and your container for any
exceptions!
If you did that and find nothing, the mistake might be due to the fact that
you use some special web-containers which do not support registering
context-listeners via TLD files and a context listener is not setup in your
web.xml.
A typical config looks like this;
<listener>
 
<listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class>
</listener>

        at
org.apache.geronimo.myfaces.GeronimoFactoryFinderProvider.getFactory(GeronimoFactoryFinderProvider.java:166)
[DependencyManager] Could not start bundle:
org.apache.geronimo.specs.geronimo-stax-api_1.2_spec_1.0.0 [419]
org.osgi.framework.BundleException: The bundle
"org.apache.geronimo.specs.geronimo-stax-api_1.2_spec_1.0.0 [419]" could not
be resolved. Reason: Another singleton version selected:
org.apache.geronimo.specs.geronimo-stax-api_1.2_spec_1.1.0, Another
singleton version selected:
org.apache.geronimo.specs.geronimo-stax-api_1.2_spec_1.1.0
        at
org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1327)


Caused by: java.lang.ClassNotFoundException:
org.codehaus.stax2.ri.EmptyIterator
        at
org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:467)
        at
org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
        at
org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
        at
org.apache.geronimo.hook.equinox.GeronimoClassLoader.loadClass(GeronimoClassLoader.java:85)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 38 more
Any ideas are welcome...
Thanks
Frank

--
View this message in context: 
http://apache-geronimo.328035.n3.nabble.com/Vote-Release-Geronimo-Samples-Daytrader-3-0-beta-1-RC4-tp3535810p3675000.html
Sent from the Development mailing list archive at Nabble.com.

Reply via email to