Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
blast2go pipeline - only importing the idmapping.tb fails with same mysql settings
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  13 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
EJ Blom  
View profile   Translate to Translated (View Original)
 More options Aug 23 2012, 3:55 am
From: EJ Blom <ejb...@gmail.com>
Date: Thu, 23 Aug 2012 00:55:50 -0700 (PDT)
Local: Thurs, Aug 23 2012 3:55 am
Subject: blast2go pipeline - only importing the idmapping.tb fails with same mysql settings

Dear Blast2go-users,

Very strange, I am able to import all necessary files into the database but
the last step fail when the idmapping.tb needs to be imported.

This is the command line:

java -cp
/home/ec2-user/tools/b2g4pipe/blast2go.jar:/home/ec2-user/tools/b2g4pipe/ex t/mysql-connectorjava-3.0.11-stable-bin.jar
es.blast2go.prog.util.ImportP
IR /mnt/pipelinedata/blast2go/idmapping.tb $dbhost $dbname $dbuser $dbpass
true

The variables (dbhost,dbname,dbuser,dbpass) all worked fine to import gene
info, gene2accession and the assocdb-data. However, this is the error
message:

Starting to import /mnt/pipelinedata/blast2go/idmapping.tb to b...@127.0.0.1
with user root
Problem connecting to database b2g on 127.0.0.1 as root with password
starts with go2******: com.mysql.jdbc.Driver
Database or network connection (timeout) error for: 127.0.0.1
Database or network connection (timeout) error for: 127.0.0.1
Import gi-uniprot mapping: Could not connect to DB
Could not connect to DB
Import of gi-uniprot mapping finished

I already changed my.cnf:

more /etc/my.cnf

[mysqld]
bind-address=127.0.0.1
datadir=/mnt/pipelinebigdata/mysql/
socket=/var/lib/mysql/mysql.sock
user=mysql
# Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0

[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid

Any good ideas?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
EJ Blom  
View profile   Translate to Translated (View Original)
 More options Aug 23 2012, 8:12 am
From: EJ Blom <ejb...@gmail.com>
Date: Thu, 23 Aug 2012 05:12:21 -0700 (PDT)
Local: Thurs, Aug 23 2012 8:12 am
Subject: Re: blast2go pipeline - only importing the idmapping.tb fails with same mysql settings

I noticed that the SQL scripts invokes the rights for the b2g database for
user blast2go with passport blast4it.
Although I was working with the root credentials (they should have all
privileges) i tried it with blast2go user and blast4it pass.
No luck, also when i granted all rights for this user by:

GRANT ALL PRIVILEGES ON b2g.* TO blast2go @'%' IDENTIFIED BY 'blast4it';


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Blast2GO GoogleGroup Re: blast2go pipeline - only importing the idmapping.tb fails with same mysql settings" by Stefan Götz
Stefan Götz  
View profile   Translate to Translated (View Original)
 More options Aug 23 2012, 10:48 am
From: Stefan Götz <sgoetz...@gmail.com>
Date: Thu, 23 Aug 2012 16:48:01 +0200
Local: Thurs, Aug 23 2012 10:48 am
Subject: Re: Blast2GO GoogleGroup Re: blast2go pipeline - only importing the idmapping.tb fails with same mysql settings

Dear,
if you want to connect to the mysql server from the outside and not locally
you also have to change the general database configuration. See e.g.:
http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-...
Regards,
Stefan

On 23 August 2012 14:12, EJ Blom <ejb...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
EJ Blom  
View profile  
 More options Aug 23 2012, 10:49 am
From: EJ Blom <ejb...@gmail.com>
Date: Thu, 23 Aug 2012 07:49:32 -0700 (PDT)
Local: Thurs, Aug 23 2012 10:49 am
Subject: Re: Blast2GO GoogleGroup Re: blast2go pipeline - only importing the idmapping.tb fails with same mysql settings

Hi Stefan

Thanks for the reply. Actually I am doing everything on the same machine,
so mysql is running on the same instance as the import process.

Best

EJ


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stefan Götz  
View profile   Translate to Translated (View Original)
 More options Aug 23 2012, 10:50 am
From: Stefan Götz <sgoetz...@gmail.com>
Date: Thu, 23 Aug 2012 16:50:25 +0200
Local: Thurs, Aug 23 2012 10:50 am
Subject: Re: Blast2GO GoogleGroup Re: blast2go pipeline - only importing the idmapping.tb fails with same mysql settings

Hi,
do not forget the "flush privileges;" afterwards to update the privileges.
Regards,
Stefan

On 23 August 2012 14:12, EJ Blom <ejb...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
EJ Blom  
View profile   Translate to Translated (View Original)
 More options Aug 23 2012, 1:37 pm
From: EJ Blom <ejb...@gmail.com>
Date: Thu, 23 Aug 2012 10:37:21 -0700 (PDT)
Local: Thurs, Aug 23 2012 1:37 pm
Subject: Re: Blast2GO GoogleGroup Re: blast2go pipeline - only importing the idmapping.tb fails with same mysql settings

Hi

I flushed the privileges, makes no difference .. :-(

Regards
EJ


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
EJ Blom  
View profile   Translate to Translated (View Original)
 More options Aug 24 2012, 1:46 pm
From: EJ Blom <ejb...@gmail.com>
Date: Fri, 24 Aug 2012 10:46:05 -0700 (PDT)
Local: Fri, Aug 24 2012 1:46 pm
Subject: Re: Blast2GO GoogleGroup Re: blast2go pipeline - only importing the idmapping.tb fails with same mysql settings

Perhaps a Java problem? I am using the newest version (7).


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stefan Götz  
View profile  
 More options Aug 24 2012, 1:50 pm
From: Stefan Götz <sgoetz...@gmail.com>
Date: Fri, 24 Aug 2012 19:50:19 +0200
Local: Fri, Aug 24 2012 1:50 pm
Subject: Re: Blast2GO GoogleGroup Re: blast2go pipeline - only importing the idmapping.tb fails with same mysql settings

... just if you did not notice: in one of your mails you use as password
for the import  go2******
but the grant command says blast4it ....

GRANT ALL PRIVILEGES ON b2g.* TO blast2go @'%' IDENTIFIED BY 'blast4it';

On 24 August 2012 19:46, EJ Blom <ejb...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
EJ Blom  
View profile   Translate to Translated (View Original)
 More options Aug 24 2012, 2:00 pm
From: EJ Blom <ejb...@gmail.com>
Date: Fri, 24 Aug 2012 11:00:00 -0700 (PDT)
Subject: Re: Blast2GO GoogleGroup Re: blast2go pipeline - only importing the idmapping.tb fails with same mysql settings

Yes thanks for checking, the go2*** was the pass for root login (the one
that should always work) and the blast4it is the one that is specific for
the blast2go user.

EJ


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
EJ Blom  
View profile  
 More options Aug 29 2012, 10:09 am
From: EJ Blom <ejb...@gmail.com>
Date: Wed, 29 Aug 2012 07:09:30 -0700 (PDT)
Local: Wed, Aug 29 2012 10:09 am
Subject: Re: Blast2GO GoogleGroup Re: blast2go pipeline - only importing the idmapping.tb fails with same mysql settings

I just installed the database files on the RDS Mysql instance on Amazon,
everything worked fine (only had to change TYPE=MyISAM to ENGINE=MyISAM).
however, the error is still there. I am now going to try another older Java
version.

EJ


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
EJ Blom  
View profile  
 More options Aug 29 2012, 10:24 am
From: EJ Blom <ejb...@gmail.com>
Date: Wed, 29 Aug 2012 07:24:51 -0700 (PDT)
Local: Wed, Aug 29 2012 10:24 am
Subject: Re: Blast2GO GoogleGroup Re: blast2go pipeline - only importing the idmapping.tb fails with same mysql settings

Nope, older version of java didn't work out.
I am running out of options... :-( is there something that I can do to
debug?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
EJ Blom  
View profile  
 More options Aug 29 2012, 2:47 pm
From: EJ Blom <ejb...@gmail.com>
Date: Wed, 29 Aug 2012 11:47:45 -0700 (PDT)
Local: Wed, Aug 29 2012 2:47 pm
Subject: Re: Blast2GO GoogleGroup Re: blast2go pipeline - only importing the idmapping.tb fails with same mysql settings

OK Found the problem after days of searching. When I copied/typed over the
last java import, I made a spelling error:

mysql-connectorjava-3.0.11-stable-bin.jar should
be mysql-connector-java-3.0.11-stable-bin.jar (notice the dash).

A few lessons that could be learned (imho). The following error message
would not give me the hint that a jar file was incorrectly linked:

Problem connecting to database b2g on 127.0.0.1 as root with password
starts with go2******: com.mysql.jdbc.Driver
Database or network connection (timeout) error for: 127.0.0.1
Database or network connection (timeout) error for: 127.0.0.1
Import gi-uniprot mapping: Could not connect to DB
Could not connect to DB
Import of gi-uniprot mapping finished

Instead, I would very very helpful if the actual error message (class not
found or something like that) was also produced. I would have solved this
in 5 min.
However, I shouldn't be making the typing error in the first place. In my
defense, I had to extract this particular line from a PDF file and copy
paste didn't work for some strange reason.
Perhaps the line could be added to the install script that covers also the
import of the other 3 data files.

Let's wait and see how it works, at least I have a working RDS on the
cloud, that's a plus :-)

EJ


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "B2G not start" by Liu, Jun-Jun
Liu, Jun-Jun  
View profile  
 More options Sep 10 2012, 12:17 pm
From: "Liu, Jun-Jun" <Jun-Jun....@NRCan-RNCan.gc.ca>
Date: Mon, 10 Sep 2012 16:07:42 +0000
Local: Mon, Sep 10 2012 12:07 pm
Subject: B2G not start

Dear Friends:

Recently we could not start the B2G program at all. It shows "Java(TM) Web Start Launcher has stopped working". We can not "check online for a solution" as suggested. Your help is greatly appreciated.

Thanks.

Jun-Jun Liu


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »