[problem] jPOS QI

116 views
Skip to first unread message

adhi nugroho

unread,
Oct 16, 2017, 1:00:50 AM10/16/17
to jPOS Users
hello, i want to try jpos QI modul. my dependency build. gradle is like this

dependencies {
    compile
('org.jpos:jpos:2.1.+')
    compile
('org.jpos.ee:jposee-qi-core:2.2.+')
    compile
('org.jpos.ee:jposee-qi-eeuser:2.2.+')
    compile
('org.jpos.ee:jposee-qi-sysconfig:2.2.+')
    compile
('org.jpos.ee:jposee-db-mysql:2.1.+')
    compile
('org.jpos.ee:jposee-jetty:2.1.+')
 
{
        exclude
(module: 'junit')
        exclude
(module: 'hamcrest-core')
   
}
    testCompile
'junit:junit:4.8.2'
}


when i try to run ./gradlew installresource, the error show like this

FAILURE: Build failed with an exception.


* Where:
Script '/Users/adhinugroho/Source Code/latihan/qi-jpos/jpos-app.gradle' line: 65


* What went wrong:
A problem occurred evaluating script
.
> Could not resolve all dependencies for configuration ':runtime'.
   
> Could not find org.vaadin.addons:d3Gauge:1.0.1.
     
Searched in the following locations:
         https
://repo1.maven.org/maven2/org/vaadin/addons/d3Gauge/1.0.1/d3Gauge-1.0.1.pom
         https
://repo1.maven.org/maven2/org/vaadin/addons/d3Gauge/1.0.1/d3Gauge-1.0.1.jar
         http
://jpos.org/maven/org/vaadin/addons/d3Gauge/1.0.1/d3Gauge-1.0.1.pom
         http
://jpos.org/maven/org/vaadin/addons/d3Gauge/1.0.1/d3Gauge-1.0.1.jar
         http
://download.oracle.com/maven/org/vaadin/addons/d3Gauge/1.0.1/d3Gauge-1.0.1.pom
         http
://download.oracle.com/maven/org/vaadin/addons/d3Gauge/1.0.1/d3Gauge-1.0.1.jar
         file
:/Users/adhinugroho/.m2/repository/org/vaadin/addons/d3Gauge/1.0.1/d3Gauge-1.0.1.pom
         file
:/Users/adhinugroho/.m2/repository/org/vaadin/addons/d3Gauge/1.0.1/d3Gauge-1.0.1.jar
     
Required by:
         org
.jpos.template:qi-jpos:2.1.0 > org.jpos.ee:jposee-qi-core:2.2.5-SNAPSHOT
   
> Could not find org.vaadin.addons:dcharts-widget:1.7.0.
     
Searched in the following locations:
         https
://repo1.maven.org/maven2/org/vaadin/addons/dcharts-widget/1.7.0/dcharts-widget-1.7.0.pom
         https
://repo1.maven.org/maven2/org/vaadin/addons/dcharts-widget/1.7.0/dcharts-widget-1.7.0.jar
         http
://jpos.org/maven/org/vaadin/addons/dcharts-widget/1.7.0/dcharts-widget-1.7.0.pom
         http
://jpos.org/maven/org/vaadin/addons/dcharts-widget/1.7.0/dcharts-widget-1.7.0.jar
         http
://download.oracle.com/maven/org/vaadin/addons/dcharts-widget/1.7.0/dcharts-widget-1.7.0.pom
         http
://download.oracle.com/maven/org/vaadin/addons/dcharts-widget/1.7.0/dcharts-widget-1.7.0.jar
         file
:/Users/adhinugroho/.m2/repository/org/vaadin/addons/dcharts-widget/1.7.0/dcharts-widget-1.7.0.pom
         file
:/Users/adhinugroho/.m2/repository/org/vaadin/addons/dcharts-widget/1.7.0/dcharts-widget-1.7.0.jar
     
Required by:
         org
.jpos.template:qi-jpos:2.1.0 > org.jpos.ee:jposee-qi-core:2.2.5-SNAPSHOT
   
> Could not find com.vaadin:vaadin-context-menu:2.0.0.
     
Searched in the following locations:
         https
://repo1.maven.org/maven2/com/vaadin/vaadin-context-menu/2.0.0/vaadin-context-menu-2.0.0.pom
         https
://repo1.maven.org/maven2/com/vaadin/vaadin-context-menu/2.0.0/vaadin-context-menu-2.0.0.jar
         http
://jpos.org/maven/com/vaadin/vaadin-context-menu/2.0.0/vaadin-context-menu-2.0.0.pom
         http
://jpos.org/maven/com/vaadin/vaadin-context-menu/2.0.0/vaadin-context-menu-2.0.0.jar
         http
://download.oracle.com/maven/com/vaadin/vaadin-context-menu/2.0.0/vaadin-context-menu-2.0.0.pom
         http
://download.oracle.com/maven/com/vaadin/vaadin-context-menu/2.0.0/vaadin-context-menu-2.0.0.jar
         file
:/Users/adhinugroho/.m2/repository/com/vaadin/vaadin-context-menu/2.0.0/vaadin-context-menu-2.0.0.pom
         file
:/Users/adhinugroho/.m2/repository/com/vaadin/vaadin-context-menu/2.0.0/vaadin-context-menu-2.0.0.jar
     
Required by:
         org
.jpos.template:qi-jpos:2.1.0 > org.jpos.ee:jposee-qi-core:2.2.5-SNAPSHOT
   
> Could not find com.byteowls:vaadin-chartjs:0.3.0.
     
Searched in the following locations:
         https
://repo1.maven.org/maven2/com/byteowls/vaadin-chartjs/0.3.0/vaadin-chartjs-0.3.0.pom
         https
://repo1.maven.org/maven2/com/byteowls/vaadin-chartjs/0.3.0/vaadin-chartjs-0.3.0.jar
         http
://jpos.org/maven/com/byteowls/vaadin-chartjs/0.3.0/vaadin-chartjs-0.3.0.pom
         http
://jpos.org/maven/com/byteowls/vaadin-chartjs/0.3.0/vaadin-chartjs-0.3.0.jar
         http
://download.oracle.com/maven/com/byteowls/vaadin-chartjs/0.3.0/vaadin-chartjs-0.3.0.pom
         http
://download.oracle.com/maven/com/byteowls/vaadin-chartjs/0.3.0/vaadin-chartjs-0.3.0.jar
         file
:/Users/adhinugroho/.m2/repository/com/byteowls/vaadin-chartjs/0.3.0/vaadin-chartjs-0.3.0.pom
         file
:/Users/adhinugroho/.m2/repository/com/byteowls/vaadin-chartjs/0.3.0/vaadin-chartjs-0.3.0.jar
     
Required by:
         org
.jpos.template:qi-jpos:2.1.0 > org.jpos.ee:jposee-qi-core:2.2.5-SNAPSHOT
   
> Could not find org.vaadin.addons:vaadin-sliderpanel:2.0.0.
     
Searched in the following locations:
         https
://repo1.maven.org/maven2/org/vaadin/addons/vaadin-sliderpanel/2.0.0/vaadin-sliderpanel-2.0.0.pom
         https
://repo1.maven.org/maven2/org/vaadin/addons/vaadin-sliderpanel/2.0.0/vaadin-sliderpanel-2.0.0.jar
         http
://jpos.org/maven/org/vaadin/addons/vaadin-sliderpanel/2.0.0/vaadin-sliderpanel-2.0.0.pom
         http
://jpos.org/maven/org/vaadin/addons/vaadin-sliderpanel/2.0.0/vaadin-sliderpanel-2.0.0.jar
         http
://download.oracle.com/maven/org/vaadin/addons/vaadin-sliderpanel/2.0.0/vaadin-sliderpanel-2.0.0.pom
         http
://download.oracle.com/maven/org/vaadin/addons/vaadin-sliderpanel/2.0.0/vaadin-sliderpanel-2.0.0.jar
         file
:/Users/adhinugroho/.m2/repository/org/vaadin/addons/vaadin-sliderpanel/2.0.0/vaadin-sliderpanel-2.0.0.pom
         file
:/Users/adhinugroho/.m2/repository/org/vaadin/addons/vaadin-sliderpanel/2.0.0/vaadin-sliderpanel-2.0.0.jar
     
Required by:
         org
.jpos.template:qi-jpos:2.1.0 > org.jpos.ee:jposee-qi-core:2.2.5-SNAPSHOT


* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.


BUILD FAILED


Total time: 55.065 secs

I'm using  jpos template from github. is there any sollution?

Alejandro Revilla

unread,
Oct 16, 2017, 8:18:04 AM10/16/17
to jPOS Users

you need to add:

        maven { url 'http://maven.vaadin.com/vaadin-addons' }
        maven { url 'https://maven.vaadin.com/vaadin-prereleases' }

to your list of repositories in build.gradle.


Adhi Nugroho

unread,
Oct 16, 2017, 8:37:26 AM10/16/17
to jpos-...@googlegroups.com

thank you very much..it`s working now...

--
--
jPOS is licensed under AGPL - free for community usage for your open-source project. Licenses are also available for commercial usage. Please support jPOS, contact: sa...@jpos.org
---
You received this message because you are subscribed to the Google Groups "jPOS Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jpos-users+...@googlegroups.com.
To post to this group, send email to jpos-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jpos-users/CAAgSK%3Dmm%2BxNc9s0THx65wt6dxUa3%2BRWCNr_PJCsGpQPbXspmVA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

adhi nugroho

unread,
Oct 16, 2017, 10:26:57 AM10/16/17
to jpos-...@googlegroups.com
Is there any tutorial how to use it?


From: Adhi Nugroho <pheno...@gmail.com>
Sent: Monday, October 16, 2017 7:38:50 PM
To: jpos-...@googlegroups.com
Subject: Re: [jpos-users] [problem] jPOS QI
 

Josefina Revilla

unread,
Oct 16, 2017, 10:45:05 AM10/16/17
to jPOS Users
Hi Adhi, 

We are working on a tutorial, when time permits. Meanwhile, on jPOS-EE, on modules/testbed, there's a README with some instructions: https://github.com/jpos/jPOS-EE/tree/master/modules/testbed.



On Monday, October 16, 2017 at 11:26:57 AM UTC-3, adhi nugroho wrote:
Is there any tutorial how to use it?


From: Adhi Nugroho <pheno...@gmail.com>
Sent: Monday, October 16, 2017 7:38:50 PM
To: jpos-...@googlegroups.com
Subject: Re: [jpos-users] [problem] jPOS QI
 

thank you very much..it`s working now...


On 10/16/17 7:17 PM, Alejandro Revilla wrote:

you need to add:

        maven { url 'http://maven.vaadin.com/vaadin-addons' }
        maven { url 'https://maven.vaadin.com/vaadin-prereleases' }

to your list of repositories in build.gradle.

--
@apr

--
--
jPOS is licensed under AGPL - free for community usage for your open-source project. Licenses are also available for commercial usage. Please support jPOS, contact: sa...@jpos.org
---
You received this message because you are subscribed to the Google Groups "jPOS Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jpos-users+...@googlegroups.com.
To post to this group, send email to jpos...@googlegroups.com.

adhi nugroho

unread,
Oct 17, 2017, 9:01:58 AM10/17/17
to jpos-...@googlegroups.com
Thank you..


From: jpos-...@googlegroups.com <jpos-...@googlegroups.com> on behalf of Josefina Revilla <josefin...@gmail.com>
Sent: Monday, October 16, 2017 9:45:05 PM
To: jPOS Users
Reply all
Reply to author
Forward
0 new messages