Closed wycc closed 10 years ago
Can you reformat the error message so it is much readable? Also it seems like you didn't paste the full error trace.
Steps to reproduce:
1.
Create new wuclass 2.
Add a property, but don’t change anything 3.
Save 4.
Stop master server 5.
Restart master server 6.
It will choke on:
<WuClass name="New_Class" id="42" virtual="false" type="soft">
<property name="undefined" access="undefined" datatype="undefined"
/>
On Fri, Nov 1, 2013 at 3:51 PM, Penn Su notifications@github.com wrote:
Can you reformat the error message so it is much readable? Also it seems like you didn't paste the full error trace.
— Reply to this email directly or view it on GitHubhttps://github.com/wukong-m2m/wukong-darjeeling/issues/54#issuecomment-27551766 .
_
Hmm, not as readable as I'd hoped ;-) but it will do I guess.
Then I would suggest looking into the creation of wuclass property, seems like there could be a corruption happening during save or that the function that saves the property has some erroneous assumptions.
But I will look into it.
Looks like the problem is solved, master does not choke on newly created wuclasses now