<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "mango on Windows."]]></title>
		<link>http://forum.infiniteautomation.com/forum/posts/list/2.page</link>
		<description><![CDATA[Latest messages posted in the topic "mango on Windows."]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>mango on Windows.</title>
				<description><![CDATA[ Hi,<br /> <br /> My congratulations to you and your team for this project. <br /> <br /> I recently downloaded the project and was able to get it up and running under windows XP-Pro. I have failed to achieve the following:<br /> <br /> 1. I cannot add POINTS.<br /> 2. I cannot add users.<br /> <br /> Regarding adding POINTS some additional information:<br /> a. I have 2 PLCs with 8DI + 8DO and 8AI. They are MODBUS compatible devices and I have been using them on other SCADA packages on MODBUS RTU protocols. <br /> <br /> Regards,<br /> <br /> shyampras]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/13/22.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/13/22.page</link>
				<pubDate><![CDATA[Mon, 26 Mar 2007 12:14:14]]> GMT</pubDate>
				<author><![CDATA[ shyampras]]></author>
			</item>
			<item>
				<title>Re:mango on Windows.</title>
				<description><![CDATA[ Hello Shyampras,<br /> <br /> Thanks for your input. What browser are you using? Others have noted problems on the 'users' page with IE. The profile of the problem is that the page only displays "Users" with the add user icon (i.e. no actual users are rendered).<br /> <br /> We are looking into this issue. In the meantime, i recommend trying Firefox instead. If you are already using Firefox, please let us know.<br /> ]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/13/23.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/13/23.page</link>
				<pubDate><![CDATA[Mon, 26 Mar 2007 12:32:17]]> GMT</pubDate>
				<author><![CDATA[ mlohbihler]]></author>
			</item>
			<item>
				<title>Re:mango on Windows.</title>
				<description><![CDATA[ We've confirmed that the problem is indeed to do with IE. Unlike other browsers it seems this IE does not allow the cloning of TR elements; only TBODYs. A fix for this will be included in the next release of Mango, which is planned to occur in a few weeks. In the meantime, users can patch code themselves as follows. (The code below is for the 'users.jsp' page. There may be other areas in the system that require similar patches. Please report them if you find them.)<br /> <br /> At line 244 in users.jsp replace the line:<br /> <br /> [code]&lt;tr id="u_TEMPLATE_" onclick="showUser(getMangoId(this))" style="cursor:pointer;display:none;"&gt;[/code]<br /> <br /> ... with:<br /> <br /> [code]&lt;tbody id="u_TEMPLATE_" onclick="showUser(getMangoId(this))" style="cursor:pointer;display:none;"&gt;&lt;tr&gt;[/code]<br /> <br /> At line 247 replace:<br /> <br /> [code]&lt;/tr&gt;[/code]<br /> <br /> ... with:<br /> <br /> [code]&lt;/tr&gt;&lt;/tbody&gt;[/code]<br /> <br /> ]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/13/24.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/13/24.page</link>
				<pubDate><![CDATA[Mon, 26 Mar 2007 13:30:01]]> GMT</pubDate>
				<author><![CDATA[ mlohbihler]]></author>
			</item>
			<item>
				<title>Re:mango on Windows.</title>
				<description><![CDATA[ Hi Shyampras,<br /> <br /> Can you please provide more details regarding why you cannot add points? I've tried with both IE and Firefox and don't have any problems.<br /> <br /> In case this is a usability problem, you add points to data sources. So, click on 'Data sources', and then click the 'Add new point' icon for the appropriate data source.]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/13/25.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/13/25.page</link>
				<pubDate><![CDATA[Mon, 26 Mar 2007 13:46:47]]> GMT</pubDate>
				<author><![CDATA[ mlohbihler]]></author>
			</item>
			<item>
				<title>mango on Windows.</title>
				<description><![CDATA[ Hey, Thanks for the response..<br /> <br /> I am using Firefox. <br /> <br /> Regarding Data Sources--- I have tried to Add Points as suggested by you... i have not been successful..<br /> <br /> I am using M2M as an application!!!]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/13/26.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/13/26.page</link>
				<pubDate><![CDATA[Mon, 26 Mar 2007 14:19:54]]> GMT</pubDate>
				<author><![CDATA[ shyampras]]></author>
			</item>
			<item>
				<title>Re:mango on Windows.</title>
				<description><![CDATA[ [quote] Regarding Data Sources--- I have tried to Add Points as suggested by you... i have not been successful.. [/quote]<br /> <br /> Can you describe what is keeping you from being successful? I still don't understand your problem.]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/13/27.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/13/27.page</link>
				<pubDate><![CDATA[Mon, 26 Mar 2007 14:41:37]]> GMT</pubDate>
				<author><![CDATA[ mlohbihler]]></author>
			</item>
			<item>
				<title>mango on Windows.</title>
				<description><![CDATA[ Hello m@<br /> <br /> I too downloaded and installed per your instructions. Installation was flawless. However, as Shyampras reported, I too cannot add points. After clicking Data Sources, Add new source, I get a System Exception.<br /> <br /> Running on W2K Pro. I would like to communicate via TCP port to a Moxa NE4000 module at port 4001. Can I invoke an agent such as NetCat to perform this service?<br /> <br /> System Exception:<br /> System exception!<br /> <br /> The server has experienced an exception processing your last request. The exception has been logged, and system administrators will be notified of this problem. You may continue to use the site. We apologize for the inconvenience.<br /> <br /> Hide error details<br /> <br /> org.springframework.web.util.NestedServletException: Handler processing failed; nested exception is java.lang.NoClassDefFoundError: javax/comm/CommPortIdentifier<br /> Caused by: java.lang.NoClassDefFoundError: javax/comm/CommPortIdentifier<br /> 	at com.serotonin.mango.Common.getCommPorts(Common.java:216)<br /> 	at com.serotonin.mango.web.mvc.controller.DataSourceEditController.referenceData(DataSourceEditController.java:82)<br /> 	at org.springframework.web.servlet.mvc.AbstractFormController.showForm(AbstractFormController.java:557)<br /> 	at org.springframework.web.servlet.mvc.SimpleFormController.showForm(SimpleFormController.java:193)<br /> 	at org.springframework.web.servlet.mvc.SimpleFormController.showForm(SimpleFormController.java:172)<br /> 	at org.springframework.web.servlet.mvc.AbstractFormController.showNewForm(AbstractFormController.java:323)<br /> 	at org.springframework.web.servlet.mvc.AbstractFormController.handleRequestInternal(AbstractFormController.java:263)<br /> 	at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)<br /> 	at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:45)<br /> 	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:806)<br /> 	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:736)<br /> 	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:396)<br /> 	at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:350)<br /> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)<br /> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)<br /> 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)<br /> 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:18<img src="http://forum.infiniteautomation.com/forum//images/smilies/b2eb59423fbf5fa39342041237025880.gif"  /><br /> 	at com.serotonin.mango.web.filter.LoggedInFilter.doFilter(LoggedInFilter.java:62)<br /> 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)<br /> 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:18<img src="http://forum.infiniteautomation.com/forum//images/smilies/b2eb59423fbf5fa39342041237025880.gif"  /><br /> 	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)<br /> 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)<br /> 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)<br /> 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)<br /> 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:10<img src="http://forum.infiniteautomation.com/forum//images/smilies/b2eb59423fbf5fa39342041237025880.gif"  /><br /> 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)<br /> 	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)<br /> 	at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)<br /> 	at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:52<img src="http://forum.infiniteautomation.com/forum//images/smilies/b2eb59423fbf5fa39342041237025880.gif"  /><br /> 	at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)<br /> 	at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)<br /> 	at java.lang.Thread.run(Unknown Source)<br /> <br /> REQUEST URL<br /> <a class="snap_shots" href="http://localhost:8080/exception/error.jsp" target="_blank" rel="nofollow">http://localhost:8080/exception/error.jsp</a><br /> <br /> REQUEST PARAMETERS<br />    dsid=-1<br /> <br /> <br /> REQUEST HEADERS<br />    host=localhost:8080<br />    user-agent=Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3<br />    accept=text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5<br />    accept-language=en-us,en;q=0.5<br />    accept-encoding=gzip,deflate<br />    accept-charset=ISO-8859-1,utf-8;q=0.7,*;q=0.7<br />    keep-alive=300<br />    connection=keep-alive<br />    referer=http://localhost:8080/data_sources.shtm<br />    cookie=JSESSIONID=903BB66633864F8BC88C2299357DBF32<br /> <br /> <br /> REQUEST ATTRIBUTES<br />    javax.servlet.forward.request_uri=/data_source_edit.shtm<br />    javax.servlet.forward.context_path=<br />    javax.servlet.forward.servlet_path=/data_source_edit.shtm<br />    javax.servlet.forward.path_info=/exception/error.jsp<br />    javax.servlet.forward.query_string=dsid=-1<br />    org.springframework.web.servlet.DispatcherServlet.THEME_SOURCE=org.springframework.web.context.support.XmlWebApplicationContext: display name [WebApplicationContext for namespace 'springDispatcher-servlet']; startup date [Mon Mar 26 20:58:53 EDT 2007]; child of [org.springframework.web.context.support.XmlWebApplicationContext: display name [Root WebApplicationContext]; startup date [Mon Mar 26 20:58:12 EDT 2007]; root of context hierarchy; config locations [/WEB-INF/applicationContext.xml]]; config locations [/WEB-INF/springDispatcher-servlet.xml]<br />    org.springframework.web.servlet.DispatcherServlet.THEME_RESOLVER=org.springframework.web.servlet.theme.FixedThemeResolver@134ae32<br />    org.springframework.web.servlet.DispatcherServlet.CONTEXT=org.springframework.web.context.support.XmlWebApplicationContext: display name [WebApplicationContext for namespace 'springDispatcher-servlet']; startup date [Mon Mar 26 20:58:53 EDT 2007]; child of [org.springframework.web.context.support.XmlWebApplicationContext: display name [Root WebApplicationContext]; startup date [Mon Mar 26 20:58:12 EDT 2007]; root of context hierarchy; config locations [/WEB-INF/applicationContext.xml]]; config locations [/WEB-INF/springDispatcher-servlet.xml]<br />    javax.servlet.error.status_code=500<br />    javax.servlet.error.servlet_name=springDispatcher<br />    org.springframework.web.servlet.HandlerMapping.pathWithinHandlerMapping=/data_source_edit.shtm<br />    javax.servlet.error.message=<br />    javax.servlet.error.exception=org.springframework.web.util.NestedServletException: Handler processing failed; nested exception is java.lang.NoClassDefFoundError: javax/comm/CommPortIdentifier<br />    javax.servlet.error.request_uri=/data_source_edit.shtm<br />    org.springframework.web.servlet.DispatcherServlet.LOCALE_RESOLVER=org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver@1988886<br /> <br /> <br /> SESSION ATTRIBUTES<br />    sessionUser=com.serotonin.mango.vo.User@6ca1a6<br /> ]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/13/28.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/13/28.page</link>
				<pubDate><![CDATA[Mon, 26 Mar 2007 20:56:08]]> GMT</pubDate>
				<author><![CDATA[ clark]]></author>
			</item>
			<item>
				<title>Re:mango on Windows.</title>
				<description><![CDATA[ Hi Clark,<br /> <br /> Thanks for posting the stack trace: now i understand.<br /> <br /> The installation instructions are in fact incorrect that the Javacomm section is optional. At the very least you must download comm.jar and put it into the appropriate directory (&lt;jdk1.6-home&gt;\jre\bin\ext).<br /> <br /> I apologize for the error. I will make sure the web site is updated as soon as possible. ]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/13/30.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/13/30.page</link>
				<pubDate><![CDATA[Mon, 26 Mar 2007 21:14:33]]> GMT</pubDate>
				<author><![CDATA[ mlohbihler]]></author>
			</item>
			<item>
				<title>Re:mango on Windows.</title>
				<description><![CDATA[ On second thought, adding comm.jar will be considered a temporary fix. The code will be changed to tolerate its absence.]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/13/32.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/13/32.page</link>
				<pubDate><![CDATA[Mon, 26 Mar 2007 21:34:54]]> GMT</pubDate>
				<author><![CDATA[ mlohbihler]]></author>
			</item>
			<item>
				<title>mango on Windows.</title>
				<description><![CDATA[ Hi m@,<br /> <br /> I double checked the JAVACOMM installation and verified per your instructions. I also copied comm.jar to <br /> (&lt;jdk1.6-home&gt;\jre\lib\ext. Still have the problem.<br /> <br /> Host is IBM Think PAD 600E. There is no COM1, only COM2, which is freely available.<br /> <br /> Would you mind if I attempted to build with Net Beans? Are there any libraries or external jars that need to be bundled? I can then try to debug.<br /> <br /> Thanks,<br /> <br /> -Clark<br /> <br /> ]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/13/45.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/13/45.page</link>
				<pubDate><![CDATA[Thu, 29 Mar 2007 21:15:23]]> GMT</pubDate>
				<author><![CDATA[ clark]]></author>
			</item>
			<item>
				<title>Re:mango on Windows.</title>
				<description><![CDATA[ Hi Clark,<br /> <br /> I haven't tried javacomm with a Thinkpad but it really shouldn't be different than any other host. If you have any ports showing up, chances are your installation is correct. Here is a more detailed description of problem profiles with javacomm on Windows. (Note: this is based only upon our experience with the package and so should not be considered authoritative.)<br /> <br /> - If comm.jar is not correctly installed, you will get a ClassNotFoundException.<br /> - If win32com.dll is not correctly installed, you should see library link failure messages in the Tomcat console.<br /> - If javax.comm.properties is not correctly installed, you will not see any serial ports in the drop down list within the serial-based protocol pages (Modbus RTU/ASCII), assuming your host has at least one.<br /> <br /> I personally find the following code to be a good diagnostic tool for javacomm. It depends only upon the JDK and comm.jar. It will list serial (type 1) and parallel (type 2) ports on your host.<br /> <br /> [code]<br /> import javax.comm.CommPortIdentifier;<br /> import java.util.Enumeration;<br /> <br /> public class CommPortList {<br />     public static void main(String[] args) {<br />         new CommPortList();<br />     }<br /> <br />     public CommPortList() {<br />         System.out.println("Listing comm ports...");<br /> <br />         Enumeration portList = CommPortIdentifier.getPortIdentifiers();<br />         while (portList.hasMoreElements()) {<br />             CommPortIdentifier portId = (CommPortIdentifier) portList.nextElement();<br />             System.out.println("found port "+ portId.getName() +", type="+ portId.getPortType());<br />         }<br /> <br />         System.out.println("Done.");<br />     }<br /> }<br /> [/code]<br /> <br /> A tool like HyperTerminal should also provide you with a list of all of your serial ports (although it often will list many virtual ports that javacomm will not find).<br /> <br /> I hope this all helps.]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/13/46.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/13/46.page</link>
				<pubDate><![CDATA[Thu, 29 Mar 2007 22:33:59]]> GMT</pubDate>
				<author><![CDATA[ mlohbihler]]></author>
			</item>
			<item>
				<title>mango on Windows.</title>
				<description><![CDATA[ Hi M@<br /> <br /> About a week ago I was able to get the install running Since I had a JRE directory installed, I needed to duplicate your instructions for installation of JAVACOMM to the associated directories under JRE.<br /> <br /> I am now running Modbus TCP usng a freeware RTU simulator listening on port 502.<br /> <br /> -Clark]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/13/62.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/13/62.page</link>
				<pubDate><![CDATA[Tue, 10 Apr 2007 22:05:45]]> GMT</pubDate>
				<author><![CDATA[ clark]]></author>
			</item>
			<item>
				<title>Re:mango on Windows.</title>
				<description><![CDATA[ Good work Clark.<br /> <br /> Is everything working ok then, or do you still need some help?]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/13/64.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/13/64.page</link>
				<pubDate><![CDATA[Thu, 12 Apr 2007 17:19:18]]> GMT</pubDate>
				<author><![CDATA[ mlohbihler]]></author>
			</item>
			<item>
				<title>mango on Windows.</title>
				<description><![CDATA[ Hi M@,<br /> <br /> I think I'm all set. I do have some questions but will move over to the bugs/comments forum at this point.<br /> <br /> Thanks, Clark]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/13/65.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/13/65.page</link>
				<pubDate><![CDATA[Sat, 14 Apr 2007 08:06:03]]> GMT</pubDate>
				<author><![CDATA[ clark]]></author>
			</item>
			<item>
				<title>Re:mango on Windows.</title>
				<description><![CDATA[ Hello. I have just downloaded Sun JDK, apache, Mango, installed for the first time and get a very similar problem. Here it is: I tried placing the RXTXcomm.jar and rxtxSerial.dll in all jre\bin, jre\lib\ext and jre\lib directories. Can you help?<br /> <br /> Thanks<br /> <br /> <br /> <br /> System exception!<br /> <br /> The server has experienced an exception processing your last request. The exception has been logged, and system administrators will be notified of this problem. You may continue to use the site. We apologize for the inconvenience.<br /> <br /> Hide error details<br /> <br /> org.springframework.web.util.NestedServletException: Handler processing failed; nested exception is java.lang.NoClassDefFoundError: gnu/io/CommPortIdentifier<br /> Caused by: java.lang.NoClassDefFoundError: gnu/io/CommPortIdentifier<br /> 	at com.serotonin.mango.Common.getCommPorts(Common.java:249)<br /> 	at com.serotonin.mango.web.mvc.controller.DataSourceEditController.handleRequestInternal(DataSourceEditController.java:71)<br /> 	at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)<br /> 	at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:45)<br /> 	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:806)<br /> 	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:736)<br /> 	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:396)<br /> 	at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:350)<br /> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)<br /> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)<br /> 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)<br /> 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br /> 	at com.serotonin.mango.web.filter.LoggedInFilter.doFilter(LoggedInFilter.java:62)<br /> 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)<br /> 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br /> 	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)<br /> 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)<br /> 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:12<img src="http://forum.infiniteautomation.com/forum//images/smilies/b2eb59423fbf5fa39342041237025880.gif"  /><br /> 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)<br /> 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)<br /> 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)<br /> 	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)<br /> 	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:584)<br /> 	at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)<br /> 	at java.lang.Thread.run(Thread.java:619)<br /> <br /> REQUEST URL<br /> <a class="snap_shots" href="http://localhost:8080/exception/error.jsp" target="_blank" rel="nofollow">http://localhost:8080/exception/error.jsp</a><br /> <br /> REQUEST PARAMETERS<br />    typeId=1<br /> <br /> <br /> REQUEST HEADERS<br />    host=localhost:8080<br />    user-agent=Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7<br />    accept=text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5<br />    accept-language=en-us,en;q=0.5<br />    accept-encoding=gzip,deflate<br />    accept-charset=ISO-8859-1,utf-8;q=0.7,*;q=0.7<br />    keep-alive=300<br />    connection=keep-alive<br />    referer=http://localhost:8080/data_source_add.shtm<br />    cookie=JSESSIONID=25F3DE61087B3E7B7B68E26D62F9D4CD<br /> <br /> <br /> REQUEST ATTRIBUTES<br />    javax.servlet.forward.request_uri=/data_source_edit.shtm<br />    javax.servlet.forward.context_path=<br />    javax.servlet.forward.servlet_path=/data_source_edit.shtm<br />    javax.servlet.forward.path_info=/exception/error.jsp<br />    javax.servlet.forward.query_string=typeId=1<br />    org.springframework.web.servlet.DispatcherServlet.THEME_SOURCE=org.springframework.web.context.support.XmlWebApplicationContext: display name [WebApplicationContext for namespace 'springDispatcher-servlet']; startup date [Wed Oct 24 21:48:50 PDT 2007]; child of [org.springframework.web.context.support.XmlWebApplicationContext: display name [Root WebApplicationContext]; startup date [Wed Oct 24 21:48:42 PDT 2007]; root of context hierarchy; config locations [/WEB-INF/applicationContext.xml]]; config locations [/WEB-INF/springDispatcher-servlet.xml]<br />    org.springframework.web.servlet.DispatcherServlet.THEME_RESOLVER=org.springframework.web.servlet.theme.FixedThemeResolver@139626c<br />    org.springframework.web.servlet.DispatcherServlet.CONTEXT=org.springframework.web.context.support.XmlWebApplicationContext: display name [WebApplicationContext for namespace 'springDispatcher-servlet']; startup date [Wed Oct 24 21:48:50 PDT 2007]; child of [org.springframework.web.context.support.XmlWebApplicationContext: display name [Root WebApplicationContext]; startup date [Wed Oct 24 21:48:42 PDT 2007]; root of context hierarchy; config locations [/WEB-INF/applicationContext.xml]]; config locations [/WEB-INF/springDispatcher-servlet.xml]<br />    javax.servlet.error.status_code=500<br />    javax.servlet.error.servlet_name=springDispatcher<br />    org.springframework.web.servlet.HandlerMapping.pathWithinHandlerMapping=/data_source_edit.shtm<br />    javax.servlet.error.message=<br />    javax.servlet.error.exception=org.springframework.web.util.NestedServletException: Handler processing failed; nested exception is java.lang.NoClassDefFoundError: gnu/io/CommPortIdentifier<br />    javax.servlet.error.request_uri=/data_source_edit.shtm<br />    org.springframework.web.servlet.DispatcherServlet.LOCALE_RESOLVER=org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver@6ccf3e<br /> <br /> <br /> SESSION ATTRIBUTES<br />    sessionUser=com.serotonin.mango.vo.User@199f9eb<br /> <br /> <br /> CONTEXT ATTRIBUTES<br />    org.directwebremoting.impl.ServerContext=org.directwebremoting.impl.DefaultServerContext@1e6ee98<br />    constants.DataSourceVO.Types.MODBUS_SERIAL=2<br />    constants.DataSourceVO.Types.SQL=6<br />    org.apache.catalina.WELCOME_FILES=[Ljava.lang.String;@3a3e21<br />    constants.DataSourceVO.Types.HTTP_RECEIVER=7<br />    constants.DataSourceVO.Types.VIRTUAL=1<br />    constants.DataSourceVO.Types.MODBUS_IP=3<br />    javax.servlet.context.tempdir=C:\apache-tomcat-6.0.14\work\Catalina\localhost\_<br />    constants.DataSourceVO.Types.SNMP=5<br />    org.springframework.web.servlet.FrameworkServlet.CONTEXT.springDispatcher=org.springframework.web.context.support.XmlWebApplicationContext: display name [WebApplicationContext for namespace 'springDispatcher-servlet']; startup date [Wed Oct 24 21:48:50 PDT 2007]; child of [org.springframework.web.context.support.XmlWebApplicationContext: display name [Root WebApplicationContext]; startup date [Wed Oct 24 21:48:42 PDT 2007]; root of context hierarchy; config locations [/WEB-INF/applicationContext.xml]]; config locations [/WEB-INF/springDispatcher-servlet.xml]<br />    constants.SystemEventType.TYPE_VERSION_CHECK=5<br />    constants.Common.NEW_ID=-1<br />    org.apache.catalina.jsp_classpath=/C:/apache-tomcat-6.0.14/webapps/ROOT/WEB-INF/classes/;/C:/apache-tomcat-6.0.14/webapps/ROOT/WEB-INF/lib/OneWireAPI.jar;/C:/apache-tomcat-6.0.14/webapps/ROOT/WEB-INF/lib/SNMP4J.jar;/C:/apache-tomcat-6.0.14/webapps/ROOT/WEB-INF/lib/activation.jar;/C:/apache-tomcat-6.0.14/webapps/ROOT/WEB-INF/lib/commons-codec-1.3.jar;/C:/apache-tomcat-6.0.14/webapps/ROOT/WEB-INF/lib/commons-fileupload.jar;/C:/apache-tomcat-6.0.14/webapps/ROOT/WEB-INF/lib/commons-httpclient-3.0.1.jar;/C:/apache-tomcat-6.0.14/webapps/ROOT/WEB-INF/lib/commons-io.jar;/C:/apache-tomcat-6.0.14/webapps/ROOT/WEB-INF/lib/commons-logging.jar;/C:/apache-tomcat-6.0.14/webapps/ROOT/WEB-INF/lib/derby.jar;/C:/apache-tomcat-6.0.14/webapps/ROOT/WEB-INF/lib/derbytools.jar;/C:/apache-tomcat-6.0.14/webapps/ROOT/WEB-INF/lib/dwr.jar;/C:/apache-tomcat-6.0.14/webapps/ROOT/WEB-INF/lib/freemarker.jar;/C:/apache-tomcat-6.0.14/webapps/ROOT/WEB-INF/lib/jcommon-1.0.5.jar;/C:/apache-tomcat-6.0.14/webapps/ROOT/WEB-INF/lib/jfreechart-1.0.2.jar;/C:/apache-tomcat-6.0.14/webapps/ROOT/WEB-INF/lib/joda-time-1.3.jar;/C:/apache-tomcat-6.0.14/webapps/ROOT/WEB-INF/lib/json.jar;/C:/apache-tomcat-6.0.14/webapps/ROOT/WEB-INF/lib/jstl.jar;/C:/apache-tomcat-6.0.14/webapps/ROOT/WEB-INF/lib/log4j-1.2.14.jar;/C:/apache-tomcat-6.0.14/webapps/ROOT/WEB-INF/lib/mailapi.jar;/C:/apache-tomcat-6.0.14/webapps/ROOT/WEB-INF/lib/modbus4J.jar;/C:/apache-tomcat-6.0.14/webapps/ROOT/WEB-INF/lib/mysql-connector-java-3.1.8-bin.jar;/C:/apache-tomcat-6.0.14/webapps/ROOT/WEB-INF/lib/quartz.jar;/C:/apache-tomcat-6.0.14/webapps/ROOT/WEB-INF/lib/seroUtils.jar;/C:/apache-tomcat-6.0.14/webapps/ROOT/WEB-INF/lib/smtp.jar;/C:/apache-tomcat-6.0.14/webapps/ROOT/WEB-INF/lib/spinwave.jar;/C:/apache-tomcat-6.0.14/webapps/ROOT/WEB-INF/lib/spring.jar;/C:/apache-tomcat-6.0.14/webapps/ROOT/WEB-INF/lib/standard.jar;/C:/apache-tomcat-6.0.14/webapps/ROOT/WEB-INF/lib/taglibs-log.jar;/C:/apache-tomcat-6.0.14/lib/;/C:/apache-tomcat-6.0.14/lib/annotations-api.jar;/C:/apache-tomcat-6.0.14/lib/catalina-ant.jar;/C:/apache-tomcat-6.0.14/lib/catalina-ha.jar;/C:/apache-tomcat-6.0.14/lib/catalina-tribes.jar;/C:/apache-tomcat-6.0.14/lib/catalina.jar;/C:/apache-tomcat-6.0.14/lib/el-api.jar;/C:/apache-tomcat-6.0.14/lib/jasper-el.jar;/C:/apache-tomcat-6.0.14/lib/jasper-jdt.jar;/C:/apache-tomcat-6.0.14/lib/jasper.jar;/C:/apache-tomcat-6.0.14/lib/jsp-api.jar;/C:/apache-tomcat-6.0.14/lib/servlet-api.jar;/C:/apache-tomcat-6.0.14/lib/tomcat-coyote.jar;/C:/apache-tomcat-6.0.14/lib/tomcat-dbcp.jar;/C:/apache-tomcat-6.0.14/lib/tomcat-i18n-es.jar;/C:/apache-tomcat-6.0.14/lib/tomcat-i18n-fr.jar;/C:/apache-tomcat-6.0.14/lib/tomcat-i18n-ja.jar;/C:/Program%20Files/Java/jdk1.6.0_03/lib/tools.jar;/C:/apache-tomcat-6.0.14/bin/bootstrap.jar;/C:/Program%20Files/Java/jdk1.6.0_03/jre/lib/ext/dnsns.jar;/C:/Program%20Files/Java/jdk1.6.0_03/jre/lib/ext/localedata.jar;/C:/Program%20Files/Java/jdk1.6.0_03/jre/lib/ext/sunjce_provider.jar;/C:/Program%20Files/Java/jdk1.6.0_03/jre/lib/ext/sunmscapi.jar;/C:/Program%20Files/Java/jdk1.6.0_03/jre/lib/ext/sunpkcs11.jar<br />    javax.servlet.ServletConfig=org.apache.catalina.core.StandardWrapperFacade@1c519e2<br />    constants.EventType.EventSources.SYSTEM=4<br />    org.apache.jasper.runtime.JspApplicationContextImpl=org.apache.jasper.runtime.JspApplicationContextImpl@1264c84<br />    SCHEDULER=org.quartz.impl.StdScheduler@16999c8<br />    org.apache.catalina.resources=org.apache.naming.resources.ProxyDirContext@1ef3d12<br />    javax.servlet.http.HttpServlet=org.directwebremoting.servlet.DwrServlet@1927504<br />    constants.DataSourceVO.Types.SPINWAVE=4<br />    constants.Permissions.DataPointAccessTypes.SET=2<br />    org.directwebremoting.WebContextFactory$WebContextBuilder=org.directwebremoting.impl.DefaultWebContextBuilder@408893<br />    constants.EventType.EventSources.SCHEDULED=6<br />    org.springframework.web.context.WebApplicationContext.ROOT=org.springframework.web.context.support.XmlWebApplicationContext: display name [Root WebApplicationContext]; startup date [Wed Oct 24 21:48:42 PDT 2007]; root of context hierarchy; config locations [/WEB-INF/applicationContext.xml]<br />    IMAGE_SETS=[com.serotonin.mango.view.LoadedImageSet@c6a26b, com.serotonin.mango.view.LoadedImageSet@d11f32, com.serotonin.mango.view.LoadedImageSet@157457b, com.serotonin.mango.view.LoadedImageSet@92a78b, com.serotonin.mango.view.LoadedImageSet@35c41b]<br />    constants.SystemEventType.TYPE_USER_LOGIN=4<br />    HTTP_RECEIVER_MULTICASTER=com.serotonin.mango.rt.dataSource.http.HttpReceiverMulticaster@1ddcac5<br />    constants.SystemEventType.TYPE_MAX_ALARM_LEVEL_CHANGED=3<br />    constants.Permissions.DataPointAccessTypes.DATA_SOURCE=3<br />    constants.Permissions.DataPointAccessTypes.NONE=0<br />    constants.Permissions.DataPointAccessTypes.ADMIN=4<br />    EVENT_MANAGER=com.serotonin.mango.rt.EventManager@2b7fc2<br />    FREEMARKER_CONFIG=freemarker.template.Configuration@1d0bc85<br />    org.directwebremoting.ContainerList=[org.directwebremoting.impl.DefaultContainer@108c1b7]<br />    constants.SystemEventType.TYPE_SYSTEM_SHUTDOWN=2<br />    constants.SystemEventType.TYPE_SYSTEM_STARTUP=1<br />    org.directwebremoting.Container=org.directwebremoting.impl.DefaultContainer@108c1b7<br />    DATABASE_ACCESS=com.serotonin.mango.db.DatabaseAccess@1e61582<br />    constants.SystemEventType.TYPE_COMPOUND_DETECTOR_FAILURE=6<br />    constants.EventType.EventSources.DATA_SOURCE=3<br />    constants.EventType.EventSources.DATA_POINT=1<br />    constants.Permissions.DataPointAccessTypes.READ=1<br />    BACKGROUND_PROCESSING=com.serotonin.mango.rt.maint.BackgroundProcessing@8e2fb5<br />    RUNTIME_MANAGER=com.serotonin.mango.rt.RuntimeManager@de24c5<br />    org.apache.AnnotationProcessor=org.apache.catalina.util.DefaultAnnotationProcessor@402e11<br />    constants.EventType.EventSources.COMPOUND=5<br /> <br /> <br /> ]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/13/188.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/13/188.page</link>
				<pubDate><![CDATA[Thu, 25 Oct 2007 01:11:15]]> GMT</pubDate>
				<author><![CDATA[ Selwyn]]></author>
			</item>
			<item>
				<title>Re:mango on Windows.</title>
				<description><![CDATA[ Not sure. The directories look good, so the only things i can suggest are to 1) restart the Tomcat instance, and 2) make sure the Java in which you put the libraries is the same as the Java that Tomcat is running under.]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/13/192.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/13/192.page</link>
				<pubDate><![CDATA[Thu, 25 Oct 2007 20:57:08]]> GMT</pubDate>
				<author><![CDATA[ mlohbihler]]></author>
			</item>
			<item>
				<title>Re:mango on Windows.</title>
				<description><![CDATA[ Hey, no problem. I solved this: I did not realize a) that you had to go to Sun to get comm.jar b) once copied into the correct directory, you have to restart Tomcat.<br /> <br /> Thanks<br /> ]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/13/193.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/13/193.page</link>
				<pubDate><![CDATA[Fri, 26 Oct 2007 00:46:06]]> GMT</pubDate>
				<author><![CDATA[ Selwyn]]></author>
			</item>
			<item>
				<title>Re:mango on Windows.</title>
				<description><![CDATA[ Huh. Ok, well, good. What's funny though is it was complaining about missing gnu.io classes, which are definitely not in comm.jar.<br /> <br /> Anyway, welcome to Mango.]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/13/194.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/13/194.page</link>
				<pubDate><![CDATA[Fri, 26 Oct 2007 01:07:25]]> GMT</pubDate>
				<author><![CDATA[ mlohbihler]]></author>
			</item>
			<item>
				<title>Re:mango on Windows.</title>
				<description><![CDATA[ On my initial install I had gnu.io errors because I had an older jdk.  ]]></description>
				<guid isPermaLink="true">http://forum.infiniteautomation.com/forum/posts/preList/13/201.page</guid>
				<link>http://forum.infiniteautomation.com/forum/posts/preList/13/201.page</link>
				<pubDate><![CDATA[Mon, 29 Oct 2007 04:01:14]]> GMT</pubDate>
				<author><![CDATA[ craig]]></author>
			</item>
	</channel>
</rss>