![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
OrthoMCL duplicate entry error | flipwell | Bioinformatics | 6 | 09-24-2013 07:48 AM |
Orthomcl warning message | joscarhuguet | Bioinformatics | 0 | 04-20-2011 09:13 AM |
Orthomcl warning message | joscarhuguet | General | 0 | 04-13-2011 01:47 PM |
Warning message in orthomcl v1.4 | joscarhuguet | Bioinformatics | 0 | 04-13-2011 10:46 AM |
Orthomcl Installation | Canadian_philosophy | Bioinformatics | 0 | 07-29-2010 08:36 AM |
![]() |
|
Thread Tools |
![]() |
#1 |
Junior Member
Location: university park, pa Join Date: Aug 2009
Posts: 4
|
![]()
I ran into a problem running orthomcl for the first time. I was stuck at orthomclPairs step. Error message reads below.
DBD::mysql::st execute failed: Lost connection to MySQL server during query at ../bin/orthomclPairs line 693, <F> line 14. Lost connection to MySQL server during query at ../bin/orthomclPairs line 693, <F> line 14. The log file reads below: Fri Jun 24 15:34:04 2011 configuration: dbVendor=mysql Fri Jun 24 15:34:04 2011 configuration: dbConnectString=dbi:mysql ![]() host:3307 Fri Jun 24 15:34:04 2011 configuration: dbLogin=orthomcl Fri Jun 24 15:34:04 2011 configuration: dbPassword=******** Fri Jun 24 15:34:04 2011 configuration: similarSequencesTable=SimilarSequences Fri Jun 24 15:34:04 2011 configuration: orthologTable=Ortholog Fri Jun 24 15:34:04 2011 configuration: inParalogTable=InParalog Fri Jun 24 15:34:04 2011 configuration: coOrthologTable=CoOrtholog Fri Jun 24 15:34:04 2011 configuration: interTaxonMatchView=InterTaxonMatch Fri Jun 24 15:34:04 2011 configuration: percentMatchCutoff=50 Fri Jun 24 15:34:04 2011 configuration: evalueExponentCutoff=-5 Fri Jun 24 15:34:04 2011 configuration: oracleIndexTblSpc=NONE Fri Jun 24 15:34:04 2011 Constructing common temp tables Fri Jun 24 15:34:04 2011 Find min evalue exp (OrthoMCL-DB V2 took ??? for thi s step) Fri Jun 24 15:34:05 2011 done Fri Jun 24 15:34:05 2011 updating SimilarSequences, setting 0 evalue_exp to un derflow value (-180 - 1) (Benchmark dataset took 25 min for this step) Fri Jun 24 15:34:09 2011 step 'updateMinimumEvalueExponent' done (1 mins) Fri Jun 24 15:34:09 2011 create BestQueryTaxonScore (Benchmark dataset took 1 .5 hours for this step) It sounds like a problem with my mysql server, isn't it? But the previous steps were OK, and I am able to connect to it, so I am confused. Could anyone with experience with this program please help me fix this? Thank you very much. |
![]() |
![]() |
![]() |
#2 |
Member
Location: Alabama Join Date: Jun 2009
Posts: 48
|
![]()
I am having trouble at this step as well. The error I get is different, though.
orthomclPairs orthomcl.config orthomclPairs.log cleanup=yes DBD::mysql::st execute failed: Table 'orthomcl.OrthologTemp' doesn't exist at /usr/local/orthomcl/bin/orthomclPairs line 668, <F> line 12. Table 'orthomcl.OrthologTemp' doesn't exist at /usr/local/orthomcl/bin/orthomclPairs line 668, <F> line 12. |
![]() |
![]() |
![]() |
#3 |
Member
Location: Frankfurt(M), Germany Join Date: Jan 2011
Posts: 58
|
![]()
Hi All,
I am also getting an error in the 4th Step "orthomclInstallSchema" HTML Code:
[rsharma@primary my_orthomcl_dir]$ orthomclInstallSchema orthomcl.config.template
DBI connect('orthomcl:3307','orthomcl',...) failed: Can't connect to MySQL server on '3307' (22) at /home/rsharma/Software/orthomclSoftware-v2.0.3/bin/../lib/perl/OrthoMCLEngine/Main/Base.pm line 56.
Can't connect to MySQL server on '3307' (22) at /home/rsharma/Software/orthomclSoftware-v2.0.3/bin/../lib/perl/OrthoMCLEngine/Main/Base.pm line 56, <F> line 14.
Regards, Rahul
__________________
Rahul Sharma, Ph.D Frankfurt am Main, Germany |
![]() |
![]() |
![]() |
#4 | |
Junior Member
Location: Belgium Join Date: Feb 2013
Posts: 1
|
![]() Quote:
have you solved this? I get the same error but then already at the LoadBlast step. Thank you |
|
![]() |
![]() |
![]() |
#5 |
Member
Location: Alabama Join Date: Jun 2009
Posts: 48
|
![]()
Unfortunately I didn't figure out my issue. I will probably work with this some more in the not too distant future so if I figure anything out I will let you know.
Kevin |
![]() |
![]() |
![]() |
#6 |
Senior Member
Location: Vancouver, BC Join Date: Mar 2010
Posts: 275
|
![]()
If you are unable to connect it could mean that the MySQL daemon isn't running. You should be able to do something like:
Code:
ps axu | grep mysqld |
![]() |
![]() |
![]() |
#7 | |
Junior Member
Location: Lexington, KY Join Date: Nov 2012
Posts: 4
|
![]() Quote:
Even though this is an old post (and probably way too late for rahularjun86), I wanted to share my solution for other users (I spent too much time on this nonsense!). Run netstat -tanp | grep mysqld You should get something along the lines of: tcp 0 0 0.0.0.0:#### 0.0.0.0:* LISTEN #####/mysqld The #####/mysqld is the PID number--you don't care about this. The number listed at 0.0.0.0:#### is the port number. This is what should be in orthomcl.config. For me it was set at 3306--the default port and what is assumed in orthomcl.config.template is 3307. |
|
![]() |
![]() |
![]() |
#8 |
Junior Member
Location: india Join Date: Nov 2015
Posts: 1
|
![]()
I got same issue while running orthomcl load blast
"DBI connect('orthomcl:3307','root',...) failed: Can't connect to MySQL server on '3307' (22) at /home/eprints/clust/orthomclSoftware/bin/../lib/perl/OrthoMCLEngine/Main/Base.pm line 56.'' how to solve this? |
![]() |
![]() |
![]() |
Thread Tools | |
|
|