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
                  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
                • SEQadmin2
                  From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
                  by SEQadmin2


                  Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


                  The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
                  ...
                  06-02-2026, 10:05 AM

                ad_right_rmr

                Collapse

                News

                Collapse

                Topics Statistics Last Post
                Started by SEQadmin2, 06-26-2026, 11:10 AM
                0 responses
                13 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 06-17-2026, 06:09 AM
                0 responses
                48 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 06-09-2026, 11:58 AM
                0 responses
                107 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 06-05-2026, 10:09 AM
                0 responses
                125 views
                0 reactions
                Last Post SEQadmin2  
                Working...