Giter Site home page Giter Site logo

emcodem / ffastrans_webui Goto Github PK

View Code? Open in Web Editor NEW
18.0 18.0 4.0 1022.05 MB

An advanced Webinterface for FFAStrans

Home Page: http://www.ffastrans.com

JavaScript 50.59% HTML 11.27% CSS 9.84% Batchfile 0.14% Java 0.05% Less 0.72% SCSS 2.52% C 0.41% Shell 0.18% TypeScript 23.58% Starlark 0.25% Lua 0.32% Mustache 0.03% PowerShell 0.09%

ffastrans_webui's People

Contributors

emcodem avatar emcodemall avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ffastrans_webui's Issues

Metrics doesn't show up. Hosts are up and running.

Hi,
I've installed metrics server on main node, and metrics clients on all nodes (including the main node).
I've added hosts under the metrics setup.
And two of them are up, one is down (not sure why).

But, under the job and host metrics there's nothing.

image
image

Why?

Thanks!

API Error getting job details

When open job details, I get an error:
ERROR getting workflow of job 20200228-1522-1859-2dac-a15fadb8ee34, possibly FFASTRANS API is offline
If I run server app manually, the console error on Get Job Details is:
Locating file D:\FFAStrans\Processors\db\cache...
However I have my db at D:\INSTALL\FFAStrans1.0.0\Processors...

Prerelease for 1.4 (1.3.37) - errors in server.exe log

Have some errors in log.

  1. "corrupt" directory is empty and "workflows" also didn't have json file in it called "corrupt". I think it tries to parse dir "corrupt" as json file:
2023-11-23 11:17:54: info: [webint]: Could not parse Json from file: \\nas08.tv.lan\FFAStrans\_FFAStrans_\Processors\db\configs\workflows\corrupt [Error: EISDIR: illegal operation on a directory, read] {
  errno: -4068,
  code: 'EISDIR',
  syscall: 'read'
}
  1. this error is also common:

2023-11-23 11:00:37: error: [webint]: Error: ENOENT: no such file or directory, stat '\\nas08.tv.lan\FFAStrans\_FFAStrans_\Webinterface_new\alternate-server\css\override.css'

  1. this one on startup of server.exe:
2023-11-23 11:25:20: info: [webint]: Internal Error getting Queued Jobs,  http://localhost:3003/tickets Error: connect ECONNREFUSED 127.0.0.1:3003
    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16) {
  errno: -4078,
  code: 'ECONNREFUSED',
  syscall: 'connect',
  address: '127.0.0.1',
  port: 3003
}
  1. this one on opening "Review Queue" page:
2023-11-23 11:32:14: debug: [webint]: get review called for:
2023-11-23 11:32:14: debug: [webint]: [Error: ENOENT: no such file or directory, scandir '\\nas08.tv.lan\FFAStrans\_FFAStrans_\Processors\db\cache\review\queue'] {
  errno: -4058,
  code: 'ENOENT',
  syscall: 'scandir',
  path: '\\\\nas08.tv.lan\\FFAStrans\\_FFAStrans_\\Processors\\db\\cache\\review\\queue'
}
2023-11-23 11:32:14: error: [webint]: Trace: Global unexpected error:  Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client
    at new NodeError (node:internal/errors:399:5)
    at ServerResponse.setHeader (node:_http_outgoing:663:11)
    at ServerResponse.header (\\nas08.tv.lan\FFAStrans\_FFAStrans_\Webinterface_new\rest_service\node_modules\express\lib\response.js:771:10)
    at ServerResponse.send (\\nas08.tv.lan\FFAStrans\_FFAStrans_\Webinterface_new\rest_service\node_modules\express\lib\response.js:170:12)
    at ServerResponse.json (\\nas08.tv.lan\FFAStrans\_FFAStrans_\Webinterface_new\rest_service\node_modules\express\lib\response.js:267:15)
    at Object.get (\\nas08.tv.lan\FFAStrans\_FFAStrans_\Webinterface_new\rest_service\api\controllers\review.js:44:26) {
  code: 'ERR_HTTP_HEADERS_SENT'
}
    at process.<anonymous> (\\nas08.tv.lan\FFAStrans\_FFAStrans_\Webinterface_new\server.js:56:13)
    at process.emit (node:events:513:28)
    at emit (node:internal/process/promises:149:20)
    at processPromiseRejections (node:internal/process/promises:283:27)
    at process.processTicksAndRejections (node:internal/process/task_queues:96:32)
2023-11-23 11:32:14: error: [webint]: Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client
    at new NodeError (node:internal/errors:399:5)
    at ServerResponse.setHeader (node:_http_outgoing:663:11)
    at ServerResponse.header (\\nas08.tv.lan\FFAStrans\_FFAStrans_\Webinterface_new\rest_service\node_modules\express\lib\response.js:771:10)
    at ServerResponse.send (\\nas08.tv.lan\FFAStrans\_FFAStrans_\Webinterface_new\rest_service\node_modules\express\lib\response.js:170:12)
    at ServerResponse.json (\\nas08.tv.lan\FFAStrans\_FFAStrans_\Webinterface_new\rest_service\node_modules\express\lib\response.js:267:15)
    at Object.get (\\nas08.tv.lan\FFAStrans\_FFAStrans_\Webinterface_new\rest_service\api\controllers\review.js:44:26)

Logs from .\Webinterface_new\logs:
database.log
scheduler.log
webint.log

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.