Ussdgateway: Error MAPDialog

446 views
Skip to first unread message

morgan...@moobifun.com

unread,
May 27, 2014, 9:45:28 AM5/27/14
to mobicent...@googlegroups.com
Hello,

I have an error when I send text with the simulator:

15:21:58,028 ERROR [STDERR] (pool-16-thread-1) Exception in thread "pool-16-thread-1"
15:21:58,030 ERROR [STDERR] (pool-16-thread-1) java.lang.NoSuchMethodError: org.mobicents.protocols.ss7.map.api.MAPDialog.getLocalDialogId()Ljava/lang/Long;
15:21:58,030 ERROR [STDERR] (pool-16-thread-1)     at org.mobicents.slee.resource.map.MAPResourceAdaptor.handleDialogRequest(MAPResourceAdaptor.java:686)
15:21:58,030 ERROR [STDERR] (pool-16-thread-1)     at org.mobicents.slee.resource.map.MAPResourceAdaptor.onDialogRequest(MAPResourceAdaptor.java:729)
15:21:58,031 ERROR [STDERR] (pool-16-thread-1)     at org.mobicents.protocols.ss7.map.MAPProviderImpl.deliverDialogRequest(MAPProviderImpl.java:1492)
15:21:58,031 ERROR [STDERR] (pool-16-thread-1)     at org.mobicents.protocols.ss7.map.MAPProviderImpl.onTCBegin(MAPProviderImpl.java:607)
15:21:58,031 ERROR [STDERR] (pool-16-thread-1)     at org.mobicents.protocols.ss7.tcap.TCAPProviderImpl.deliver(TCAPProviderImpl.java:271)
15:21:58,031 ERROR [STDERR] (pool-16-thread-1)     at org.mobicents.protocols.ss7.tcap.DialogImpl.processBegin(DialogImpl.java:1195)
15:21:58,031 ERROR [STDERR] (pool-16-thread-1)     at org.mobicents.protocols.ss7.tcap.TCAPProviderImpl.onMessage(TCAPProviderImpl.java:583)
15:21:58,031 ERROR [STDERR] (pool-16-thread-1)     at org.mobicents.protocols.ss7.sccp.impl.SccpRoutingControl.routeMssgFromMtp(SccpRoutingControl.java:132)
15:21:58,031 ERROR [STDERR] (pool-16-thread-1)     at org.mobicents.protocols.ss7.sccp.impl.SccpStackImpl.onMtp3TransferMessage(SccpStackImpl.java:735)
15:21:58,031 ERROR [STDERR] (pool-16-thread-1)     at org.mobicents.protocols.ss7.mtp.Mtp3UserPartBaseImpl$MsgTransferDeliveryHandler.run(Mtp3UserPartBaseImpl.java:263)
15:21:58,031 ERROR [STDERR] (pool-16-thread-1)     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
15:21:58,031 ERROR [STDERR] (pool-16-thread-1)     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
15:21:58,031 ERROR [STDERR] (pool-16-thread-1)     at java.lang.Thread.run(Thread.java:744)
15:22:58,004 ERROR [MAPResourceAdaptor] (pool-22-thread-1) Firing ss7.map.DIALOG_TIMEOUT but MAPDialogWrapper userObject is null
15:22:58,005 ERROR [MAPResourceAdaptor] (pool-22-thread-1) Firing ss7.map.DIALOG_RELEASE but MAPDialogWrapper userObject is null
15:22:58,007 ERROR [MAPResourceAdaptor] (pool-22-thread-1) onDialogRelease : Exception while trying to end activity for MAPDialog=MAPDialog: DialogId=1 MAPDialogState=EXPUNGED MAPApplicationContext=MAPApplicationContext [Name=networkUnstructuredSsContext, Version=version2, Oid=0, 4, 0, 0, 1, 0, 19, 2, ] TCAPDialogState=Expunged
java.lang.NullPointerException: handle is null
    at org.mobicents.slee.resource.SleeEndpointImpl.endActivity(SleeEndpointImpl.java:365)
    at org.mobicents.slee.resource.SleeEndpointImpl.endActivity(SleeEndpointImpl.java:342)
    at org.mobicents.slee.resource.map.MAPResourceAdaptor.onDialogRelease(MAPResourceAdaptor.java:764)
    at org.mobicents.protocols.ss7.map.MAPProviderImpl.deliverDialogRelease(MAPProviderImpl.java:1542)
    at org.mobicents.protocols.ss7.map.MAPProviderImpl.onDialogReleased(MAPProviderImpl.java:977)
    at org.mobicents.protocols.ss7.tcap.TCAPProviderImpl.release(TCAPProviderImpl.java:363)
    at org.mobicents.protocols.ss7.tcap.DialogImpl.setState(DialogImpl.java:1626)
    at org.mobicents.protocols.ss7.tcap.DialogImpl.release(DialogImpl.java:200)
    at org.mobicents.protocols.ss7.map.MAPDialogImpl.release(MAPDialogImpl.java:162)
    at org.mobicents.slee.resource.map.MAPResourceAdaptor.onDialogTimeout(MAPResourceAdaptor.java:791)
    at org.mobicents.protocols.ss7.map.MAPProviderImpl.deliverDialogTimeout(MAPProviderImpl.java:1548)
    at org.mobicents.protocols.ss7.map.MAPProviderImpl.onDialogTimeout(MAPProviderImpl.java:965)
    at org.mobicents.protocols.ss7.tcap.TCAPProviderImpl.timeout(TCAPProviderImpl.java:378)
    at org.mobicents.protocols.ss7.tcap.DialogImpl$IdleTimerTask.run(DialogImpl.java:1699)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
    at java.util.concurrent.FutureTask.run(FutureTask.java:262)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)

To run ussdgateway in jboss without error I deployed jSS7 2.1.0 binaries and I have removed the jboss-bean.xml.

I use the git version of ussdgateway and the map-ra-du.2.8.0.

I think this error is due to the map-api version of the ussdgateway (2.0.0) but I tested to change with lastest version like 2.1.0 but it's gives me more errors at startup.

My steps:


 1 - I deployed jSS7 2.1.0 from cloudbees, I deployed http-client, jdbc and MAPRA (svn export => version: 2.8.0)

 2 - git clone https://code.google.com/p/ussdgateway/
        - I changed getLocalDialogId() by getDialogId in Sbb files.

3 - I configured the shell and the simulator with the readme of the ussdgateway.

4 - In simulator  3 layers are connected and in Message text I put *519#

I attached my log file

Thanks.











server.log

Sergey Vetyutnev

unread,
May 29, 2014, 3:11:16 AM5/29/14
to mobicent...@googlegroups.com
Hello!

java.lang.NoSuchMethodError: org.mobicents.protocols.ss7.map.api.MAPDialog.getLocalDialogId()Ljava/lang/Long;
This means you use uncompatible versions of MAP stack and MAP RA.

Try to use sources both from master branch.

morgan...@moobifun.com

unread,
May 29, 2014, 5:53:54 AM5/29/14
to mobicent...@googlegroups.com
Hello Sergey,

I use the lastest version of the map ra and the lastest version of the jSS7.

I compiled both of them with the master branch.

jSS7:  git clone https://code.google.com/p/jss7/

MAPRA: git clone https://code.google.com/p/jain-slee.ss7/

Thank you for your response

mehdi boudou

unread,
Jun 30, 2014, 4:23:01 AM6/30/14
to mobicent...@googlegroups.com
Hello,

I have the same problems, have someone any idea ?

thanks in advance.

Mehdi

Sergey Vetyutnev

unread,
Jun 30, 2014, 12:21:02 PM6/30/14
to mobicent...@googlegroups.com
Hello!
See, both jss7 and MAP RA in those versions contain:
java.lang.NoSuchMethodError: org.mobicents.protocols.ss7.map.api.MAPDialog.getLocalDialogId()Ljava/lang/Long;

Look at 
org.mobicents.slee.resource.map.MAPResourceAdaptor line 686
and
org.mobicents.protocols.ss7.map.api.MAPDialog

So this means you are using SS7 code from other source. May be from USSD GW. May be USSD GW uses another SS7 version and for this version you need other version or MAP RA.
Is my assumption correct ?

mehdi boudou

unread,
Jun 30, 2014, 1:25:20 PM6/30/14
to mobicent...@googlegroups.com
There is a difference between the MAP RA which use getLocalDialogId() and the MAP API has a method GetDialogId() :S

Can you please give me the url to download the ussd gateway example which use the correcte method ? 

I downloaded ussdgateway-8eb05ea4012c and also 
Thanks in advance

Mehdi 

Le mardi 27 mai 2014 15:45:28 UTC+2, morgan...@moobifun.com a écrit :

mehdi boudou

unread,
Jul 1, 2014, 12:43:27 PM7/1/14
to mobicent...@googlegroups.com
Hello Sergey,

which version of MAP ressource adaptor should install ?

Thanks in advance.

Mehdi

Le mardi 27 mai 2014 15:45:28 UTC+2, morgan...@moobifun.com a écrit :

Sergey Vetyutnev

unread,
Jul 1, 2014, 4:40:08 PM7/1/14
to mobicent...@googlegroups.com
Hello!

Old versions of MAP jss7 stack, MAP RA and I think USSD GW use this method style:
GetDialogId()

New versions of MAP jss7 stack, MAP RA use this stype:
getLocalDialogId()

So you need some of previos MAP RA  verions, sorry can not provide which exactly.
Message has been deleted
Message has been deleted

Sergey Vetyutnev

unread,
Jul 2, 2014, 11:58:20 AM7/2/14
to mobicent...@googlegroups.com
Hello!

> Incoming Mtp3 Message for nonlocal dpc=1
This means some sccp message has come to SCCP stack but it can not be proper routed.
Check your sccp configs


On Wednesday, July 2, 2014 11:45:02 AM UTC+2, mehdi boudou wrote:
Hello Sergey

Thanks for your response!!
Now when i sent *519# i had this error
 Incoming Mtp3 Message for nonlocal dpc=1. But RemoteSpc is not found but no more  java.lang.NoSuchMethodError: org.mobicents.protocols.ss7.map.api.MAPDialog.getLocalDialogId()Ljava/lang/Long; :)
I think it is just a sccp configuration error ?

Thanks in advance

BR,

mehdi boudou

unread,
Jul 3, 2014, 9:08:56 AM7/3/14
to mobicent...@googlegroups.com
Hello Sergey,

Thanks for your answer.

I made a sccp routing error and now when i resolved it  => there is still java.lang.NoSuchMethodError: org.mobicents.protocols.ss7.map.api.MAPDialog.getLocalDialogId()Ljava/lang/Long; :(:(:(:(:(

Thatswy i tried with old RA MAP version:

When I made a checkout of ussdgateway i found 2.0.0-SNAPSHOT for ra map dependancy in pom.xml and i tried it and when i made a test i had an error org.mobicents.protocols.ss7.map.api.MAPDialog.getLocalDialogId()Ljava/lang/Long;.

I try to install MAP RA 1.0.0-SNAPSHOT I had this error

13:44:46,112 ERROR [ProfileServiceBootstrap] (main) Failed to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):

DEPLOYMENTS MISSING DEPENDENCIES:
  Deployment "vfszip:/root/Bureau/Mobicents/jboss-5.1.0.GA/server/default/deploy/mobicents-slee-ra-map-du-1.1.0-SNAPSHOT.jar/" is missing the following dependencies:
    Dependency "SS7Service" (should be in state "Real", but is actually in state "** NOT FOUND Depends on 'SS7Service' **")

DEPLOYMENTS IN ERROR:
  Deployment "SS7Service" is in error due to the following reason(s): ** NOT FOUND Depends on 'SS7Service' **


I had an error because mobicents-SS7-Service directory is deployed and there is a conflict between the jboss-beans.xml of mobicents-ss7-service and mobicents-ussd-gateway.

When I tried with mobicents-slee-RA-MAP-1.0.0-CR3 : I had theses errors

could not parse error message:   symbol:   method getLocalDialogId() it's normal i had to change with getDialogId()

But there is also this error which doesn't appear when you used the 2.0.0-SNAPSHOT MAP-RA 
              => ChildSbb.java:154: error: cannot find symbol
dialog.setMAPMessage(((MAPEvent) evt).getWrappedEvent());
                                    ^
Its a real Labyrinth, i tried all these RA MAP 2.8.0, 2.0.0-snapshot, 1.0.0-snapshot 1.0.0.CR3 without success :(

RA MAP 2.8 and 2.0.0 => there is the call of method getLocalDialogId()

RA MAP 1.0.0-SNAPSHOT failed to install you have to install SS7 service but there is a conflict with the ussdgateway which seems to work in standalone 

RA MAP 1.0.0.CR3 you have getWrappedEvent error when you compile ussdgateway example


If someone has an idea?
Is'nt it easier to change the map-api into ussdgateway example ?

Thanks in advance.  

BR,

Mehdi

Le mardi 27 mai 2014 15:45:28 UTC+2, morgan...@moobifun.com a écrit :

Sergey Vetyutnev

unread,
Jul 6, 2014, 12:39:25 PM7/6/14
to mobicent...@googlegroups.com
Hello!

I had an error because mobicents-SS7-Service directory is deployed and there is a conflict between the jboss-beans.xml of mobicents-ss7-service and mobicents-ussd-gateway.
Just delete "mobicents-ss7-service" folder. It is needed only when compilation phase.

mehdi boudou

unread,
Jul 8, 2014, 9:03:54 AM7/8/14
to mobicent...@googlegroups.com
Hello Sergey,

thanks for your answer.

When i deploy  the ra-ma-du-1.1.0-SNAPSHOT with the last version of ussdGateway, i had these error file:/root/Bureau/Mobicents/jboss-5.1.0.GA/server/default/deploy/mobicents-ussd-gateway/services-DU-1.0.0-SNAPSHOT.jar/
Missing Dependencies:
EventTypeID[name=ss7.map.service.suplementary.UNSTRUCTURED_SS_RESPONSE,vendor=org.mobicents,version=1.0]
EventTypeID[name=ss7.map.DIALOG_TIMEOUT,vendor=org.mobicents,version=1.0]
ResourceAdaptorTypeID[name=MAPResourceAdaptorType,vendor=org.mobicents,version=2.0]
LibraryID[name=library-map,vendor=library-map,version=2.0]
EventTypeID[name=ss7.map.INVOKE_TIMEOUT,vendor=org.mobicents,version=1.0]
EventTypeID[name=ss7.map.DIALOG_PROVIDERABORT,vendor=org.mobicents,version=1.0]
EventTypeID[name=ss7.map.DIALOG_DELIMITER,vendor=org.mobicents,version=1.0]
MAPRA
EventTypeID[name=ss7.map.DIALOG_REQUEST,vendor=org.mobicents,version=1.0]
EventTypeID[name=ss7.map.ERROR_COMPONENT,vendor=org.mobicents,version=1.0]
EventTypeID[name=ss7.map.DIALOG_ACCEPT,vendor=org.mobicents,version=1.0]
EventTypeID[name=ss7.map.DIALOG_REJECT,vendor=org.mobicents,version=1.0]
EventTypeID[name=ss7.map.REJECT_COMPONENT,vendor=org.mobicents,version=1.0]
EventTypeID[name=ss7.map.service.suplementary.PROCESS_UNSTRUCTURED_SS_REQUEST,vendor=org.mobicents,version=1.0]
EventTypeID[name=ss7.map.DIALOG_CLOSE,vendor=org.mobicents,version=1.0]
EventTypeID[name=ss7.map.DIALOG_USERABORT,vendor=org.mobicents,version=1.0]
EventTypeID[name=ss7.map.DIALOG_NOTICE,vendor=org.mobicents,version=1.0]

Theses dependencies are resolved when i deployed the ra-map-du-2.8.0-SNAPSHOT but we will have the same problem.

I downloaded an oldest version of ussdGateway (ussdgateway-5d818af59547) which was building with ra-map-du-1.0.0-SNAPSHOT and when i made a mvn clean install i had these error

Project ID: null:ussdgateway-rules:jar:null

Reason: Cannot find parent: org.mobicents.applications.ussd:ussdgateway for project: null:ussdgateway-rules:jar:null for project null:ussdgateway-rules:jar:null


[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.reactor.MavenExecutionException: Cannot find parent: org.mobicents.applications.ussd:ussdgateway for project: null:ussdgateway-rules:jar:null for project null:ussdgateway-rules:jar:null
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:404)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:272)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
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.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.project.ProjectBuildingException: Cannot find parent: org.mobicents.applications.ussd:ussdgateway for project: null:ussdgateway-rules:jar:null for project null:ussdgateway-rules:jar:null
at org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1396)
at org.apache.maven.project.DefaultMavenProjectBuilder.buildInternal(DefaultMavenProjectBuilder.java:823)
at org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFileInternal(DefaultMavenProjectBuilder.java:508)
at org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:200)
at org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:604)
at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:487)
at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:560)
at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:560)
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:391)
... 12 more
Caused by: org.apache.maven.project.ProjectBuildingException: POM 'org.mobicents.applications.ussd:ussdgateway' not found in repository: Unable to download the artifact from any repository

  org.mobicents.applications.ussd:ussdgateway:pom:1.0.0-SNAPSHOT

from the specified remote repositories:

 for project org.mobicents.applications.ussd:ussdgateway
at org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:605)
at org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1392)
... 20 more
Caused by: org.apache.maven.artifact.resolver.ArtifactNotFoundException: Unable to download the artifact from any repository

  org.mobicents.applications.ussd:ussdgateway:pom:1.0.0-SNAPSHOT

from the specified remote repositories:


at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:228)
at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:90)
at org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:558)
... 21 more
Caused by: org.apache.maven.wagon.ResourceDoesNotExistException: Unable to download the artifact from any repository
at org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:404)
at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:216)
... 23 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 second


 Thanks in advance,

Best Regards,

Mehdi


Le mardi 27 mai 2014 15:45:28 UTC+2, morgan...@moobifun.com a écrit :

mehdi boudou

unread,
Aug 5, 2014, 12:35:27 PM8/5/14
to mobicent...@googlegroups.com
Hello Sergey,

I finally found (Thanks to Amine ;)) a combination of code (jainsleeSS7 ab504d6ded5b and ussd gateway 4c3f4262e706) which works.:)
With the last version of ussdGateway (we have to compile the RA MAP with ss7version 2.1.0.FINAL) but it does'nt work now for me .



Thanks,

Mehdi



Le mardi 27 mai 2014 15:45:28 UTC+2, morgan...@moobifun.com a écrit :

Vilian

unread,
Oct 4, 2014, 7:59:12 AM10/4/14
to mobicent...@googlegroups.com
Hi Mehdi,
did you find a combination of code which work?
I have same issue and still get error while trying to send ussdrequest at *519#
Thank you in advance.

Mehdi BOUDOU

unread,
Oct 4, 2014, 5:32:05 PM10/4/14
to mobicent...@googlegroups.com

Hello, Yes i found it.
Which problem do you have ?

--
You received this message because you are subscribed to a topic in the Google Groups "mobicents-public" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/mobicents-public/YxnGLFvLYVA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to mobicents-publ...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Vilian

unread,
Oct 5, 2014, 11:39:00 AM10/5/14
to mobicent...@googlegroups.com
Hello,
Please find details about my issue:
I have already built and deploy mobicents-slee-ra-map-du-2.8.0-SNAPSHOT.jar and I am trying to simulate my ussdgateway with ss7 simulator. I got below error while sending ussd request from ss7 simulator.
**********************************************************************************************************************************************************************************************************
13:11:14,384 ERROR [STDERR] (pool-15-thread-1) Exception in thread "pool-15-thread-1" 
13:11:14,387 ERROR [STDERR] (pool-15-thread-1) java.lang.NoSuchMethodError: org.mobicents.protocols.ss7.map.api.MAPDialog.getLocalDialogId()Ljava/lang/Long;
13:11:14,387 ERROR [STDERR] (pool-15-thread-1)  at org.mobicents.slee.resource.map.MAPResourceAdaptor.handleDialogRequest(MAPResourceAdaptor.java:686)
13:11:14,387 ERROR [STDERR] (pool-15-thread-1)  at org.mobicents.slee.resource.map.MAPResourceAdaptor.onDialogRequest(MAPResourceAdaptor.java:729)
13:11:14,387 ERROR [STDERR] (pool-15-thread-1)  at org.mobicents.protocols.ss7.map.MAPProviderImpl.deliverDialogRequest(MAPProviderImpl.java:1492)
13:11:14,388 ERROR [STDERR] (pool-15-thread-1)  at org.mobicents.protocols.ss7.map.MAPProviderImpl.onTCBegin(MAPProviderImpl.java:607)
13:11:14,388 ERROR [STDERR] (pool-15-thread-1)  at org.mobicents.protocols.ss7.tcap.TCAPProviderImpl.deliver(TCAPProviderImpl.java:271)
13:11:14,388 ERROR [STDERR] (pool-15-thread-1)  at org.mobicents.protocols.ss7.tcap.DialogImpl.processBegin(DialogImpl.java:1195)
13:11:14,388 ERROR [STDERR] (pool-15-thread-1)  at org.mobicents.protocols.ss7.tcap.TCAPProviderImpl.onMessage(TCAPProviderImpl.java:583)
13:11:14,388 ERROR [STDERR] (pool-15-thread-1)  at org.mobicents.protocols.ss7.sccp.impl.SccpRoutingControl.routeMssgFromMtp(SccpRoutingControl.java:153)
13:11:14,388 ERROR [STDERR] (pool-15-thread-1)  at org.mobicents.protocols.ss7.sccp.impl.SccpStackImpl.onMtp3TransferMessage(SccpStackImpl.java:868)
13:11:14,389 ERROR [STDERR] (pool-15-thread-1)  at org.mobicents.protocols.ss7.mtp.Mtp3UserPartBaseImpl$MsgTransferDeliveryHandler.run(Mtp3UserPartBaseImpl.java:263)
13:11:14,389 ERROR [STDERR] (pool-15-thread-1)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
13:11:14,389 ERROR [STDERR] (pool-15-thread-1)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
13:11:14,389 ERROR [STDERR] (pool-15-thread-1)  at java.lang.Thread.run(Thread.java:745)
13:12:14,349 ERROR [MAPResourceAdaptor] (pool-21-thread-2) Firing ss7.map.DIALOG_TIMEOUT but MAPDialogWrapper userObject is null
13:12:14,350 ERROR [MAPResourceAdaptor] (pool-21-thread-2) Firing ss7.map.DIALOG_RELEASE but MAPDialogWrapper userObject is null
13:12:14,350 ERROR [MAPResourceAdaptor] (pool-21-thread-2) onDialogRelease : Exception while trying to end activity for MAPDialog=MAPDialog: DialogId=1 MAPDialogState=EXPUNGED MAPApplicationContext=MAPApplicationContext [Name=networkUnstructuredSsContext, Version=version2, Oid=0, 4, 0, 0, 1, 0, 19, 2, ] TCAPDialogState=Expunged
java.lang.NullPointerException: handle is null
        at org.mobicents.slee.resource.SleeEndpointImpl.endActivity(SleeEndpointImpl.java:365)
        at org.mobicents.slee.resource.SleeEndpointImpl.endActivity(SleeEndpointImpl.java:342)
        at org.mobicents.slee.resource.map.MAPResourceAdaptor.onDialogRelease(MAPResourceAdaptor.java:764)
        at org.mobicents.protocols.ss7.map.MAPProviderImpl.deliverDialogRelease(MAPProviderImpl.java:1542)
        at org.mobicents.protocols.ss7.map.MAPProviderImpl.onDialogReleased(MAPProviderImpl.java:977)
        at org.mobicents.protocols.ss7.tcap.TCAPProviderImpl.release(TCAPProviderImpl.java:363)
        at org.mobicents.protocols.ss7.tcap.DialogImpl.setState(DialogImpl.java:1626)
        at org.mobicents.protocols.ss7.tcap.DialogImpl.release(DialogImpl.java:200)
        at org.mobicents.protocols.ss7.map.MAPDialogImpl.release(MAPDialogImpl.java:162)
        at org.mobicents.slee.resource.map.MAPResourceAdaptor.onDialogTimeout(MAPResourceAdaptor.java:791)
        at org.mobicents.protocols.ss7.map.MAPProviderImpl.deliverDialogTimeout(MAPProviderImpl.java:1548)
        at org.mobicents.protocols.ss7.map.MAPProviderImpl.onDialogTimeout(MAPProviderImpl.java:965)
        at org.mobicents.protocols.ss7.tcap.TCAPProviderImpl.timeout(TCAPProviderImpl.java:378)
        at org.mobicents.protocols.ss7.tcap.DialogImpl$IdleTimerTask.run(DialogImpl.java:1699)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
        at java.util.concurrent.FutureTask.run(FutureTask.java:262)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
****************************************************************************************************************************************************************************************************************

I tried to solve the issue by deploying ss7 stack  by cloning git clone https://code.google.com/p/jss7/ but I got new error when trying to start jboss server:

****************************************************************************************************************************************************************************************************************

13:27:45,912 WARN  [SleeContainerDeployerImpl] (pool-22-thread-1) SLEE DUs not deployed, due to missing dependencies:
        Missing Dependencies:
                EventTypeID[name=ss7.map.service.suplementary.UNSTRUCTURED_SS_RESPONSE,vendor=org.mobicents,version=1.0]
                EventTypeID[name=ss7.map.DIALOG_TIMEOUT,vendor=org.mobicents,version=1.0]
                ResourceAdaptorTypeID[name=MAPResourceAdaptorType,vendor=org.mobicents,version=2.0]
                LibraryID[name=library-map,vendor=library-map,version=2.0]
                EventTypeID[name=ss7.map.INVOKE_TIMEOUT,vendor=org.mobicents,version=1.0]
                EventTypeID[name=ss7.map.DIALOG_PROVIDERABORT,vendor=org.mobicents,version=1.0]
                EventTypeID[name=ss7.map.DIALOG_DELIMITER,vendor=org.mobicents,version=1.0]
                MAPRA
                EventTypeID[name=ss7.map.DIALOG_REQUEST,vendor=org.mobicents,version=1.0]
                EventTypeID[name=ss7.map.ERROR_COMPONENT,vendor=org.mobicents,version=1.0]
                EventTypeID[name=ss7.map.DIALOG_ACCEPT,vendor=org.mobicents,version=1.0]
                EventTypeID[name=ss7.map.DIALOG_REJECT,vendor=org.mobicents,version=1.0]
                EventTypeID[name=ss7.map.REJECT_COMPONENT,vendor=org.mobicents,version=1.0]
                EventTypeID[name=ss7.map.service.suplementary.PROCESS_UNSTRUCTURED_SS_REQUEST,vendor=org.mobicents,version=1.0]
                EventTypeID[name=ss7.map.DIALOG_CLOSE,vendor=org.mobicents,version=1.0]
                EventTypeID[name=ss7.map.DIALOG_USERABORT,vendor=org.mobicents,version=1.0]
                EventTypeID[name=ss7.map.DIALOG_NOTICE,vendor=org.mobicents,version=1.0]
13:27:45,913 INFO  [MobicentsCache] (main) Starting JBoss Cache...
13:27:45,977 INFO  [ComponentRegistry] (main) JBoss Cache version: JBossCache 'Cascabel' 3.1.0.GA
13:27:45,977 INFO  [MobicentsCache] (main) Mobicents Cache started, status: STARTED, Mode: LOCAL
13:27:46,001 INFO  [SleeManagementMBean] (main)  ## ## ## ## ## ## ## Mobicents JAIN SLEE 2.7.0.FINAL "RAY" started ## ## ## ## ## ## ## 
13:27:46,491 INFO  [HttpClientResourceAdaptor] (main) HttpClientResourceAdaptor=HttpClientResourceAdaptor entity activated.
13:27:46,822 ERROR [ProfileServiceBootstrap] (main) Failed to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):

DEPLOYMENTS MISSING DEPENDENCIES:
  Deployment "MAPSS7Service" is missing the following dependencies:
    Dependency "MapStack" (should be in state "Configured", but is actually in state "Described")
  Deployment "MapStack" is missing the following dependencies:
    Dependency "TcapStack" (should be in state "Instantiated", but is actually in state "**ERROR**")
  Deployment "vfszip:/usr/local/share/Mobicents/jboss-5.1.0.GA/server/default/deploy/mobicents-slee-ra-map-du-2.8.0-SNAPSHOT.jar/" is missing the following dependencies:

DEPLOYMENTS IN ERROR:
  Deployment "TcapStack" is in error due to the following reason(s): org.jboss.joinpoint.spi.JoinpointException: Constructor not found org.mobicents.protocols.ss7.tcap.TCAPStackImpl[null, null] in [ReflectConstructorInfoImpl@3e1a1656{[ReflectClassInfoImpl@22b087f4{name=java.lang.String}, ReflectClassInfoImpl@73adb5f6{name=org.mobicents.protocols.ss7.sccp.SccpProvider}, int]}, ReflectConstructorInfoImpl@118564cf{[ReflectClassInfoImpl@22b087f4{name=java.lang.String}]}], **ERROR**

*********************************************************************************************************************************************************************************************
Thank you in advance for your help.

Mehdi BOUDOU

unread,
Oct 5, 2014, 11:54:07 AM10/5/14
to mobicent...@googlegroups.com

You have to download the ussd version 4c3f4262e706 and the jainslee ss7 ab504d6ded5b.  When you download it you must install it With Maven and normaly it will works.

Vilian

unread,
Oct 5, 2014, 1:01:22 PM10/5/14
to mobicent...@googlegroups.com
Thank you a lot.
I am going to try and will let you know if I succeed.

Khadija Khalfallah

unread,
Jun 10, 2015, 3:56:30 AM6/10/15
to mobicent...@googlegroups.com
Hi Mehdi,

I have now the same problem "[SccpStackImpl-SccpStack] (pool-18-thread-1) Incoming Mtp3 Message for nonlocal dpc=2. But RemoteSpc is not found". Can you please tell me how did you do to resolve it? ("I made a sccp routing error and now when i resolved it... ").

Thank you a lot.

Regards,
Khadija

Mehdi BOUDOU

unread,
Jun 10, 2015, 4:12:47 AM6/10/15
to mobicent...@googlegroups.com

Can you please share your jboss data folder ? It sounds like that you forgot remotespc rule. You Try to use jss7 simulator With the map example ?

Reply all
Reply to author
Forward
0 new messages