[
https://issues.jboss.org/browse/DROOLS-1516?page=com.atlassian.jira.plugi...
]
CasterJose CasterJose commented on DROOLS-1516:
-----------------------------------------------
The Jars are created in the the given location for
"{color:red}C:\drools\repositories\kie{color}" fro my Global M2 repository
directory, However i still get the undetermined under GAV.
I did some research and i found that the undetermined is thrown if there is an Exception
in the MinimalPomParser.
If i click on the download button to download a jar i get a link path like
"{color:red}http://localhost:8082/kie-server/maven2wb/{color:#14892c}om{color}/myteam/Waffle/1.0.0/Waffle-1.0.0.jar{color}"
which give a HTTP 404 ERROR. However i do see something wrong with the link, the artifact
is "{color:#14892c}com{color}" but in the link it is generated as
"{color:#14892c}om{color}". If i change it to
"{color:#14892c}com{color}" the download proceeds without a HTTP 404 error.
GAV names are not coming properly when running the tomcat as Service
--------------------------------------------------------------------
Key: DROOLS-1516
URL:
https://issues.jboss.org/browse/DROOLS-1516
Project: Drools
Issue Type: Bug
Components: build, kie server, tools
Affects Versions: 6.5.0.Final
Environment: Windows
Reporter: Arunraj SRM
Assignee: Toni Rikkola
Priority: Critical
Labels: Drools, GAV,, Maven
Attachments: gav_issue.png
Deploy Drools Work Bench and KIE Server in Tomcat Server configured with SSL and started
via service. All the artifacts populated under the GAV are displaying as
<undetermined>:<undetermined>:<undetermined>
instead of actual path including the guvnor
Start-up values:
-Dcatalina.home=C:\apache-tomcat-9.0.0.M19
-Dcatalina.base=C:\apache-tomcat-9.0.0.M19
-Djava.io.tmpdir=C:\apache-tomcat-9.0.0.M19\temp
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
-Djava.util.logging.config.file=C:\apache-tomcat-9.0.0.M19\conf\logging.properties
-Xmx256M
-XX:MaxPermSize=2048m
-Dbtm.root=C:\apache-tomcat-9.0.0.M19\
-Dbitronix.tm.configuration=C:\apache-tomcat-9.0.0.M19\conf\btm-config.properties
-Dbitronix.tm.resource.configuration=C:\apache-tomcat-9.0.0.M19\conf\resources.properties
-Djbpm.tsr.jndi.lookup=java:comp/env/TransactionSynchronizationRegistry
-Djava.security.auth.login.config=C:\apache-tomcat-9.0.0.M19\webapps\kie-wb\WEB-INF\classes\login.config
-Dorg.jboss.logging.provider=jdk
-Dorg.jbpm.cdi.bm=java:comp/env/BeanManager
-Dorg.kie.server.persistence.ds=java:comp/env/jdbc/jbpm
-Dorg.kie.server.persistence.tm=org.hibernate.service.jta.platform.internal.BitronixJtaPlatform
-Dorg.uberfire.nio.git.dir=C:\drools\repositories\git\
-Dorg.guvnor.m2repo.dir=C:\drools\repositories\kie\
-Dorg.uberfire.metadata.index.dir=C:\drools\runtime\
-Dorg.uberfire.nio.git.ssh.cert.dir=C:\drools\runtime\
-Dorg.kie.demo=false
-Dorg.kie.example=false
-Dorg.kie.server.id=default-kieserver
-Dorg.kie.server.location=https://localhost/kie-server/services/rest/server
-Dorg.kie.server.controller=https://localhost/kie-wb/rest/controller
-Dorg.jbpm.server.ext.disabled=true
-Dorg.drools.server.filter.classes=true
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)