• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. wangkai2010

    Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website
    W
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 5
    • Best 0
    • Controversial 0
    • Groups 0

    wangkai2010

    @wangkai2010

    0
    Reputation
    585
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    wangkai2010 Unfollow Follow

    Latest posts made by wangkai2010

    • Graphic views

      And now I want to develop mango's graphic views and have a breakthrough in it.I am really confused what to do next.
      So could somebody gives me ideas? I will be appreciated..

      Thank you for any help provided! Best regards

      posted in Development general discussion
      W
      wangkai2010
    • RE: Graphic views

      And now I want to develop mango's graphic views and have a breakthrough in it.I am really confused what to do next.
      So could somebody gives me ideas? I will be appreciated..

      Thank you for any help provided! Best regards

      posted in Development general discussion
      W
      wangkai2010
    • Something about Building Mango in Eclipse (maybe useful)

      I am very insterested in this project,recently I build Mango in Eclipse according to the "Building Mango in Eclipse";As a newcomer,I meet lots of problems.Finally I found the reason:When I import the project,I just import the src.When I copy

      setPointSnippetMap.properties
      changeSnippetMap.properties
      chartSnippetMap.properties
      env.properties
      i18n.properties
      log4j.xml
      messages_de.properties
      messages_en.properties
      messages_zh.properties
      messages_fi.properties
      messages_nl.properties
      messages_pt.properties

      to src,copy db directory to war\WEB-INF,
      many problems are solved.......... :)

      I am just newcomer and I do hope this would be helpful for somebody......

      posted in Development general discussion
      W
      wangkai2010
    • RE: Something about Building Mango in Eclipse (maybe useful)

      I am very insterested in this project,recently I build Mango in Eclipse according to the "Building Mango in Eclipse";As a newcomer,I meet lots of problems.Finally I found the reason:When I import the project,I just import the src.When I copy

      setPointSnippetMap.properties
      changeSnippetMap.properties
      chartSnippetMap.properties
      env.properties
      i18n.properties
      log4j.xml
      messages_de.properties
      messages_en.properties
      messages_zh.properties
      messages_fi.properties
      messages_nl.properties
      messages_pt.properties

      to src,copy db directory to war\WEB-INF,
      many problems are solved.......... :)

      I am just newcomer and I do hope this would be helpful for somebody......

      posted in Development general discussion
      W
      wangkai2010
    • RE: Building Mango in Eclipse

      @craig said:

      I do the following:

      1. make sure you have eclipse release which includes the web tools project.
      2. unpack mango source in a directory called "myMangoBranch" inside the eclipse workspace directory
      3. Do File->New->Other, choose "Dynamic Web project" from under "Web"
      4. Make Project name "myMangoBranch" (must match existing directory name)
      5. I don't have to change any other options on the new dynamic web project dialog, target runtime is apache tomcat 6.0 (you may have to add a target runtime), so I hit next.
      6. Source folders on the build path i leave as "src" and default output folder I leave as build/classes, so i hit next
      7. Content Directory I change from "WebContent" to war. Hit finish!

      In accordance with the above steps.I build the project,but I meet fatal error:

      Exception sending context initialized event to listener instance of class com.serotonin.mango.MangoContextListener
      java.util.MissingResourceException: Can't find bundle for base name env, locale zh_CN
      at java.util.ResourceBundle.throwMissingResourceException(Unknown Source)
      at java.util.ResourceBundle.getBundleImpl(Unknown Source)
      at java.util.ResourceBundle.getBundle(Unknown Source)
      at com.serotonin.util.PropertiesUtils.<init>(PropertiesUtils.java:30)
      at com.serotonin.util.PropertiesUtils.<init>(PropertiesUtils.java:24)
      at com.serotonin.mango.Common.getEnvironmentProfile(Common.java:300)
      at com.serotonin.mango.db.DatabaseAccess.createDatabaseAccess(DatabaseAccess.java:72)
      at com.serotonin.mango.MangoContextListener.databaseInitialize(MangoContextListener.java:253)
      at com.serotonin.mango.MangoContextListener.contextInitialized(MangoContextListener.java:94)
      at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4206)
      at org.apache.catalina.core.StandardContext.start(StandardContext.java:4705)
      at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1057)
      at org.apache.catalina.core.StandardHost.start(StandardHost.java:840)
      at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1057)
      at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463)
      at org.apache.catalina.core.StandardService.start(StandardService.java:525)
      at org.apache.catalina.core.StandardServer.start(StandardServer.java:754)
      at org.apache.catalina.startup.Catalina.start(Catalina.java:595)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      at java.lang.reflect.Method.invoke(Unknown Source)
      at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
      at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
      2012-11-26 10:07:22 org.apache.catalina.core.StandardContext start

      I need help.Could someone helps me.Thank you!!

      posted in Development general discussion
      W
      wangkai2010