Uploaded image for project: 'Drools'
  1. Drools
  2. DROOLS-436

Cannot access to remote kie maven repository - Access denied

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Major Major
    • None
    • 6.0.1.Final
    • None
    • None

      • Start JBPM 6.0.1.Final binding a specific IP 192.168.0.10
      • Run maven in a remote machine with the pom.xml like this

      <repository>
      <id>guvnor-m2-repo</id>
      <name>Guvnor M2 Repo</name>
      <url>http://192.168.0.10:8080/jbpm-console/maven2/</url>
      </repository>

      Also having username/password in ~/.m2/settings.xml

      <servers>
      <server>
      <id>guvnor-m2-repo</id>
      <username>admin</username>
      <password>admin</password>
      </server>
      </servers>

      And returned "Access denied (401)" when try get maven-metadata.xml from project.

      Can not authenticate at kie maven repository.

      The same happens when try run Java Project with VM arguments "-Dkie.maven.settings.custom=settings.xml"

            [DROOLS-436] Cannot access to remote kie maven repository - Access denied

            Hello,

            in version 6.2.0 CR4 how I can solve this problem?? Because i can not find this path and file: /WEB-INF/classes/url_filter.yaml and neither can to find settings.xml for maven

            Rafael Fernández Sánchez (Inactive) added a comment - Hello, in version 6.2.0 CR4 how I can solve this problem?? Because i can not find this path and file: /WEB-INF/classes/url_filter.yaml and neither can to find settings.xml for maven

            Mario Fusco added a comment -

            This is not a bug. See the linked bugzilla ticket explaining how to resolve this problem

            Mario Fusco added a comment - This is not a bug. See the linked bugzilla ticket explaining how to resolve this problem

              mfusco@redhat.com Mario Fusco
              disciolli_jira Rogério Disciolli (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: