This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[03/03 12:02:37 EST][err] visit https://github.com/senchalabs/connect/wiki/Connect-3.0 for alternatives | |
[03/03 12:02:37 EST][err] connect.limit() will be removed in connect 3.0 | |
[03/03 12:02:37 EST][err] Error: Redis connection to nodejitsudb8060541718.redis.irstack.com:6379 failed - connect ECONNREFUSED | |
[03/03 12:02:37 EST][err] at RedisClient.on_error (/opt/run/snapshot/package/node_modules/redis/index.js:185:24) | |
[03/03 12:02:37 EST][err] at Socket.<anonymous> (/opt/run/snapshot/package/node_modules/redis/index.js:95:14) | |
[03/03 12:02:37 EST][err] at Socket.EventEmitter.emit (events.js:95:17) | |
[03/03 12:02:37 EST][err] at net.js:441:14 | |
[03/03 12:02:37 EST][err] at process._tickCallback (node.js:415:13) | |
[03/03 12:02:37 EST][err] events.js:72 | |
[03/03 12:02:39 EST][err] connect.multipart() will be removed in connect 3.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Compiling module com.example.fiveCardStud.FiveCardStudGame | |
[ERROR] An internal compiler exception occurred | |
com.google.gwt.dev.jjs.InternalCompilerException: Error constructing Java AST | |
at com.google.gwt.dev.jjs.impl.GwtAstBuilder.translateException(GwtAstBuilder.java:3172) | |
at com.google.gwt.dev.jjs.impl.GwtAstBuilder$AstVisitor.endVisit(GwtAstBuilder.java:556) | |
at org.eclipse.jdt.internal.compiler.ast.CastExpression.traverse(CastExpression.java:581) | |
at org.eclipse.jdt.internal.compiler.ast.LocalDeclaration.traverse(LocalDeclaration.java:298) | |
at org.eclipse.jdt.internal.compiler.ast.Block.traverse(Block.java:127) | |
at org.eclipse.jdt.internal.compiler.ast.IfStatement.traverse(IfStatement.java:275) | |
at org.eclipse.jdt.internal.compiler.ast.MethodDeclaration.traverse(MethodDeclaration.java:307) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Before | |
public void runBefore(){ | |
mockView = Mockito.mock(View.class); | |
mockContainer = Mockito.mock(Container.class); | |
fiveCardStudPresenter = new fiveCardStudPresenter(mockView, mockContainer); | |
verify(mockView).setPresenter(fiveCardStudPresenter); | |
} | |
@After | |
public void runAfter() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
info: Welcome to Nodejitsu Jeremy_Huang | |
info: jitsu v0.13.9, node v0.10.22 | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
info: Analyzing application dependencies in node app.js | |
debug: { method: 'GET', | |
debug: uri: 'https://api.nodejitsu.com/apps/Jeremy_Huang/application-name', | |
debug: headers: | |
debug: { Authorization: '*************************************************************************', | |
debug: 'Content-Type': 'application/json' }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
info: Creating snapshot 0.0.1-4 | |
info Uploading: [=============================] 100% | |
info: Updating app application-name | |
info: Activating snapshot 0.0.1-4 for application-name | |
info: Starting app application-name | |
error: Error running command deploy | |
info: The nodejitsu api reset the connection | |
help: This error may be due to the application or the drone server | |
172-26-113-213:pitchbook hjamesbest$ jitsu deploy --debug | |
info: Welcome to Nodejitsu Jeremy_Huang |
NewerOlder