Skip to content

Instantly share code, notes, and snippets.

View mickknutson's full-sized avatar

Mick Knutson mickknutson

View GitHub Profile
@mickknutson
mickknutson / file1.sh
Created January 12, 2012 14:21
groovy-parameter-types-error
[ERROR] C:\usr\SYNCH\PACKT\3166\Chapters_Code\ch05\target\generated-sources\groovy-stubs\main\com\baselogic\chapter05\utils\StringUtilities.java:26:0::0
Syntax error, parameterized types are only available if source level is 5.0
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException:
Failed to execute goal org.codehaus.mojo:aspectj-maven-plugin:1.3.1:compile (default) on project ch05:
Compiler errors: error at public static java.lang.String getRequestQueryString(java.util.Map<java.lang.String, java.lang.String> parameters) { return (java.lang.String)null;}
^^^^^^^^^^^^
C:\usr\SYNCH\PACKT\3166\Chapters_Code\ch05\target\generated-sources\groovy-stubs\main\com\baselogic\chapter05\utils\StringUtilities.java:26:0::0
The type Map is not generic; it cannot be parameterized with arguments <String, String>
error at public static java.lang.String getRequestQueryString(java.util.Map<java.lang.String, java.lang.String> p
@mickknutson
mickknutson / file1.sh
Created January 12, 2012 14:07
Final Avaya Thread Usage
-----12:15:03 PM -----:
1 established)
1 Foreign
1 LAST_ACK
1 SYN_SENT
7 LISTEN
70 CLOSE_WAIT
147 TIME_WAIT
238 ESTABLISHED
@mickknutson
mickknutson / aspectj-maven-plugin.xml
Created January 11, 2012 22:09
aspectj-maven-plugin
<plugin>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>aspectj-maven-plugin</artifactId>
    <version>1.3.1</version>
    <executions>
        <execution>
            <phase>process-sources</phase>
            <goals>
                <goal>compile</goal>
                <goal>test-compile</goal>
@mickknutson
mickknutson / avaya-sockets-initial.sh
Created January 11, 2012 21:42
avaya-sockets-initial
-----04:29:38 PM -----:
207 CLOSE_WAIT
127 TIME_WAIT
196 ESTABLISHED
@mickknutson
mickknutson / avaya-sockets-1st-pass.sh
Created January 11, 2012 22:04
avaya-sockets-1st-pass
-----05:16:11 PM -----:
1 established)
1 Foreign
1 LAST_ACK
1 SYN_SENT
7 LISTEN
88 CLOSE_WAIT
172 TIME_WAIT
313 ESTABLISHED