Business Central or Drools Workbench authentication error (proxy error)

51 views
Skip to first unread message

Shashi Ramakrishna

unread,
Oct 8, 2020, 3:15:40 AM10/8/20
to Drools Setup
I am trying to use Business Central from the jBPM-server-7.43.1. I'm trying to follow this tutorial 

I also added this line to my standalone.xml file under the <system-properties>

<property name="kie.maven.settings.custom" value="/Users/abcd/EclipseProjects/Drools_Workbench/jbpm-server-7.43.1.Final-dist/Settings.xml"/>

When I try to build (build & install), I get the authentication error followed by 

-----------------------

19:23:15,896 WARN  [org.apache.http.client.protocol.RequestProxyAuthentication] (default task-1) NEGOTIATE authentication error: No valid credentials provided (Mechanism level: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt))

19:23:16,861 INFO  [org.appformer.maven.integration.MavenRepository] (default task-1) Erasing directory from local maven repository /Users/abcd/.m2/repository/org/kie/kie-api/7.43.1.Final

19:23:16,863 ERROR [org.appformer.maven.integration.embedder.MavenProjectLoader] (default task-1) Unable to create MavenProject from InputStream: org.apache.maven.project.ProjectBuildingException: 1 problem was encountered while building the effective model

[FATAL] Non-readable POM : input contained no data @ 

------------------------------

I have added 

<proxy>
<id>example-proxy</id>
<active>true</active>
<protocol>http</protocol>
<host>abcd.com</host>
<port>8080</port>
<username>username</username>
<password>password_dummy_password</password>
<nonProxyHosts>www.google.com|*.example.com</nonProxyHosts>
</proxy>
Reply all
Reply to author
Forward

Reply all
Reply to author
Forward
0 new messages