[Swift-devel] ui http error on browser

Mihael Hategan hategan at mcs.anl.gov
Tue Sep 3 18:44:18 CDT 2013


I noticed those.

I'll remove the text stuff. Was only there for debugging.

The graphs tab should be fine if you click on "+" to add a graph. You
can then move and resize the graph and add data series to it.

Mihael

On Tue, 2013-09-03 at 17:57 -0500, Ketan Maheshwari wrote:
> Works now, Thanks!
> 
> I see summary tab showing graphical output. The other tabs are showing
> numbers.
> 
> Also, the Graph tab shows tabs garbled on my browser. See attached
> screenshot.
> 
> Thanks,
> Ketan
> 
> 
> On Tue, Sep 3, 2013 at 5:27 PM, Mihael Hategan <hategan at mcs.anl.gov> wrote:
> 
> > There is a fix in SVN for this.
> >
> > The issue was that there was an extra "/" between the path elements.
> > I.e.: httpmonitor//index.html.
> >
> > I was running this from eclipse and 'resources' was a filesystem
> > directory. The lookup went fine. However, when the same path points to
> > something in a jar file (as happens in normal swift invocations), the
> > lookup fails.
> >
> > Mihael
> >
> > On Tue, 2013-09-03 at 14:27 -0700, Mihael Hategan wrote:
> > > It's in the jar file: httpmonitor/
> > >
> > > In the source tree it would be in resources/httpmonitor/
> > >
> > > Mihael
> > >
> > > On Tue, 2013-09-03 at 15:08 -0500, Ketan Maheshwari wrote:
> > > > Mihael,
> > > >
> > > > Which directory does the http serve index.html from?
> > > >
> > > >
> > > > On Wed, Aug 28, 2013 at 9:41 PM, Ketan Maheshwari <
> > > > ketancmaheshwari at gmail.com> wrote:
> > > >
> > > > > Please find attached.
> > > > >
> > > > >
> > > > > On Wed, Aug 28, 2013 at 8:50 PM, Mihael Hategan <hategan at mcs.anl.gov
> > >wrote:
> > > > >
> > > > >> Odd. Can you send me the swift jar file from the dist/[...]/lib dir?
> > > > >>
> > > > >> Mihael
> > > > >>
> > > > >> On Wed, 2013-08-28 at 20:35 -0500, Ketan Maheshwari wrote:
> > > > >> > Hi Mihael,
> > > > >> >
> > > > >> > I tried with the updated version. The log is attached.
> > > > >> >
> > > > >> > In the browser, I type: localhost:8080
> > > > >> >
> > > > >> > The exact message is same as earlier:
> > > > >> > Error: The requested resource is not available (in large fonts)
> > > > >> >
> > > > >> > Thanks,
> > > > >> > Ketan
> > > > >> >
> > > > >>
> > > > >>
> > > > >>
> > > > >
> > > > >
> > > > > --
> > > > > Ketan
> > > > >
> > > > >
> > > >
> > > >
> > > > Mihael,
> > > >
> > > >
> > > > Which directory does the http serve index.html from?
> > > >
> > > >
> > > >
> > > > On Wed, Aug 28, 2013 at 9:41 PM, Ketan Maheshwari
> > > > <ketancmaheshwari at gmail.com> wrote:
> > > >         Please find attached.
> > > >
> > > >
> > > >
> > > >         On Wed, Aug 28, 2013 at 8:50 PM, Mihael Hategan
> > > >         <hategan at mcs.anl.gov> wrote:
> > > >                 Odd. Can you send me the swift jar file from the
> > > >                 dist/[...]/lib dir?
> > > >
> > > >                 Mihael
> > > >
> > > >                 On Wed, 2013-08-28 at 20:35 -0500, Ketan Maheshwari
> > > >                 wrote:
> > > >                 > Hi Mihael,
> > > >                 >
> > > >                 > I tried with the updated version. The log is
> > > >                 attached.
> > > >                 >
> > > >                 > In the browser, I type: localhost:8080
> > > >                 >
> > > >                 > The exact message is same as earlier:
> > > >                 > Error: The requested resource is not available (in
> > > >                 large fonts)
> > > >                 >
> > > >                 > Thanks,
> > > >                 > Ketan
> > > >                 >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >         --
> > > >         Ketan
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > --
> > > > Ketan
> > > >
> > > >
> > >
> > >
> > > _______________________________________________
> > > Swift-devel mailing list
> > > Swift-devel at ci.uchicago.edu
> > > https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-devel
> >
> >
> >
> 
> 
> Works now, Thanks! 
> 
> 
> I see summary tab showing graphical output. The other tabs are showing
> numbers.
> 
> 
> Also, the Graph tab shows tabs garbled on my browser. See attached
> screenshot.
> 
> 
> Thanks,
> 
> Ketan
> 
> 
> 
> On Tue, Sep 3, 2013 at 5:27 PM, Mihael Hategan <hategan at mcs.anl.gov>
> wrote:
>         There is a fix in SVN for this.
>         
>         The issue was that there was an extra "/" between the path
>         elements.
>         I.e.: httpmonitor//index.html.
>         
>         I was running this from eclipse and 'resources' was a
>         filesystem
>         directory. The lookup went fine. However, when the same path
>         points to
>         something in a jar file (as happens in normal swift
>         invocations), the
>         lookup fails.
>         
>         Mihael
>         
>         On Tue, 2013-09-03 at 14:27 -0700, Mihael Hategan wrote:
>         > It's in the jar file: httpmonitor/
>         >
>         > In the source tree it would be in resources/httpmonitor/
>         >
>         > Mihael
>         >
>         > On Tue, 2013-09-03 at 15:08 -0500, Ketan Maheshwari wrote:
>         > > Mihael,
>         > >
>         > > Which directory does the http serve index.html from?
>         > >
>         > >
>         > > On Wed, Aug 28, 2013 at 9:41 PM, Ketan Maheshwari <
>         > > ketancmaheshwari at gmail.com> wrote:
>         > >
>         > > > Please find attached.
>         > > >
>         > > >
>         > > > On Wed, Aug 28, 2013 at 8:50 PM, Mihael Hategan
>         <hategan at mcs.anl.gov>wrote:
>         > > >
>         > > >> Odd. Can you send me the swift jar file from the
>         dist/[...]/lib dir?
>         > > >>
>         > > >> Mihael
>         > > >>
>         > > >> On Wed, 2013-08-28 at 20:35 -0500, Ketan Maheshwari
>         wrote:
>         > > >> > Hi Mihael,
>         > > >> >
>         > > >> > I tried with the updated version. The log is
>         attached.
>         > > >> >
>         > > >> > In the browser, I type: localhost:8080
>         > > >> >
>         > > >> > The exact message is same as earlier:
>         > > >> > Error: The requested resource is not available (in
>         large fonts)
>         > > >> >
>         > > >> > Thanks,
>         > > >> > Ketan
>         > > >> >
>         > > >>
>         > > >>
>         > > >>
>         > > >
>         > > >
>         > > > --
>         > > > Ketan
>         > > >
>         > > >
>         > >
>         > >
>         > > Mihael,
>         > >
>         > >
>         > > Which directory does the http serve index.html from?
>         > >
>         > >
>         > >
>         > > On Wed, Aug 28, 2013 at 9:41 PM, Ketan Maheshwari
>         > > <ketancmaheshwari at gmail.com> wrote:
>         > >         Please find attached.
>         > >
>         > >
>         > >
>         > >         On Wed, Aug 28, 2013 at 8:50 PM, Mihael Hategan
>         > >         <hategan at mcs.anl.gov> wrote:
>         > >                 Odd. Can you send me the swift jar file
>         from the
>         > >                 dist/[...]/lib dir?
>         > >
>         > >                 Mihael
>         > >
>         > >                 On Wed, 2013-08-28 at 20:35 -0500, Ketan
>         Maheshwari
>         > >                 wrote:
>         > >                 > Hi Mihael,
>         > >                 >
>         > >                 > I tried with the updated version. The
>         log is
>         > >                 attached.
>         > >                 >
>         > >                 > In the browser, I type: localhost:8080
>         > >                 >
>         > >                 > The exact message is same as earlier:
>         > >                 > Error: The requested resource is not
>         available (in
>         > >                 large fonts)
>         > >                 >
>         > >                 > Thanks,
>         > >                 > Ketan
>         > >                 >
>         > >
>         > >
>         > >
>         > >
>         > >
>         > >
>         > >
>         > >         --
>         > >         Ketan
>         > >
>         > >
>         > >
>         > >
>         > >
>         > > --
>         > > Ketan
>         > >
>         > >
>         >
>         >
>         
>         > _______________________________________________
>         > Swift-devel mailing list
>         > Swift-devel at ci.uchicago.edu
>         >
>         https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-devel
>         
>         
>         
> 
> 
> 
> -- 
> Ketan
> 
> 





More information about the Swift-devel mailing list