Skip to content

Enter one-line summary #669

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
DartBot opened this issue Jun 5, 2015 · 2 comments
Closed

Enter one-line summary #669

DartBot opened this issue Jun 5, 2015 · 2 comments
Labels
closed-duplicate Closed in favor of an existing report type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@DartBot
Copy link

DartBot commented Jun 5, 2015

Originally opened as dart-lang/sdk#14171

This issue was originally filed by [email protected]


What steps will reproduce the problem?
1.Create Web Application

What is the expected output? What do you see instead?
Should create dart.js file

What version of the product are you using? On what operating system?

Please provide any additional information below.

--- Oct 17, 2013 7:22:09 PM Running dart2js... ---
Wrote C:\Users\SreejithV.ORIONINC\dart\clickme\web\clickme.dart.js [200.0kb written in 4.6 seconds]

--- Oct 17, 2013 7:23:57 PM Running pub install ... ---
Pub install failed, [1] Resolving dependencies..........
Downloading browser 0.8.1 from hosted...
Error in PubHttpClient.send (issue dart-lang/sdk#12581) error: HandshakeException: Connection terminated during handshake
    stacktrace: #­0 PubHttpClient.send (file:///e:/b/build/slave/dart-editor-win-trunk/build/dart/sdk/lib/_internal/pub/lib/src/http.dart:60)

­1 HostedSource.install.<anonymous closure> (file:///e:/b/build/slave/dart-editor-win-trunk/build/dart/sdk/lib/_internal/pub/lib/src/source/hosted.dart:93)

­2 Future.Future.sync (dart:async/future.dart:130)

­3 HostedSource.install (file:///e:/b/build/slave/dart-editor-win-trunk/build/dart/sdk/lib/_internal/pub/lib/src/source/hosted.dart:84)

­4 Source.installToSystemCache.<anonymous closure> (file:///e:/b/build/slave/dart-editor-win-trunk/build/dart/sdk/lib/_internal/pub/lib/src/source.dart:160)

­5 _Future._propagateToListeners.<anonymous closure> (dart:async/future_impl.dart:449)

­6 _rootRun (dart:async/zone.dart:531)

­7 _ZoneDelegate.run (dart:async/zone.dart:344)

­8 _CustomizedZone.run (dart:async/zone.dart:489)

­9 _Future._propagateToListeners (dart:async/future_impl.dart:441)

­10 _Future._complete (dart:async/future_impl.dart:298)

­11 _Future._asyncComplete.<anonymous closure> (dart:async/future_impl.dart:354)

­12 _asyncRunCallback (dart:async/event_loop.dart:18)

­13 _createTimer.<anonymous closure> (dart:async-patch/timer_patch.dart:11)

­14 _Timer._createTimerHandler._handleTimeout (timer_impl.dart:151)

­15 _Timer._createTimerHandler.<anonymous closure> (timer_impl.dart:168)

­16 _ReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:113)

Connection terminated during handshake
e:\b\build\slave\dart-editor-win-trunk\build\dart\sdk\lib_internal\pub\lib\src\http.dart PubHttpClient.send.<fn>
dart:async _createTimer.<fn>
timer_impl.dart _Timer._createTimerHandler._handleTimeout
timer_impl.dart _Timer._createTimerHandler.<fn>
dart:isolate _ReceivePortImpl._handleMessage

This is an unexpected error. Please run

    pub --trace 'install'

and include the results in a bug report on http://dartbug.com/new.

** Warning: Application may fail to run since packages did not get installed.Try running pub install again. **

--- Oct 17, 2013 7:25:49 PM Running pub install ... ---
Pub install failed, [1] Resolving dependencies..........
Downloading browser 0.8.1 from hosted...
Error in PubHttpClient.send (issue dart-lang/sdk#12581) error: HandshakeException: Connection terminated during handshake
    stacktrace: #­0 PubHttpClient.send (file:///e:/b/build/slave/dart-editor-win-trunk/build/dart/sdk/lib/_internal/pub/lib/src/http.dart:60)

­1 HostedSource.install.<anonymous closure> (file:///e:/b/build/slave/dart-editor-win-trunk/build/dart/sdk/lib/_internal/pub/lib/src/source/hosted.dart:93)

­2 Future.Future.sync (dart:async/future.dart:130)

­3 HostedSource.install (file:///e:/b/build/slave/dart-editor-win-trunk/build/dart/sdk/lib/_internal/pub/lib/src/source/hosted.dart:84)

­4 Source.installToSystemCache.<anonymous closure> (file:///e:/b/build/slave/dart-editor-win-trunk/build/dart/sdk/lib/_internal/pub/lib/src/source.dart:160)

­5 _Future._propagateToListeners.<anonymous closure> (dart:async/future_impl.dart:449)

­6 _rootRun (dart:async/zone.dart:531)

­7 _ZoneDelegate.run (dart:async/zone.dart:344)

­8 _CustomizedZone.run (dart:async/zone.dart:489)

­9 _Future._propagateToListeners (dart:async/future_impl.dart:441)

­10 _Future._complete (dart:async/future_impl.dart:298)

­11 _Future._asyncComplete.<anonymous closure> (dart:async/future_impl.dart:354)

­12 _asyncRunCallback (dart:async/event_loop.dart:18)

­13 _createTimer.<anonymous closure> (dart:async-patch/timer_patch.dart:11)

­14 _Timer._createTimerHandler._handleTimeout (timer_impl.dart:151)

­15 _Timer._createTimerHandler.<anonymous closure> (timer_impl.dart:168)

­16 _ReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:113)

Connection terminated during handshake
e:\b\build\slave\dart-editor-win-trunk\build\dart\sdk\lib_internal\pub\lib\src\http.dart PubHttpClient.send.<fn>
dart:async _createTimer.<fn>
timer_impl.dart _Timer._createTimerHandler._handleTimeout
timer_impl.dart _Timer._createTimerHandler.<fn>
dart:isolate _ReceivePortImpl._handleMessage

This is an unexpected error. Please run

    pub --trace 'install'

and include the results in a bug report on http://dartbug.com/new.

** Warning: Application may fail to run since packages did not get installed.Try running pub install again. **

--- Oct 17, 2013 7:33:29 PM Running pub install ... ---
Pub install failed, [1] Resolving dependencies..........
Downloading browser 0.8.1 from hosted...
Error in PubHttpClient.send (issue dart-lang/sdk#12581) error: HandshakeException: Connection terminated during handshake
    stacktrace: #­0 PubHttpClient.send (file:///e:/b/build/slave/dart-editor-win-trunk/build/dart/sdk/lib/_internal/pub/lib/src/http.dart:60)

­1 HostedSource.install.<anonymous closure> (file:///e:/b/build/slave/dart-editor-win-trunk/build/dart/sdk/lib/_internal/pub/lib/src/source/hosted.dart:93)

­2 Future.Future.sync (dart:async/future.dart:130)

­3 HostedSource.install (file:///e:/b/build/slave/dart-editor-win-trunk/build/dart/sdk/lib/_internal/pub/lib/src/source/hosted.dart:84)

­4 Source.installToSystemCache.<anonymous closure> (file:///e:/b/build/slave/dart-editor-win-trunk/build/dart/sdk/lib/_internal/pub/lib/src/source.dart:160)

­5 _Future._propagateToListeners.<anonymous closure> (dart:async/future_impl.dart:449)

­6 _rootRun (dart:async/zone.dart:531)

­7 _ZoneDelegate.run (dart:async/zone.dart:344)

­8 _CustomizedZone.run (dart:async/zone.dart:489)

­9 _Future._propagateToListeners (dart:async/future_impl.dart:441)

­10 _Future._complete (dart:async/future_impl.dart:298)

­11 _Future._asyncComplete.<anonymous closure> (dart:async/future_impl.dart:354)

­12 _asyncRunCallback (dart:async/event_loop.dart:18)

­13 _createTimer.<anonymous closure> (dart:async-patch/timer_patch.dart:11)

­14 _Timer._createTimerHandler._handleTimeout (timer_impl.dart:151)

­15 _Timer._createTimerHandler.<anonymous closure> (timer_impl.dart:168)

­16 _ReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:113)

Connection terminated during handshake
e:\b\build\slave\dart-editor-win-trunk\build\dart\sdk\lib_internal\pub\lib\src\http.dart PubHttpClient.send.<fn>
dart:async _createTimer.<fn>
timer_impl.dart _Timer._createTimerHandler._handleTimeout
timer_impl.dart _Timer._createTimerHandler.<fn>
dart:isolate _ReceivePortImpl._handleMessage

This is an unexpected error. Please run

    pub --trace 'install'

and include the results in a bug report on http://dartbug.com/new.

** Warning: Application may fail to run since packages did not get installed.Try running pub install again. **

@DartBot DartBot added type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) closed-duplicate Closed in favor of an existing report labels Jun 5, 2015
@DartBot
Copy link
Author

DartBot commented Jun 5, 2015

<img src="https://avatars.githubusercontent.com/u/5449880?v=3" align="left" width="48" height="48"hspace="10"> Comment by iposva-google


Added Area-Pub, Triaged labels.

@DartBot
Copy link
Author

DartBot commented Jun 5, 2015

<img src="https://avatars.githubusercontent.com/u/188?v=3" align="left" width="48" height="48"hspace="10"> Comment by nex3


Added Duplicate label.
Marked as being merged into dart-lang/sdk#14646.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-duplicate Closed in favor of an existing report type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

1 participant