TweetI ran into a strange issue the other day while testing my VXML application on Voxeo Prophecy. Originally this caller input function was tested with Avaya, and as I discovered, was never tested on Voxeo. I have long know that Voxeo is much stricter than Avaya, and this is another case where VXML leniency can create [...]
READ MORE »Solved “java.net.BindException: Address already in use: connect” issue on Windows
TweetI have been running into issues on Windows servers while running JMeter tests, but also when I have been tuning akka as described in another blog of mine http://www.baselogic.com/blog/development/java-javaee-j2ee/akka-actor-thread-utilization-and-optimization/ and after more digging, I have finally found the issue. The issues have always been java.net.BindException: Address already in use: connect and I have been thinking this was some [...]
READ MORE »Cannot run program “C:\usr\bin\glassfish3\glassfish\bin\asadmin”: CreateProcess error=193, %1 is not a valid Win32 application
TweetI just encountered a problem with my glassfish installation while preforming a deployment with maven. I was upgrading from a SNAPSHOT version of Glassfish to 3.1.1. I unpacked a brand new version and started getting the following error: Here is what I discovered: Link to this post!
READ MORE »perl.exe: *** fatal error – unable to remap cygwin dll to same address as parent
TweetI have been having a random cygwin error on Windows 7 enterprise for a while, and I have finally been able to correct the issue with a few tedious steps. But so far, after this, I have been running cygwin. Link to this post!
READ MORE »DZone Most Valuable Blogger (MVB) certificate of appreciation.
TweetDZone Most Valuable Blogger certificate. I have been part of this program from the beginning and was excited to be part of DZone. Now in their appreciation of the MVB members, they have created a nice certificate for us. As a big ‘thank you’ to the DZone MVB team, we’d like to share with you with this fun little [...]
READ MORE »Akka actor thread utilization and optimization
TweetI am working on a project where we have http requests from an IVR Voice browser making VXML requests. Each request is a phone caller and each new caller in our application will spawn 6 Akka actor requests for various account look-ups. The issue I had was the concurrent new caller volume of ~20 was [...]
READ MORE »JAVA_HOME is set to an invalid directory: C:\Program Files\JetBrains\IntelliJ IDEA 10.5\jre for Gradle plugin
TweetI have been trying to get Gradle working in intellij 10.5 so I can run some sample projects that were not in Maven. So I installed the Gradle plugin, even though IDEA supports Gradle for editing, I wanted a way to run Gradle tasks in the IDE. However when I ran the plugin, I was [...]
READ MORE »DBUnit unable to import data for CollectionTable witout Primary Key
TweetI ran into an issue running some DBUnit tests trying to seed a database where tables do not have primary keys such as CollectionTables in JPA. This blog illustrates how to the http://www.dbunit.org/properties/primaryKeyFilter property to refresh a table that do not have primary keys. You can basically choose the columns to pseudo ignore during processing. Link [...]
READ MORE »ContainerException The ResourceConfig instance does not contain any root resource classes
TweetI have been creating some REST services with Jersey, and I started getting this error I have searched for a while to find any reference to this error without luck. But finally, I found the issue. I am using glassfish 3.2 and Jersey 1.6 and I assumed, based on documentation that this was valid: Link [...]
READ MORE »


