CIVS-IPC-2930 Web Interface Inaccessible

We have a Cisco CIVS-IPC-2930 PTZ camera and the web interface is inaccessible.  Navigating to the page returns an error "500 - Internal Server Error".   Our VSM is still able to pull the feed from the camera, and I can access it via SSH, just not through the web interface.  Looking at the error log for lighttpd shows the following errors repeatedly:
2014-04-07 16:38:51: (mod_fastcgi.c.2481) unexpected end-of-file (perhaps the fastcgi process died): pid: 1464 socket: unix:/tmp/php.socket-1 
2014-04-07 16:38:51: (mod_fastcgi.c.3299) response not received, request sent: 1333 on socket: unix:/tmp/php.socket-1 for /index.php , closing connection 
Have tried restarting the lighttpd processes and reloading the camera, but the issue persists.
Anyone seen similar issues?  Ideas to resolve?
Thanks

Hi Scott,
Yes, I used scp to copy the file over from the functional camera.  It was fairly straightforward to resolve once I suspected the file was corrupted.
Cheers!

Similar Messages

  • Problem viewing video on CIVS-IPC-3520

    We just purchase a few CIVS-IPC-3520, indoor HD cameras, and can not see the video on the web interface to adjust the cameras.
    I first tried with a Windows 7, IE8 laptop, and it will not load the needed activeX files to view the camera.  I then tried a very old laptop with Windows XP and IE8 and it did work.  I have even upgraded the firmware to the latest (V1.4.1-97), which will not work with our current version of VSOM, 6.3.3, and it still does not allow us to view the video.
    Does anyone know of any tricks to get these cameras to show video on the web interface to adjust the camers at installation?  I just dont think that I should have to use 10 year old tech to install something that is brand new. 
    Any help would be greatly appreciated.
    Thanks
    Doug

    Okay, so I had the same problem when we receivied the 3520's on campus in December.  I was able to download the program from the camera utility folder and install the program successfully when running it from the desktop.  I was then able to view video on a camera I was staging in my office.  Fast forward to Friday when I was actually installing the cameras and now I cannot view video again from the PCs that I was previously viewing video.  When bringing up the camera video feed, I get a message that says the Camera UI is not installed.  However, I can open the programs list and see that it is still installed.  Tried uninstalling it, rebooting and re-installing without success.  The install program starts gathering information and then it goes off into la la land.  Running this on Win 7 Enteprise Edition and IE 9 and IE 10.

  • Some questions on CRM web interface

    Hi
    I am new to CRM and I have few questions listed below:
    1. Are all the CRM services accessible via the IC ?
    2. If there is a scenario where some services needs to be available via the web, then is it a must I should use the IC?
    3. Does the CRM business package in Portal include all the services that are in SAP CRM or are they specific to certain services?
    Please help
    Thanks,
    Mike

    Mike,
    Yes the portal should provide access to all the CRM functionality with the exception of ISA/mobile.  In those cases ISA(Internet Sales) can be integrated to the portal, but is a java-based application.  The mobile application is designed with its own UI for mobile client access.
    Almost all CRM web applications are BSP based with the exception of:
    - Internet Sales
    - IPC product configurator
    - Mobile Sales
    If you have a business scenario in CRM that you are trying to provide through a web interface, I can tell you what a "typical" setup might be.
    Take care,
    Stephen

  • [SOLVED] oracle xe on gentoo - no web interface

    After a long and annoying process of trial and error I've managed to install Oracle XE on Gentoo Linux. Now the problem is I can't access the web interface.
    kenjiru radu # ps -ef | grep tnslsnr
    oracle    9416     1  0 15:02 ?        00:00:00 /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/tnslsnr LISTENER -inherit
    kenjiru radu # ps -ef | grep XE
    oracle    9421     1  0 15:02 ?        00:00:00 xe_pmon_XE
    oracle    9423     1  0 15:02 ?        00:00:00 xe_psp0_XE
    oracle    9425     1  0 15:02 ?        00:00:00 xe_mman_XE
    oracle    9427     1  0 15:02 ?        00:00:00 xe_dbw0_XE
    oracle    9429     1  0 15:02 ?        00:00:00 xe_lgwr_XE
    oracle    9431     1  0 15:02 ?        00:00:00 xe_ckpt_XE
    oracle    9433     1  0 15:02 ?        00:00:02 xe_smon_XE
    oracle    9435     1  0 15:02 ?        00:00:00 xe_reco_XE
    oracle    9437     1  0 15:02 ?        00:00:00 xe_mmon_XE
    oracle    9439     1  0 15:02 ?        00:00:00 xe_mmnl_XE
    oracle    9443     1  0 15:03 ?        00:00:00 xe_qmnc_XE
    oracle    9495     1  0 15:03 ?        00:00:00 xe_q000_XE
    kenjiru radu # cat /etc/default/oracle-xe|grep HTTP_PORT
    HTTP_PORT=8088
    kenjiru radu # netstat -anl | grep 8088So oracle isn't listening on port 8088.
    This is the first time I've installed Oracle on Linux so it is possible I've done something wrong, but I can't figure out where the problem is.
    During installation process I've created a new database like this:
    1. modified ORACLE_SID=XE
    2. cp $ORACLE_HOME/dbs/init.ora $ORACLE_HOME/dbs/initXE.ora
    3. sqlplus '/ as sysdba'
    4. SQL> create database XE;
    So I can start oracle like this:
    kenjiru ~ # /etc/init.d/oracle start
    * Starting Oracle Net Listener ...
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 23-SEP-2006 15:02:49
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Starting /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    System parameter file is /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
    Log messages written to /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost,)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date                23-SEP-2006 15:02:49
    Uptime                    0 days 0 hr. 0 min. 0 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Default Service           XE
    Listener Parameter File   /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
    Listener Log File         /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost,)(PORT=1521)))
    Services Summary...
    Service "XE" has 1 instance(s).
      Instance "XE", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully                                                                                                                     [ ok ]
    * Starting Oracle Database 10g Express Edition Instance ...
    ORACLE instance started.
    Total System Global Area   96468992 bytes
    Fixed Size                  1257356 bytes
    Variable Size              88080500 bytes
    Database Buffers            4194304 bytes
    Redo Buffers                2936832 bytes
    Database mounted.
    Database opened.1. How can I check if the database is really ok?
    2. And why the web interface doesn't work?
    Message was edited by:
    kenjiru

    I've finally solved the problem, I got the web interface up and running. Here is what I did (clean install):
    - extracted the contents of the rpm
    - created users, changed permissions
    - edited /etc/init.d/oracle-xe commenting the line witch deletes $ORACLE_HOME/config/seeddb
    - edited $ORACLE_HOME/config/scripts/init.ora and $ORACLE_HOME/config/scripts/initXETemp.ora and replaced the following variables:
    sga_target=100M
    pga_aggregate_target=10M- run /etc/init.d/oracle-xe configure and followed the instructions; now this takes a while, as it should
    Now a little piece of advice for everybody out there who is as desperate as I was: - environment variables are very important, you should check them every time you get into trouble
    - user permissions are also important, all files in $ORACLE_HOME should be owned by the oracle user, group "dba"

  • CIVS-IPC-2500W not responding

    I have a CIVS-IPC-2500W that is not allowing me to open the admin page.  I can ping it and it is ever giving off CDP to my switch but I can't access it.  Whenever I go to the camera's IP from a web browser I get "404 - Not Found".

    Hi Scott,
    Yes, I used scp to copy the file over from the functional camera.  It was fairly straightforward to resolve once I suspected the file was corrupted.
    Cheers!

  • Managing DSL modem (web interface) via Linksys WRT610N router.

    I have a router WRT610N Version 1.0 connected to my DSL gateway (3wire). My PC is connected to WRT610N. All is working fine except: If I set Linksys Internet connection type in DHCP I am able to see my DSL modem (3wire) via web interface from my PC. But, if I set Linksys Internet connection type in PPPoE I can't connect to my DSL management web page from my PC via Linksys to DSL modem.
    FYI, I need PPPoE for DDNS.
    Any idea?

    Correct. If you configure PPPoE the modem is inaccessible because it works like a standard modem. That's normal. With PPPoE on the WRT the WRT is connected directly to the internet and there are not really any settings on the DSL modem/router which you have to change.

  • CIVS-IPC-3530 Failures

    In the past couple months, I have had 15 of 149 CIVS-IPC-IPC-3530 cameras fail.  I've also had numerous cameras (some of which required replacing) become unreachable, requiring me to replace the camera configuration through the VSOM interface. 
    I am running v7.5.0 (not co-located), with 5 Media Servers.  The camera firmware version is 1.4.1-97. 
    The installation is in Northern New Jersey. It is cold, but well within specifications (-22F - 122F).
    Has anyone experienced similar issues?

    Hi StephanMC,
    We haven't had much trouble with the Cisco cameras in the past, and we've actually been pretty pleased with the indoor versions of their newer models (we've got several dozen 6020 and 3520 cameras installed).  This seems to be an issue specifically related to cold weather operation.  As a note, if you are installing all of those 3530's inside, in a heated area, you could probably just go with the 3520 cameras with the vandal resistant conduit base and dome.  It's pretty much the same camera, but not intended for outdoor use, and would cost a fair bit less.
    Cheers!

  • Problems access to a web application (Web Interface or Web report)

    Hi,
    We found problems with the access to web application. Some users have problems with direct links to the web applications(Web Interface or Web reporting), when they click on the link an error message appears, the message displays the following text:
    "Cannot open file Bex?sap-language=ENbsplanguge=ENcmd=idoc_TE.."
    Clicking in details the message is "No Access to specified file"
    For this users the access to excel reporting is correct, the message appears when they click on the direct web links through the browser or directly in BW system, but if they type the URL they can access. Other users can use the direct web link without problems.
    I highly appreciate any help or idea about how to solve this issue.
    Thanks in advance.

    HI,
    please ask to your basis that check the language of every single user on su01 tx.
    This is the problem i think.
    Natalia.

  • Unable to capture trace, when user logs in throuigh Web Interface

    The Trace shows 'No Records Found', when user logs in through Web Interface of CRM. But there is Trace found, when the same user logs in through logon pad and carries out normal actvities.
    sufficient auth. is provided.
    Is there any setting in ST01, through which i can get trace , when user logs in through Web Interface
    Regards

    ST10 traces 1 instance only.
    Your CRM web interface could use another instance than your backend. Go to transaction SM21, choose the appropriate server and run ST10 again.
    Succes!
    Kind regards,
    Lodewijk Borsboom

  • LIST OF VALUES not Populating in BPS WEB INTERFACE ( LAYOUTS )

    Hi BI Guru's
    I have created a WEB interface for BPS in BI ( version 7.0) .  But when i execute this in internet explorer, I do not get the LIST OF VALUES for Material. 
    When I click on "input help" the system open a new window for "Value selection".  When I specify the material code, it gives me blank LIST OF VALUES.
    But it is working for other fields like Customer, UOM in the same layout.
    Please suggest some solution.
    Thanks,
    Nilesh Labde

    hi,
    Thanks for the reply.
    Master data is avaliable for the Material Code.  The problem is in Internet Explorer and not in SAP GUI .
    If i run Planning folder for the same layou in SAP GUI it is working fine.

  • ASA 5505 configured for WebVPN connecting to Citrix Web Interface

    ASA 5505 configured for WebVPN connecting to Citrix Web Interface.
    i have a ASA 5505 that I am attempting to configure for WebVPN with passthrough into Web Interface .  The user authenticates into WebVPN OK and gets the option to click on the Citrix Link (which is i add bookmark  citrix server http:// 172.30.40.5.) i enter the citrix and then for example  i want to open to outlook it can not open. (when i want to open some application no application is open)).there is no alarm at asa. how i solve this issue?
    thanks.

    Teymur,
    Can you confim that after disabling the ssl/tls on the Citrix server (secure connectivity) that you are getting exactly the same error.  It is possible that it is generating a different error.
    The bug where we have see the existing error was CSCtf06303 but that has been fixed in 8.4.1.  Can you confirm the exact version of code you are running on the ASA.
    If you have confirmed the above two notes it may be adventageous to open a TAC case as we may need to do some live additional troubleshooting.
    Thanks
    -Jay

  • Distortion in Save For Web interface

    I am still having problems with my Save For Web interface. Attached is a screen where you can see that with just the Optimized view showing (in this case 72%), the picture looks as expected. But if I go to 2-up or 4-up views, the 2nd image (which was the 72% Optimized) is now all pixelated as if it were a GIF.

    OMG!  How many years have I been using this program and I have never noticed this until now?!?
    Sorry for the brain fart and thanks for pointing that out!!! 
    I am really having a good laugh at myself about this one!
    Jules

  • Cisco AP 1131AG Web Interface Problem

    Hello,
    I purchased two Cisco access points (model AIR-AP1131AG-A-K9) from a seller on eBay. The Access Points power up fine and are able to get an IP address (I can see the AP's MAC address on my router), but it won't let me connect to the web interface to manage it. I have tried using different browsers, but they all say something along the lines of "The page could not be found" when I enter the IP address into my browser. No login screen, no nothing: just a time-out error.
    When the Access Points are powered on, the Ethernet and Radio lights start out green, but then the Ethernet light stays green and the radio light flashes amber and the two alternate being lit. The status light on the outside of the Access Point goes from green to orange to red and back again, looping infinitely.
    Any ideas what could be wrong? Thanks for any and all help in advance! (Please let me know if you need more information; I don't ahve the AP's with me, but I will be home in a few hours and can respond then.)

    do a show cdp neighbor detail on the port the AP is connected to.  Take a look at the software that is running, IOS will show k9w7, and lightweight will show k9w8.
    if it''s k9w8, you'll need to convert them back to IOS
    http://www.cisco.com/en/US/docs/wireless/access_point/conversion/lwapp/upgrade/guide/lwapnote.html#wp160918
    HTH,
    Steve
    Please remember to rate useful posts, and mark questions as answered

  • Displaying a BW query in web interface

    Hello People ,
    I am trying to see a BW query in a web interface . I will tell you how am I doing it . I run the transaction RRMX which opens an excel sheet and gives me a tol bar from which I open a query . Then I choose info areas from the next window and it shows me a tree structure with two nodes
    1) Financial
    2) Industry sectors
    I expand industry sectors > retail > staff works
    This takes me to two nodes
    1)       operational
    2)       sales infocube
    I expand sales infocube and this takes me to a couple of nodes
    1)       Key business driver
    2)       Manager forcasted sales
    3)       Productivity data source
    4)       ….
    5)       ….etc
    I select key business driver and choose the “CHANGE” icon from the toolbar . This opens the query designer . There I have an icon in the toolbar which says “display quey on web” . I click that and it attempts to display the query in internet explorer .
    Now the problem is the the message that appears on the browser is
    Warning sign : variable OFPER for characterstic fiscal year/period has been converted to required entry .
    Error sign : Error when generating data provider .
    Now my question is what does this message mean ?Does this mean that the required content that I am trying to access has not been activated or there is some configurational issue ?
    Regards
    Deepak Singh

    Hi Deepak,
    It means that there is a selection screen for Fiscal period in which you have to enter the Fiscal Period. Only for the Fiscal period for which you entered the data would be displayed.
    But the best way to create teh web report is to goto Web Application Designer -> Drag and drop the "Table" webitem on the right hand side -> Assign the Query to the web item. Now execute it in browser from the Web Application designer. Copy the link and use it whenver you want it.
    Bye
    Dinesh

  • BPS_WB-Can i add a query to a Web interface tabpage?

    Dear experts,
    In a BPS web interface application, i have already a tab page which allows users to input their data. Now i would like to add a second tabpage which allows to display the existing data.
    Is that possible to link a BEX query to a Tabpage BPS web interface application? I would like that the query is launched and the result is displayed each time an user click on this tabpage.
    Thanks in advance.

    Include your query in a web template and follow the approach given in the link http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a861d590-0201-0010-248a-fc70d8d29f26
    Edited by: Deepti Maru on Nov 30, 2010 10:24 AM

Maybe you are looking for