Questions tagged [structr]

Structr (pronounced 'structure') is a powerful application platform for Enterprise Master Data Management, Product Data Management, Enterprise Content Management and more. It is the leading Graph-based Low-Code Development and Runtime environment for Data-centric Web and mobile Applications.

Structr (pronounced 'structure') is a Java framework for mobile and web applications based on the graph database Neo4j, with a supplement UI providing CMS functionality to serve pages, files and images.

Home: http://structr.org/

43 questions
10
votes
1 answer

structr: badMessage: 400 Unknown Version for HttpChannelOverHttp

here the related post on google: badMessage: 400 Unknown Version for HttpChannelOverHttp I got an exception with status code 400 (unknown version) from httpParser, but i don't understand what happened and how i can fix the problem. What is the…
diel2001
  • 131
  • 1
  • 5
6
votes
2 answers

java.lang.NoClassDefFoundError on running project with Java, but works when running with mvn exec:exec

I'm compiling and running some source code I got from a project called Structr (https://github.com/structr/structr). I'm able to run the program correctly with a maven mvn command but not using the JVM java command. The compilation step goes well…
Robb Hoff
  • 1,719
  • 2
  • 17
  • 32
3
votes
1 answer

Structr, existing Neo4j installation and cypher shell

I have the following installations on my Windows 7 machine : Neo4j Community Edition 3.1.0 Structr-ui-2.0.1 I had first installed Neo4j, then Structr UI. I am able to run Structr UI and create a schema, add nodes and relationships. I have the…
Kaliyug Antagonist
  • 3,512
  • 9
  • 51
  • 103
3
votes
0 answers

Structr vs spring-data-neo4j

I have a modest amount of experience using spring-data-neo4j to facilitate object-to-graph mapping and provide infrastructures for Java-based web-applications built on neo4j. By and large I've been happy with SDN - it can certainly do a lot, but I…
drew moore
  • 31,565
  • 17
  • 75
  • 112
2
votes
1 answer

Install Neo4J's APOC in my Structr application

In Structr v.3.0.x I would like to use an APOC procedure in my cypher query to output the data I need to build a D3 tree on a page. Please could you tell me how to install APOC in my Structr application ?
comdotdom
  • 35
  • 5
2
votes
1 answer

How to use Structr platform to add a new node to an existing relationship?

I am new to Neo4j and I want to add a new node to an existing relationship using Structr platform. This is the Cypher query that I tested in Neo4j web browser and it works. match(projects:Project {name:'IRIS Recognition Java'})…
2
votes
1 answer

Dynamic search input as variable for cypher

I'm trying to create an result page with structr 2.0.1. enter image description here Within these page I want to show the results of the user input. The string typed into my input field should be transferred via cypher query to my Neo4j-DB. Input…
M4Z3
  • 27
  • 6
2
votes
1 answer

Structr CORS api request

I'm trying to make a XHR request from my AngularJS instance running on port :8080 to my Structr instance running on port :8082 Thing is, Structr doesn't seem to accept OPTIONS requests on port:8080 Here is the Request header : OPTIONS…
1
vote
1 answer

Using Strucr with existing Neo4j database data

I have a Neo4j database (v3.3.4) with data in it and i'm trying to use Structr 2.3.6 with it. I altered the Structr.config file to point to my existing Neo4j database and can see that Structr has created new Node types such as the 'AbstractNode'…
Paul Ensby
  • 31
  • 3
1
vote
1 answer

Cannot set aria-expanded property on A tag

I was attempting to create an accordion on a page using Bootstrap v.4.0 following this example I need to set the aria-expanded and aria-controls properties of the A element. In the UI for the page, I edit the properties of the A element, select the…
comdotdom
  • 35
  • 5
1
vote
2 answers

Structr, existing Neo4j installation

I had this working with a previous, snapshot version of structr - I wish to use an existing Neo4j installation via Structr and NOT Structr's embedded graph db. Set-up is : Windows 10 Neo4j 3.2.5 Structr 2.1.3 After structr starts, it creates a…
Kaliyug Antagonist
  • 3,512
  • 9
  • 51
  • 103
1
vote
1 answer

Structr schema operations timeout

I am trying to create an UI for my Neo4j graph "from scratch", meaning that I followed https://support.structr.com/article/234 on how to start up structr with an empty database, yet I set structr.conf to bind to an existing (and filled) graph via…
tscherg
  • 1,032
  • 8
  • 22
1
vote
1 answer

Hiding results from Admin in Structr

I'm building an interface where I see a list of items. As an admin, I see everyone's items. This clutters up the drag and drop Pages interface. This is the query I use to list items: sort(find('Item'), 'due') How do I limit this to just the logged…
Brad Fair
  • 917
  • 1
  • 7
  • 11
1
vote
1 answer

Structr drag-n-drop shared component fails

structr (2.0.0 and 2.0.1) - drag-n-drop component from project to shared component fails. Ubuntu 14.04, Chrome Version 54.0.2840.100 (64-bit), java version "1.8.0_20". Selects in the Pages Tree View, visible dragging across the page but then…
1
vote
2 answers

What's the "right" way to reference inbound relationships in structr

I'm trying to follow the approach shown in the introductory tutorial and building a page. The page is for a department and I've got a url like /department/12345, which Structr kindly automatically uses to look up the department node with the id…
Daniel
  • 77
  • 7
1
2 3