Exception when attempt login: cms or console

108 views
Skip to first unread message

arsdee...@gmail.com

unread,
Nov 25, 2015, 3:01:21 AM11/25/15
to Hippo Community

Hi am using hippo CMS 7.9.9.

 

Problem
When I restart (mvn –P cargo.run) my project and I try to log in the cms or console I get an exception:

url is redirected to: http://localhost:8080/cms/?0-1.IFormSubmitListener-root-signInForm


After a couple refresh I can log in, what could be the problem? How can I fix this?


Log:

[INFO] [talledLocalContainer] org.apache.wicket.WicketRuntimeException: Method onFormSubmitted of interface org.apache.wicket.markup.html.form.IFormSubmitListener targeted at [SignInForm [Component id = signInForm]] on component [SignInForm [Component id = signInForm]] threw an exception

[INFO] [talledLocalContainer]   at org.apache.wicket.RequestListenerInterface.internalInvoke(RequestListenerInterface.java:268)

[INFO] [talledLocalContainer]   at org.apache.wicket.RequestListenerInterface.invoke(RequestListenerInterface.java:216)

[INFO] [talledLocalContainer]   at org.apache.wicket.core.request.handler.ListenerInterfaceRequestHandler.invokeListener(ListenerInterfaceRequestHandler.java:243)

[INFO] [talledLocalContainer]   at org.apache.wicket.core.request.handler.ListenerInterfaceRequestHandler.respond(ListenerInterfaceRequestHandler.java:236)

[INFO] [talledLocalContainer]   at org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:862)

[INFO] [talledLocalContainer]   at org.apache.wicket.request.RequestHandlerStack.execute(RequestHandlerStack.java:64)

[INFO] [talledLocalContainer]   at org.apache.wicket.request.cycle.RequestCycle.execute(RequestCycle.java:261)

[INFO] [talledLocalContainer]   at org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java:218)

[INFO] [talledLocalContainer]   at org.apache.wicket.request.cycle.RequestCycle.processRequestAndDetach(RequestCycle.java:289)

[INFO] [talledLocalContainer]   at org.apache.wicket.protocol.http.WicketFilter.processRequestCycle(WicketFilter.java:259)

[INFO] [talledLocalContainer]   at org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:201)

[INFO] [talledLocalContainer]   at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:282)

[INFO] [talledLocalContainer]   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)

[INFO] [talledLocalContainer]   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

[INFO] [talledLocalContainer]   at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54)

[INFO] [talledLocalContainer]   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)

[INFO] [talledLocalContainer]   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

[INFO] [talledLocalContainer]   at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)

[INFO] [talledLocalContainer]   at org.apache.catalina.core.StandardContextValve.__invoke(StandardContextValve.java:122)

[INFO] [talledLocalContainer]   at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java)

[INFO] [talledLocalContainer]   at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)

[INFO] [talledLocalContainer]   at org.apache.catalina.core.StandardHostValve.__invoke(StandardHostValve.java:171)

[INFO] [talledLocalContainer]   at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java)

[INFO] [talledLocalContainer]   at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)

[INFO] [talledLocalContainer]   at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950)

[INFO] [talledLocalContainer]   at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)

[INFO] [talledLocalContainer]   at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)

[INFO] [talledLocalContainer]   at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1040)

[INFO] [talledLocalContainer]   at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:607) [INFO] [talledLocalContainer]   at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314)

[INFO] [talledLocalContainer]   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

[INFO] [talledLocalContainer]   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

[INFO] [talledLocalContainer]   at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)

[INFO] [talledLocalContainer]   at java.lang.Thread.run(Thread.java:745)

[INFO] [talledLocalContainer] Caused by: java.lang.reflect.InvocationTargetException

[INFO] [talledLocalContainer]   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

[INFO] [talledLocalContainer]   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

[INFO] [talledLocalContainer]   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

[INFO] [talledLocalContainer]   at java.lang.reflect.Method.invoke(Method.java:497)

[INFO] [talledLocalContainer]   at org.apache.wicket.RequestListenerInterface.internalInvoke(RequestListenerInterface.java:258)

[INFO] [talledLocalContainer]   ... 33 more

[INFO] [talledLocalContainer] Caused by: java.lang.IncompatibleClassChangeError: Found interface org.objectweb.asm.MethodVisitor, but class was expected

[INFO] [talledLocalContainer]   at org.onehippo.cms7.services.eventbus.GuavaEventBusListenerProxyFactory.generateProxyClassBytes(GuavaEventBusListenerProxyFactory.java:222)

[INFO] [talledLocalContainer]   at org.onehippo.cms7.services.eventbus.GuavaEventBusListenerProxyFactory.generateProxy(GuavaEventBusListenerProxyFactory.java:150)

[INFO] [talledLocalContainer]   at org.onehippo.cms7.services.eventbus.GuavaEventBusListenerProxyFactory.createProxy(GuavaEventBusListenerProxyFactory.java:298)

[INFO] [talledLocalContainer]   at org.onehippo.cms7.services.eventbus.GuavaHippoEventBus.registerProxy(GuavaHippoEventBus.java:83)


[INFO] [talledLocalContainer]   at org.onehippo.cms7.services.eventbus.GuavaHippoEventBus.updateListeners(GuavaHippoEventBus.java:94)

[INFO] [talledLocalContainer]   at org.onehippo.cms7.services.eventbus.GuavaHippoEventBus.post(GuavaHippoEventBus.java:66)

[INFO] [talledLocalContainer]   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

[INFO] [talledLocalContainer]   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

[INFO] [talledLocalContainer]   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

[INFO] [talledLocalContainer]   at java.lang.reflect.Method.invoke(Method.java:497)

[INFO] [talledLocalContainer]   at org.onehippo.cms7.services.HippoServiceRegistry$NamedRegistration$1.invoke(HippoServiceRegistry.java:54)

[INFO] [talledLocalContainer]   at com.sun.proxy.$Proxy6.post(Unknown Source)

[INFO] [talledLocalContainer]   at org.hippoecm.frontend.model.JcrSessionModel.logHippoEvent(JcrSessionModel.java:168)

[INFO] [talledLocalContainer]   at org.hippoecm.frontend.model.JcrSessionModel.load(JcrSessionModel.java:123)

[INFO] [talledLocalContainer]   at org.hippoecm.frontend.model.JcrSessionModel.load(JcrSessionModel.java:48)

[INFO] [talledLocalContainer]   at org.apache.wicket.model.LoadableDetachableModel.getObject(LoadableDetachableModel.java:121)

[INFO] [talledLocalContainer]   at org.hippoecm.frontend.model.JcrSessionModel.getSessionObject(JcrSessionModel.java:140)

[INFO] [talledLocalContainer]   at org.hippoecm.frontend.session.PluginUserSession.login(PluginUserSession.java:323)

[INFO] [talledLocalContainer]   at org.hippoecm.frontend.session.PluginUserSession.loginWithPermissionChecker(PluginUserSession.java:287)

[INFO] [talledLocalContainer]   at org.hippoecm.frontend.plugins.login.SimpleLoginPlugin$SignInForm.login(SimpleLoginPlugin.java:152)

[INFO] [talledLocalContainer]   at org.hippoecm.frontend.plugins.login.SimpleLoginPlugin$SignInForm.onSubmit(SimpleLoginPlugin.java:188)

[INFO] [talledLocalContainer]   at org.apache.wicket.markup.html.form.Form.delegateSubmit(Form.java:1272)

[INFO] [talledLocalContainer]   at org.apache.wicket.markup.html.form.Form.process(Form.java:938)

[INFO] [talledLocalContainer]   at org.apache.wicket.markup.html.form.Form.onFormSubmitted(Form.java:770)

[INFO] [talledLocalContainer]   at org.apache.wicket.markup.html.form.Form.onFormSubmitted(Form.java:703)

[INFO] [talledLocalContainer]   ... 38 more


Thanks in advance for your time and effort.

Bert Leunis

unread,
Nov 25, 2015, 3:06:18 AM11/25/15
to Hippo Community
Hey Arsdeep,

On Wed, Nov 25, 2015 at 9:01 AM, <arsdee...@gmail.com> wrote:

Caused by: java.lang.IncompatibleClassChangeError: Found interface org.objectweb.asm.MethodVisitor, but class was expected


Did you make a change in your listener/eventbus implementation? It seems you are using an interface in your configuration where instead a class should have been used.

Regards, Bert

arsdee...@gmail.com

unread,
Nov 30, 2015, 3:50:21 AM11/30/15
to Hippo Community
Hi Bert,

Thanks for your answe. 

No i didn't change my listener/eventbus implementation. Maybe i have a misconfiguration. Where and which class should have been used?


Op woensdag 25 november 2015 09:06:18 UTC+1 schreef b.leunis:

Jeroen Reijn

unread,
Nov 30, 2015, 4:30:32 AM11/30/15
to hippo-c...@googlegroups.com
Hi Arsdeep,

from the looks of it this feels like you have some conflicting libraries or classloading issues.

My hunch points to the ASM libraries. Could it be that you have duplicates libaries in your CMS because of the addition of a plugin or something?

Is this a new project your are working on or an existing one?

Jeroen

--
Hippo Community Group: The place for all discussions and announcements about Hippo CMS (and HST, repository etc. etc.)
 
To post to this group, send email to hippo-c...@googlegroups.com
RSS: https://groups.google.com/group/hippo-community/feed/rss_v2_0_msgs.xml?num=50
---
You received this message because you are subscribed to the Google Groups "Hippo Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hippo-communi...@googlegroups.com.
Visit this group at http://groups.google.com/group/hippo-community.
For more options, visit https://groups.google.com/d/optout.



--
Jeroen Reijn
Hippo

Amsterdam office - Oosteinde 11, 1017 WT Amsterdam
Boston office - 745 Atlantic Ave, Eight Floor, Boston MA 02111, United states of America.

US +1 877 414 4776 (toll free)
Europe +31(0)20 522 4466
www.onehippo.com

arsdee...@gmail.com

unread,
Nov 30, 2015, 5:07:04 AM11/30/15
to Hippo Community
Hi Jeroen,

Thanks for your answer. 

This is a new project. 
I do not use the ASM library specific in my cms pom.xml but maybe underhood another dependency does, i am not sure. 
A list of all my cms dependencies:

<dependencies>

        <dependency>

            <groupId>org.onehippo.cms7.hst.dependencies</groupId>

            <artifactId>hst-repository-dependencies</artifactId>

            <type>pom</type>

        </dependency>

        <dependency>

            <groupId>org.onehippo.cms7.hst.dependencies</groupId>

            <artifactId>hst-cms-dependencies</artifactId>

            <type>pom</type>

        </dependency>

        <dependency>

            <groupId>org.onehippo.cms7</groupId>

            <artifactId>hippo-package-cms-dependencies</artifactId>

            <type>pom</type>

        </dependency>

        <dependency>

            <groupId>org.onehippo.cms7</groupId>

            <artifactId>hippo-addon-channel-manager-frontend</artifactId>

        </dependency>

        <dependency>

            <groupId>org.onehippo.cms7</groupId>

            <artifactId>hippo-addon-channel-manager-repository</artifactId>

        </dependency>

        <dependency>

            <groupId>org.onehippo.addon.frontend.gallerypicker</groupId>

            <artifactId>gallerypicker</artifactId>

            <exclusions>

                <exclusion>

                    <artifactId>wicket</artifactId>

                    <groupId>org.apache.wicket</groupId>

                </exclusion>

            </exclusions>

        </dependency>

        <dependency>

            <groupId>org.onehippo.forge</groupId>

            <artifactId>resource-bundle-editor-plugin</artifactId>

        </dependency>

        <dependency>

            <groupId>org.onehippo.forge</groupId>

            <artifactId>content-blocks</artifactId>

            <scope>compile</scope>

        </dependency>

        <dependency>

            <groupId>org.onehippo.forge</groupId>

            <artifactId>dashboard-document-wizard</artifactId>

            <scope>compile</scope>

        </dependency>

        <dependency>

            <groupId>org.onehippo.forge.selectionplugins</groupId>

            <artifactId>selectionplugins-addon-cms</artifactId>

            <scope>compile</scope>

        </dependency>

        <dependency>

            <groupId>org.onehippo.forge.selectionplugins</groupId>

            <artifactId>selectionplugins-addon-repository</artifactId>

            <scope>compile</scope>

        </dependency>

        <dependency>

            <groupId>org.onehippo.forge.robotstxt</groupId>

            <artifactId>robotstxt-addon-repository</artifactId>

            <scope>compile</scope>

        </dependency>

   

        <dependency>

            <groupId>org.springframework</groupId>

            <artifactId>spring-jdbc</artifactId>

            <version>${spring.version}</version>

        </dependency>

        <dependency>

            <groupId>org.springframework</groupId>

            <artifactId>spring-context</artifactId>

            <version>${spring.version}</version>

            <type>jar</type>

        </dependency>

        <dependency>

            <groupId>org.springframework</groupId>

            <artifactId>spring-web</artifactId>

            <version>${spring.version}</version>

        </dependency>

        <dependency>

            <groupId>org.onehippo.forge.exdocpickerbase</groupId>

            <artifactId>exdocpickerbase-field</artifactId>

        </dependency>

        <dependency>

            <groupId>org.mockito</groupId>

            <artifactId>mockito-all</artifactId>

            <version>1.10.19</version>

            <scope>test</scope>

        </dependency>

 

        <dependency>

            <groupId>junit</groupId>

            <artifactId>junit</artifactId>

            <version>${junit.version}</version>

            <scope>test</scope>

        </dependency>

 

    </dependencies>




Op maandag 30 november 2015 10:30:32 UTC+1 schreef Jeroen Reijn:

Brian Snijders

unread,
Nov 30, 2015, 5:23:45 AM11/30/15
to hippo-c...@googlegroups.com
Hi Arsdeep,

Are you matching the Spring version of the superPOM, or are you overriding it in your project with another/newer Spring version? In the latter case, these dependencies cause a transient dependency:
<artifactId>spring-jdbc</artifactId>
<artifactId>spring-context</artifactId>
<artifactId>spring-web</artifactId>

To debug, run a mvn dependency:tree on your project and filter that specific tree for duplicate ASM or Spring Core versions.

Kind regards,
Brian
Met vriendelijke groet,

Brian Snijders

Software Engineer
http://about.me/briansnijders

Finalist -  open IT oplossingen

Rotterdam - Eindhoven - Maarssen
http://www.finalist.nl


Telefoon 088 217 08 43
Mobiel    06 455 40 083

arsdee...@gmail.com

unread,
Nov 30, 2015, 5:43:40 AM11/30/15
to Hippo Community
Hi Brian,

I using the Spring version of the superPOM. It is correct that the asm versions are not the same on all places,
The tree result with filtering asm:

[INFO] +- org.apache.cxf:cxf-rt-frontend-jaxws:jar:2.6.13:compile

[INFO] |  +- xml-resolver:xml-resolver:jar:1.2:compile

[INFO] |  +- asm:asm:jar:3.3.1:compile

[INFO] |  +- org.apache.cxf:cxf-api:jar:2.6.13:compile

[INFO] |  |  +- org.codehaus.woodstox:woodstox-core-asl:jar:4.2.0:compile

[INFO] |  |  |  \- org.codehaus.woodstox:stax2-api:jar:3.1.1:compile

[INFO] |  |  +- org.apache.ws.xmlschema:xmlschema-core:jar:2.0.3:compile

[INFO] |  |  \- wsdl4j:wsdl4j:jar:1.6.3:compile

[INFO] |  +- org.apache.cxf:cxf-rt-core:jar:2.6.13:compile

[INFO] |  |  \- com.sun.xml.bind:jaxb-impl:jar:2.1.13:compile

[INFO] |  +- org.apache.cxf:cxf-rt-bindings-soap:jar:2.6.13:compile

[INFO] |  |  \- org.apache.cxf:cxf-rt-databinding-jaxb:jar:2.6.13:compile

[INFO] |  +- org.apache.cxf:cxf-rt-bindings-xml:jar:2.6.13:compile

[INFO] |  +- org.apache.cxf:cxf-rt-frontend-simple:jar:2.6.13:compile

[INFO] |  \- org.apache.cxf:cxf-rt-ws-addr:jar:2.6.13:compile

[INFO] |     \- org.apache.cxf:cxf-rt-ws-policy:jar:2.6.13:compile

[INFO] |        \- org.apache.neethi:neethi:jar:3.0.3:compile

 

[INFO] |  +- org.apache.cxf:cxf-rt-frontend-jaxws:jar:2.6.13:compile

[INFO] |  |  +- xml-resolver:xml-resolver:jar:1.2:compile

[INFO] |  |  +- asm:asm:jar:3.3.1:compile

[INFO] |  |  +- org.apache.cxf:cxf-api:jar:2.6.13:compile

[INFO] |  |  |  +- org.codehaus.woodstox:woodstox-core-asl:jar:4.2.0:compile

[INFO] |  |  |  |  \- org.codehaus.woodstox:stax2-api:jar:3.1.1:compile

[INFO] |  |  |  +- org.apache.ws.xmlschema:xmlschema-core:jar:2.0.3:compile

[INFO] |  |  |  \- wsdl4j:wsdl4j:jar:1.6.3:compile

[INFO] |  |  +- org.apache.cxf:cxf-rt-core:jar:2.6.13:compile

[INFO] |  |  |  \- com.sun.xml.bind:jaxb-impl:jar:2.1.13:compile

[INFO] |  |  +- org.apache.cxf:cxf-rt-bindings-soap:jar:2.6.13:compile

[INFO] |  |  |  \- org.apache.cxf:cxf-rt-databinding-jaxb:jar:2.6.13:compile

[INFO] |  |  +- org.apache.cxf:cxf-rt-bindings-xml:jar:2.6.13:compile

[INFO] |  |  +- org.apache.cxf:cxf-rt-frontend-simple:jar:2.6.13:compile

[INFO] |  |  \- org.apache.cxf:cxf-rt-ws-addr:jar:2.6.13:compile

[INFO] |  |     \- org.apache.cxf:cxf-rt-ws-policy:jar:2.6.13:compile

[INFO] |  |        \- org.apache.neethi:neethi:jar:3.0.3:compile

 

[INFO] +- org.apache.cxf:cxf-rt-frontend-jaxws:jar:2.6.13:compile

[INFO] |  +- xml-resolver:xml-resolver:jar:1.2:compile

[INFO] |  +- asm:asm:jar:3.3.1:compile

[INFO] |  +- org.apache.cxf:cxf-api:jar:2.6.13:compile

[INFO] |  |  +- org.codehaus.woodstox:woodstox-core-asl:jar:4.2.0:compile

[INFO] |  |  |  \- org.codehaus.woodstox:stax2-api:jar:3.1.1:compile

[INFO] |  |  +- org.apache.ws.xmlschema:xmlschema-core:jar:2.0.3:compile

[INFO] |  |  \- wsdl4j:wsdl4j:jar:1.6.3:compile

[INFO] |  +- org.apache.cxf:cxf-rt-core:jar:2.6.13:compile

[INFO] |  |  \- com.sun.xml.bind:jaxb-impl:jar:2.1.13:compile

[INFO] |  +- org.apache.cxf:cxf-rt-bindings-soap:jar:2.6.13:compile

[INFO] |  |  \- org.apache.cxf:cxf-rt-databinding-jaxb:jar:2.6.13:compile

[INFO] |  +- org.apache.cxf:cxf-rt-bindings-xml:jar:2.6.13:compile

[INFO] |  +- org.apache.cxf:cxf-rt-frontend-simple:jar:2.6.13:compile

[INFO] |  \- org.apache.cxf:cxf-rt-ws-addr:jar:2.6.13:compile

[INFO] |     \- org.apache.cxf:cxf-rt-ws-policy:jar:2.6.13:compile

[INFO] |        \- org.apache.neethi:neethi:jar:3.0.3:compile

 

[INFO] |  +- org.onehippo.cms7:hippo-repository-servlets:jar:2.26.18:compile

[INFO] |  |  +- org.onehippo.cms7:hippo-services-eventbus:jar:1.04.02:compile

[INFO] |  |  |  \- org.ow2.asm:asm:jar:4.2:compile

[INFO] |  |  +- org.onehippo.cms7:hippo-repository-connector:jar:2.26.18:compile

[INFO] |  |  |  +- org.apache.jackrabbit:jackrabbit-jcr-rmi:jar:2.6.5:compile

[INFO] |  |  |  +- org.apache.jackrabbit:jackrabbit-jcr2spi:jar:2.6.5:compile

[INFO] |  |  |  \- org.apache.jackrabbit:jackrabbit-spi2jcr:jar:2.6.5:compile

[INFO] |  |  +- org.onehippo.cms7:hippo-repository-utilities:jar:2.26.18:compile

[INFO] |  |  +- net.sf.json-lib:json-lib:jar:jdk15:2.2.2:compile

[INFO] |  |  |  +- commons-collections:commons-collections:jar:3.2:compile

[INFO] |  |  |  \- net.sf.ezmorph:ezmorph:jar:1.0.4:compile

[INFO] |  |  \- org.freemarker:freemarker:jar:2.3.22:compile

[INFO] |  \- commons-lang:commons-lang:jar:2.6:compile

 

 

[INFO] |     +- org.apache.cxf:cxf-rt-frontend-jaxws:jar:2.6.13:compile

[INFO] |     |  +- xml-resolver:xml-resolver:jar:1.2:compile

[INFO] |     |  +- asm:asm:jar:3.3.1:compile

[INFO] |     |  +- org.apache.cxf:cxf-api:jar:2.6.13:compile

[INFO] |     |  |  +- org.codehaus.woodstox:woodstox-core-asl:jar:4.2.0:compile

[INFO] |     |  |  |  \- org.codehaus.woodstox:stax2-api:jar:3.1.1:compile

[INFO] |     |  |  +- org.apache.ws.xmlschema:xmlschema-core:jar:2.0.3:compile

[INFO] |     |  |  \- wsdl4j:wsdl4j:jar:1.6.3:compile

[INFO] |     |  +- org.apache.cxf:cxf-rt-core:jar:2.6.13:compile

[INFO] |     |  |  \- com.sun.xml.bind:jaxb-impl:jar:2.1.13:compile

[INFO] |     |  +- org.apache.cxf:cxf-rt-bindings-soap:jar:2.6.13:compile

[INFO] |     |  |  \- org.apache.cxf:cxf-rt-databinding-jaxb:jar:2.6.13:compile

[INFO] |     |  +- org.apache.cxf:cxf-rt-bindings-xml:jar:2.6.13:compile

[INFO] |     |  +- org.apache.cxf:cxf-rt-frontend-simple:jar:2.6.13:compile

[INFO] |     |  \- org.apache.cxf:cxf-rt-ws-addr:jar:2.6.13:compile

[INFO] |     |     \- org.apache.cxf:cxf-rt-ws-policy:jar:2.6.13:compile

[INFO] |     |        \- org.apache.neethi:neethi:jar:3.0.3:compile

 

[INFO] |     +- org.apache.cxf:cxf-rt-frontend-jaxws:jar:2.6.13:compile

[INFO] |     |  +- xml-resolver:xml-resolver:jar:1.2:compile

[INFO] |     |  +- asm:asm:jar:3.3.1:compile

[INFO] |     |  +- org.apache.cxf:cxf-rt-bindings-soap:jar:2.6.13:compile

[INFO] |     |  |  \- org.apache.cxf:cxf-rt-databinding-jaxb:jar:2.6.13:compile

[INFO] |     |  |     \- com.sun.xml.bind:jaxb-impl:jar:2.1.13:compile

[INFO] |     |  +- org.apache.cxf:cxf-rt-frontend-simple:jar:2.6.13:compile

[INFO] |     |  \- org.apache.cxf:cxf-rt-ws-addr:jar:2.6.13:compile

[INFO] |     |     \- org.apache.cxf:cxf-rt-ws-policy:jar:2.6.13:compile

[INFO] |     |        \- org.apache.neethi:neethi:jar:3.0.3:compile

[INFO] |     +- org.jvnet.jaxb2_commons:jaxb2-basics:jar:0.9.5:compile

[INFO] |     |  +- org.jvnet.jaxb2_commons:jaxb2-basics-runtime:jar:0.9.5:compile

[INFO] |     |  +- org.jvnet.jaxb2_commons:jaxb2-basics-tools:jar:0.9.5:compile

[INFO] |     |  |  \- org.apache.commons:commons-lang3:jar:3.2.1:compile

[INFO] |     |  \- com.google.code.javaparser:javaparser:jar:1.0.11:compile

 

[INFO] |  \- org.glassfish.hk2:hk2-locator:jar:2.2.0-b21:compile

[INFO] |     +- org.glassfish.hk2.external:asm-all-repackaged:jar:2.2.0-b21:compile

[INFO] |     \- org.glassfish.hk2.external:cglib:jar:2.2.0-b21:compile

 

[INFO] +- org.glassfish.jersey.media:jersey-media-moxy:jar:2.5.1:compile

[INFO] |  +- org.glassfish.jersey.ext:jersey-entity-filtering:jar:2.5.1:compile

[INFO] |  +- org.eclipse.persistence:org.eclipse.persistence.moxy:jar:2.5.0:compile

[INFO] |  |  \- org.eclipse.persistence:org.eclipse.persistence.core:jar:2.5.0:compile

[INFO] |  |     \- org.eclipse.persistence:org.eclipse.persistence.asm:jar:2.5.0:compile

 

Regards,

Arsdeep



Op maandag 30 november 2015 11:23:45 UTC+1 schreef brian:
...

Brian Snijders

unread,
Nov 30, 2015, 6:02:58 AM11/30/15
to hippo-c...@googlegroups.com
Hmm they aren't really clashing IMO. Looking at the group identifier, these are different libraries. Also they are in Hippo core which is thoroughly tested for these issues.

I'd check the transient deps of your own (custom) added dependencies, against the entire tree. If that doesn't yield a true duplicate with different version (so identical group+artifact identifier, different version), I'd increase log levels and/or start a remote debug with breakpoints close to your exception root cause.

--
Hippo Community Group: The place for all discussions and announcements about Hippo CMS (and HST, repository etc. etc.)
 
To post to this group, send email to hippo-c...@googlegroups.com
RSS: https://groups.google.com/group/hippo-community/feed/rss_v2_0_msgs.xml?num=50
---
You received this message because you are subscribed to the Google Groups "Hippo Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hippo-communi...@googlegroups.com.
Visit this group at http://groups.google.com/group/hippo-community.
For more options, visit https://groups.google.com/d/optout.

arsdee...@gmail.com

unread,
Dec 1, 2015, 7:07:03 AM12/1/15
to Hippo Community
Hi Brian,

Problem
The problem was in the versions of the asm libraries.
I have module where i am using this.

Solution

<dependency>

    <groupId>org.apache.cxf</groupId>

    <artifactId>cxf-rt-frontend-jaxws</artifactId>

    <version>${cxf.version}</version>

    <exclusions>

        <exclusion>

            <artifactId>asm</artifactId>

            <groupId>asm</groupId>

        </exclusion>

    </exclusions>

</dependency>

 

For now this fixes the problem.

 
Regards,
Arsdeep 

Op maandag 30 november 2015 12:02:58 UTC+1 schreef brian:
...

Brian Snijders

unread,
Dec 1, 2015, 7:11:30 AM12/1/15
to hippo-c...@googlegroups.com
Nice! So it was a clash after all. Probably the same classpaths (packagewise) in both libraries then. I didn't notice you've added CXF yourself, since it's also in Hippo.

--
Hippo Community Group: The place for all discussions and announcements about Hippo CMS (and HST, repository etc. etc.)
 
To post to this group, send email to hippo-c...@googlegroups.com
RSS: https://groups.google.com/group/hippo-community/feed/rss_v2_0_msgs.xml?num=50
---
You received this message because you are subscribed to the Google Groups "Hippo Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hippo-communi...@googlegroups.com.
Visit this group at http://groups.google.com/group/hippo-community.
For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages