[Logo] Mango M2M Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
mango on Windows.  XML
Forum Index -> Mango installation Go to Page: 1, 2 Next 
Author Message
shyampras



Joined: 26/03/2007 11:57:34
Messages: 2
Offline

Hi,

My congratulations to you and your team for this project.

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:

1. I cannot add POINTS.
2. I cannot add users.

Regarding adding POINTS some additional information:
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.

Regards,

shyampras
[Yahoo!] [MSN]
mlohbihler


[Avatar]

Joined: 01/03/2007 22:48:52
Messages: 232
Offline

Hello Shyampras,

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).

We are looking into this issue. In the meantime, i recommend trying Firefox instead. If you are already using Firefox, please let us know.

Best regards,
m@
mlohbihler


[Avatar]

Joined: 01/03/2007 22:48:52
Messages: 232
Offline

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.)

At line 244 in users.jsp replace the line:

Code:
<tr id="u_TEMPLATE_" onclick="showUser(getMangoId(this))" style="cursor:pointer;display:none;">


... with:

Code:
<tbody id="u_TEMPLATE_" onclick="showUser(getMangoId(this))" style="cursor:pointer;display:none;"><tr>


At line 247 replace:

Code:
</tr>


... with:

Code:
</tr></tbody>



Best regards,
m@
mlohbihler


[Avatar]

Joined: 01/03/2007 22:48:52
Messages: 232
Offline

Hi Shyampras,

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.

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.

Best regards,
m@
shyampras



Joined: 26/03/2007 11:57:34
Messages: 2
Offline

Hey, Thanks for the response..

I am using Firefox.

Regarding Data Sources--- I have tried to Add Points as suggested by you... i have not been successful..

I am using M2M as an application!!!
[Yahoo!] [MSN]
mlohbihler


[Avatar]

Joined: 01/03/2007 22:48:52
Messages: 232
Offline

Regarding Data Sources--- I have tried to Add Points as suggested by you... i have not been successful..  


Can you describe what is keeping you from being successful? I still don't understand your problem.

Best regards,
m@
clark



Joined: 26/03/2007 20:40:04
Messages: 5
Location: USA
Offline

Hello m@

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.

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?

System Exception:
System exception!

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.

Hide error details

org.springframework.web.util.NestedServletException: Handler processing failed; nested exception is java.lang.NoClassDefFoundError: javax/comm/CommPortIdentifier
Caused by: java.lang.NoClassDefFoundError: javax/comm/CommPortIdentifier
at com.serotonin.mango.Common.getCommPorts(Common.java:216)
at com.serotonin.mango.web.mvc.controller.DataSourceEditController.referenceData(DataSourceEditController.java:82)
at org.springframework.web.servlet.mvc.AbstractFormController.showForm(AbstractFormController.java:557)
at org.springframework.web.servlet.mvc.SimpleFormController.showForm(SimpleFormController.java:193)
at org.springframework.web.servlet.mvc.SimpleFormController.showForm(SimpleFormController.java:172)
at org.springframework.web.servlet.mvc.AbstractFormController.showNewForm(AbstractFormController.java:323)
at org.springframework.web.servlet.mvc.AbstractFormController.handleRequestInternal(AbstractFormController.java:263)
at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:45)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:806)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:736)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:396)
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:350)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:18
at com.serotonin.mango.web.filter.LoggedInFilter.doFilter(LoggedInFilter.java:62)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:18
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:10
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:52
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
at java.lang.Thread.run(Unknown Source)

REQUEST URL
http://localhost:8080/exception/error.jsp

REQUEST PARAMETERS
dsid=-1


REQUEST HEADERS
host=localhost:8080
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
accept=text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
accept-language=en-us,en;q=0.5
accept-encoding=gzip,deflate
accept-charset=ISO-8859-1,utf-8;q=0.7,*;q=0.7
keep-alive=300
connection=keep-alive
referer=http://localhost:8080/data_sources.shtm
cookie=JSESSIONID=903BB66633864F8BC88C2299357DBF32


REQUEST ATTRIBUTES
javax.servlet.forward.request_uri=/data_source_edit.shtm
javax.servlet.forward.context_path=
javax.servlet.forward.servlet_path=/data_source_edit.shtm
javax.servlet.forward.path_info=/exception/error.jsp
javax.servlet.forward.query_string=dsid=-1
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]
org.springframework.web.servlet.DispatcherServlet.THEME_RESOLVER=org.springframework.web.servlet.theme.FixedThemeResolver@134ae32
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]
javax.servlet.error.status_code=500
javax.servlet.error.servlet_name=springDispatcher
org.springframework.web.servlet.HandlerMapping.pathWithinHandlerMapping=/data_source_edit.shtm
javax.servlet.error.message=
javax.servlet.error.exception=org.springframework.web.util.NestedServletException: Handler processing failed; nested exception is java.lang.NoClassDefFoundError: javax/comm/CommPortIdentifier
javax.servlet.error.request_uri=/data_source_edit.shtm
org.springframework.web.servlet.DispatcherServlet.LOCALE_RESOLVER=org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver@1988886


SESSION ATTRIBUTES
sessionUser=com.serotonin.mango.vo.User@6ca1a6
mlohbihler


[Avatar]

Joined: 01/03/2007 22:48:52
Messages: 232
Offline

Hi Clark,

Thanks for posting the stack trace: now i understand.

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 (<jdk1.6-home>\jre\bin\ext).

I apologize for the error. I will make sure the web site is updated as soon as possible.

Best regards,
m@
mlohbihler


[Avatar]

Joined: 01/03/2007 22:48:52
Messages: 232
Offline

On second thought, adding comm.jar will be considered a temporary fix. The code will be changed to tolerate its absence.

Best regards,
m@
clark



Joined: 26/03/2007 20:40:04
Messages: 5
Location: USA
Offline

Hi m@,

I double checked the JAVACOMM installation and verified per your instructions. I also copied comm.jar to
(<jdk1.6-home>\jre\lib\ext. Still have the problem.

Host is IBM Think PAD 600E. There is no COM1, only COM2, which is freely available.

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.

Thanks,

-Clark

mlohbihler


[Avatar]

Joined: 01/03/2007 22:48:52
Messages: 232
Offline

Hi Clark,

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.)

- If comm.jar is not correctly installed, you will get a ClassNotFoundException.
- If win32com.dll is not correctly installed, you should see library link failure messages in the Tomcat console.
- 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.

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.

Code:
 import javax.comm.CommPortIdentifier;
 import java.util.Enumeration;
 
 public class CommPortList {
     public static void main(String[] args) {
         new CommPortList();
     }
 
     public CommPortList() {
         System.out.println("Listing comm ports...");
 
         Enumeration portList = CommPortIdentifier.getPortIdentifiers();
         while (portList.hasMoreElements()) {
             CommPortIdentifier portId = (CommPortIdentifier) portList.nextElement();
             System.out.println("found port "+ portId.getName() +", type="+ portId.getPortType());
         }
 
         System.out.println("Done.");
     }
 }
 


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).

I hope this all helps.

Best regards,
m@
clark



Joined: 26/03/2007 20:40:04
Messages: 5
Location: USA
Offline

Hi M@

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.

I am now running Modbus TCP usng a freeware RTU simulator listening on port 502.

-Clark
mlohbihler


[Avatar]

Joined: 01/03/2007 22:48:52
Messages: 232
Offline

Good work Clark.

Is everything working ok then, or do you still need some help?

Best regards,
m@
clark



Joined: 26/03/2007 20:40:04
Messages: 5
Location: USA
Offline

Hi M@,

I think I'm all set. I do have some questions but will move over to the bugs/comments forum at this point.

Thanks, Clark
Selwyn



Joined: 23/07/2007 01:17:27
Messages: 2
Offline

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?

Thanks



System exception!

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.

Hide error details

org.springframework.web.util.NestedServletException: Handler processing failed; nested exception is java.lang.NoClassDefFoundError: gnu/io/CommPortIdentifier
Caused by: java.lang.NoClassDefFoundError: gnu/io/CommPortIdentifier
at com.serotonin.mango.Common.getCommPorts(Common.java:249)
at com.serotonin.mango.web.mvc.controller.DataSourceEditController.handleRequestInternal(DataSourceEditController.java:71)
at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:45)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:806)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:736)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:396)
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:350)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.serotonin.mango.web.filter.LoggedInFilter.doFilter(LoggedInFilter.java:62)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:12
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:584)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:619)

REQUEST URL
http://localhost:8080/exception/error.jsp

REQUEST PARAMETERS
typeId=1


REQUEST HEADERS
host=localhost:8080
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
accept=text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
accept-language=en-us,en;q=0.5
accept-encoding=gzip,deflate
accept-charset=ISO-8859-1,utf-8;q=0.7,*;q=0.7
keep-alive=300
connection=keep-alive
referer=http://localhost:8080/data_source_add.shtm
cookie=JSESSIONID=25F3DE61087B3E7B7B68E26D62F9D4CD


REQUEST ATTRIBUTES
javax.servlet.forward.request_uri=/data_source_edit.shtm
javax.servlet.forward.context_path=
javax.servlet.forward.servlet_path=/data_source_edit.shtm
javax.servlet.forward.path_info=/exception/error.jsp
javax.servlet.forward.query_string=typeId=1
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]
org.springframework.web.servlet.DispatcherServlet.THEME_RESOLVER=org.springframework.web.servlet.theme.FixedThemeResolver@139626c
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]
javax.servlet.error.status_code=500
javax.servlet.error.servlet_name=springDispatcher
org.springframework.web.servlet.HandlerMapping.pathWithinHandlerMapping=/data_source_edit.shtm
javax.servlet.error.message=
javax.servlet.error.exception=org.springframework.web.util.NestedServletException: Handler processing failed; nested exception is java.lang.NoClassDefFoundError: gnu/io/CommPortIdentifier
javax.servlet.error.request_uri=/data_source_edit.shtm
org.springframework.web.servlet.DispatcherServlet.LOCALE_RESOLVER=org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver@6ccf3e


SESSION ATTRIBUTES
sessionUser=com.serotonin.mango.vo.User@199f9eb


CONTEXT ATTRIBUTES
org.directwebremoting.impl.ServerContext=org.directwebremoting.impl.DefaultServerContext@1e6ee98
constants.DataSourceVO.Types.MODBUS_SERIAL=2
constants.DataSourceVO.Types.SQL=6
org.apache.catalina.WELCOME_FILES=[Ljava.lang.String;@3a3e21
constants.DataSourceVO.Types.HTTP_RECEIVER=7
constants.DataSourceVO.Types.VIRTUAL=1
constants.DataSourceVO.Types.MODBUS_IP=3
javax.servlet.context.tempdir=C:\apache-tomcat-6.0.14\work\Catalina\localhost\_
constants.DataSourceVO.Types.SNMP=5
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]
constants.SystemEventType.TYPE_VERSION_CHECK=5
constants.Common.NEW_ID=-1
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
javax.servlet.ServletConfig=org.apache.catalina.core.StandardWrapperFacade@1c519e2
constants.EventType.EventSources.SYSTEM=4
org.apache.jasper.runtime.JspApplicationContextImpl=org.apache.jasper.runtime.JspApplicationContextImpl@1264c84
SCHEDULER=org.quartz.impl.StdScheduler@16999c8
org.apache.catalina.resources=org.apache.naming.resources.ProxyDirContext@1ef3d12
javax.servlet.http.HttpServlet=org.directwebremoting.servlet.DwrServlet@1927504
constants.DataSourceVO.Types.SPINWAVE=4
constants.Permissions.DataPointAccessTypes.SET=2
org.directwebremoting.WebContextFactory$WebContextBuilder=org.directwebremoting.impl.DefaultWebContextBuilder@408893
constants.EventType.EventSources.SCHEDULED=6
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]
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]
constants.SystemEventType.TYPE_USER_LOGIN=4
HTTP_RECEIVER_MULTICASTER=com.serotonin.mango.rt.dataSource.http.HttpReceiverMulticaster@1ddcac5
constants.SystemEventType.TYPE_MAX_ALARM_LEVEL_CHANGED=3
constants.Permissions.DataPointAccessTypes.DATA_SOURCE=3
constants.Permissions.DataPointAccessTypes.NONE=0
constants.Permissions.DataPointAccessTypes.ADMIN=4
EVENT_MANAGER=com.serotonin.mango.rt.EventManager@2b7fc2
FREEMARKER_CONFIG=freemarker.template.Configuration@1d0bc85
org.directwebremoting.ContainerList=[org.directwebremoting.impl.DefaultContainer@108c1b7]
constants.SystemEventType.TYPE_SYSTEM_SHUTDOWN=2
constants.SystemEventType.TYPE_SYSTEM_STARTUP=1
org.directwebremoting.Container=org.directwebremoting.impl.DefaultContainer@108c1b7
DATABASE_ACCESS=com.serotonin.mango.db.DatabaseAccess@1e61582
constants.SystemEventType.TYPE_COMPOUND_DETECTOR_FAILURE=6
constants.EventType.EventSources.DATA_SOURCE=3
constants.EventType.EventSources.DATA_POINT=1
constants.Permissions.DataPointAccessTypes.READ=1
BACKGROUND_PROCESSING=com.serotonin.mango.rt.maint.BackgroundProcessing@8e2fb5
RUNTIME_MANAGER=com.serotonin.mango.rt.RuntimeManager@de24c5
org.apache.AnnotationProcessor=org.apache.catalina.util.DefaultAnnotationProcessor@402e11
constants.EventType.EventSources.COMPOUND=5


[Email]
 
Forum Index -> Mango installation Go to Page: 1, 2 Next 
Go to:   
Powered by JForum 2.1.7 © JForum Team