<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Error when try to add new element from palette in procedure</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=6479735" />
  <subtitle>Error when try to add new element from palette in procedure</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=6479735</id>
  <updated>2013-06-20T10:12:06Z</updated>
  <dc:date>2013-06-20T10:12:06Z</dc:date>
  <entry>
    <title>RE: Error when try to add new element from palette in procedure</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6488230" />
    <author>
      <name>vijay kumar</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6488230</id>
    <updated>2012-09-13T17:08:12Z</updated>
    <published>2012-09-13T17:08:12Z</published>
    <summary type="html">Hi Gavin,

Issue get resolved .The cause of error was the Step id that was created using user system login name here in my case it was "vijaykumar.saini" this contain dot in name so XDE is considering this as an invalid string,perhaps this is bug in the XDE ,Because windows allow to create such user name but XDE using same windows user name to create STEP ID.

Any way I also check XDE bundle with different user which don't contain dot in username  it working fine.

Thanks Gavin for your kind support...</summary>
    <dc:creator>vijay kumar</dc:creator>
    <dc:date>2012-09-13T17:08:12Z</dc:date>
  </entry>
  <entry>
    <title>RE: Error when try to add new element from palette in procedure</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6487742" />
    <author>
      <name>Gavin Camp</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6487742</id>
    <updated>2012-09-13T14:32:03Z</updated>
    <published>2012-09-13T14:32:03Z</published>
    <summary type="html">I've just tested the bundled version of eclipse delivered from this website : XDE_SDK_1.0.372_-_win32.zip and it works as expected.  I can create new XDE step items without any issues.  The steps I followed were:
- Unzip the bundle to a new directory
- Run eclipse
- Change to the XDE perspective
- Create an XDE project
- Create an XDE procedure in the XDE project
- Drag/click steps from the pallete onto the XDE procedure

My machine is Windows 7 64bit - Java 1.6.0_22

So the bundle seems fine, perhaps it is an environmental issue at your end.</summary>
    <dc:creator>Gavin Camp</dc:creator>
    <dc:date>2012-09-13T14:32:03Z</dc:date>
  </entry>
  <entry>
    <title>RE: Error when try to add new element from palette in procedure</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6483163" />
    <author>
      <name>vijay kumar</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6483163</id>
    <updated>2012-09-12T17:38:30Z</updated>
    <published>2012-09-12T17:38:30Z</published>
    <summary type="html">So which version of Eclipse i should usewith  XDE 1.0.372. and which is latest version of XDE i can use with eclipse Helios.Please provide latest link of bundled XDE SDK .

Thanks n Regards
Vijay</summary>
    <dc:creator>vijay kumar</dc:creator>
    <dc:date>2012-09-12T17:38:30Z</dc:date>
  </entry>
  <entry>
    <title>RE: Error when try to add new element from palette in procedure</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6483072" />
    <author>
      <name>Gavin Camp</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6483072</id>
    <updated>2012-09-12T16:59:42Z</updated>
    <published>2012-09-12T16:59:42Z</published>
    <summary type="html">It sounds like you are trying to do things correctly.  That version of XDE is 5 years old now, perhaps it does not work with the latest eclipse.
This eclipse version seems to match the XDE release date : 
[url=http://archive.eclipse.org/eclipse/downloads/drops/R-3.2.2-200702121330/]http://archive.eclipse.org/eclipse/downloads/drops/R-3.2.2-200702121330/[/url]
 
 </summary>
    <dc:creator>Gavin Camp</dc:creator>
    <dc:date>2012-09-12T16:59:42Z</dc:date>
  </entry>
  <entry>
    <title>RE: Error when try to add new element from palette in procedure</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6483041" />
    <author>
      <name>vijay kumar</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6483041</id>
    <updated>2012-09-12T16:51:57Z</updated>
    <published>2012-09-12T16:51:57Z</published>
    <summary type="html">I am new to XDE SDK .so i just try to run helloworld procedure. I created new procedure.xde file .this file by default contain only two elements start and return .I want to add more element in default flow chart like declare ,if condition etc.I try this by using following ways :

1.By dragging element from Palette to procedure flow chart--&gt; I got the exception as mentioned above post.
2.By selecting element in Palette and moving cursor with + sign and left click on procedure chart--&gt; Nothing happen no error no addition of element.
3.By keeping cursor on connection arrow,list of icon of element displayed I select on of them--&gt; Nothing happen no error no addition of element.     

I am using  XDE SDK.1.0.372 downloaded from Cisco site it contain Eclipse RCP with XDE plugin.

I don't have any idea about where logs are saved for this error.when trying above 3 ways eclipse console panel don't have any error message 

Please let me now proper way to add element in chart if any of above is not correct.

Thanks n Regards
Vijay</summary>
    <dc:creator>vijay kumar</dc:creator>
    <dc:date>2012-09-12T16:51:57Z</dc:date>
  </entry>
  <entry>
    <title>RE: Error when try to add new element from palette in procedure</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6481411" />
    <author>
      <name>Gavin Camp</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6481411</id>
    <updated>2012-09-12T11:55:18Z</updated>
    <published>2012-09-12T11:55:18Z</published>
    <summary type="html">Hi Vijay,

Do you have the error message (and stack) from the error log (its a seperate view)?
Also what version of XDE are you using, and what version of eclipse?

regards,
Gavin</summary>
    <dc:creator>Gavin Camp</dc:creator>
    <dc:date>2012-09-12T11:55:18Z</dc:date>
  </entry>
  <entry>
    <title>Error when try to add new element from palette in procedure</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6479734" />
    <author>
      <name>vijay kumar</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6479734</id>
    <updated>2012-09-12T07:04:42Z</updated>
    <published>2012-09-12T07:04:42Z</published>
    <summary type="html">I am getting pop-up error window when try to add new element in flow tree a new element from palette window.
 
 
An error has occurred. See error log for more details.
com.cisco.nm.workflow.definition.BuildException: Step id "vijaykumar.saini:12091211293588" contained illegal substring.</summary>
    <dc:creator>vijay kumar</dc:creator>
    <dc:date>2012-09-12T07:04:42Z</dc:date>
  </entry>
</feed>

