Giter VIP home page Giter VIP logo

Comments (7)

pswrdf avatar pswrdf commented on June 9, 2024

https://stackoverflow.com/questions/61340695/gradle-plugin-for-tomcat-9-0-34

from gradle-tomcat-plugin.

brandaomarcos avatar brandaomarcos commented on June 9, 2024

Is there any solution about this issue?

from gradle-tomcat-plugin.

Lemetrriss avatar Lemetrriss commented on June 9, 2024

The same issue.

from gradle-tomcat-plugin.

aperez9 avatar aperez9 commented on June 9, 2024

I have same issue in my project.

Finally I used this plugin https://github.com/sahara3/gradle-tomcat-runner-plugin

from gradle-tomcat-plugin.

bmuschko avatar bmuschko commented on June 9, 2024

I think something like this would need to happen:

((AbstractAjpProtocol) ajpConnector.getProtocolHandler()).setSecretRequired(false);

So the plugin would need to have special handling for it and probably expose an option to configure this flag. Open to PRs!

from gradle-tomcat-plugin.

anabright avatar anabright commented on June 9, 2024

This also happens when tomcatVersion > 8.5.50

from gradle-tomcat-plugin.

sharmanalin59 avatar sharmanalin59 commented on June 9, 2024

Kindly help with the below issue-:

25-Feb-2023 00:18:50.221 SEVERE [main] org.apache.catalina.util.LifecycleBase.handleSubClassException Failed to start component [Connector[AJP/1.3-7009]]
org.apache.catalina.LifecycleException: Protocol handler start failed
at org.apache.catalina.connector.Connector.startInternal(Connector.java:1076)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at org.apache.catalina.core.StandardService.startInternal(StandardService.java:447)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:930)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at org.apache.catalina.startup.Catalina.start(Catalina.java:772)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:347)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:478)
Caused by: java.lang.IllegalArgumentException: The AJP Connector is configured with secretRequired="true" but the secret attribute is either null or "". This combination is not valid.
at org.apache.coyote.ajp.AbstractAjpProtocol.start(AbstractAjpProtocol.java:267)
at org.apache.catalina.connector.Connector.startInternal(Connector.java:1073)
... 12 more
25-Feb-2023 00:18:50.223 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in [1048] milliseconds
(END) Connection to 10.252.4.140 closed by remote host.

Spring boot version - 2.0.0.RELEASE and tomcat 9.0.70, maven 3.6.x, java 8

from gradle-tomcat-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.