Glassbox Forum Homepage Welcome Guest   | Login   
  Search  
  Index  | Recent Threads  | Who's Online  | User List  | Register  | Search  | Help  | RSS feeds


Welcome Guest
Login Name

Password



I've forgotten my password!

Who's Online
There are 97 Online Users (97 Guests, 0 Member , 0 Invisible member )
Who's Online:
What they are doing

Most active threads since last week
JdbcMonitor sees NullPointerException wrapping OracleDriver (4 new posts)
Has anyone attempted to deploy Glassbox into a PeopleSoft webapplication? (2 new posts)
log4j:WARN No appenders could be found for logger (glassbox.bootstrap) (1 new post)
How to use Glassbox agent to extract statistics in my own webapp rather using Glassbox web Client (1 new post)

Most active members since last week
jwilks (2 new posts)
rbodkin (2 new posts)
athorne (2 new posts)
varmadvs (1 new post)
tcrever (1 new post)

Statistics
Total Categories: 3
Total Forums: 9
Total Topics: 265
Total Posts: 1158
Total Members: 273
Latest Member: varmadvs

List all forums
Glassbox Technical Support
HOW TO: Log or track Glassbox Issues
Glassbox 2.0 Technical Questions
Glassbox Troubleshooter 1.x Technical Support
Glassbox Inspector Technical Support
Glassbox 2.0 Open Source Forum
Glassbox 2.0 Users
Glassbox 2.0 Developers
Suggestions and Feature Requests
General
News & Announcements
Speaking Engagements and Shows
  
Last post in each forum
Forum: News & Announcements » Thread: Glassbox 2.0 Release Candidate 1 released 11/2007.
Posted by pickering at Nov 14, 2007 3:49:20 PM
Glassbox 2.0 Release Candidate 1 released 11/2007.
We are happy to announce that Glassbox 2.0 RC has been released.

Release Candidate New and Improved:
- 9+ months of improvements from the Beta
- Improved installation, more platforms, improved automation
- More Monitors, Glassbox understands more frameworks and finds more issues
- Improved APIs for integration
- And last but not least... More tested and more bug fixes

Get it here:
New and Improved Glassbox Troubleshooter 2.0 RC1 Downloads

thanks,
Dave Pickering
VP Engineering
Glassbox Corp
Replies: 0 :: Reply to this Post

Forum: Speaking Engagements and Shows » Thread: Glassbox's Ron Bodkin speaks at 2007 Bay Area Software Symposium Nov30-Dec02 2007
Posted by Admin at Oct 14, 2007 10:36:30 PM
Glassbox's Ron Bodkin speaks at 2007 Bay Area Software Symposium Nov30-Dec02 2007
Ron Bodkin of Glassbox will be presenting at the Bay Area Software Symposium Nov 30-Dec2.

Please check for updates as they become available here .
Replies: 0 :: Reply to this Post

Forum: Glassbox 2.0 Users » Thread: undefined Application in web client
Posted by siddiqut at May 1, 2008 11:11:54 PM
Re: undefined Application in web client
Ron,

Many thanx for your reply. That worked great.

-Tajdar
Replies: 2 :: Reply to this Post

Forum: Glassbox 2.0 Developers » Thread: Java is always Out of Memmory when we open new Thread
Posted by rbodkin at Apr 24, 2008 10:44:42 PM
Re: Java is always Out of Memmory when we open new Thread
Glassbox uses AspectJ load-time weaving, which does increase the memory requirements of an application. It also keeps statistics about operations and calls in memory, which is normally constrained in size but in certain cases where an application dynamically generates queries or other items that produce many calls, it can use a lot of memory. If you can use a profiler (even Java's built in JVMPI, JVMTI, or java 6's jmap) to get a memory dump of the objects in use when you are out of memory, I'd be happy to give some input on what might be going wrong. Does it work if you increase the memory available to Java?

Sometimes Java just runs out of permanent memory for code, so you might try increasing that allocation too, e.g., with

-XX:MaxPermSize=256m
If that works you could also try a smaller setting like 128m or 64m.

Thanks,
Ron
Replies: 1 :: Reply to this Post

Forum: Suggestions and Feature Requests » Thread: Detailed threshold configuration
Posted by rbodkin at Oct 15, 2007 11:51:36 AM
Re: Detailed threshold configuration
This should be easy to add into the glassbox.properties file... Do you want to enter it into our JIRA issue tracking system (glassbox.com/jira)?
Replies: 2 :: Reply to this Post

Forum: HOW TO: Log or track Glassbox Issues » Thread: JDK 1.5 and tomcat 5.5 giving a strange error for after upgrade
Posted by rbodkin at Sep 5, 2007 12:23:29 AM
Re: JDK 1.5 and tomcat 5.5 giving a strange error for after upgrade
So if you enable Tomcat security, you are finding there are problems running Glassbox? You probably need to edit the security configuration to allow Glassbox to run under your more restrictive security settings. To help you configure this, can you give the startup options and security configuration file you're using, and the log error messages for the security errors you get when start Glassbox with Tomcat security please?

Thanks,
Ron
Replies: 1 :: Reply to this Post

Forum: Glassbox 2.0 Technical Questions » Thread: log4j:WARN No appenders could be found for logger (glassbox.bootstrap)
Posted by varmadvs at May 15, 2008 5:27:48 AM
log4j:WARN No appenders could be found for logger (glassbox.bootstrap)
Hi,
We are encountering the below error while starting the application on websphere. Because of this the entire looging in the application is not working.
log4j:WARN No appenders could be found for logger (glassbox.bootstrap)
log4j:WARN Please initialize the log4j system properly.

And also the below error is showing in log

[5/14/08 23:32:08:648 CDT] 474779a8 ApplicationMg A WSVR0200I: Starting application: glassbox_war
[5/14/08 23:32:08:757 CDT] 474779a8 WebContainer A SRVE0169I: Loading Web Module: Glassbox Web Client.
[5/14/08 23:32:08:879 CDT] 474779a8 WebGroup I SRVE0180I: [Glassbox Web Client] [/glassbox] [Servlet.LOG]: JSP 1.2 Processor: init
[5/14/08 23:32:09:146 CDT] 474779a8 WebGroup I SRVE0180I: [Glassbox Web Client] [/glassbox] [Servlet.LOG]: SimpleFileServlet: init
[5/14/08 23:32:09:178 CDT] 474779a8 WebGroup I SRVE0180I: [Glassbox Web Client] [/glassbox] [Servlet.LOG]: initializer: init
[5/14/08 23:32:09:426 CDT] 474779a8 ServletInstan E ...
Replies: 0 :: Reply to this Post

Forum: Glassbox Inspector Technical Support » Thread: Enable logging of Glassbox1.0 inspector using with tomcat.
Posted by rbodkin at Apr 21, 2008 7:19:52 PM
Re: Enable logging of Glassbox1.0 inspector using with tomcat.
Hi Narendra,

I'd highly encourage you to upgrade to Glassbox 2.0 which has a superset of Glassbox 1.0 inspector functionality, including better logging support.

That being said, if you are using log4j globally in Tomcat, you should edit your Tomcat log4j.properties file (typically found in conf or in common/classes), rather than just for your specific application.

You can also use -Dlog4j.debug=true to see how log4j is finding the relevant log files in your system.

Regards,
Ron
Replies: 1 :: Reply to this Post