Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • zxl124
    Junior Member
    • Aug 2009
    • 4

    orthomcl error

    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:mysqlrthomcl:local
    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.
  • kmkocot
    Member
    • Jun 2009
    • 51

    #2
    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.

    Comment

    • rahularjun86
      Member
      • Jan 2011
      • 58

      #3
      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.
      I did the mysql installations on my home directory without su privileges. I would really appreciate if someone could help me out.
      Regards,
      Rahul
      Rahul Sharma,
      Ph.D
      Frankfurt am Main, Germany

      Comment

      • set
        Junior Member
        • Feb 2013
        • 1

        #4
        Originally posted by kmkocot View Post
        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.
        Hi,

        have you solved this? I get the same error but then already at the LoadBlast step.

        Thank you

        Comment

        • kmkocot
          Member
          • Jun 2009
          • 51

          #5
          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

          Comment

          • SES
            Senior Member
            • Mar 2010
            • 275

            #6
            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
            to check. Depending on how you configured MySQL, it may not be set to start automatically. This is a common reason for not being able to connect.

            Comment

            • klduong
              Junior Member
              • Nov 2012
              • 4

              #7
              Originally posted by rahularjun86 View Post
              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.
              I did the mysql installations on my home directory without su privileges. I would really appreciate if someone could help me out.
              Regards,
              Rahul

              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.

              Comment

              • akhilv
                Junior Member
                • Nov 2015
                • 1

                #8
                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?

                Comment

                Latest Articles

                Collapse

                • SEQadmin2
                  Cancer Drug Resistance: The Lingering Barrier to Rising Survival
                  by SEQadmin2



                  Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

                  There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
                  Today, 05:17 AM
                • GATTACAT
                  Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
                  by GATTACAT
                  Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
                  07-01-2026, 11:43 AM
                • SEQadmin2
                  Nine Things a Sample Prep Scientist Thinks About Before Sequencing
                  by SEQadmin2


                  I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

                  Here are nine questions we think about, in roughly the order they matter, before...
                  06-18-2026, 07:11 AM

                ad_right_rmr

                Collapse

                News

                Collapse

                Topics Statistics Last Post
                Started by SEQadmin2, Today, 10:08 AM
                0 responses
                5 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, Yesterday, 11:05 AM
                0 responses
                7 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 07-02-2026, 11:08 AM
                0 responses
                30 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 06-30-2026, 05:37 AM
                0 responses
                28 views
                0 reactions
                Last Post SEQadmin2  
                Working...