Giter Club home page Giter Club logo

onlyoffice-documentserver-run-compiled's Introduction

onlyoffice-documentserver-run-compiled

This docker files used to check compiled DocumentServer after building it using build_tools

Attention This project is not compiling DocumentServer, it just run it

ubuntu 18.04

DOCUMENT_SERVER_RESULTS="$HOME/sources/build_tools/out"
docker build --tag documentserver Ubuntu18.04
docker run -itd -p 80:80 -v ${DOCUMENT_SERVER_RESULTS}:/out documentserver

Other systems

Replace ubuntu18.04 in docker build command to another

onlyoffice-documentserver-run-compiled's People

Contributors

shockwavenn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

onlyoffice-documentserver-run-compiled's Issues

documentserver start failed

 * Starting PostgreSQL 10 database server                                [ OK ] 
 * Starting RabbitMQ Messaging Server rabbitmq-server                    [ OK ] 
 * Starting nginx nginx                                                  [ OK ] 
CREATE DATABASE
CREATE ROLE
GRANT
CREATE TABLE
CREATE TABLE
CREATE FUNCTION
mkdir: 无法创建目录"fonts": 文件已存在
Uncaught TypeError: Cannot read property 'WH' of undefined
could not use /out/linux_64/onlyoffice/documentserver/sdkjs/slide/themes/src/01_blank.pptx: <result><error code="calculate" /></result>
Uncaught TypeError: Cannot read property 'WH' of undefined
could not use /out/linux_64/onlyoffice/documentserver/sdkjs/slide/themes/src/02_basic.pptx: <result><error code="calculate" /></result>
Uncaught TypeError: Cannot read property 'WH' of undefined
could not use /out/linux_64/onlyoffice/documentserver/sdkjs/slide/themes/src/03_classic.pptx: <result><error code="calculate" /></result>
Uncaught TypeError: Cannot read property 'WH' of undefined
could not use /out/linux_64/onlyoffice/documentserver/sdkjs/slide/themes/src/04_official.pptx: <result><error code="calculate" /></result>
Uncaught TypeError: Cannot read property 'WH' of undefined
could not use /out/linux_64/onlyoffice/documentserver/sdkjs/slide/themes/src/05_green leaf.pptx: <result><error code="calculate" /></result>
Uncaught TypeError: Cannot read property 'WH' of undefined
could not use /out/linux_64/onlyoffice/documentserver/sdkjs/slide/themes/src/06_lines.pptx: <result><error code="calculate" /></result>
Uncaught TypeError: Cannot read property 'WH' of undefined
could not use /out/linux_64/onlyoffice/documentserver/sdkjs/slide/themes/src/07_office.pptx: <result><error code="calculate" /></result>
Uncaught TypeError: Cannot read property 'WH' of undefined
could not use /out/linux_64/onlyoffice/documentserver/sdkjs/slide/themes/src/08_safari.pptx: <result><error code="calculate" /></result>
Uncaught TypeError: Cannot read property 'WH' of undefined
could not use /out/linux_64/onlyoffice/documentserver/sdkjs/slide/themes/src/09_dotted.pptx: <result><error code="calculate" /></result>
Uncaught TypeError: Cannot read property 'WH' of undefined
could not use /out/linux_64/onlyoffice/documentserver/sdkjs/slide/themes/src/10_corner.pptx: <result><error code="calculate" /></result>
Uncaught TypeError: Cannot read property 'WH' of undefined
could not use /out/linux_64/onlyoffice/documentserver/sdkjs/slide/themes/src/11_tort.pptx: <result><error code="calculate" /></result>
root@5ab44b4c8bdb:/out/linux_64/onlyoffice/documentserver/server/DocService# pkg/prelude/bootstrap.js:1876
      throw error;
      ^

Error: ENOENT: no such file or directory, open '../../Common/config/log4js/development.json'
1) If you want to compile the package/file into executable, please pay attention to compilation warnings and specify a literal in 'require' call. 2) If you don't want to compile the package/file into executable and want to 'require' it from filesystem (likely plugin), specify an absolute path in 'require' call using process.cwd() or process.execPath.
    at Object.openSync (fs.js:498:3)
    at Object.openSync (pkg/prelude/bootstrap.js:796:32)
    at Object.readFileSync (fs.js:394:35)
    at Object.readFileSync (pkg/prelude/bootstrap.js:1082:36)
    at loadConfigurationFile (/snapshot/server/build/server/Common/node_modules/log4js/lib/log4js.js:49:26)
    at Object.configure (/snapshot/server/build/server/Common/node_modules/log4js/lib/log4js.js:58:20)
    at Object.<anonymous> (/snapshot/server/build/server/Common/sources/logger.js)
    at Module._compile (pkg/prelude/bootstrap.js:1930:22)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
    at Module.load (internal/modules/cjs/loader.js:950:32) {
  errno: -2,
  syscall: 'open',
  code: 'ENOENT',
  path: '../../Common/config/log4js/development.json',
  pkg: true
}
pkg/prelude/bootstrap.js:1876
      throw error;
      ^

Error: ENOENT: no such file or directory, open '../../Common/config/log4js/development.json'
1) If you want to compile the package/file into executable, please pay attention to compilation warnings and specify a literal in 'require' call. 2) If you don't want to compile the package/file into executable and want to 'require' it from filesystem (likely plugin), specify an absolute path in 'require' call using process.cwd() or process.execPath.
    at Object.openSync (fs.js:498:3)
    at Object.openSync (pkg/prelude/bootstrap.js:796:32)
    at Object.readFileSync (fs.js:394:35)
    at Object.readFileSync (pkg/prelude/bootstrap.js:1082:36)
    at loadConfigurationFile (/snapshot/server/build/server/Common/node_modules/log4js/lib/log4js.js:49:26)
    at Object.configure (/snapshot/server/build/server/Common/node_modules/log4js/lib/log4js.js:58:20)
    at Object.<anonymous> (/snapshot/server/build/server/Common/sources/logger.js)
    at Module._compile (pkg/prelude/bootstrap.js:1930:22)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
    at Module.load (internal/modules/cjs/loader.js:950:32) {
  errno: -2,
  syscall: 'open',
  code: 'ENOENT',
  path: '../../Common/config/log4js/development.json',
  pkg: true
}

Compile issues

Was unable to solve this issue... any ideas?
happens on v8 building.. debian.. ubuntu14, or 16 results in the same error.

/usr/bin/ld: cannot find -lv8_libplatform
/usr/bin/ld: cannot find -lv8_libbase
/usr/bin/ld: cannot find -lv8_snapshot
/usr/bin/ld: cannot find -lv8_libsampler
/usr/bin/ld: cannot find -licui18n
/usr/bin/ld: cannot find -licuuc```

How do you compile version 5.5

From the documentation, version 5.5 is not currently compiled. Practice has proved that it is impossible. Can you provide a script to compile version 5.5?

npm install error!!! error message as below!!!RUN cd DocumentServer/sdkjs && make

Unexpected platform or architecture: linux/arm64
It seems there is no binary available for your platform/architecture
Try to install PhantomJS globally
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: node install.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2019-09-10T10_50_06_053Z-debug.log

core\Common\3dParty\v8

why depends chromium?if i do not want use module of desktop and do not compile v8, can this work?

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.