Postagens

Mostrando postagens de 2013

Weird Weblogic deployment exception

Hi everyone! Just a note for myself, today I faced a weird exception while trying to start a Managed Server from our Weblogic Cluster. The server crashed due to an exception: java.lang.OutOfMemoryError: allocLargeObjectOrArray: [Ljava/lang/Object;, size 16400 I don't know exactly what hapenned, especially because the time that exception ocurred we had almost no users online. After trying to start the Managed Server I was facing this error: weblogic.management.DeploymentException: Exception occured while downloading files And then: Caused By: java.io.IOException: [DeploymentService:290066]Error occurred while downloading files from admin server for deployment request "0". Underlying error is: "null" After some Googling I found a blog post that helped me a lot: http://www.javamonamour.org/2012/10/javaioioexception-deploymentservice2900.html One special note to " and the Admin is unable to redeploy the file ".   After reading that I star

The deferred EL expression is not allowed since deferredSyntaxAllowedAsLiteral is false

This error usually happens when you forgot to declare the Tag Libraries in your Web project inside JDeveloper, just import the library (trough JSP Tag Libraries inside your IDE, I'm using JDeveloper here but I think that all of then uses the same concept) that references the attribute TAG and everything should compile.