Hi,

On Sat, Jul 16, 2011 at 4:27 AM, Yuri Z <vega...@gmail.com> wrote:

> Actually it looks like totally normal log. What happens when you navigate
> your browser to http://localhost:9898 ?


Haven't got a browser or GUI installed in the server; but when I access that
port from my lap via putty
(http://kasparov.mty.itesm.mx<http://kasparov.mty.itesm.mx/~jicaza/>:9898),
Chrome gives me

"Oops! Google Chrome could not connect to kasparov.mty.itesm.mx:9898"

Other other pages or systems there (such as
http://kasparov.mty.itesm.mx/~jicaza/) work fine.

When the WIAB server was working a month ago, it kept sending DBUG messages
to the terminal while running... is it still instrumented to do that? That's
why I assumed that it was hanging, because just after the last

2011-07-13 21:23:35.239:DBUG::STARTED org.eclipse.jetty.server.
Server@4b4c28db

it stopped sending DBUG messages.

mmm I tried:

$ sudo ./run-server.sh &
$ sudo netstat -tlnp|grep 9898

tcp6       0      0 127.0.1.1:9898          :::*                    LISTEN
   17802/java

so it is running and waiting but not sending any more DBUGs nor accepting
connection to 9898....

@Victor | Yuri - What part of the server config file would be useful to help
debug this?

--jose

On Sat, Jul 16, 2011 at 4:27 AM, Yuri Z <vega...@gmail.com> wrote:

> Actually it looks like totally normal log. What happens when you navigate
> your browser to http://localhost:9898 ?
>
> 2011/7/14 Victor Leschuk <vlesc...@gmail.com>
>
> > Jose,
> >
> > can't you show your server config file?
> >
> > On Thu, Jul 14, 2011 at 7:05 PM, Jose I. Icaza <jose...@gmail.com>
> wrote:
> >
> > > Thanks for answering Yuri -
> > >
> > > On Wed, Jul 13, 2011 at 2:34 PM, Yuri Z <vega...@gmail.com> wrote:
> > >
> > > > Hi
> > > > Can you please try the following sequence of commands?
> > > > sudo ant clean
> > > > sudo compile-gwt
> > > > sudo dist-server
> > > > ./run-server.sh
> > >
> > >
> > > didn't work -both $ sudo ant compile-gwt and $ sudo ant dist-server
> > > finished
> > > OK, but then sudo ./run-server.sh produced exactly the same results as
> > > before:
> > >
> > > (...)
> > > 2011-07-13 21:23:35.218:DBUG::starting
> > > org.eclipse.jetty.server.Server@4b4c28db
> > > 2011-07-13 21:23:35.219:DBUG::Starting
> > > SelectChannelConnector@127.0.1.1:9898
> > > 2011-07-13 21:23:35.219:DBUG::Starting
> > > org.eclipse.jetty.server.nio.SelectChannelConnector$1@41e22632
> > > 2011-07-13 21:23:35.220:DBUG::STARTED
> > > org.eclipse.jetty.server.nio.SelectChannelConnector$1@41e22632
> > > 2011-07-13 21:23:35.224:INFO::Started
> > > SelectChannelConnector@127.0.1.1:9898
> > > 2011-07-13 21:23:35.224:DBUG::STARTED
> > > SelectChannelConnector@127.0.1.1:9898
> > > org.eclipse.jetty.server.Server@4b4c28db STOPPED
> > >  +-WebAppContext@6335605a@6335605a/,[file:/opt/WIAB/war/] started
> > >    +-SessionHandler@41e3a0ec started
> > >       +-ConstraintSecurityHandler@67b2b131 started
> > >          +-ServletHandler@475a07bf started
> > >
> > >  +-[/*]/[]==0=>com.google.inject.servlet.GuiceFilter-1410500149{}
> > >              +-[/]=>default{maxCacheSize=256000000, dirAllowed=true,
> > > gzip=true, maxCachedFileSize=10000000, redirectWelcome=false,
> > > cacheType=both, acceptRanges=true, welcomeServlets=false,
> aliases=false,
> > > useFileMappedBuffer=true, maxCachedFiles=1000}
> > >             +-[*.jsp, *.jspf, *.jspx, *.xsp, *.JSP, *.JSPF, *.JSPX,
> > > *.XSP]=>jsp{logVerbosityLevel=DEBUG, fork=false, xpoweredBy=false,
> > > scratchdir=/tmp/Jetty_127_0_1_1_9898_war____kbyn2b/jsp}
> > >          +=roles=[]
> > >          +=/={TRACE={RoleInfo,F,C[]}}
> > >
> > > 2011-07-13 21:23:35.239:DBUG::STARTED
> > > org.eclipse.jetty.server.Server@4b4c28db
> > > (hangs)
> > >
> > > >Also, you can try to test the extensions on this demo WIAB server:
> > > http://waveinabox.net
> > >
> > > I will, but some parts of our system interact with the datastores used
> by
> > > the bots so it would be best if we have our own server.
> > >
> > > Is there anything else I can try?
> > >
> > > --jose
> > >
> > >
> > >
> > >
> > >
> > > On Wed, Jul 13, 2011 at 2:34 PM, Yuri Z <vega...@gmail.com> wrote:
> > >
> > > > Hi
> > > > Can you please try the following sequence of commands?
> > > > sudo ant clean
> > > > sudo compile-gwt
> > > > sudo dist-server
> > > > ./run-server.sh
> > > >
> > > > Also, you can try to test the extensions on this demo WIAB server:
> > > > http://waveinabox.net
> > > >
> > > > 2011/7/13 Jose I. Icaza <jose...@gmail.com>
> > > >
> > > > > Hi,
> > > > > I had two students working on WIAB a month ago (Jose Antonio Osorio
> > and
> > > > > Gerardo Lozano). They have now left, so I tried to update our WIAB
> > > server
> > > > > (running on ubuntu 10.04.2 server) to the latest version. This is
> > what
> > > I
> > > > > did:
> > > > >
> > > > > $ cd /opt/WIAB   -that's where everything is...
> > > > > $ sudo hg pull
> > > > > $ sudo hg update
> > > > > $ sudo ant clean
> > > > > $ sudo ant (it reports "build successful"; none of the tests report
> > > > errors)
> > > > > $ ./run-server.sh
> > > > >
> > > > > after that came a couple of screens of quick DBUG messages, then it
> > > hangs
> > > > > up
> > > > > here:
> > > > >
> > > > > (...)
> > > > > 2011-07-08 09:54:53.933:DBUG::starting
> > > > > org.eclipse.jetty.server.Server@a2bccb2
> > > > > 2011-07-08 09:54:53.933:DBUG::Starting
> > > > > SelectChannelConnector@127.0.1.1:9898
> > > > > 2011-07-08 09:54:53.933:DBUG::Starting
> > > > > org.eclipse.jetty.server.nio.SelectChannelConnector$1@76136c55
> > > > > 2011-07-08 09:54:53.934:DBUG::STARTED
> > > > > org.eclipse.jetty.server.nio.SelectChannelConnector$1@76136c55
> > > > > 2011-07-08 09:54:53.939:INFO::Started
> > > > > SelectChannelConnector@127.0.1.1:9898
> > > > > 2011-07-08 09:54:53.939:DBUG::STARTED
> > > > > SelectChannelConnector@127.0.1.1:9898
> > > > > org.eclipse.jetty.server.Server@a2bccb2 STOPPED
> > > > >  +-WebAppContext@19195c2b@19195c2b/,[file:/opt/WIAB/war/] started
> > > > >    +-SessionHandler@26d510e8 started
> > > > >       +-ConstraintSecurityHandler@7b751a9e started
> > > > >          +-ServletHandler@6e490342 started
> > > > >
> > > > >  +-[/*]/[]==0=>com.google.inject.servlet.GuiceFilter-1085183940{}
> > > > >             +-[/]=>default{maxCacheSize=256000000, dirAllowed=true,
> > > > > gzip=true, maxCachedFileSize=10000000, redirectWelcome=false,
> > > > > cacheType=both, acceptRanges=true, welcomeServlets=false,
> > > aliases=false,
> > > > > useFileMappedBuffer=true, maxCachedFiles=1000}
> > > > >             +-[*.jsp, *.jspf, *.jspx, *.xsp, *.JSP, *.JSPF, *.JSPX,
> > > > > *.XSP]=>jsp{logVerbosityLevel=DEBUG, fork=false, xpoweredBy=false,
> > > > > scratchdir=/tmp/Jetty_127_0_1_1_9898_war____kbyn2b/jsp}
> > > > >          +=roles=[]
> > > > >          +=/={TRACE={RoleInfo,F,C[]}}
> > > > >
> > > > > 2011-07-08 09:54:53.955:DBUG::STARTED
> > > > > org.eclipse.jetty.server.Server@a2bccb2
> > > > >
> > > > > (hangs, no further messages. WIAB from Chrome (
> > > > > http://kasparov.mty.itesm.mx:9898): Could not connect)
> > > > >
> > > > >
> > > > > Can you help me please? Unfortunately I have no time to delve into
> > the
> > > > > code;
> > > > > just want to have WIAB running again to test some gadgets and bots
> we
> > > > have
> > > > > been developing on Wave for the Google-sponsored project
> > "Wave-enabled
> > > > > coach
> > > > > for ER modeling".
> > > > >
> > > > > --jose
> > > > >
> > > >
> > >
> >
>

Reply via email to