Access error 404 not found cannot locate document

I'm really very new to this Tomcat stuff. I downloaded Tomcat 7.0 windows installer and installed it using the default configuration. After installing, I typed localhost:8080 in my browser to see if

I’m really very new to this Tomcat stuff. I downloaded Tomcat 7.0 windows installer and installed it using the default configuration. After installing, I typed localhost:8080 in my browser to see if Tomcat is working. However,it showed error message like this: Access Error: 404 — Not Found Cannot locate document: / And there’s nothing else show with Tomcat or Apache words in the page. It seems Tomcat not responding.

I googled and searched this forum, but so far the solutions people provided didn’t work for me.

  1. checked the server.xml file, 8080 is the HTTP connector port:

    Connector port=»8080″ protocol=»HTTP/1.1″ connectionTimeout=»20000″ redirectPort=»8443″

  2. I did run the Tomcat7.exe in the bin folder. Something run in the command window and disappeared then. Nothing changed then.

  3. I set some environment system variables like JAVA HOME, PATH, and CLASSPATH according to some tutorials online.

Still not work. Only things I’m suspicious are:
1. I have two JRE folder: jre6 and jre7 in the program files directory. Tomcat7 chose the jre7 one.
2. I installed anyother server called Wamp server, which I used to learn some PHP programming with SQL usage. There’s Apache in the package. Not sure if it’s using 8080 port.

Please help. I’ve already digged online more than 2hrs for this headache. Any comments are welcome.

Reply

Old
01-31-2019, 11:44 AM

 
#1

Human being with feelings

 

Join Date: May 2015

Posts: 104

Default
Web control Access Error: 404 — Not Found Cannot locate document


I get this error when I try to access the web control surface (Reaper v5 on Windows 10):

Access Error: 404 — Not Found
Cannot locate document: /

I have had this working in the past, but clearly something has broken in the meantime. I can see index.html and 3 other html documents, as well as main.js, in this folder:
C:Program FilesREAPER (x64)Pluginsreaper_www_root

This is the URL that I’m using to access it:
http://192.168.1.5:8080

(which is the one listed as the access URL in Control Surface Settings).

I have no firewall rules preventing access on port 8080.

Any ideas?

itm is offline

 

Reply With Quote

Old
01-31-2019, 12:08 PM

 
#2

Human being with feelings

 

cfillion's Avatar

 

Join Date: May 2015

Location: Qu�bec, Canada

Posts: 4,205

Default


Try with another port. REAPER’s web server does not output any error messages when handling a 404 error (you would either see a blank page or a browser-provided page). Maybe another program is listening on port 8080 and you’re connecting to it instead of REAPER.

cfillion is offline

 

Reply With Quote

Old
01-31-2019, 12:19 PM

 
#3

Human being with feelings

 

Join Date: Apr 2014

Posts: 2,423

Default


I’m assuming that IP address is your local computer IP correct?

Enter the URL as http://localhost:8080/index.html

See what that does.

toleolu is offline

 

Reply With Quote

Old
01-31-2019, 12:26 PM

 
#4

Human being with feelings

 

Join Date: Apr 2014

Posts: 2,423

Default


Sorry, should have mentioned this first, but if that IP in the URL is your local computer IP, open a command prompt and type in ipconfig, see if your local IP changed. If it is different now, and it does happen unless you have a static IP, then use that new IP address in the URL.

toleolu is offline

 

Reply With Quote

Old
01-31-2019, 12:29 PM

 
#5

Human being with feelings

 

Join Date: May 2015

Posts: 104

Default


Hmmm….so I discovered that a program called ApplicationWebServer.exe is listening on port 8080, hence causing the problem. This is apparently a program by National Instruments Corporation, which seems to be running on the PC, but I have no recollection of explicitly installing it.
Does anyone know of a music app which might be installing this as an auxiliary service?
(and BTW switching Reaper to port 8090 does work around the problem)

itm is offline

 

Reply With Quote

Old
01-31-2019, 12:46 PM

 
#6

Human being with feelings

 

Join Date: Apr 2014

Posts: 2,423

Default


Have you installed anything new since the last time that URL worked?

You can try stopping the service, see if your old URL still works and nothing else breaks.

toleolu is offline

 

Reply With Quote

Old
01-31-2019, 01:26 PM

 
#7

Human being with feelings

 

Join Date: May 2015

Posts: 104

Default


Quote:

Originally Posted by toleolu
View Post

Have you installed anything new since the last time that URL worked?

You can try stopping the service, see if your old URL still works and nothing else breaks.

Yes I’ve almost certainly installed new stuff since it was last working, but I haven’t knowingly installed anything from National Instruments. I could try disabling ApplicationWebServer.exe, but I’m keener to know why it’s there in the first place, as it might be required to support another application on the system.

itm is offline

 

Reply With Quote

Old
01-31-2019, 01:48 PM

 
#8

Human being with feelings

 

Join Date: Apr 2014

Posts: 2,423

Default


Well the advantage to stopping the service, provided it doesn’t break what you’re doing in Reaper, is that it will point to which application is involved.

If it’s something you need, then what you can do is change the startup behavior to manual, that way, it will only run when you start that application. Of course if it’s something you need to run while needing access to that Reaper URL then you’ll have problems.

Maybe just staying with your workaround with the different port number on that Reaper URL might be your best bet.

toleolu is offline

 

Reply With Quote

Old
01-31-2019, 01:51 PM

 
#9

Human being with feelings

 

Join Date: Apr 2014

Posts: 2,423

Default


Forgot to mention that that Web Server app that’s running is not all that uncommon. It could very well be something that’s needed by the app you installed and it just installed it by default.

toleolu is offline

 

Reply With Quote

Old
01-31-2019, 02:10 PM

 
#10

Human being with feelings

 

cyrano's Avatar

 

Join Date: Jun 2011

Location: Belgium

Posts: 5,240

Default


It’s an application that can be distributed with NI LabView apps. Installed any acoustic tools, oscilloscope… recently?

__________________
In a time of deceit telling the truth is a revolutionary act.
George Orwell

cyrano is offline

 

Reply With Quote

Old
01-31-2019, 03:25 PM

 
#11

Human being with feelings

 

Join Date: May 2015

Posts: 104

Default


I can anticipate that stopping/disabling the existing service would cause me confusion in the future — i.e. in a couple of months time I’ll open an app, it won’t work, and I will have completely forgotten about disabling that web service! It’s pathetic I know!

I definitely haven’t installed any oscilloscope software. I did install Jamvox however, which came with a Vox VX-II amp. Could that be the culprit?

itm is offline

 

Reply With Quote

Old
01-31-2019, 04:36 PM

 
#12

Human being with feelings

 

Join Date: Apr 2014

Posts: 2,423

Default


Try doing a search for that exact executable name from the root of your C: drive, assuming you install everything on your C: drive. It may be sitting in a folder that will tell which app(s) uses it.

toleolu is offline

 

Reply With Quote

Old
01-31-2019, 04:39 PM

 
#13

Human being with feelings

 

Join Date: May 2015

Posts: 104

Default


Yes I’ve found ApplicationWebServer.exe and it is sitting in an NI folder under c:program files, but there is no other app in that folder. I guess that the associated app is installed in another folder, but I have no idea how to identify the associated app.

itm is offline

 

Reply With Quote

Old
01-31-2019, 04:56 PM

 
#14

Human being with feelings

 

Join Date: Apr 2014

Posts: 2,423

Default


Go to view options in that folder and show hidden files, see it there’s anything else in there.

toleolu is offline

 

Reply With Quote

Old
01-31-2019, 04:59 PM

 
#15

Human being with feelings

 

Join Date: Apr 2014

Posts: 2,423

Default


It may just be left over from a program you uninstalled. Did you uninstall something called NI recently.

toleolu is offline

 

Reply With Quote

Old
01-31-2019, 05:00 PM

 
#16

Human being with feelings

 

Join Date: Apr 2014

Posts: 2,423

Default


Aww, NI is National Instruments.

toleolu is offline

 

Reply With Quote

Old
01-31-2019, 05:03 PM

 
#17

Human being with feelings

 

Join Date: Apr 2014

Posts: 2,423

Default


Any chance your running a program called Lab View?

toleolu is offline

 

Reply With Quote

Old
01-31-2019, 05:06 PM

 
#18

Human being with feelings

 

Join Date: Apr 2014

Posts: 2,423

Default


Google National Instruments, there’s a ton of apps that use that. Gotta make a beer run.

Does seem kind of strange though that it grabs that port and won’t let anything else use it.

toleolu is offline

 

Reply With Quote

Old
02-01-2019, 04:16 AM

 
#19

Human being with feelings

 

Join Date: May 2015

Posts: 104

Default


Yes I had a look at the National Instruments site. There isn’t a single piece of software there that I would have installed, or even one that is in my domain of interest.

There are definitely traces of LabView on my PC (although no Labview .exe file). The only .exe files in the National Instrument folder are:
C:Program FilesNational InstrumentsSharedLabVIEW Run-Time2011LVWSNILVWSPostInstallerScript.exe
C:Program FilesNational InstrumentsSharedLabVIEW Run-Time2012LVWSNILVWSPostInstallerScript.exe
C:Program FilesNational InstrumentsSharedLabVIEW Run-Time2013LVWSNILVWSPostInstallerScript.exe
C:Program FilesNational InstrumentsSharedmDNS RespondernimdnsNSPTool.exe
C:Program FilesNational InstrumentsSharedNI WebServerApplicationWebServer.exe
C:Program FilesNational InstrumentsSharedNI WebServerNIWebServiceContainer.exe

itm is offline

 

Reply With Quote

Old
02-01-2019, 04:21 AM

 
#20

Human being with feelings

 

Join Date: May 2015

Posts: 104

Default


I’ve also just found «National Instruments Software» listed in my Apps & Features (can’t believe I didn’t check that before). I have no idea what it is, and certainly didn’t explicitly install it myself (if I click the Start button and start typing «National Instr…» or «Labview…» it does not list any apps by those names.
Maybe I’ll just uninstall it and hope I remember doing it when something else breaks in the future!

itm is offline

 

Reply With Quote

Old
02-01-2019, 04:32 AM

 
#21

Human being with feelings

 

Join Date: May 2015

Posts: 104

Default


Ah OK I’ve now cracked it. I sorted my Apps and Features list by install date, and the NI software got installed on the same day that I installed a piece of software called UM24C. This is a utility which came with a USB charger tester that I bought a few months ago. I’ve uninstalled both and can now get to the Reaper web control UI.
Thanks for all your help.

itm is offline

 

Reply With Quote

Reply


Posting Rules

You may not post new threads

You may not post replies

You may not post attachments

You may not edit your posts


BB code is On

Smilies are On

[IMG] code is On

HTML code is Off


Forum Rules

Forum Jump

All times are GMT -7. The time now is 11:01 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 — 2023, vBulletin Solutions Inc.

DS-2CV2U21FD-IW

Ernesto Дата: Воскресенье, 30.07.2017, 21:21 | Сообщение # 1

Группа: Проверенные

Репутация: 0

Статус: Offline

Кто-нибудь сталкивался с этим яйцом?
Подключиться кроме как по hik connect я не смог, непонятно какой там пароль-логин, веб-интерфейса нет
Звука судя по отзывам в интернете нет ни у кого, динамик работает, если с приложения hik connect что-то говорить, но еcть ли там микрофон? Должен быть.
Задача получить с него звук и настроить запись на ivms4200 (добавлено через hik connect) по ip не добавляется

 
iTuneDVR Дата: Воскресенье, 30.07.2017, 21:57 | Сообщение # 2

Группа: Проверенные

Репутация: 134

Статус: Offline

Судя по характеристикам отсюда hikvision.org.ua/ru/hikvision-ds-2cv2u21fd-iw  всё там есть и должно быть.
Другое дело, что и динами и микрофоны могут быть физически выключены, по причине кривой сборки, но это можно увидеть открыв камеру.

Дороговата только.
Там по сути ничего нет как и в ds-2cd1402fd-iw, но это хоть полноценная R2 серия.

EZVIZ камеры какие-то ущербные и обрезанные.

Вообщем очередное железо в пластике.


Мотивация, направление, посыл ;)
Узнавание паролей Dahua SmartPSS, Hikvision iVMS4200, генерация временного для Uniview. Исследования IT.
www.iTuneDVR.ru

 
copyc@t Дата: Пятница, 13.10.2017, 22:26 | Сообщение # 3

Группа: Проверенные

Репутация: 2

Статус: Offline

Цитата Ernesto ()

Кто-нибудь сталкивался с этим яйцом?Подключиться кроме как по hik connect я не смог, непонятно какой там пароль-логин, веб-интерфейса нет

Получилось достучаться к камере через web интрефейс. 
Мочаюсь с ккамерой DS-2CV2U01FD-IW не сохраняет время. Т.е. при изменении часового пояса она всегда сбрасывает настройки на UTC+14:00
Зайти в настройки из IVMS не получается. Камера подключается через HikConnect но при попытке войти через remote configuration не принимает никакого пароля (12345 и код верификации не проходят).

 
avalist Дата: Воскресенье, 15.10.2017, 21:48 | Сообщение # 4

Группа: Проверенные

Репутация: 67

Статус: Offline

Цитата copyc@t ()

Мочаюсь с ккамерой DS-2CV2U01FD-IW не сохраняет время.

Это «баг» мне правили для (ezviz c2c), просите новую прошивку. Что касается конфигурации камеры, на аналогичной c2c прокатил такой фокус:
Подключаем через ezviz или hik-connect. Смотрим затем в сети локальный ip утилитой sadp. Далее IE заходим на интерфейс камеры и создаем новый пароль 8-ми значный. После этого можно подключится ivms с новым паролем. Web морда полноценная, через ivms все стало добавляться и конфигурироваться.

 
copyc@t Дата: Понедельник, 16.10.2017, 17:13 | Сообщение # 5

Группа: Проверенные

Репутация: 2

Статус: Offline

Спасибо за ответ. Написал по поводу бага с временем в техподдержку. Пока молчат sad

Подключил через ezviz, все видит и работает (в пределах куцых настроек ezviz).
SADP информацию о камере выдает, но вот зайти через IE не получается. Он ёё просто не видит «The webpage cannot be found». Пробывал и просто IP и через 80 порт.
Firefox выдает вот такое:
Access Error: 404 — Not Found
Can’t locate document: /

Это может быть связано с багом прошивки ?

 

Установка оборудования видеонаблюдения в Москве и Московской области

avalist Дата: Понедельник, 16.10.2017, 18:06 | Сообщение # 6

Группа: Проверенные

Репутация: 67

Статус: Offline

Цитата copyc@t ()

Это может быть связано с багом прошивки ?

нет, скорее всего действительно на этой камере могли убрать web морду.
попробуйте в IE написать через http://ip адрес камеры (если в SADP  показывает порты 8000 и 80) тогда шанс есть.
ну и на всякий случай комп должен быть в той же под сети что и камера

 
copyc@t Дата: Понедельник, 16.10.2017, 18:30 | Сообщение # 7

Группа: Проверенные

Репутация: 2

Статус: Offline

SADP показывает порты 8000 и 80
ПК и камера в одной сети. 4200 тоже видит камеру, но для подключения всё так же нужны имя и пароль (но ничего не подходит, 12345 не работакт, код верификации тоже).

В прикреплённом файле то что SADP получает от камеры.

Сообщение отредактировал copyc@tПонедельник, 16.10.2017, 18:35

 
avalist Дата: Понедельник, 16.10.2017, 21:01 | Сообщение # 8

Группа: Проверенные

Репутация: 67

Статус: Offline

В том то и фишка, что не подключите пока не создадите новый пароль через браузер. Так только через облако получится использовать.
У меня так же все было. Камеру видит, активна, но не подключается. Через облако работает. Зашел браузером возникло окно авторизации ввел стандартные admin и 12345 сразу возникло окно создания нового пароля создал 8-ми значный и подключился через 4200 и браузер без проблем. Все настройки есть хотя их никто не декларировал. Было 6 шт. две родные от Hika  с2с и 4 шт. с прошивкой от новикам. Можете попробовать ODM может он что-то дополнительное покажет https://sourceforge.net/projects/onvifdm/

 
copyc@t Дата: Понедельник, 16.10.2017, 21:59 | Сообщение # 9

Группа: Проверенные

Репутация: 2

Статус: Offline

Мне подсказали как зайти через IE, нужно было в конце добавить index (IP/index)
Теперь нужно понять какой логин и пароль использовать, т.к. admin и 12345 не подходят, так же не подходит admin и код верификации. 
Скорее всего надо будет сбрасывать пароль через SADP и техподдержку sad

 
avalist Дата: Понедельник, 16.10.2017, 23:19 | Сообщение # 10

Группа: Проверенные

Репутация: 67

Статус: Offline

Цитата copyc@t ()

Скорее всего надо будет сбрасывать пароль через SADP и техподдержку sad

Там кнопка сброса сзади есть? Если да сбросьте кнопкой. Удалите устройство из учетной записи. И попробуйте настроить заново. Если не поможет то «мучать» тех. поддержку.

 
abihle Дата: Вторник, 17.10.2017, 15:12 | Сообщение # 11

Группа: Проверенные

Репутация: 1

Статус: Offline

Получил сообщение от сапорта hikvision.org.ua
login: admin
pass: admin(verification code)

в моем случае сработало)

правда веб морду пока не нашел, по адресу /index получаю xml документ
зато можно настраивать параметры через ivms4200

Сообщение отредактировал abihleВторник, 17.10.2017, 15:45

 
avalist Дата: Вторник, 17.10.2017, 15:42 | Сообщение # 12

Группа: Проверенные

Репутация: 67

Статус: Offline

Цитата abihle ()

в моем случае сработало)

Ну и отлично!

 
copyc@t Дата: Вторник, 17.10.2017, 20:32 | Сообщение # 13

Группа: Проверенные

Репутация: 2

Статус: Offline

Цитата abihle ()

Получил сообщение от сапорта hikvision.org.ualogin: admin
pass: admin(verification code)

в моем случае сработало)

правда веб морду пока не нашел, по адресу /index получаю xml документ
зато можно настраивать параметры через ivms4200

Вот такую комбинацию я точно не пробывал smile 
Сегодня через техподдержку и с помощью SADP просто сбросил пароль и установил свой. Через IVMS все отлично настроилось. 
По словам техподдержки веб морды у этой камеры нет, тоже  по адресу /index получаю xml документ.

Для модели DS-2CV2U01FD-IW дали  прошивку 5.4.4 build 170210 (у меня стояла 5.4.2)
Если кому надо, обращайтесь.

 
abihle Дата: Среда, 01.11.2017, 17:24 | Сообщение # 14

Группа: Проверенные

Репутация: 1

Статус: Offline

А проблемой настройки времени кто-то сталкивался?
Постоянно слетает время и пояс. Потом просмотреть записи проблематично.

 
avalist Дата: Среда, 01.11.2017, 19:13 | Сообщение # 15

Группа: Проверенные

Репутация: 67

Статус: Offline

Цитата abihle ()

А проблемой настройки времени кто-то сталкивался?Постоянно слетает время и пояс. Потом просмотреть записи проблематично.

Так писал выше это БАГ просите обновление.

 

Установка оборудования видеонаблюдения в Москве и Московской области

Nox Дата: Пятница, 24.11.2017, 15:24 | Сообщение # 16

Группа: Проверенные

Репутация: 0

Статус: Offline

Спасибо copyc@t за прошивку!
После обновления через IVMS 4200 до версии 5.4.4 build 170210  все стало Ок.
Подключал к  IVMS 4200 как описано выше:
Посмотрел IP камеры
login: admin
pass: admin(verification code) т.е. adminHFGRTY (например)

 
teslya22 Дата: Среда, 07.02.2018, 13:40 | Сообщение # 17

Группа: Проверенные

Репутация: 0

Статус: Offline

Добрый день. Помогите разобраться с камерой
После прошивки одна из камер перестала загружаться. Lan разъема нет. Лог через telnet есть. Может кто знает как прошивку залить?
https://photos.app.goo.gl/FgpqrZk0Z1h4PFGU2

Сообщение отредактировал teslya22Среда, 07.02.2018, 13:41

 
iTuneDVR Дата: Четверг, 08.02.2018, 00:02 | Сообщение # 18

Группа: Проверенные

Репутация: 134

Статус: Offline

Цитата teslya22 ()

Добрый день. Помогите разобраться с камеройПосле прошивки одна из камер перестала загружаться. Lan разъема нет. Лог через telnet есть. Может кто знает как прошивку залить?
https://photos.app.goo.gl/FgpqrZk0Z1h4PFGU2

SD карта для этого существует wink


Мотивация, направление, посыл ;)
Узнавание паролей Dahua SmartPSS, Hikvision iVMS4200, генерация временного для Uniview. Исследования IT.
www.iTuneDVR.ru

 
teslya22 Дата: Четверг, 08.02.2018, 00:04 | Сообщение # 19

Группа: Проверенные

Репутация: 0

Статус: Offline

Если можно, объясните подробнее

 
iTuneDVR Дата: Четверг, 08.02.2018, 00:24 | Сообщение # 20

Группа: Проверенные

Репутация: 134

Статус: Offline

Цитата teslya22 ()

Если можно, объясните подробнее

Так что там объяснять-то?
Прошивку на флешку и произносишь слова в терминале ахалай-махалай выходи wink

help
printenv 
в остановленном загрузчике в помощь


Мотивация, направление, посыл ;)
Узнавание паролей Dahua SmartPSS, Hikvision iVMS4200, генерация временного для Uniview. Исследования IT.
www.iTuneDVR.ru

 
teslya22 Дата: Четверг, 08.02.2018, 00:27 | Сообщение # 21

Группа: Проверенные

Репутация: 0

Статус: Offline

Спасибо. Завтра попробую.

 
iTuneDVR Дата: Четверг, 08.02.2018, 00:45 | Сообщение # 22

Группа: Проверенные

Репутация: 134

Статус: Offline

Цитата teslya22 ()

Спасибо. Завтра попробую.

Пожалуйста!
Обязательно надо пробовать, но разумно wink


Мотивация, направление, посыл ;)
Узнавание паролей Dahua SmartPSS, Hikvision iVMS4200, генерация временного для Uniview. Исследования IT.
www.iTuneDVR.ru

 

IP CCTV Forum for IP Video, network cameras & CCTV software

  • Forums

  • Manufacturer Specific Forums

  • Hikvision

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Can’t log into camera basic settings with ivms4200?


  • Thread starter

    Calvinder


  • Start date

    May 6, 2022

Calvinder


  • #1

Hello all
I have been running this system for years.
Cams DS-2CD2041G1-IDW1 Firmware V5.5.82 build 190130
NVR Ds-7608ni-k2/8p Firmware Version: 4.30.005build200628
ivms4200 3.7.1.5
I recently moved and had to re configure the cameras for the new internet connection.
I connected them to the router and found them with SADP and ivms4200 and got them online. My problem is even though I can get the online when I try to go into the basic settings all I get is

Access Error: 404 — Not Found​

Can’t locate document: /notSupported.asp

The strange thing is is one of the cameras I was able to get into settings until I unplugged the ethernet cable to move it and now I can’t.
I even set one to factory settings and have it back on line but with no luck.

I hope someone can help

Thanks in advance

JB1970

Messages
1,662
Points
113


  • #2

Hello all
I have been running this system for years.
Cams DS-2CD2041G1-IDW1 Firmware V5.5.82 build 190130
NVR Ds-7608ni-k2/8p Firmware Version: 4.30.005build200628
ivms4200 3.7.1.5
I recently moved and had to re configure the cameras for the new internet connection.
I connected them to the router and found them with SADP and ivms4200 and got them online. My problem is even though I can get the online when I try to go into the basic settings all I get is

Access Error: 404 — Not Found​

Can’t locate document: /notSupported.asp

The strange thing is is one of the cameras I was able to get into settings until I unplugged the ethernet cable to move it and now I can’t.
I even set one to factory settings and have it back on line but with no luck.

I hope someone can help

Thanks in advance

If you have the cameras connected to the ports on the rear of the NVR, you shouldn’t have needed to do anything at all with the cameras. They don’t need to match your network as they are addressed using plug and play (by default) to match the NVRs ‘camera’ network with addresses starting 192.168.254.xxx. So if you have them connected to the NVR directly and have set the addresses to match your LAN (192.168.0.xxx or 192.168.1.xxx) then that is the cause of your problem, as cameras connected to the NVR ports cannot use the same subnet as the NVR. All that was needed was to set the NVR network settings to match your new router.

Calvinder


  • Thread starter
  • #3

Hi JB Thanks for the input.
They have always been connected via wifi.
The only time they are connected with the Ethernet is for setup.
I was going to try connecting them to the NVR to see if that would solve the problem. And then change it back. In my case I need them to work over wifi.
Also I have used two of the cameras in a different location with no NVR and all I ever did was set them up via ethernet. Then could accesses the settings via ivms4200

JB1970

Messages
1,662
Points
113


  • #4

Hi JB Thanks for the input.
They have always been connected via wifi.
The only time they are connected with the Ethernet is for setup.
I was going to try connecting them to the NVR to see if that would solve the problem. And then change it back. In my case I need them to work over wifi.
Also I have used two of the cameras in a different location with no NVR and all I ever did was set them up via ethernet. Then could accesses the settings via ivms4200

Ok understood — in that case the cameras would need to match your local network details as you’ve set them.

Calvinder


  • Thread starter
  • #5

And they do. I can see them on Hikvision and ivms4200. I can see the live view and playback. The only thing that does not work is accessing the settings.

Similar threads

  • Forums

  • Manufacturer Specific Forums

  • Hikvision

  • #1

I have the Hikvision DS-2CV2Q21FD-IW camera.
Everything seems to work just fine, except I cannot access it locally with the browser.

I can access and view it using iVMS-4200 or ONVIF Device Manager. I can ping it. I can change its settings. Just not with the browser.

I’ve tried Chrome, Firefox, Internet explorer. On Chrome and Firefox when I access http://192.168.0.200/ I get the message

Access Error: 404 — Not Found
Can’t locate document: /

Is there a way around this issue? I’d appreciate any help I can get.

This is the SADP result:

  • SADP.jpg

    37.1 KB
    Views: 45

alastairstevenson


  • #2

Is there a way around this issue? I’d appreciate any help I can get.

If there isn’t a web GUI for admin tasks on the camera (though there must be HTTP services as ONVIF works) you should still be able to do the detailed configuration using the Batch Configuration Tool : Batch Config Tool

  • #3

Well, my objective right now is to be able to view the recorded videos (stored on the memory card) from a web interface. Is there a way I can do that with the Batch Config Tool?

alastairstevenson


  • #4

Not as far as I know, the Batch Config Tool is purely for configuration.

nambi

Getting the hang of it


  • #6

I have the same issue with my cams, but I have a different model. When I purchased the cam they claimed I could web configure it, but I never was able to .

I use the batch configuration tool to do it now, all the same settings are in it, a bit more tedious but it will work.

as for viewing the vid, not sure how to. my cams are low grade didn’t even come with the card slot.

  • #7

Guys, the solution for your problems is actually more simple than you think — open the batch configuration tool, go to camera settings, maintenance and reboot the camera. After that all should be fine — at least it worked in my case

  • #8

I think you have to use IE, install Web Components, and run IE as an admin.

  • #9

I think you have to use IE, install Web Components, and run IE as an admin.

Did that work? I installed an DS-HD1 doorbell cam. When I try the ip in IE webpage, I get a 404 error.
The camera connects to the android app and the NVR

Last edited: Sep 21, 2021

  • #10

Did that work? I installed an DS-HD1 doorbell cam. When I try the ip in IE webpage, I get a 404 error.
The camera connects to the android app and the NVR

You have to use onvif to get the streams, and you have to get the password for it to work.
I haven’t worked on dumping the firmware since I got the password, but the cameras have been sitting in a box.

Понравилась статья? Поделить с друзьями: