any help plz

71 views
Skip to first unread message

Zouhir Mahjoubi

unread,
Jun 22, 2020, 5:04:55 PM6/22/20
to restcomm
any one can help me
472bc487-d426-4ca5-9c51-5fb9fa878d31.jpg

Ibrahima Gaye

unread,
Jun 22, 2020, 6:04:18 PM6/22/20
to restcomm
What's the result of lsof -i :8080 ?

Ibrahima GAYE

On Mon, Jun 22, 2020, 21:04 Zouhir Mahjoubi <zouhir....@gmail.com> wrote:
any one can help me

--
You received this message because you are subscribed to the Google Groups "restcomm" group.
To unsubscribe from this group and stop receiving emails from it, send an email to restcomm+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/restcomm/ab65ce29-d4da-40bc-8807-473aa5108577o%40googlegroups.com.

Zouhir Mahjoubi

unread,
Jun 22, 2020, 6:11:18 PM6/22/20
to rest...@googlegroups.com
lsof -i :8080
COMMAND  PID    USER   FD   TYPE DEVICE SIZE/OFF NODE NAME
java    2182 wildfly  494u  IPv4  31854      0t0  TCP *:http-alt (LISTEN)

Zouhir Mahjoubi

unread,
Jun 22, 2020, 6:14:53 PM6/22/20
to rest...@googlegroups.com
whane i start ./standalone.sh 

COMMAND  PID USER   FD   TYPE DEVICE SIZE/OFF NODE NAME
java    2583 root  495u  IPv4  32831      0t0  TCP localhost:http-alt (LISTEN)

Half Shiva

unread,
Jun 23, 2020, 10:44:41 AM6/23/20
to restcomm
Hi
did you add an user ?
else the log/psw admin/admin should work,
hope it helps
Half

Zouhir Mahjoubi

unread,
Jun 23, 2020, 10:50:26 AM6/23/20
to rest...@googlegroups.com
yes am adding user.
what is the mode to deploy smsc-management.war file, standalone or domaine,

--
You received this message because you are subscribed to the Google Groups "restcomm" group.
To unsubscribe from this group and stop receiving emails from it, send an email to restcomm+u...@googlegroups.com.

marc Bazimon

unread,
Jun 23, 2020, 12:51:37 PM6/23/20
to rest...@googlegroups.com
for me it was standalone , in order to check that allis working , you can install a "helloworld.war" this would show if the application server is working properly
did you install also jss7-management or smpp-management ?
br
half

Zouhir Mahjoubi

unread,
Jun 23, 2020, 6:35:45 PM6/23/20
to rest...@googlegroups.com
when am using a test.war application is work perfectly, 



IMG_20200623_232855.jpg

Zouhir Mahjoubi

unread,
Jun 23, 2020, 6:37:03 PM6/23/20
to rest...@googlegroups.com
this is the ./standalone.sh 
S022052: Starting JBossWS 5.4.1.Final (Apache CXF 3.3.6)
22:25:03,710 INFO  [org.infinispan.PERSISTENCE] (MSC service thread 1-4) ISPN000                                                                                        556: Starting user marshaller 'org.wildfly.clustering.infinispan.marshalling.jbo                                                                                        ss.JBossMarshaller'
22:25:03,712 INFO  [org.infinispan.PERSISTENCE] (MSC service thread 1-1) ISPN000                                                                                        556: Starting user marshaller 'org.wildfly.clustering.infinispan.marshalling.jbo                                                                                        ss.JBossMarshaller'
22:25:03,755 INFO  [org.infinispan.CONTAINER] (MSC service thread 1-4) ISPN00012                                                                                        8: Infinispan version: Infinispan 'Turia' 10.1.8.Final
22:25:03,993 INFO  [org.infinispan.CONFIG] (MSC service thread 1-1) ISPN000152:                                                                                         Passivation configured without an eviction policy being selected. Only manually                                                                                         evicted entities will be passivated.
22:25:03,998 INFO  [org.infinispan.CONFIG] (MSC service thread 1-1) ISPN000152:                                                                                         Passivation configured without an eviction policy being selected. Only manually                                                                                         evicted entities will be passivated.
22:25:04,164 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Po                                                                                        ol -- 78) WFLYCLINF0002: Started default-server cache from web container
22:25:04,286 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Po                                                                                        ol -- 80) WFLYCLINF0002: Started client-mappings cache from ejb container
22:25:04,291 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Po                                                                                        ol -- 79) WFLYCLINF0002: Started testing.war cache from web container
22:25:04,489 WARN  [io.undertow.servlet] (ServerService Thread Pool -- 79) UT015                                                                                        020: Path /* is secured for some HTTP methods, however it is not secured for [TR                                                                                        ACE, HEAD, DELETE, CONNECT, OPTIONS, PUT]
22:25:04,509 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -                                                                                        - 79) WFLYUT0021: Registered web context: '/' for server 'default-server'
22:25:04,524 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -                                                                                        - 82) WFLYUT0021: Registered web context: '/testing' for server 'default-server'
22:25:04,760 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 45) WFLYS                                                                                        RV0010: Deployed "testing.war" (runtime-name : "testing.war")
22:25:04,761 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 45) WFLYS                                                                                        RV0010: Deployed "smsc-management.war" (runtime-name : "smsc-management.war")
22:25:04,857 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: R                                                                                        esuming server
22:25:04,860 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly                                                                                         Full 20.0.0.Final (WildFly Core 12.0.1.Final) started in 10357ms - Started 542 o                                                                                        f 726 services (385 services are lazy, passive or on-demand)
22:25:04,863 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http man                                                                                        agement interface listening on http://127.0.0.1:9990/management
22:25:04,863 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin co                                                                                        nsole listening on http://127.0.0.1:9990
Reply all
Reply to author
Forward
0 new messages