Skip to content

Instantly share code, notes, and snippets.

T 127.0.0.1:54091 -> 127.0.0.1:8080 [AP]
GET /invoke HTTP/1.1.
Host: 127.0.0.1:8080.
Connection: keep-alive.
Accept: */*.
User-Agent: NING/1.0.
Cookie: =man.
/*
* Copyright 2014 Jeanfrancois Arcand
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
(function () {
"use strict";
var content = $('#content');
var input = $('#input');
var status = $('#status');
var myName = false;
var author = null;
var logged = false;
var socket = $.atmosphere;
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x0000000000000000, pid=4879, tid=6403
#
# JRE version: Java(TM) SE Runtime Environment (8.0-b132) (build 1.8.0-b132)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.0-b70 mixed mode bsd-amd64 compressed oops)
# Problematic frame:
# C 0x0000000000000000
#
[INFO] 21 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.912s
[INFO] Finished at: Wed Apr 02 08:46:13 EDT 2014
[INFO] Final Memory: 13M/81M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project prime-showcase: Compilation failure: Compilation failure:
</dependency>
<groupId>io.async</groupId>
<artifactId>atmosphere-tower-control</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
| Configuring classpath
Cannot find plugin descriptor for path '/Users/jfarcand/Desktop/jean/anx-shared'.
| Enabling Tomcat NIO connector
| Error 2014-04-18 15:13:40,603 [localhost-startStop-1] ERROR context.GrailsContextLoader - Error initializing the application: No signature of method: static java.lang.Math.max() is applicable for argument types: (java.lang.Integer, null) values: [4, null]
Possible solutions: max(int, int), max(double, double), max(float, float), max(long, long), min(int, int), wait()
Message: No signature of method: static java.lang.Math.max() is applicable for argument types: (java.lang.Integer, null) values: [4, null]
Possible solutions: max(int, int), max(double, double), max(float, float), max(long, long), min(int, int), wait()
Line | Method
->> 251 | doAppend in org.apache.log4j.AppenderSkeleton
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
public Action inspect(final AtmosphereResource r) {
AtmosphereFramework f = r.getAtmosphereConfig().framework();
Map<String, AtmosphereFramework.AtmosphereHandlerWrapper> m = f.getAtmosphereHandlers();
m.get(r.getRequest().getAttribute(FrameworkConfig.MAPPED_PATH)).interceptors.add(f.newClassInstance(AtmosphereInterceptor.class, AtmosphereResourceLifecycleInterceptor.class));
@jfarcand
jfarcand / gist:d447d53d40c83ae1595e
Created April 30, 2014 13:31
Jetty 9.1.3 + IE 9
2014-04-30 09:22:19.085:WARN:oejs.ServletHandler:qtp837577649-67: /
java.lang.IllegalStateException: Committed
at org.eclipse.jetty.server.Response.resetBuffer(Response.java:1281)
at org.eclipse.jetty.server.Response.resetForForward(Response.java:1273)
at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:190)
at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:101)
at org.eclipse.jetty.servlet.DefaultServlet.doGet(DefaultServlet.java:552)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:687)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:717)
09:33:56.632 WARN [qtp1483226032-137] o.a.u.IOUtils [IOUtils.java:108]
org.eclipse.jetty.io.EofException: null
at org.eclipse.jetty.server.HttpInput$3.noContent(HttpInput.java:465) ~[na:na]
at org.eclipse.jetty.server.HttpInput.read(HttpInput.java:125) ~[na:na]
at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283) ~[na:1.7.0_45]
at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325) ~[na:1.7.0_45]
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177) ~[na:1.7.0_45]
at java.io.InputStreamReader.read(InputStreamReader.java:184) ~[na:1.7.0_45]
at java.io.BufferedReader.read1(BufferedReader.java:203) ~[na:1.7.0_45]
at java.io.BufferedReader.read(BufferedReader.java:279) ~[na:1.7.0_45]