-
can someone provide instructions to re-compile the src with new aspectj?.
2009-12-16 21:12:31 UTC by https://www.google.com/accounts
-
We would like to use compile time weaving. How can I do that? Is it possible? if it is not possible out of the box, is it possible with some customization?
The main reason for preffering compile time weaving is that, Opts guys may not allow to use tomcat startup script modification, Is there any other option to limit the impact of glassbox to the application alone (no impact to application...
2009-11-27 13:18:43 UTC by Rejeev Divakaran
-
Hello
I'm using Glassbox to monitor my JBoss 5.1.0 GA server. When the server starts up, I Have tens of messages like:
INFO | jvm 1 | 2009/11/18 15:28:38 | 15:28:38,119 SEVERE [Aj] org/jboss/metadata/annotation/creator/AbstractProcessor$Scope
INFO | jvm 1 | 2009/11/18 15:28:38 | java.lang.NullPointerException
INFO | jvm 1 | 2009/11/18 15:28:38 | Nov 18, 2009 3:28:38 PM...
2009-11-18 14:45:00 UTC by nobody
-
Hello
I'm using Glassbox to monitor my JBoss 5.1.0 GA server. When I try to deploy my Spring-based applications, I get error messages like the following:
2009-11-18 15:35:28,228 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/appliExemple].[jsp]] (ajp-127.0.0.1-8009-1) Servlet.service() for servlet jsp threw exception
java.lang.LinkageError: loader constraint...
2009-11-18 14:43:07 UTC by nobody
-
I am also facing the error. i am using Java 5.0 + Hibernate + MYSQL 5.1
Error :
Mean Time per Operation (s) : 3.38 sec.
Calls per Operation : 7.0
SQL Request : connection to database unknown
Thanks in Advance
Karthik.
2009-11-16 12:37:10 UTC by karurkarthi
-
I have developed Java Application with MySQL Database and used GlassBox Tool for troubleshooting the application , I am not able get query stack and getting error like ***'connection to database unknown'.***
Thanks in advance
JP.
2009-11-16 11:44:29 UTC by glassboxjp
-
HI
I am using J2EE web application with Hibernate SQL's,
I planned to do performence tuning using Glass Box Tool, its gives all the details reegarding the application such as slow java methode etc...,
but it doesnt give any specific database query in the reports.
Please reply to me any one who knows the solution...
Thanks
JP.
2009-11-16 09:52:58 UTC by glassboxjp
-
2009-10-19 19:18:34,046 ERROR [org.springframework.web.context.ContextLoader] Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageSource' defined in ServletContext resource [/WEB-INF/ifx-servlet.xml]: BeanPostProcessor before instantiation of bean failed; nested exception is...
2009-10-19 19:18:59 UTC by ansram
-
Thanks. I tried but did not work. Let me provide some more details about the problem and what all I tried.
- The application under test has a set of JSP, EJB and connects to Oracle using classes12.zip/ojdbc14.jar
- I just enabled the appserver with galssbox and started.
- it serves nullpointer exception whenever it executed rs.next(). Detail code and exception block follows
- As such the...
2009-10-15 10:56:19 UTC by joydeepsarkar
-
This might be a classloader error or an incompatibility in the version of struts that your system is using and what Glassbox is expecting. Do you know what classloader loads struts and the BEA portlet library? What versions of each are you using?
Ron.
2009-10-14 17:13:27 UTC by rjbodkin