As title, I encounter a problem as following message :
===========
heroku db:push
Loaded Taps v0.3.5
Auto-detected local database: sqlite://db/xxx.sqlite3
Warning: Data in the app 'xxx' will be overwritten and will not be
recoverable.
Are you sure you wish to continue? (y/n)? y
Sending schema
Sending indexes
schema_migrat: 100% |==========================================| Time:
00:00:02
Sending data
11 tables, 400 records
schema_migrat: 100% |==========================================| Time:
00:00:02
Saving session to push_201005070716.dat..=                     | ETA:
00:00:10
!!! Caught Server Exception
HTTP CODE: 500
Taps Server Error: PGError: ERROR:  value too long for type character
varying(255)

/home/slugs/150602_58d6f22_f8f2/mnt/.gems/gems/sequel-3.10.0/lib/
sequel/adapters/postgres.rb:163:in `async_exec'/home/slugs/
150602_58d6f22_f8f2/mnt/.gems/gems/sequel-3.10.0/lib/sequel/adapters/
postgres.rb:163:in `execute'/home/slugs/150602_58d6f22_f8f2/mnt/.gems/
gems/sequel-3.10.0/lib/sequel/adapters/postgres.rb:146:in
`check_disconnect_errors'/home/slugs/150602_58d6f22_f8f2/mnt/.gems/
gems/sequel-3.10.0/lib/sequel/adapters/postgres.rb:163:in `execute'/
home/slugs/150602_58d6f22_f8f2/mnt/.gems/gems/sequel-3.10.0/lib/sequel/
adapters/postgres.rb:229:in `execute'/home/slugs/150602_58d6f22_f8f2/
mnt/.gems/gems/sequel-3.10.0/lib/sequel/connection_pool/threaded.rb:
71:in `hold'/home/slugs/150602_58d6f22_f8f2/mnt/.gems/gems/
sequel-3.10.0/lib/sequel/database.rb:535:in `synchronize'/home/slugs/
150602_58d6f22_f8f2/mnt/.gems/gems/sequel-3.10.0/lib/sequel/adapters/
postgres.rb:229:in `execute'/home/slugs/150602_58d6f22_f8f2/mnt/.gems/
gems/sequel-3.10.0/lib/sequel/adapters/postgres.rb:251:in
`check_database_errors'/home/slugs/150602_58d6f22_f8f2/mnt/.gems/gems/
sequel-3.10.0/lib/sequel/adapters/postgres.rb:226:in `execute'/home/
slugs/150602_58d6f22_f8f2/mnt/.gems/gems/sequel-3.10.0/lib/sequel/
database.rb:341:in `execute_dui'/home/slugs/150602_58d6f22_f8f2/
mnt/.gems/gems/sequel-3.10.0/lib/sequel/dataset/actions.rb:111:in
`execute_dui'/home/slugs/150602_58d6f22_f8f2/mnt/.gems/gems/
sequel-3.10.0/lib/sequel/dataset/convenience.rb:129:in `import'/home/
slugs/150602_58d6f22_f8f2/mnt/.gems/gems/sequel-3.10.0/lib/sequel/
dataset/convenience.rb:129:in `each'/home/slugs/150602_58d6f22_f8f2/
mnt/.gems/gems/sequel-3.10.0/lib/sequel/dataset/convenience.rb:129:in
`import'/home/slugs/150602_58d6f22_f8f2/mnt/.gems/gems/sequel-3.10.0/
lib/sequel/database.rb:629:in `_transaction'/home/slugs/
150602_58d6f22_f8f2/mnt/.gems/gems/sequel-3.10.0/lib/sequel/
database.rb:575:in `transaction'/home/slugs/150602_58d6f22_f8f2/
mnt/.gems/gems/sequel-3.10.0/lib/sequel/connection_pool/threaded.rb:
84:in `hold'/home/slugs/150602_58d6f22_f8f2/mnt/.gems/gems/
sequel-3.10.0/lib/sequel/database.rb:535:in `synchronize'/home/slugs/
150602_58d6f22_f8f2/mnt/.gems/gems/sequel-3.10.0/lib/sequel/
database.rb:573:in `transaction'/home/slugs/150602_58d6f22_f8f2/
mnt/.gems/gems/sequel-3.10.0/lib/sequel/dataset/convenience.rb:129:in
`import'./lib/taps/data_stream.rb:284:in `import_rows'./lib/taps/
data_stream.rb:149:in `fetch_remote_in_server'./lib/taps/server.rb:
55:in `POST /sessions/:key/push/table'./lib/taps/db_session.rb:15:in
`conn'/home/slugs/150602_58d6f22_f8f2/mnt/.gems/gems/sequel-3.10.0/lib/
sequel/database.rb:163:in `connect'/home/slugs/150602_58d6f22_f8f2/
mnt/.gems/gems/sequel-3.10.0/lib/sequel/core.rb:121:in `connect'./lib/
taps/db_session.rb:14:in `conn'./lib/taps/server.rb:52:in `POST /
sessions/:key/push/table'/home/slugs/150602_58d6f22_f8f2/mnt/.gems/
gems/sinatra-1.0/lib/sinatra/base.rb:863:in `call'/home/slugs/
150602_58d6f22_f8f2/mnt/.gems/gems/sinatra-1.0/lib/sinatra/base.rb:
863:in `route'/home/slugs/150602_58d6f22_f8f2/mnt/.gems/gems/
sinatra-1.0/lib/sinatra/base.rb:521:in `instance_eval'/home/slugs/
150602_58d6f22_f8f2/mnt/.gems/gems/sinatra-1.0/lib/sinatra/base.rb:
521:in `route_eval'/home/slugs/150602_58d6f22_f8f2/mnt/.gems/gems/
sinatra-1.0/lib/sinatra/base.rb:500:in `route!'/home/slugs/
150602_58d6f22_f8f2/mnt/.gems/gems/sinatra-1.0/lib/sinatra/base.rb:
497:in `catch'/home/slugs/150602_58d6f22_f8f2/mnt/.gems/gems/
sinatra-1.0/lib/sinatra/base.rb:497:in `route!'/home/slugs/
150602_58d6f22_f8f2/mnt/.gems/gems/sinatra-1.0/lib/sinatra/base.rb:
476:in `each'/home/slugs/150602_58d6f22_f8f2/mnt/.gems/gems/
sinatra-1.0/lib/sinatra/base.rb:476:in `route!'/home/slugs/
150602_58d6f22_f8f2/mnt/.gems/gems/sinatra-1.0/lib/sinatra/base.rb:
601:in `dispatch!'/home/slugs/150602_58d6f22_f8f2/mnt/.gems/gems/
sinatra-1.0/lib/sinatra/base.rb:411:in `call!'/home/slugs/
150602_58d6f22_f8f2/mnt/.gems/gems/sinatra-1.0/lib/sinatra/base.rb:
566:in `instance_eval'/home/slugs/150602_58d6f22_f8f2/mnt/.gems/gems/
sinatra-1.0/lib/sinatra/base.rb:566:in `invoke'/home/slugs/
150602_58d6f22_f8f2/mnt/.gems/gems/sinatra-1.0/lib/sinatra/base.rb:
566:in `catch'/home/slugs/150602_58d6f22_f8f2/mnt/.gems/gems/
sinatra-1.0/lib/sinatra/base.rb:566:in `invoke'/home/slugs/
150602_58d6f22_f8f2/mnt/.gems/gems/sinatra-1.0/lib/sinatra/base.rb:
411:in `call!'/home/slugs/150602_58d6f22_f8f2/mnt/.gems/gems/
sinatra-1.0/lib/sinatra/base.rb:399:in `call'/home/slugs/
150602_58d6f22_f8f2/mnt/.gems/gems/rack-1.1.0/lib/rack/auth/basic.rb:
25:in `call'/home/slugs/150602_58d6f22_f8f2/mnt/.gems/gems/sinatra-1.0/
lib/sinatra/base.rb:979:in `call'/home/slugs/150602_58d6f22_f8f2/
mnt/.gems/gems/sinatra-1.0/lib/sinatra/base.rb:1005:in `synchronize'/
home/slugs/150602_58d6f22_f8f2/mnt/.gems/gems/sinatra-1.0/lib/sinatra/
base.rb:979:in `call'/home/heroku_rack/lib/static_assets.rb:9:in
`call'/home/heroku_rack/lib/last_access.rb:25:in `call'/home/slugs/
150602_58d6f22_f8f2/mnt/.gems/gems/rack-1.1.0/lib/rack/urlmap.rb:47:in
`call'/home/slugs/150602_58d6f22_f8f2/mnt/.gems/gems/rack-1.1.0/lib/
rack/urlmap.rb:41:in `each'/home/slugs/150602_58d6f22_f8f2/mnt/.gems/
gems/rack-1.1.0/lib/rack/urlmap.rb:41:in `call'/home/heroku_rack/lib/
date_header.rb:14:in `call'/home/slugs/150602_58d6f22_f8f2/mnt/.gems/
gems/rack-1.1.0/lib/rack/builder.rb:77:in `call'/home/slugs/
150602_58d6f22_f8f2/mnt/.gems/gems/thin-1.2.7/lib/thin/connection.rb:
76:in `pre_process'/home/slugs/150602_58d6f22_f8f2/mnt/.gems/gems/
thin-1.2.7/lib/thin/connection.rb:74:in `catch'/home/slugs/
150602_58d6f22_f8f2/mnt/.gems/gems/thin-1.2.7/lib/thin/connection.rb:
74:in `pre_process'/home/slugs/150602_58d6f22_f8f2/mnt/.gems/gems/
thin-1.2.7/lib/thin/connection.rb:57:in `process'/home/slugs/
150602_58d6f22_f8f2/mnt/.gems/gems/thin-1.2.7/lib/thin/connection.rb:
42:in `receive_data'/usr/ruby1.8.7/lib/ruby/gems/1.8/gems/
eventmachine-0.12.10/lib/eventmachine.rb:256:in `run_machine'/usr/
ruby1.8.7/lib/ruby/gems/1.8/gems/eventmachine-0.12.10/lib/
eventmachine.rb:256:in `run'/home/slugs/150602_58d6f22_f8f2/mnt/.gems/
gems/thin-1.2.7/lib/thin/backends/base.rb:57:in `start'/home/slugs/
150602_58d6f22_f8f2/mnt/.gems/gems/thin-1.2.7/lib/thin/server.rb:
156:in `start'/home/slugs/150602_58d6f22_f8f2/mnt/.gems/gems/
thin-1.2.7/lib/thin/controllers/controller.rb:80:in `start'/home/slugs/
150602_58d6f22_f8f2/mnt/.gems/gems/thin-1.2.7/lib/thin/runner.rb:
177:in `send'/home/slugs/150602_58d6f22_f8f2/mnt/.gems/gems/thin-1.2.7/
lib/thin/runner.rb:177:in `run_command'/home/slugs/150602_58d6f22_f8f2/
mnt/.gems/gems/thin-1.2.7/lib/thin/runner.rb:143:in `run!'/home/slugs/
150602_58d6f22_f8f2/mnt/.gems/gems/thin-1.2.7/bin/thin:6/usr/ruby1.8.7/
bin/thin:19:in `load'/usr/ruby1.8.7/bin/thin:19
==================


According to this message : value too long for type character
varying(255)
I think I've some part too long for postgre.  but I don't know where
and how to fix it.
can anybody help me on this?

thanks very very much. :D

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to