USSD Gateway build problem

337 views
Skip to first unread message

Debasish Chandra

unread,
Aug 30, 2011, 11:36:55 AM8/30/11
to mobicents-public
Hi,

I was trying to build and install ussd gateway application.

I have installed mobicents-jainslee-2.5.0.CR1-SNAPSHOT-
jboss-5.1.0.GA.zip.
I have build and deployed mobicent-ss7 from latest source.
I have deployed http, map and sip ra. Sigtran ASP is up and running.

I have checked out ussdgateway from http://mobicents.googlecode.com/svn/trunk/applications/ussdgateway.

I am using
Red Hat Enterprise Linux Server release 5.3
Apache Maven 3.0.3
Ant 1.7.0 and Java 1.7.0 (build 1.7.0-b147).

But I am not able to build ussd gateway. Build is failing with
following error. Please let me know what I am doing wrong? From where
I can download working ussdgateway application?


------------------------------------------------------------------------------------------
[rajesh@iosmsdev ussdgateway]$ mvn install -X
Apache Maven 3.0.3 (r1075438; 2011-02-28 17:31:09+0000)
Maven home: /home/rajesh/development/mobicent/apache-maven-3.0.3
Java version: 1.7.0, vendor: Oracle Corporation
Java home: /usr/java/jdk1.7.0/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "2.6.18-128.el5pae", arch: "i386", family:
"unix"
[INFO] Error stacktraces are turned on.
[DEBUG] Reading global settings from /home/rajesh/development/mobicent/
apache-maven-3.0.3/conf/settings.xml
[DEBUG] Reading user settings from /home/rajesh/.m2/settings.xml
[DEBUG] Using local repository at /home/rajesh/.m2/repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10
for /home/rajesh/.m2/repository
[INFO] Scanning for projects...
[DEBUG] Could not find metadata org.mobicents:mobicents-parent:2.19-
SNAPSHOT/maven-metadata.xml in local (/home/rajesh/.m2/repository)
[DEBUG] Failure to find org.mobicents:mobicents-parent:2.19-SNAPSHOT/
maven-metadata.xml in http://snapshots.jboss.org/maven2 was cached in
the local repository, resolution will not be reattempted until the
update interval of jboss-snapshots has elapsed or updates are forced
[DEBUG] Failure to find org.mobicents:mobicents-parent:2.19-SNAPSHOT/
maven-metadata.xml in https://repository.jboss.org/nexus/content/groups/public/
was cached in the local repository, resolution will not be reattempted
until the update interval of jboss-public-repository-group has elapsed
or updates are forced
[ERROR] The build could not read 1 project -> [Help 1]
org.apache.maven.project.ProjectBuildingException: Some problems were
encountered while processing the POMs:
[FATAL] Non-resolvable parent POM: Failure to find
org.mobicents:mobicents-parent:pom:2.19-SNAPSHOT in http://snapshots.jboss.org/maven2
was cached in the local repository, resolution will not be reattempted
until the update interval of jboss-snapshots has elapsed or updates
are forced and 'parent.relativePath' points at wrong local POM @ line
8, column 10

at
org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:
339)
at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:
632)
at
org.apache.maven.DefaultMaven.getProjectsForMavenReactor(DefaultMaven.java:
581)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:233)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
43)
at java.lang.reflect.Method.invoke(Method.java:601)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:
290)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:
230)
at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:
409)
at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:
352)
[ERROR]
[ERROR] The project org.mobicents.applications.ussd:ussdgateway:
1.0.0.BETA1-SNAPSHOT (/home/rajesh/development/mobicent/source/
ussdgateway/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM: Failure to find
org.mobicents:mobicents-parent:pom:2.19-SNAPSHOT in http://snapshots.jboss.org/maven2
was cached in the local repository, resolution will not be reattempted
until the update interval of jboss-snapshots has elapsed or updates
are forced and 'parent.relativePath' points at wrong local POM @ line
8, column 10 -> [Help 2]
org.apache.maven.model.resolution.UnresolvableModelException: Failure
to find org.mobicents:mobicents-parent:pom:2.19-SNAPSHOT in
http://snapshots.jboss.org/maven2 was cached in the local repository,
resolution will not be reattempted until the update interval of jboss-
snapshots has elapsed or updates are forced
at
org.apache.maven.project.ProjectModelResolver.resolveModel(ProjectModelResolver.java:
159)
at
org.apache.maven.model.building.DefaultModelBuilder.readParentExternally(DefaultModelBuilder.java:
819)
at
org.apache.maven.model.building.DefaultModelBuilder.readParent(DefaultModelBuilder.java:
670)
at
org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:
308)
at
org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:
232)
at
org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:
386)
at
org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:
355)
at
org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:
319)
at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:
632)
at
org.apache.maven.DefaultMaven.getProjectsForMavenReactor(DefaultMaven.java:
581)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:233)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
43)
at java.lang.reflect.Method.invoke(Method.java:601)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:
290)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:
230)
at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:
409)
at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:
352)
Caused by: org.sonatype.aether.resolution.ArtifactResolutionException:
Failure to find org.mobicents:mobicents-parent:pom:2.19-SNAPSHOT in
http://snapshots.jboss.org/maven2 was cached in the local repository,
resolution will not be reattempted until the update interval of jboss-
snapshots has elapsed or updates are forced
at
org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:
541)
at
org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:
220)
at
org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:
197)
at
org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveArtifact(DefaultRepositorySystem.java:
323)
at
org.apache.maven.project.ProjectModelResolver.resolveModel(ProjectModelResolver.java:
155)
... 22 more
Caused by: org.sonatype.aether.transfer.ArtifactNotFoundException:
Failure to find org.mobicents:mobicents-parent:pom:2.19-SNAPSHOT in
http://snapshots.jboss.org/maven2 was cached in the local repository,
resolution will not be reattempted until the update interval of jboss-
snapshots has elapsed or updates are forced
at
org.sonatype.aether.impl.internal.DefaultUpdateCheckManager.checkArtifact(DefaultUpdateCheckManager.java:
190)
at
org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:
430)
... 26 more
[ERROR]
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
[rajesh@iosmsdev ussdgateway]$
----------------------------------------------------


Best Regards,
Debasish

Alexandre Mendonça

unread,
Aug 30, 2011, 7:48:47 PM8/30/11
to mobicent...@googlegroups.com
Hi Debasish,

You can update the parent pom.xml to use 2.20-SNAPSHOT (latest snapshot)  or 2.19 (latest released) instead of 2.19-SNAPSHOT:

Change the version at:


	<parent>
		<groupId>org.mobicents</groupId>
		<artifactId>mobicents-parent</artifactId>
		<version>2.19-SNAPSHOT</version>
	</parent>
Regards,

--
Alexandre Mendonça // JBoss R&D
http://ammendonca.blogspot.com/

Debasish Chandra

unread,
Aug 31, 2011, 5:37:35 AM8/31/11
to mobicents-public
Hi Alex,

Thakns for your response. I have tried with both 2.20-SNAPSHOT and
2.19. But its failing to compile USSD Gateway Sbbs. Do I need to use
some other snapshots?


----------------------------------------------------------------------------------------------
[INFO]
------------------------------------------------------------------------
[INFO] Building USSD Gateway Sbbs 1.0.0.BETA1-SNAPSHOT
[INFO]
------------------------------------------------------------------------
Downloading: http://repository.jboss.org/maven2/jpl-pattern/jpl-pattern/1.0/jpl-pattern-1.0.pom
Downloading: http://repository.jboss.org/maven2/jpl-pattern/jpl-pattern/1.0/jpl-pattern-1.0.pom
Downloading: http://repository.jboss.org/maven2/jpl-util/jpl-util/1.0/jpl-util-1.0.pom
Downloading: http://repository.jboss.org/maven2/jpl-util/jpl-util/1.0/jpl-util-1.0.pom
Downloading: http://repository.jboss.org/maven2/jpl-util/jpl-util/1.0/jpl-util-1.0.pom
Downloading: http://repository.jboss.org/maven2/jpl-util/jpl-util/1.0/jpl-util-1.0.pom
Downloading: http://repository.jboss.org/maven2/jpl-pattern/jpl-pattern/1.0/jpl-pattern-1.0.pom
Downloading: http://repository.jboss.org/maven2/jpl-pattern/jpl-pattern/1.0/jpl-pattern-1.0.pom
Downloading: http://repository.jboss.org/maven2/jpl-pattern/jpl-pattern/1.0/jpl-pattern-1.0.pom
Downloading: http://repository.jboss.org/maven2/jpl-pattern/jpl-pattern/1.0/jpl-pattern-1.0.pom
Downloading: http://repository.jboss.org/maven2/jpl-util/jpl-util/1.0/jpl-util-1.0.pom
Downloading: http://repository.jboss.org/maven2/jpl-util/jpl-util/1.0/jpl-util-1.0.pom
Downloading: http://repository.jboss.org/maven2/jpl-util/jpl-util/1.0/jpl-util-1.0.pom
Downloading: http://repository.jboss.org/maven2/jpl-util/jpl-util/1.0/jpl-util-1.0.pom
Downloading: http://repository.jboss.org/maven2/jpl-pattern/jpl-pattern/1.0/jpl-pattern-1.0.pom
Downloading: http://repository.jboss.org/maven2/jpl-pattern/jpl-pattern/1.0/jpl-pattern-1.0.pom
[WARNING] The POM for org.mobicents.tools:sip-balancer-jar:jar:
1.2.FINAL is invalid, transitive dependencies (if any) will not be
available, enable debug logging for more details
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Mobicents USSD Gateway Parent ..................... SUCCESS
[0.436s]
[INFO] USSD Gateway Domain Object ........................ SUCCESS
[1.987s]
[INFO] USSD Gateway Rules Service ........................ SUCCESS
[5.851s]
[INFO] USSD Gateway SLEE JAXB Pojo ....................... SUCCESS
[2.468s]
[INFO] USSD Gateway SLEE ................................. SUCCESS
[0.014s]
[INFO] USSD Gateway SLEE Library ......................... SUCCESS
[1.281s]
[INFO] USSD Gateway Sbbs ................................. FAILURE
[13.141s]
[INFO] ussdgateway-services-DU ........................... SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 26.056s
[INFO] Finished at: Wed Aug 31 14:46:30 GMT 2011
[INFO] Final Memory: 45M/356M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal on project ussdgateway-sbbs: Could not
resolve dependencies for project
org.mobicents.applications.ussd:ussdgateway-sbbs:jar:1.0.0.BETA1-
SNAPSHOT: Failed to collect dependencies for
[org.mobicents.applications.ussd:ussdgateway-library:jar:1.0.0.BETA1-
SNAPSHOT (compile), org.drools:drools-api:jar:5.0.1 (compile),
org.mobicents.servers.jainslee.api:jain-slee-11-ext:jar:1.0.0.BETA2
(compile), org.mobicents.resources:mobicents-slee-ra-map-ratype:jar:
2.4.2.BETA1 (compile), org.mobicents.resources:http-client-ratype:jar:
2.4.1-SNAPSHOT (compile), org.mobicents.resources:sip11-ratype:jar:
2.4.1-SNAPSHOT (compile)]: Failed to read artifact descriptor for jpl-
pattern:jpl-pattern:jar:1.0: Could not transfer artifact jpl-
pattern:jpl-pattern:pom:1.0 from/to jboss (http://repository.jboss.org/
maven2): Access denied to: http://repository.jboss.org/maven2/jpl-pattern/jpl-pattern/1.0/jpl-pattern-1.0.pom
-> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with
the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with
the command
[ERROR] mvn <goals> -rf :ussdgateway-sbbs
-----------------------------------------------------------------------------------------------


Best Regards,
Debasish

On Aug 31, 4:48 am, Alexandre Mendonça <brains...@gmail.com> wrote:
> Hi Debasish,
>
> You can update the parent pom.xml to use 2.20-SNAPSHOT (latest snapshot)  or
> 2.19 (latest released) instead of 2.19-SNAPSHOT:
>
> Change the version at:
>
>         <parent>
>                 <groupId>org.mobicents</groupId>
>                 <artifactId>mobicents-parent</artifactId>
>                 <version>2.19-SNAPSHOT</version>
>         </parent>
>
> Regards,
>
> --
> *Alexandre Mendonça* // JBoss R&Dhttp://ammendonca.blogspot.com/
>
> On Tue, Aug 30, 2011 at 16:36, Debasish Chandra
> <debasish.chan...@gmail.com>wrote:
> > maven-metadata.xml inhttp://snapshots.jboss.org/maven2was cached in
> >http://snapshots.jboss.org/maven2was cached in the local repository,
> >http://snapshots.jboss.org/maven2was cached in the local repository,
> > resolution will not be reattempted until the update interval of jboss-
> > snapshots has elapsed or updates are forced
> >        at
>
> > org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:
> > 541)
> >        at
>
> > org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:
> > 220)
> >        at
>
> > org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:
> > 197)
> >        at
>
> > org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveArtifact(DefaultRepositorySystem.java:
> > 323)
> >        at
>
> > org.apache.maven.project.ProjectModelResolver.resolveModel(ProjectModelResolver.java:
> > 155)
> >        ... 22 more
> > Caused by: org.sonatype.aether.transfer.ArtifactNotFoundException:
> > Failure to find org.mobicents:mobicents-parent:pom:2.19-SNAPSHOT in
> >http://snapshots.jboss.org/maven2was cached in the local repository,
> > resolution will not be reattempted until the update interval of jboss-
> > snapshots has elapsed or updates are forced
> >        at
>
> > org.sonatype.aether.impl.internal.DefaultUpdateCheckManager.checkArtifact(DefaultUpdateCheckManager.java:
> > 190)
> >        at
>
> > org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:
> > 430)
> >        ... 26 more
> > [ERROR]
> > [ERROR]
> > [ERROR] For more information about the errors and possible solutions,
> > please read the following articles:
> > [ERROR] [Help 1]
> >http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingExcep...
> > [ERROR] [Help 2]
> >http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelExc...

Debasish Chandra

unread,
Sep 1, 2011, 1:11:44 AM9/1/11
to mobicents-public
Hi,

Can you please help me to build USSD gateway? Should I change any other parameters in pom.xml?

Best Regards,
Debasish

Bartosz Baranowski

unread,
Sep 2, 2011, 5:16:01 AM9/2/11
to mobicent...@googlegroups.com
Sorry. Missed this thread. There has been update to USSD GW code and poms, Could you try to fetch trunk and retry ? Possibly with maven 2.

Also you might want to try to build binary - this will build evenrything, deploy in SLEE container along with defautl configuration files(ther eis small bug though in simualtor script, which requires simulator parent SNAPSHOT to be present in local repo).
To build binary simply call 'ant' in 'release' directory and give it some time.



Bartosz Baranowski
JBoss R & D
==================================
Word of criticism meant to improve is always step forward.

Debasish Chandra

unread,
Sep 13, 2011, 6:42:46 AM9/13/11
to mobicents-public
Hi Bartosz,

Thanks for your respoonse. I could able to install USSD GW (without
drools and SIP ra) and tested successfully.
However am facing one problem, mobicents m3ua doesn't reconnect with
peer when IP communication goes down and then come back or if the peer
AS restart.
I can see issue 2406 (if IP communication breaks, M3UA should bring
back the corresponding ASP to original state) is resolved.
I have build mobicents ss7 locally from latest source. Please let me
know whether I am using latest source.

Best Regards,
Debasish


On Sep 2, 2:16 pm, Bartosz Baranowski <baran...@gmail.com> wrote:
> Sorry. Missed this thread. There has been update to USSD GW code and poms,
> Could you try to fetch trunk and retry ? Possibly with maven 2.
>
> Also you might want to try to build binary - this will build evenrything,
> deploy in SLEE container along with defautl configuration files(ther eis
> small bug though in simualtor script, which requires simulator parent
> SNAPSHOT to be present in local repo).
> To build binary simply call 'ant' in 'release' directory and give it some
> time.
>
> Bartosz Baranowski
> JBoss R & D
> ==================================
> Word of criticism meant to improve is always step forward.
>
> On Thu, Sep 1, 2011 at 7:11 AM, Debasish Chandra <debasish.chan...@gmail.com
>
>
>
>
>
>
>
> > wrote:
> > Hi,
>
> > Can you please help me to build USSD gateway? Should I change any other
> > parameters in pom.xml?
>
> > Best Regards,
> > Debasish
>
> > On Wed, Aug 31, 2011 at 3:07 PM, Debasish Chandra <
> > debasish.chan...@gmail.com> wrote:
>
> >> Hi Alex,
>
> >> Thakns for your response. I have tried with both 2.20-SNAPSHOT and
> >> 2.19. But its failing to compile USSD Gateway Sbbs. Do I need to use
> >> some other snapshots?
>
> >> ----------------------------------------------------------------------------------------------
> >> [INFO]
> >> ------------------------------------------------------------------------
> >> [INFO] Building USSD Gateway Sbbs 1.0.0.BETA1-SNAPSHOT
> >> [INFO]
> >> ------------------------------------------------------------------------
> >> Downloading:
> >>http://repository.jboss.org/maven2/jpl-pattern/jpl-pattern/1.0/jpl-pa...
> >> Downloading:
> >>http://repository.jboss.org/maven2/jpl-pattern/jpl-pattern/1.0/jpl-pa...
> >> Downloading:
> >>http://repository.jboss.org/maven2/jpl-util/jpl-util/1.0/jpl-util-1.0...
> >> Downloading:
> >>http://repository.jboss.org/maven2/jpl-util/jpl-util/1.0/jpl-util-1.0...
> >> Downloading:
> >>http://repository.jboss.org/maven2/jpl-util/jpl-util/1.0/jpl-util-1.0...
> >> Downloading:
> >>http://repository.jboss.org/maven2/jpl-util/jpl-util/1.0/jpl-util-1.0...
> >> Downloading:
> >>http://repository.jboss.org/maven2/jpl-pattern/jpl-pattern/1.0/jpl-pa...
> >> Downloading:
> >>http://repository.jboss.org/maven2/jpl-pattern/jpl-pattern/1.0/jpl-pa...
> >> Downloading:
> >>http://repository.jboss.org/maven2/jpl-pattern/jpl-pattern/1.0/jpl-pa...
> >> Downloading:
> >>http://repository.jboss.org/maven2/jpl-pattern/jpl-pattern/1.0/jpl-pa...
> >> Downloading:
> >>http://repository.jboss.org/maven2/jpl-util/jpl-util/1.0/jpl-util-1.0...
> >> Downloading:
> >>http://repository.jboss.org/maven2/jpl-util/jpl-util/1.0/jpl-util-1.0...
> >> Downloading:
> >>http://repository.jboss.org/maven2/jpl-util/jpl-util/1.0/jpl-util-1.0...
> >> Downloading:
> >>http://repository.jboss.org/maven2/jpl-util/jpl-util/1.0/jpl-util-1.0...
> >> Downloading:
> >>http://repository.jboss.org/maven2/jpl-pattern/jpl-pattern/1.0/jpl-pa...
> >> Downloading:
> >>http://repository.jboss.org/maven2/jpl-pattern/jpl-pattern/1.0/jpl-pa...
> >> maven2 <http://repository.jboss.org/%0Amaven2>): Access denied to:
> >>http://repository.jboss.org/maven2/jpl-pattern/jpl-pattern/1.0/jpl-pa...
> >> -> [Help 1]
> >> [ERROR]
> >> [ERROR] To see the full stack trace of the errors, re-run Maven with
> >> the -e switch.
> >> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> >> [ERROR]
> >> [ERROR] For more information about the errors and possible solutions,
> >> please read the following articles:
> >> [ERROR] [Help 1]
> >>http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolution...
> >> > > maven-metadata.xml inhttp://snapshots.jboss.org/maven2wascached in
> >> > > the local repository, resolution will not be reattempted until the
> >> > > update interval of jboss-snapshots has elapsed or updates are forced
> >> > > [DEBUG] Failure to find org.mobicents:mobicents-parent:2.19-SNAPSHOT/
> >> > > maven-metadata.xml in
> >> > >https://repository.jboss.org/nexus/content/groups/public/
> >> > > was cached in the local repository, resolution will not be reattempted
> >> > > until the update interval of jboss-public-repository-group has elapsed
> >> > > or updates are forced
> >> > > [ERROR] The build could not read 1 project -> [Help 1]
> >> > > org.apache.maven.project.ProjectBuildingException: Some problems were
> >> > > encountered while processing the POMs:
> >> > > [FATAL] Non-resolvable parent POM: Failure to find
> >> > > org.mobicents:mobicents-parent:pom:2.19-SNAPSHOT in
> >> > >http://snapshots.jboss.org/maven2
> >> > > was cached in the local repository, resolution will not be reattempted
> >> > > until the update interval of jboss-snapshots has elapsed or updates
> >> > > are forced and 'parent.relativePath' points at wrong local POM @ line
> >> > > 8,
>
> ...
>
> read more »

Bartosz Baranowski

unread,
Sep 13, 2011, 7:52:52 AM9/13/11
to mobicent...@googlegroups.com
If you checked out from trunk than it should be latest. Unless you performed checkout some time ago. To be sure checkout fresh copy.

Bartosz Baranowski
JBoss R & D
==================================
Word of criticism meant to improve is always step forward.


Samhorry

unread,
Nov 14, 2011, 12:11:57 PM11/14/11
to mobicent...@googlegroups.com
Hi,
I try to run mvn install, but it generates me the same error. Pleasehow I can start installing the USSD gateway and SIP without JBossDrool ra???

best regards...

Samhorry

unread,
Nov 14, 2011, 12:30:19 PM11/14/11
to mobicent...@googlegroups.com
How i can install USSD GW without Drool ans SIP??

Bartosz Baranowski

unread,
Nov 15, 2011, 2:14:24 AM11/15/11
to mobicent...@googlegroups.com
You cant... Its part of it.

Bartosz Baranowski
JBoss R & D
==================================
Word of criticism meant to improve is always step forward.


Andres Ferraro

unread,
Feb 27, 2014, 9:57:43 AM2/27/14
to mobicent...@googlegroups.com
Hallo,

I had the same problem and I added in the
/ussdgateway/core/oam/cli/pom.xml file
relativePath for parent as

<parent>
<groupId>org.mobicents.ussd</groupId>
<artifactId>core</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

And started building, then I had another problem which was solved changing:

getLocalDialogId() to getDialogId() in ChildSbb and ParentSbb.
Reply all
Reply to author
Forward
0 new messages