Gentics Mesh channel! Don't ping just ask. - We are online around 10:00 to 17:00 CET/CEST
Jotschi on dev
Add javadoc Merge branch 'dev' of github.co… (compare)
npomaroli on dev
Add README Information (compare)
Jotschi on dev
Update readme files (compare)
Jotschi on dev
Add note about changes Fix typo Fix typo and 3 more (compare)
plyhun on more-mdm
Move rolesHash out of User model (compare)
plyhun on split-options
Proper downcast for Dagger Mesh… (compare)
plyhun on split-options
Make MeshOptions abstract, exte… (compare)
plyhun on split-options
Split GraphDB-related options (compare)
Jotschi on dev
Add links (compare)
Jotschi on dev
Update readme (compare)
GenticsDev on 1.7.6
GenticsDev on dev
Raise version [Jenkins | dev] Prepare for the… (compare)
Jotschi on dev
Update changelog (compare)
docker cp
to copy data from one docker volume to another?io.vertx.core.file.FileSystemException: java.nio.file.AccessDeniedException: /uploads/temp/c503903c3d4146d68b9152ef26d65a54.tmp
at io.vertx.core.file.impl.FileSystemImpl$3.perform(FileSystemImpl.java:500)
at io.vertx.core.file.impl.FileSystemImpl$3.perform(FileSystemImpl.java:493)
at io.vertx.core.file.impl.FileSystemImpl$BlockingAction.handle(FileSystemImpl.java:974)
at io.vertx.core.file.impl.FileSystemImpl$BlockingAction.handle(FileSystemImpl.java:955)
at io.vertx.core.impl.ContextImpl.lambda$executeBlocking$2(ContextImpl.java:316)
at io.vertx.core.impl.TaskQueue.run(TaskQueue.java:76)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.nio.file.AccessDeniedException: /uploads/temp/c503903c3d4146d68b9152ef26d65a54.tmp
at java.base/sun.nio.fs.UnixException.translateToIOException(Unknown Source)
at java.base/sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)
at java.base/sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)
at java.base/sun.nio.fs.UnixCopyFile.copyFile(Unknown Source)
at java.base/sun.nio.fs.UnixCopyFile.move(Unknown Source)
at java.base/sun.nio.fs.UnixFileSystemProvider.move(Unknown Source)
at java.base/java.nio.file.Files.move(Unknown Source)
at io.vertx.core.file.impl.FileSystemImpl$3.perform(FileSystemImpl.java:498)
... 9 common frames omitted
@ezonno I think there is no full example for this in the docs but I have uploaded this pdf: http://www.africau.edu/images/default/sample.pdf into the demo server. This results in this node: https://demo.getmesh.io/api/v2/demo/nodes/c8fa6c8a64594642b83df0624196acbf
The query on the nodes search endpoint could for example be something like:
{
"query": {
"bool": {
"must": [
{
"match": {
"schema.name.raw": "binary_content"
}
},
{
"match": {
"fields.binary.file.content": "Simple PDF"
}
}
]
}
}
}
The important part is the field name in the ES document which is fields.binary.file.content
.
Please note that the example / node may be removed in the demo. The demo will be reset everyday.
Additional information on binary search can be found in our docs: https://getmesh.io/docs/elasticsearch/#_binary_search
i now figured out the bug i mentioned is already fixed. it was fixed with version 0.9.3
1b6df808 (HEAD -> beta, tag: 0.9.4, origin/beta) [Jenkins | beta] Release version 0.9.4
ce0447e6 Prepare release
9ebc52a6 Validate microschema lists, Node update error handling (#202)
4bf3ef84 (tag: 0.9.3) [Jenkins | beta] Release version 0.9.3
977ea3d3 Update version
e8e46bc3 Copy query params on schema search requests
eaa2153e Fix project explorer select node resetting current page; #194 (#201)
63111562 (tag: 0.9.2) [Jenkins | beta] Release version 0.9.2
the problem is that the backend (mesh-project) currently pins version 0.9.2 as dependency for the old frontend.
<mesh.admin-ui.version>0.9.2</mesh.admin-ui.version>
hello again, the git diff tells me it was reverted
- <mesh.admin-ui.version>0.9.4</mesh.admin-ui.version>
+ <projectRoot>${project.basedir}</projectRoot>
+ <mesh.admin-ui.version>0.9.2</mesh.admin-ui.version>
+ <mesh.admin-ui2.version>0.10.6</mesh.admin-ui2.version>
unfortunately the commit is over one year old so probably nobody remembers if this change was intentionally.
the commit hash is 8895f6817e
with the commit message "WIP: Add development version of new UI to Mesh Server (#621)" hopefully this helps.
@ross-kortx
Today, I am having an issue described as follows
{
"i18nParameters" : [ "project" ],
"i18nKey" : "project_not_found",
"properties" : { },
"type" : "generic_error",
"message" : "Project could not be found: \"project\""
}
Any advice on resolving this issue?
mesh version - 1.4.7
greetings,
im currently experiencing some weird behaviour with version 1.7.5. binary upload is not possible and nodes cannot be edited. this is most likely because of the upgrade to orientdb 3.1.4. i tried to fix the issues wie a export/import this works with small demo databases but unfortunately not with the productive data. is there anything known about these issues?