• Do it work in Linux?

    By Anton V Mikhilov 2 decades ago
    • I havent tested but probably YES!

      By Peter Narlund 2 decades ago

      The implementation is just an ordinary agent in a DominoDatabase and an ordinary Servlet running under the domino servlet engine or any other servlet engine of your choice.

      • java.lang.NoClassDefFoundError: java/nio/charset/Charset

        By Jim Knight 2 decades ago

        Running Domino 7.0.2 on redhat. Any ideas on how to resolve this? It's creating the xml files but the resulting one is blank so figure the serializer isn't completing. I don't think I setup the server right to do this.

        02/12/2007 04:42:00 PM Agent error: java.lang.NoClassDefFoundError: java/nio/charset/Charset

        02/12/2007 04:42:00 PM Agent error: at sun.nio.cs.StreamEncoder.forOutputStreamWriter(StreamEncoder.java:115)

        02/12/2007 04:42:00 PM Agent error: at java.io.OutputStreamWriter.(OutputStreamWriter.java:102)

        02/12/2007 04:42:00 PM Agent error: at tremilaskogen.rss.serializer.File.writeXML(File.java:27)

        02/12/2007 04:42:00 PM Agent error: at tremilaskogen.rss.Pipeline.execute(Pipeline.java:352)

        02/12/2007 04:42:00 PM Agent error: at JavaAgent.NotesMain(JavaAgent.java:36)

        02/12/2007 04:42:00 PM Agent error: at lotus.domino.AgentBase.runNotes(Unknown Source)

        02/12/2007 04:42:00 PM Agent error: at lotus.domino.NotesThread.run(Unknown Source)

        • Help

          By Sara Marabu 2 decades ago

          How can it all work under linux?

          I can't test it at well.

          • What is well?

            By Peter Narlund 2 decades ago

            I don't know what well is - I don't run domino on linux myself.

            The database and the agents should work "out-of-the-box" -they are just plain old agents.

            If you need the servlet runnning - I guess you need to configure a servlet engine for domino to begin with. Then just load the servlet.



            I can't imagine that it would be much trickier than that.



            Peter

            • help

              By Sara Marabu 2 decades ago

              Agent "Generate RSS Feeds" hangs everytime under linux.

              I can't diagnose any mistake.