<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Server Error  when importing new Application in Software Defined Networking</title>
    <link>https://community.hpe.com/t5/software-defined-networking/server-error-when-importing-new-application/m-p/6373387#M149</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Please let us know if your problem is solved.&lt;/P&gt;&lt;P&gt;Please feel free to reply incase you have more questions around the same topic or open a new thread if new&amp;nbsp;topic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you feel your question has been answered, please do let us know by marking this response as an 'accepted solution’.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;HP SDN Team&lt;/P&gt;</description>
    <pubDate>Wed, 12 Feb 2014 19:27:29 GMT</pubDate>
    <dc:creator>sdnindia</dc:creator>
    <dc:date>2014-02-12T19:27:29Z</dc:date>
    <item>
      <title>Server Error  when importing new Application</title>
      <link>https://community.hpe.com/t5/software-defined-networking/server-error-when-importing-new-application/m-p/6337449#M86</link>
      <description>&lt;P&gt;Following the Health Monitor turorial, I've tried to create and import my first application.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've first generate the template application with the command:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;bin/gen-sdn-app /Users/admin/Documents/DataSerge/DEVELOPEMENT/HP/sdn-apps/health-monitor hm hp OpenFlowSwitch "Device Health Monitor" "Hewlett-Packard" "Application for monitoring health of network devices." health&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I've created the "hm-1.0.0-SNPSHOT.zip" &amp;nbsp;file from the hm-root folder with the command:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;mvn clean install&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Finally &amp;nbsp;I've used the Application/New button to import the previous ZIP file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BUT, after having press the upload button, I've obtained the following error window:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Server Error - 400: Bad Request&lt;/P&gt;&lt;P&gt;Type: error&lt;/P&gt;&lt;P&gt;URL: rs/apps/upload&lt;/P&gt;&lt;P&gt;View ID: apps&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once I've closed the window I have the status:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unsigned jars&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did someone have the same behaviour ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2014 09:44:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/server-error-when-importing-new-application/m-p/6337449#M86</guid>
      <dc:creator>sbotkine</dc:creator>
      <dc:date>2014-01-16T09:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: Server Error  when importing new Application</title>
      <link>https://community.hpe.com/t5/software-defined-networking/server-error-when-importing-new-application/m-p/6337791#M87</link>
      <description>&lt;P&gt;The SDN controller enforces jar-signing validation by default. For an experimental/development environment where unsigned applications need to be deployed, jar-signing validation can be turned off altogether:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1 - Stop the SDN controller:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sudo service sdnc stop&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;2 - Modify the /opt/sdn/virgo/bin/dmk.sh script to include the line shown below&amp;nbsp;in boldface type:&lt;/P&gt;&lt;P&gt;cd $KERNEL_HOME; exec $JAVA_EXECUTABLE \&lt;BR /&gt;$JAVA_OPTS \&lt;BR /&gt;$DEBUG_OPTS \&lt;BR /&gt;$JMX_OPTS \&lt;BR /&gt;-XX:+HeapDumpOnOutOfMemoryError \&lt;BR /&gt;-XX:ErrorFile=$KERNEL_HOME/serviceability/error.log \&lt;BR /&gt;-XX:HeapDumpPath=$KERNEL_HOME/serviceability/heap_dump.hprof \&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;-Dsdn.signedJar=none \&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;-Djava.security.auth.login.config=$AUTH_LOGIN \&lt;BR /&gt;-Dorg.eclipse.virgo.kernel.authentication.file=$AUTH_FILE \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3 - Start the SDN controller:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sudo service sdnc start&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2014 13:17:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/server-error-when-importing-new-application/m-p/6337791#M87</guid>
      <dc:creator>vandewilly</dc:creator>
      <dc:date>2014-01-16T13:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Server Error  when importing new Application</title>
      <link>https://community.hpe.com/t5/software-defined-networking/server-error-when-importing-new-application/m-p/6337803#M88</link>
      <description>Under the section Running the Controller Without Jar-Signing Validation, in the Admin Guide, you can find more details.</description>
      <pubDate>Thu, 16 Jan 2014 13:21:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/server-error-when-importing-new-application/m-p/6337803#M88</guid>
      <dc:creator>vandewilly</dc:creator>
      <dc:date>2014-01-16T13:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Server Error  when importing new Application</title>
      <link>https://community.hpe.com/t5/software-defined-networking/server-error-when-importing-new-application/m-p/6339555#M93</link>
      <description>&lt;P&gt;Same issue solved at &lt;A target="_blank" href="http://h30499.www3.hp.com/t5/SDN-Development/Unsigned-Jars/m-p/6302295#M81"&gt;http://h30499.www3.hp.com/t5/SDN-Development/Unsigned-Jars/m-p/6302295#M81&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2014 09:27:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/server-error-when-importing-new-application/m-p/6339555#M93</guid>
      <dc:creator>sdnindia</dc:creator>
      <dc:date>2014-01-17T09:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Server Error  when importing new Application</title>
      <link>https://community.hpe.com/t5/software-defined-networking/server-error-when-importing-new-application/m-p/6373387#M149</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Please let us know if your problem is solved.&lt;/P&gt;&lt;P&gt;Please feel free to reply incase you have more questions around the same topic or open a new thread if new&amp;nbsp;topic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you feel your question has been answered, please do let us know by marking this response as an 'accepted solution’.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;HP SDN Team&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2014 19:27:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/server-error-when-importing-new-application/m-p/6373387#M149</guid>
      <dc:creator>sdnindia</dc:creator>
      <dc:date>2014-02-12T19:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Server Error  when importing new Application</title>
      <link>https://community.hpe.com/t5/software-defined-networking/server-error-when-importing-new-application/m-p/6378623#M150</link>
      <description>&lt;P&gt;Yes it is solved.&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Serge&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2014 10:06:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/server-error-when-importing-new-application/m-p/6378623#M150</guid>
      <dc:creator>sbotkine</dc:creator>
      <dc:date>2014-02-17T10:06:01Z</dc:date>
    </item>
  </channel>
</rss>

