wukong-m2m / wukong-darjeeling

Darjeeling for WuKong
Other
20 stars 17 forks source link

Master is broken after saving the C hello world wuclass and restarting the master #54

Closed wycc closed 10 years ago

wycc commented 11 years ago
pencilcheck commented 11 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.

nielsreijers commented 11 years ago

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 .

_

nielsreijers commented 11 years ago

Hmm, not as readable as I'd hoped ;-) but it will do I guess.

pencilcheck commented 11 years ago

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.

pencilcheck commented 11 years ago

But I will look into it.

pencilcheck commented 10 years ago

Looks like the problem is solved, master does not choke on newly created wuclasses now