• Some small problem

    By Christian Cloutier 2 decades ago

    Hi, I've installed DXLPeek and gave it a try today… (R6.5, Win32)



    All seems to work fine (apart from the little javascript errors you already know about) but I always get the message "No elements available to you" along with "Null" being displayed as the database title.



    What can I do about it? Is this some configuration issue?



    Great work and great look BTW, keep up the good work!



    Christian.

    • available elements

      By mac guidera 2 decades ago

      Christian:

      Is this error happening for every database?

      What's your access level on the Domino Server?



      Thanks for your feedback.

      –Mac

      • Similar results here ..

        By Sean Heffernan 2 decades ago

        I'm seeing the same thing … "No <insertdesigntypehere> elements available to you." WindowsXP, Domino 6.5.2 Server, MSXML SP2. DXLPeek installed in the DXLPeek_0_38 subdir off the root to Data.



        When I click on something like "Forms", which I know there are many of in this one particular DB, I can hear the server churning like crazy, the "Loading Elements …" message shows in the status bar, and then the message above is displayed. However, I just click on the grey DB banner/ icon, I do get all the database details.



        The following gets logged to the AgentLog (as 2 documents):


         DXLService(): Starting at: Thu Sep 30 16:09:25 EDT 2004<br/>
         DXLService(): url request: openagent&amp;file=dxlpeek_0_38DXLPeek.nsf&amp;request=elements&amp;type=form<br/>
        



        I have full rights to the server, and all the DB's on it. I even added your design ID, Developer DXLPeek/S3Consulting, to a few of the agent execution lists, just to be sure.



        I get the same results for even modestly designed DB's.



        If there's any additional help I can offer, e-mail me at sean.heffernan at gmail.com or post here. - S

        • I should add ...

          By Sean Heffernan 2 decades ago

          The server console out is as follows ….



          30/09/2004 05:06:11 PM HTTP JVM: NotesException: File does not exist

          30/09/2004 05:06:11 PM HTTP JVM: at lotus.domino.local.Database.Nopen(Native Method)

          30/09/2004 05:06:11 PM HTTP JVM: at lotus.domino.local.Database.open(Unknown Source)

          30/09/2004 05:06:11 PM HTTP JVM: at DXLRetriever.(DXLRetriever.java:39)

          30/09/2004 05:06:11 PM HTTP JVM: at DXLService.NotesMain(DXLService.java:64)

          30/09/2004 05:06:11 PM HTTP JVM: at lotus.domino.AgentBase.runNotes(Unknown Source)

          30/09/2004 05:06:11 PM HTTP JVM: at lotus.domino.NotesThread.run(NotesThread.java:208)

          30/09/2004 05:06:11 PM HTTP Web Server: Lotus Notes Exception - File does not exist [/dxlpeek_0_38DXLPeek.nsf/$icon]

        • Fantastic!

          By Ian Sherwood 2 decades ago

          Not fantastic that you are having a problem, Fantastic that you provided such a details bug report.We'll get back to you shortly…



          Ian

          • Any luck?

            By Sean Heffernan 2 decades ago
            • No news

              By Ian Sherwood 2 decades ago

              Sean,



              We haven't forgotten! Been trying to get some thing finished at work so I could focus on this (which is exactly the opposite of what I did last month :)



              The last line of the exception you posted holds the key:

              30/09/2004 05:06:11 PM HTTP Web Server: Lotus Notes Exception - File does not exist [/dxlpeek_0_38DXLPeek.nsf/$icon]



              Somewhere in our code, we're accidentially stripping the "/" char from paths. Simple you say. Simple I say. Yet,we still have not removed the problem.



              I promise that when the culprit is located, we'll post the news far and wide. Thanks for your patience,

              Ian

              • * Should I ask?

                By Sean Heffernan 2 decades ago
                • Distracted but not forgotten

                  By Ian Sherwood 2 decades ago

                  Sean,



                  Sorry for not responding earlier. Last month my life took a bit of a different turn and I haven't had any time to work on this fix. The problem is related to stripping whitespace and I just need remove what I have and do something like this:







                  If you have had a chance to look at the code and see something that needs fixing, please let me know. Again, sorry for not having a fix yet. I guess this is why much of the business world is afraid of open source; you can't just have your CIO/CEO call the vendor and scream :)



                  Ian