<div style="font:14px/1.5 'Lucida Grande', '微软雅黑';color:#333;">Hi,<div>I want to ask whether any tried ProServer on Ubuntu.</div><div>I just follow the intruction on&nbsp;http://www.ebi.ac.uk/~aj/das_workshop_2012/proserver/tutorial1.html</div><div><br></div><div>And finally I tried to run the proserver with</div><div><span style="line-height: 1.5; ">$ eg/proserver -x</span></div><div><br></div><div>The output on the terminal is&nbsp;</div><div><div>gtan@hg-2140 proserver$ eg/proserver -x</div><div>##############################################################################</div><div># &nbsp;ProServer DAS Server v756 (c) GRL 2007 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;#</div><div># &nbsp;http://www.sanger.ac.uk/proserver/ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;#</div><div># &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;#</div><div># &nbsp;Please cite: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;#</div><div># &nbsp; ProServer: A simple, extensible Perl DAS server. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; #</div><div># &nbsp; Finn RD, Stalker JW, Jackson DK, Kulesha E, Clements J, Pettett R. &nbsp; &nbsp; &nbsp; #</div><div># &nbsp; Bioinformatics 2007; doi: 10.1093/bioinformatics/btl650; PMID: 17237073 &nbsp;#</div><div>##############################################################################</div><div><br></div><div>[2013-04-15 16:21:27] Using default 'eg/proserver.ini' file.</div><div>[2013-04-15 16:21:27] hostname &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =&gt; localhost</div><div>[2013-04-15 16:21:27] port &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =&gt; 9000</div><div>[2013-04-15 16:21:27] response_hostname &nbsp; &nbsp;=&gt;</div><div>[2013-04-15 16:21:27] response_port &nbsp; &nbsp; &nbsp; &nbsp;=&gt;</div><div>[2013-04-15 16:21:27] response_protocol &nbsp; &nbsp;=&gt;</div><div>[2013-04-15 16:21:27] response_baseuri &nbsp; &nbsp; =&gt;</div><div>[2013-04-15 16:21:27] interface &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;=&gt; *</div><div>[2013-04-15 16:21:27] prefork &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;=&gt;</div><div>[2013-04-15 16:21:27] maxclients &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =&gt; 10</div><div>[2013-04-15 16:21:27] pidfile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;=&gt;</div><div>[2013-04-15 16:21:27] logfile &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;=&gt;</div><div>[2013-04-15 16:21:27] ensemblhome &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;=&gt;</div><div>[2013-04-15 16:21:27] oraclehome &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =&gt;</div><div>[2013-04-15 16:21:27] bioperlhome &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;=&gt;</div><div>[2013-04-15 16:21:27] coordshome &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =&gt;</div><div>[2013-04-15 16:21:27] styleshome &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =&gt;</div><div>[2013-04-15 16:21:27] http_proxy &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =&gt;</div><div>[2013-04-15 16:21:27] serverroot &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =&gt;</div><div>[2013-04-15 16:21:27] maintainer &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =&gt;</div><div>[2013-04-15 16:21:27] strict_boundaries &nbsp; &nbsp;=&gt;</div><div>[2013-04-15 16:21:27] logformat &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;=&gt;</div><div>[2013-04-15 16:21:27] Configuring Adaptor mysimple on</div><div>[2013-04-15 16:21:27] Configuring Adaptor mygff on</div><div>[2013-04-15 16:21:27] Configuring Adaptor mygetz off</div><div>[2013-04-15 16:21:27] Configuring Adaptor mysimpledb off</div><div>[2013-04-15 16:21:27] Configuring Adaptor myembl off</div><div>[2013-04-15 16:21:27] Configuring Adaptor hydra001 off</div><div>[2013-04-15 16:21:27] Loaded 614 co-ordinate systems from coordinates/registry_coordinates.xml</div><div>[2013-04-15 16:21:27] Writing pidfile eg/proserver.hg-2140.pid</div><div>[2013-04-15 16:21:27] Proserver started</div><div>Server 8520 has begun listening on *:9000 at /usr/local/share/perl/5.14.2/POE/Session.pm line 464</div><div>Exited fork at /usr/local/share/perl/5.14.2/POE/Session.pm line 464</div></div><div>gtan@hg-2140 proserver$</div><div><br></div><div>I pointed the browser to&nbsp;<a href="http://localhost:9000" style="line-height: 1.5; ">http://localhost:9000</a>&nbsp;and it's not working. It looks like the server started first and then exited.</div><div>I tried the same procedure on Mac and it works fine.</div><div><span style="line-height: 1.5; ">My os version:&nbsp;Linux hg-2140 3.5.0-23-generic #35~precise1-Ubuntu SMP Fri Jan 25 17:15:33 UTC 2013 i686 i686 i386 GNU/Linux</span></div><div><br></div><div><div>Any clue? Thanks.</div><a href="http://localhost:9000"><span class="external"></span></a><div><br></div></div><div>Ge</div><div><br></div><div><br></div></div>