You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by "Beelen, M. - SPLXL" <Ma...@klm.com> on 2007/08/09 11:33:34 UTC

Geronimo console hangs on failed installation of pluto-portal

Hello all,
 
I'm trying to get the pluto-portal (1.1.4) running on geronimo
(geronimo-tomcat6-jee5-2.0-M6).
I installed all the dependancies to the common libs of geronimo, written
a geronimo-deployment plan and try to upload my war-file.
 
The browser just hangs.
 
In the console of the geronimo-server (and the geronimo.log) I see that
the problem is being caused by some problem in a tld-file nested in a
jar-file being loaded from the WEB-INF\lib of the portal-webapp. (See
logging attached below)
This problem isn't the concern of geronimo, but it causes a
NoClassDefFoundError for org/saxpath/SAXPathException.
 
To my knowledge the class has been moved to
org.jaxen.saxpath.SAXPathException.
Somehow some component still references the old class-file.
 
I think it is weird that geronimo hangs on such a problem, instead of
properly reporting the nature of faillure of the deployment.
 
I'm forgetting something?
Does anybody know if I'm doing something wrong or is the problem
somewhere within geronimo and should I file a jira-issue for this?
 
 
With kind regards,
    Marco Beelen
 
 
 
 
11:12:27,478 INFO  [RepositoryViewPortlet] Copying into repository
org.apache.pluto/pluto-container/1.1.4/jar...
11:12:27,493 INFO  [RepositoryViewPortlet] Finished.
11:12:34,211 INFO  [RepositoryViewPortlet] Copying into repository
org.apache.pluto/pluto-descriptor-api/1.1.4/jar...
11:12:34,211 INFO  [RepositoryViewPortlet] Finished.
11:12:39,976 INFO  [RepositoryViewPortlet] Copying into repository
org.apache.pluto/pluto-descriptor-impl/1.1.4/jar...
11:12:39,976 INFO  [RepositoryViewPortlet] Finished.
11:12:45,663 INFO  [RepositoryViewPortlet] Copying into repository
org.apache.pluto/pluto-taglib/1.1.4/jar...
11:12:45,663 INFO  [RepositoryViewPortlet] Finished.
11:13:02,739 WARN  [JspModuleBuilderExtension] Invalid transformed
taglib
org.apache.xmlbeans.XmlException: Invalid deployment descriptor: errors:
 
D:\servers\geronimo-tomcat6-jee5-2.0-M6\bin\jar:file:D:\servers\geronimo
-tomcat6-jee5-2.0-M6\repository\org\apache\pluto\pluto\1.1.4\pluto-1.1.4
..war\WEB-INF\lib\standard-1.0.6.jar!\META-INF\scriptfree.tld:21:7:
error: cvc-complex-type.2.4b: Element not allowed:
description@http://java.sun.com/xml/ns/javaee in element
init-param@http://java.sun.com/xml/ns/javaee
 
D:\servers\geronimo-tomcat6-jee5-2.0-M6\bin\jar:file:D:\servers\geronimo
-tomcat6-jee5-2.0-M6\repository\org\apache\pluto\pluto\1.1.4\pluto-1.1.4
..war\WEB-INF\lib\standard-1.0.6.jar!\META-INF\scriptfree.tld:28:7:
error: cvc-complex-type.2.4b: Element not allowed:
description@http://java.sun.com/xml/ns/javaee in element
init-param@http://java.sun.com/xml/ns/javaee
 
D:\servers\geronimo-tomcat6-jee5-2.0-M6\bin\jar:file:D:\servers\geronimo
-tomcat6-jee5-2.0-M6\repository\org\apache\pluto\pluto\1.1.4\pluto-1.1.4
..war\WEB-INF\lib\standard-1.0.6.jar!\META-INF\scriptfree.tld:35:7:
error: cvc-complex-type.2.4b: Element not allowed:
description@http://java.sun.com/xml/ns/javaee in element
init-param@http://java.sun.com/xml/ns/javaee
 
Descriptor:
<taglib xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd"
version="2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
  <description>Validates JSP pages to prohibit use of scripting
elements.</description>
  <tlib-version>1.0</tlib-version>
  <short-name>scriptfree</short-name>
  <uri>http://jakarta.apache.org/taglibs/standard/scriptfree</uri>
  <validator>
    <description>Validates prohibitions against scripting
elements.</description>
 
<validator-class>javax.servlet.jsp.jstl.tlv.ScriptFreeTLV</validator-cla
ss>
    <init-param>
      <param-name>allowDeclarations</param-name>
      <param-value>false</param-value>
      <description>Controls whether or not declarations are considered
valid.</description>
    </init-param>
    <init-param>
      <param-name>allowScriptlets</param-name>
      <param-value>false</param-value>
      <description>Controls whether or not scriptlets are considered
valid.</description>
    </init-param>
    <init-param>
      <param-name>allowExpressions</param-name>
      <param-value>false</param-value>
      <description>Controls whether or not top-level expressions are
considered valid.</description>
    </init-param>
    <init-param>
      <description>Controls whether or not expressions used to supply
request-time
        attribute values are considered valid.</description>
      <param-name>allowRTExpressions</param-name>
      <param-value>false</param-value>
    </init-param>
  </validator>
  <!--Every TLD needs at least one 'tag' element.  We happily oblige.-->
  <tag>
    <description>Does nothing.</description>
    <name>noop</name>
    <tag-class>javax.servlet.jsp.tagext.TagSupport</tag-class>
    <body-content>empty</body-content>
  </tag>
</taglib>
 
 at
org.apache.geronimo.deployment.xmlbeans.XmlBeansUtil.validateDD(XmlBeans
Util.java:218)
 at
org.apache.geronimo.jasper.deployment.JspModuleBuilderExtension.convertT
oTaglibSchema(JspModuleBuilderExtension.java:675)
 at
org.apache.geronimo.jasper.deployment.JspModuleBuilderExtension.parseTld
File(JspModuleBuilderExtension.java:433)
 at
org.apache.geronimo.jasper.deployment.JspModuleBuilderExtension.getListe
nerClasses(JspModuleBuilderExtension.java:420)
 at
org.apache.geronimo.jasper.deployment.JspModuleBuilderExtension.createJs
pClassFinder(JspModuleBuilderExtension.java:180)
 at
org.apache.geronimo.jasper.deployment.JspModuleBuilderExtension.addGBean
s(JspModuleBuilderExtension.java:149)
 at
org.apache.geronimo.jasper.deployment.JspModuleBuilderExtension$$FastCla
ssByCGLIB$$1f60ab3b.invoke(<generated>)
 at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
 at
org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInv
oker.java:38)
 at
org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.j
ava:127)
 at
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.jav
a:828)
 at
org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
 at
org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperation
Invoker.java:35)
 at
org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyM
ethodInterceptor.java:96)
 at
org.apache.geronimo.j2ee.deployment.ModuleBuilderExtension$$EnhancerByCG
LIB$$cd133fa9.addGBeans(<generated>)
 at
org.apache.geronimo.tomcat.deployment.TomcatModuleBuilder.addGBeans(Tomc
atModuleBuilder.java:470)
 at
org.apache.geronimo.tomcat.deployment.TomcatModuleBuilder$$FastClassByCG
LIB$$6f85ec2c.invoke(<generated>)
 at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
 at
org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInv
oker.java:38)
 at
org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.j
ava:127)
 at
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.jav
a:828)
 at
org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
 at
org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperation
Invoker.java:35)
 at
org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyM
ethodInterceptor.java:96)
 at
org.apache.geronimo.j2ee.deployment.ModuleBuilder$$EnhancerByCGLIB$$5732
1d6a.addGBeans(<generated>)
 at
org.apache.geronimo.j2ee.deployment.SwitchingModuleBuilder.addGBeans(Swi
tchingModuleBuilder.java:165)
 at
org.apache.geronimo.j2ee.deployment.SwitchingModuleBuilder$$FastClassByC
GLIB$$d0c31844.invoke(<generated>)
 at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
 at
org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInv
oker.java:38)
 at
org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.j
ava:127)
 at
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.jav
a:828)
 at
org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
 at
org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperation
Invoker.java:35)
 at
org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyM
ethodInterceptor.java:96)
 at
org.apache.geronimo.j2ee.deployment.ModuleBuilder$$EnhancerByCGLIB$$5732
1d6a.addGBeans(<generated>)
 at
org.apache.geronimo.j2ee.deployment.EARConfigBuilder.buildConfiguration(
EARConfigBuilder.java:616)
 at
org.apache.geronimo.j2ee.deployment.EARConfigBuilder$$FastClassByCGLIB$$
38e56ec6.invoke(<generated>)
 at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
 at
org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInv
oker.java:38)
 at
org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.j
ava:127)
 at
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.jav
a:828)
 at
org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
 at
org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperation
Invoker.java:35)
 at
org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyM
ethodInterceptor.java:96)
 at
org.apache.geronimo.j2ee.deployment.CorbaGBeanNameSource$$EnhancerByCGLI
B$$8e5f977f.buildConfiguration(<generated>)
 at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:302)
 at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:124)
 at
org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$$734a235d.invo
ke(<generated>)
 at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
 at
org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInv
oker.java:38)
 at
org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.j
ava:127)
 at
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.jav
a:863)
 at
org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239
)
 at
org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.doDepl
oy(AbstractDeployCommand.java:116)
 at
org.apache.geronimo.deployment.plugin.local.DistributeCommand.run(Distri
buteCommand.java:61)
 at java.lang.Thread.run(Thread.java:595)
11:14:40,165 ERROR [Deployer] Deployment failed due to 
java.lang.NoClassDefFoundError: org/saxpath/SAXPathException
 at java.lang.Class.getDeclaredMethods0(Native Method)
 at java.lang.Class.privateGetDeclaredMethods(Class.java:2395)
 at java.lang.Class.getDeclaredMethods(Class.java:1763)
 at org.apache.xbean.finder.ClassFinder.<init>(ClassFinder.java:162)
 at
org.apache.geronimo.jasper.deployment.JspModuleBuilderExtension.createJs
pClassFinder(JspModuleBuilderExtension.java:181)
 at
org.apache.geronimo.jasper.deployment.JspModuleBuilderExtension.addGBean
s(JspModuleBuilderExtension.java:149)
 at
org.apache.geronimo.jasper.deployment.JspModuleBuilderExtension$$FastCla
ssByCGLIB$$1f60ab3b.invoke(<generated>)
 at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
 at
org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInv
oker.java:38)
 at
org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.j
ava:127)
 at
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.jav
a:828)
 at
org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
 at
org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperation
Invoker.java:35)
 at
org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyM
ethodInterceptor.java:96)
 at
org.apache.geronimo.j2ee.deployment.ModuleBuilderExtension$$EnhancerByCG
LIB$$cd133fa9.addGBeans(<generated>)
 at
org.apache.geronimo.tomcat.deployment.TomcatModuleBuilder.addGBeans(Tomc
atModuleBuilder.java:470)
 at
org.apache.geronimo.tomcat.deployment.TomcatModuleBuilder$$FastClassByCG
LIB$$6f85ec2c.invoke(<generated>)
 at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
 at
org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInv
oker.java:38)
 at
org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.j
ava:127)
 at
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.jav
a:828)
 at
org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
 at
org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperation
Invoker.java:35)
 at
org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyM
ethodInterceptor.java:96)
 at
org.apache.geronimo.j2ee.deployment.ModuleBuilder$$EnhancerByCGLIB$$5732
1d6a.addGBeans(<generated>)
 at
org.apache.geronimo.j2ee.deployment.SwitchingModuleBuilder.addGBeans(Swi
tchingModuleBuilder.java:165)
 at
org.apache.geronimo.j2ee.deployment.SwitchingModuleBuilder$$FastClassByC
GLIB$$d0c31844.invoke(<generated>)
 at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
 at
org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInv
oker.java:38)
 at
org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.j
ava:127)
 at
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.jav
a:828)
 at
org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
 at
org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperation
Invoker.java:35)
 at
org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyM
ethodInterceptor.java:96)
 at
org.apache.geronimo.j2ee.deployment.ModuleBuilder$$EnhancerByCGLIB$$5732
1d6a.addGBeans(<generated>)
 at
org.apache.geronimo.j2ee.deployment.EARConfigBuilder.buildConfiguration(
EARConfigBuilder.java:616)
 at
org.apache.geronimo.j2ee.deployment.EARConfigBuilder$$FastClassByCGLIB$$
38e56ec6.invoke(<generated>)
 at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
 at
org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInv
oker.java:38)
 at
org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.j
ava:127)
 at
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.jav
a:828)
 at
org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
 at
org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperation
Invoker.java:35)
 at
org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyM
ethodInterceptor.java:96)
 at
org.apache.geronimo.j2ee.deployment.CorbaGBeanNameSource$$EnhancerByCGLI
B$$8e5f977f.buildConfiguration(<generated>)
 at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:302)
 at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:124)
 at
org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$$734a235d.invo
ke(<generated>)
 at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
 at
org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInv
oker.java:38)
 at
org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.j
ava:127)
 at
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.jav
a:863)
 at
org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239
)
 at
org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.doDepl
oy(AbstractDeployCommand.java:116)
 at
org.apache.geronimo.deployment.plugin.local.DistributeCommand.run(Distri
buteCommand.java:61)
 at java.lang.Thread.run(Thread.java:595)

 
10:39:05,204 INFO  [Log4jService] Java Information:
10:39:05,204 INFO  [Log4jService]   System property [java.runtime.name]
= Java(TM) 2 Runtime Environment, Standard Edition
10:39:05,204 INFO  [Log4jService]   System property
[java.runtime.version]  = 1.5.0_12-b04
10:39:05,204 INFO  [Log4jService]   System property [os.name]
= Windows XP
10:39:05,204 INFO  [Log4jService]   System property [os.version]
= 5.1
10:39:05,204 INFO  [Log4jService]   System property [sun.os.patch.level]
= Service Pack 2
10:39:05,204 INFO  [Log4jService]   System property [os.arch]
= x86
10:39:05,204 INFO  [Log4jService]   System property [java.class.version]
= 49.0
10:39:05,204 INFO  [Log4jService]   System property [locale]
= en_US
10:39:05,204 INFO  [Log4jService]   System property [unicode.encoding]
= UnicodeLittle
10:39:05,204 INFO  [Log4jService]   System property [file.encoding]
= Cp1252
10:39:05,204 INFO  [Log4jService]   System property [java.vm.name]
= Java HotSpot(TM) Client VM
10:39:05,204 INFO  [Log4jService]   System property [java.vm.vendor]
= Sun Microsystems Inc.
10:39:05,204 INFO  [Log4jService]   System property [java.vm.version]
= 1.5.0_12-b04
10:39:05,204 INFO  [Log4jService]   System property [java.vm.info]
= mixed mode
10:39:05,204 INFO  [Log4jService]   System property [java.home]
= D:\java\jdk\1.5.0_12\jre
10:39:05,204 INFO  [Log4jService]   System property [java.classpath]
= null
10:39:05,204 INFO  [Log4jService]   System property [java.library.path]
=
D:\java\jdk\1.5.0_12\jre\bin;.;C:\WINDOWS\system32;C:\WINDOWS;D:\Apps\Ch
ainBuilder\bin;D:\Apps\ChainBuilder\apache-servicemix\bin;D:\Apps\ChainB
uilder\apache-ant\bin;C:\Program
Files\ThinkPad\ConnectUtilities;C:\Program
Files\Intel\Wireless\Bin\;C:\Program
Files\QuickTime\QTSystem\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\Syst
em32\Wbem;C:\Program
Files\Walldata\System;c:\ORACLE\ora92\bin;c:\Program
Files\Oracle\jre\1.3.1\bin;c:\Program
Files\Oracle\jre\1.1.8\bin;c:\WINDOWS\system32\;c:\WINDOWS\system32\Wbem
;C:\Program Files\Common Files\Adobe\AGL\;C:\Program Files\Host
Integration
Server\system;D:\java\jdk\1.5.0_12\bin;D:\utils\UnxUtils\usr\local\wbin;
D:\Maven2\installation\bin;c:\Program Files\IDM Computer
Solutions\UltraEdit-32\;
10:39:05,204 INFO  [Log4jService]   System property [java.endorsed.dirs]
=
D:\servers\geronimo-tomcat6-jee5-2.0-M6\lib\endorsed;D:\java\jdk\1.5.0_1
2\jre\lib\endorsed
10:39:05,204 INFO  [Log4jService]   System property [java.ext.dirs]
=
D:\servers\geronimo-tomcat6-jee5-2.0-M6\lib\ext;D:\java\jdk\1.5.0_12\jre
\lib\ext
10:39:05,204 INFO  [Log4jService]   System property
[sun.boot.class.path] =
D:\servers\geronimo-tomcat6-jee5-2.0-M6\lib\endorsed\yoko-rmi-spec-1.0-i
ncubating-SNAPSHOT.jar;D:\servers\geronimo-tomcat6-jee5-2.0-M6\lib\endor
sed\yoko-spec-corba-1.0-incubating-SNAPSHOT.jar;D:\java\jdk\1.5.0_12\jre
\lib\rt.jar;D:\java\jdk\1.5.0_12\jre\lib\i18n.jar;D:\java\jdk\1.5.0_12\j
re\lib\sunrsasign.jar;D:\java\jdk\1.5.0_12\jre\lib\jsse.jar;D:\java\jdk\
1.5.0_12\jre\lib\jce.jar;D:\java\jdk\1.5.0_12\jre\lib\charsets.jar;D:\ja
va\jdk\1.5.0_12\jre\classes
10:39:05,204 INFO  [Log4jService]
----------------------------------------------

**********************************************************************
For information, services and offers, please visit our web site:
http://www.klm.com. This e-mail and any attachment may contain
confidential and privileged material intended for the addressee
only. If you are not the addressee, you are notified that no part
of the e-mail or any attachment may be disclosed, copied or
distributed, and that any other action related to this e-mail or
attachment is strictly prohibited, and may be unlawful. If you have
received this e-mail by error, please notify the sender immediately
by return e-mail, and delete this message. Koninklijke Luchtvaart
Maatschappij NV (KLM), its subsidiaries and/or its employees shall
not be liable for the incorrect or incomplete transmission of this
e-mail or any attachments, nor responsible for any delay in
receipt.
Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal
Dutch Airlines) is registered in Amstelveen, The Netherlands, with
registered number 33014286 
**********************************************************************

Re: Geronimo console hangs on failed installation of pluto-portal

Posted by Paul McMahan <pa...@gmail.com>.
I think it would be a good idea to create a JIRA and if possible  
attach a minimal WAR that demonstrates the problem.  The console  
should not hang when an app fails to deploy.    While that is looked  
into you may want to consider using the command line for deploying  
since it provides better diagnostic feedback in this case.  bin/ 
depoy.sh deploy pluto.war

Best wishes,
Paul


On Aug 9, 2007, at 5:33 AM, Beelen, M. - SPLXL wrote:

> Hello all,
>
> I'm trying to get the pluto-portal (1.1.4) running on geronimo
> (geronimo-tomcat6-jee5-2.0-M6).
> I installed all the dependancies to the common libs of geronimo,  
> written
> a geronimo-deployment plan and try to upload my war-file.
>
> The browser just hangs.
>
> In the console of the geronimo-server (and the geronimo.log) I see  
> that
> the problem is being caused by some problem in a tld-file nested in a
> jar-file being loaded from the WEB-INF\lib of the portal-webapp. (See
> logging attached below)
> This problem isn't the concern of geronimo, but it causes a
> NoClassDefFoundError for org/saxpath/SAXPathException.
>
> To my knowledge the class has been moved to
> org.jaxen.saxpath.SAXPathException.
> Somehow some component still references the old class-file.
>
> I think it is weird that geronimo hangs on such a problem, instead of
> properly reporting the nature of faillure of the deployment.
>
> I'm forgetting something?
> Does anybody know if I'm doing something wrong or is the problem
> somewhere within geronimo and should I file a jira-issue for this?
>
>
> With kind regards,
>     Marco Beelen