• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » Embedded Software » Linux » Linux forum » Using Appro 3.0 for ONVIF
Share
Linux
  • Forum
Options
  • Subscribe via RSS

Forums

Using Appro 3.0 for ONVIF

This question is answered
Mohammad Alam
Posted by Mohammad Alam
on Apr 16 2012 06:29 AM
Prodigy100 points

Hi,

I am running Appro 3.0 on my target machine. I am not able to run ONVIF functionality present in Appro 3.0. While running boa server I am getting errors like

SOAP 1.2 fault: SOAP-ENV:Sender [no subcode]
"End of file or no input: Network is unreachable"
Detail: [no detail]
This message is coming while sending Hello message. 
Am I missing something for running ONVIF?

Thanks
Alam
DM365 + IPNC
Report Abuse
  • Reply
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
All Replies
  • Mayank Agarwal
    Posted by Mayank Agarwal
    on Apr 16 2012 06:37 AM
    Expert1670 points

    Hi,

    I have sent a mail to Appro for version 3.0 of DM368IPNC software but i haven't heard from them so far.

    From where did you get the updated version 3.0 of DM368IPNC software.

    Thanks and Regards,

    Mayank

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Raghu Kudva
    Posted by Raghu Kudva
    on Apr 16 2012 08:45 AM
    Expert6715 points

    Mayank,

    Can you check with your local FAE to get details of v3.0?

    Regards,

    Raghu


    Please mark this reply as Verify Answer on this post if it answers the question.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Barath Silvanlabs
    Posted by Barath Silvanlabs
    on Apr 17 2012 04:29 AM
    Prodigy140 points

    Hi Alam,

    Can you please let us know the network setup of the camera and client machine. We would also like to know if the Hello functionality works if you connect the camera locally to a PC/Laptop (static IP).

    Regards,

    Barath Vasudevan

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Mohammad Alam
    Posted by Mohammad Alam
    on Apr 17 2012 05:39 AM
    Prodigy100 points

    Hi Barath,

    Camera is running locally in static ip mode with dhcp disabled. Hello functionality is not working. soap_end_send() function present in soap_send___ns1__sendHello() returns with -1.

    Here are the console logs. (It contains my debug prints also)

    queue id:131076
    queue id:0
    queue id:32769
    HASH_TABLE_SIZE = 254
    server_port=80
    [01/Jan/2000:06:53:25 +0000] boa: server version Boa/0.94.13
    [01/Jan/2000:06:53:25 +0000] boa: server built Apr 17 2012 at 12:07:58.
    [01/Jan/2000:06:53:25 +0000] boa: starting server pid=710, port 80
    Starting ONVIF
    probe_thread created
    hello_thr DISCOVERABLE
    sending Hello *****
    ip =10.100.207.206
    IPAddr =http://10.100.207.206/onvif/services http://10.100.207.206/onvif/services
    HwId=urn:uuid:1419d68a-1dd2-11b2-a105-00E00ADD0000
    probe_thr DISCOVERABLE Mode
    Connect/reconnect to host='239.255.255.250' path='/' port=3702
    ERROR soap_connect
    sending Hello failed *****
    SOAP 1.2 fault: SOAP-ENV:Sender [no subcode]
    "End of file or no input: Network is unreachable"
    Detail: [no detail]
    sending Hello *****
    ip =10.100.207.206
    IPAddr =http://10.100.207.206/onvif/services http://10.100.207.206/onvif/services
    HwId=urn:uuid:1419d68a-1dd2-11b2-a105-00E00ADD0000
    Connect/reconnect to host='239.255.255.250' path='/' port=3702
    ERROR soap_connect
    sending Hello failed *****
    SOAP 1.2 fault: SOAP-ENV:Sender [no subcode]
    "End of file or no input: Network is unreachable"
    Detail: [no detail]
    sending Hello *****
    ip =10.100.207.206
    IPAddr =http://10.100.207.206/onvif/services http://10.100.207.206/onvif/services
    HwId=urn:uuid:1419d68a-1dd2-11b2-a105-00E00ADD0000
    Connect/reconnect to host='239.255.255.250' path='/' port=3702
    ERROR soap_connect
    sending Hello failed *****
    SOAP 1.2 fault: SOAP-ENV:Sender [no subcode]
    "End of file or no input: Network is unreachable"
    Detail: [no detail]
    sending Hello *****
    ip =10.100.207.206
    IPAddr =http://10.100.207.206/onvif/services http://10.100.207.206/onvif/services
    HwId=urn:uuid:1419d68a-1dd2-11b2-a105-00E00ADD0000
    Connect/reconnect to host='239.255.255.250' path='/' port=3702
    ERROR soap_connect
    sending Hello failed *****
    SOAP 1.2 fault: SOAP-ENV:Sender [no subcode]
    "End of file or no input: Network is unreachable"
    Detail: [no detail]
    
    
    
    

    Regards

    Alam

    DM365 + IPNC
    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Barath Silvanlabs
    Posted by Barath Silvanlabs
    on Apr 17 2012 07:47 AM
    Prodigy140 points

    Alam,

    Can you please provide us the following details

    - IP details of the IPNC camera using 'ifconfig -a'  command

    - routing information of the IPNC camera using 'route -n' command

    - log of the full boot process till run level 5

    - IP details of the client machine using ifconfig -a (Linux system)  or ipconfig /all (Windows) commands

    Regards,

    Barath Vasudevan

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Mohammad Alam
    Posted by Mohammad Alam
    on Apr 17 2012 21:38 PM
    Prodigy100 points

    Hi Bharath,

    I have connected my device directly with my Linux host machine. Device has proper IP and mac settings. Both can ping each other.

    Where do you think the actual problem is?

    Regards

    Alam

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Barath Silvanlabs
    Posted by Barath Silvanlabs
    on Apr 18 2012 04:43 AM
    Verified Answer
    Verified by Mohammad Alam
    Prodigy140 points

    Alam,

    This problem will occur only when the network interface, to which Boa webserver is bound, is not configured before the boa webserver actually starts. In your case, since this network interface will ultimately come up, you will be able to ping the device.

    We would also like you to kill Boa webserver once and start it manually and see if this error comes. Please send us the boot log of the camera after performing this operation.

    Regards,

    Barath Vasudevan

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Mohammad Alam
    Posted by Mohammad Alam
    on Apr 18 2012 06:13 AM
    Prodigy100 points

    Thanks Barath, I was missing Gateway settings. I set the gateway through console and restarted boa, it worked. 

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • stevenyin
    Posted by stevenyin
    on Jun 28 2012 10:28 AM
    Intellectual345 points

    hi Barath:

       I use IPNC V3.0 REF, now open the onvif test tools 1.02, if I press "Discover Devices", it can get nothing.  it can not discover my IPC,  my IPC uses static IP(192.168.1.168),  but if I fill "192.168.1.168" in  "Device IP", and press "Probe",  then can get response from my IPC, and display regarding infomations on the "Discovery" page, such as "IP, UUID", BRAND, and so on.

     Could you give me some suggestions please ?  Thanks

    REGARDS

    Steven

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Barath Silvanlabs
    Posted by Barath Silvanlabs
    on Jul 03 2012 22:02 PM
    Prodigy140 points

    Hi Stevenyin,

        We are unable to reproduce the error. Some of the Device Discovery troubleshooting steps that you can follow are listed below:

    1. There have been reported problems with discovery on computers with multiple network interface cards. Therefore it is recommended installing the test tool on computers with only one network interface card.

    2. If you are using Windows Vista or higher, you need to stop Function Discovery Resource Publication windows service to make device discovery work properly. You can do this by executing following command: “net stop FDResPub”, or using Services console. (refer ONVIF Test Tool Installation Guide).

    3. If all the above steps are taken care of and Discovery is still failing; ping the IPC from the system on which the ONVIF Test Tool is running, and check if "Discover Devices" is working now.

    Regards,

    Barath Vasudevan

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
TI E2E™ Community
  • Support Forums
  • Blogs
  • Videos
  • Groups
  • Site Support & Feedback
  • Settings
TI E2E™ Community Groups
  • TI University Program
  • Make the Switch
  • Microcontroller Projects
  • Motor Drive & Control
Other Communities
  • Deyisupport
  • Designsomething.org
  • beagleboard.org
  • TI on Element 14
  • TI on TechXchangeSM
Other Technical & Support Resources
  • WEBENCH® Design Center
  • Product Information Centers
  • Technical Documents
  • TI Design Network
  • TI Technical Articles
  • TI Training

All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
embedded processors, along with software, tools and the industry’s largest sales/support staff.

© Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy Policy | Terms of Use