<?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 Http status 500 when login to Location Server Api in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/http-status-500-when-login-to-location-server-api/m-p/1802131#M181846</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tell me, If you want to explain my problem even more!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Oct 2011 10:24:10 GMT</pubDate>
    <dc:creator>androidcisco7</dc:creator>
    <dc:date>2011-10-06T10:24:10Z</dc:date>
    <item>
      <title>Http status 500 when login to Location Server Api</title>
      <link>https://community.cisco.com/t5/wireless/http-status-500-when-login-to-location-server-api/m-p/1802130#M181845</link>
      <description>&lt;P&gt;Hello!! &lt;/P&gt;&lt;P&gt;Fisrt of all, sorry for my english.....&lt;BR /&gt;I have a problem.....&lt;BR /&gt;I installed the Cisco Location Services Plug-in for Eclipse so after installation appeared jar files to eclipse\plugins\cisco.locationapi\lib&lt;/P&gt;&lt;P&gt;and in the Tomcat folder appeared the LocationServerAPI.war.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;After these, i started Tomcat and I clicked on Browser &lt;A href="http://localhost:8080/LocationServerAPI/" target="_blank"&gt;http://localhost:8080/LocationServerAPI/&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and we have this &amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;IMG src="https://community.cisco.com/legacyfs/online/legacy/9/7/7/63779-Localhost.jpg" alt="Localhost.jpg" class="jive-image-thumbnail jive-image" width="450" /&gt;&lt;/P&gt;&lt;P&gt;i wrote Server Ip, Port:8080, my username and password and i had this error &amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1&gt;HTTP Status 500 - &lt;/H1&gt;&lt;P&gt;&lt;/P&gt;&lt;HR noshade="noshade" size="1" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;type&lt;/STRONG&gt; Exception report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;message&lt;/STRONG&gt; &lt;SPAN style="text-decoration: underline;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;description&lt;/STRONG&gt; &lt;SPAN style="text-decoration: underline;"&gt;The server encountered an internal error () that&amp;nbsp; prevented it from fulfilling this request.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;exception&lt;/STRONG&gt; &lt;/P&gt;&lt;PRE&gt;javax.servlet.ServletException: Servlet execution threw an exception
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;root cause&lt;/STRONG&gt; &lt;/P&gt;&lt;PRE&gt;javax.xml.stream.FactoryConfigurationError: Provider javax.xml.stream.XMLInputFactory could not be instantiated: java.lang.InstantiationException
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; javax.xml.stream.XMLInputFactory.newInstance(XMLInputFactory.java:183)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; org.apache.axiom.om.util.StAXUtils.getXMLInputFactory(StAXUtils.java:40)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; org.apache.axiom.om.util.StAXUtils.createXMLStreamReader(StAXUtils.java:66)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; org.apache.axis2.deployment.DescriptionBuilder.buildOM(DescriptionBuilder.java:86)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:58)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguration(DeploymentEngine.java:690)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; org.apache.axis2.deployment.FileSystemConfigurator.getAxisConfiguration(FileSystemConfigurator.java:109)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:61)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem(ConfigurationContextFactory.java:180)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; org.apache.axis2.client.ServiceClient.initializeTransports(ServiceClient.java:189)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; org.apache.axis2.client.ServiceClient.configureServiceClient(ServiceClient.java:118)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; org.apache.axis2.client.ServiceClient.&amp;lt;init&amp;gt;(ServiceClient.java:114)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; com.cisco.www.location.xsd.LocationServiceStub.&amp;lt;init&amp;gt;(LocationServiceStub.java:680)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; com.cisco.www.location.xsd.LocationServiceStub.&amp;lt;init&amp;gt;(LocationServiceStub.java:704)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; com.cisco.gui.Main.stub(Main.java:37)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; com.cisco.gui.Main.processRequest(Main.java:53)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; com.cisco.gui.Main.doPost(Main.java:146)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;note&lt;/STRONG&gt; &lt;SPAN style="text-decoration: underline;"&gt;The full stack trace of the root cause is available in the&amp;nbsp; Apache Tomcat/7.0.5 logs.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;HR noshade="noshade" size="1" /&gt;&lt;P&gt;&lt;/P&gt;&lt;H3&gt;Apache Tomcat/7.0.5&lt;/H3&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me???Do you have any idea???&lt;BR /&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jul 2021 03:52:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/http-status-500-when-login-to-location-server-api/m-p/1802130#M181845</guid>
      <dc:creator>androidcisco7</dc:creator>
      <dc:date>2021-07-04T03:52:15Z</dc:date>
    </item>
    <item>
      <title>Http status 500 when login to Location Server Api</title>
      <link>https://community.cisco.com/t5/wireless/http-status-500-when-login-to-location-server-api/m-p/1802131#M181846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tell me, If you want to explain my problem even more!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 10:24:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/http-status-500-when-login-to-location-server-api/m-p/1802131#M181846</guid>
      <dc:creator>androidcisco7</dc:creator>
      <dc:date>2011-10-06T10:24:10Z</dc:date>
    </item>
  </channel>
</rss>

