Archive for September, 2011
Posted by jpluimers on 2011/09/13
Earlier this week, I wrote about FastMM XE2 update on SourceForge.net in the SVN SCM trunk.
Pierre le Riche has been busy, and got the x64 FullDebugMode working with these two changes to the SourceForge.net: FastMM: SCM:
Needs to be tested, so will do that the upcoming days.
–jeroen
Like this:
Be the first to like this post.
Posted in Delphi, Delphi x64, Development, Software Development | 1 Comment »
Posted by jpluimers on 2011/09/13
Almost a year ago there was a post on the MSDN forums titled EF4 – update model from database ignores some changes.
These are the changes it ignores that I found so far:
- Column renames
- Column data type changes
- Changed foreign key relations
Have you found others?
Do which EF versions are worse/better in this respect?
Note that the EF support in Visual Studio 2010 does not warn you if the the model is incompatible with your database.
You will get errors like this at run-time:
System.InvalidOperationException: The 'Size' property on 'ParentEntity' could not be set to a 'Int64' value. You must set this property to a non-null value of type 'Int32'.
at System.Data.Common.Internal.Materialization.Shaper.ErrorHandlingValueReader`1.GetValue(DbDataReader reader, Int32 ordinal)
at System.Data.Common.Internal.Materialization.Shaper.GetPropertyValueWithErrorHandling[TProperty](Int32 ordinal, String propertyName, String typeName)
at lambda_method(Closure , Shaper )
at System.Data.Common.Internal.Materialization.Shaper.HandleEntityAppendOnly[TEntity](Func`2 constructEntityDelegate, EntityKey entityKey, EntitySet entitySet)
at lambda_method(Closure , Shaper )
at System.Data.Common.Internal.Materialization.Coordinator`1.ReadNextElement(Shaper shaper)
at System.Data.Common.Internal.Materialization.Shaper`1.SimpleEnumerator.MoveNext()
The workaround is simple but tedious:
- check all the errors, (so you need a thorough testing scheme in place)
- make a list of all the entities involved
- for each entity:
- note all the manual changes you did
- delete it from the model
- add it to the model
- re-apply the manual changes you did
–jeroen
Like this:
Be the first to like this post.
Posted in .NET, Database Development, Development, EF Entity Framework, Software Development | 2 Comments »
Posted by jpluimers on 2011/09/12
Finally no more need to run Windows Server 2008 on your laptop to teach Microsoft training classes: Bringing Hyper-V to “Windows 8” – Building Windows 8 – Site Home – MSDN Blogs.
Is Virtual PC now dead forever?
And how will VMware react on this?
–jeroen
Like this:
Be the first to like this post.
Posted in Development, Power User | Leave a Comment »
Posted by jpluimers on 2011/09/12
Quote van de SDC site:
Helaas heeft de SDN moeten besluiten om SDC voor dit jaar (2011) van de agenda te halen.
In 2012 zullen wij opnieuw een SDC organiseren.
De aankomende SDE van 9 december is reeds in ver gevorderd stadium
Wij hopen u daar te mogen begroeten
Echt heel jammer, want de SDC bracht al heel lang kleur in het landschap van de Nederlandse software ontwikkelaar, juist vanwege de keur aan sprekers (ze haalden altijd de meeste interessante sprekers uit buiten- en binnenland).
SDC (en haar voorloper CttM) was erbij toen Clipper begon, Delphi begon en .NET begon. Warme herinneringen komen boven aan al die prachtige conferenties, en mensen die ik er heb leren kennen.
Laten dus hopen dat het volgend jaar gewoon weer door gaat.
–jeroen
via SDN – Software Development Network > SDN > SDN Event > SDN Conferences 2011.
Like this:
Be the first to like this post.
Posted in .NET, Delphi, Development, Software Development | Leave a Comment »
Posted by jpluimers on 2011/09/12
Recently I got this error when copying a huge number of files from Windows XP x86 to Windows 7 x64
System error 1130 has occurred.
Not enough server storage is available to process this command.
Instead of changing the IRPStackSize as mentioned at
PChucks Network: Server Functionality Affected By IRPStackSize, I just restarted the “Server” service (and the depending “Computer Browser” service) on the Windows 7 system, and everything worked dandy.
–jeroen
Like this:
Be the first to like this post.
Posted in Power User, Windows 7, Windows XP | Leave a Comment »
Posted by jpluimers on 2011/09/11
Pierre le Riche just committed two changes to the SourceForge.net: FastMM: SCM:
Which means that I can demo this during my DelphiLive sessions.
Great work Pierre!
–jeroen
Like this:
Be the first to like this post.
Posted in Delphi, Development, Software Development | 5 Comments »
Posted by jpluimers on 2011/09/11

I had a pretty OK direct KLM flight from AMS to SFO.
Apart from some people behind me that seemed to have sufficient motoric coordination issues that they had to grab my chair each time they got up, or put their traytable up. Some – even Dutch! – seem to think that using force is the only way to get things done. So thank you people in seats 28H, J and K for ruining my sleep.
The advantage of being in seat 27H in a Boeing 747-400 is that you get food really fast, and have direct access to drinks from the galley
Frank Stepan – one of the DelphiLive organizers – picked me up at the airport, and got me to the conference hotel in Downtown San Jose.
Check in went smooth.
Connecting to the Internet too: it is a breeze, compared to the Swisscom experience at the NH Hotel in Köln last week.
Not as fast as the KOMED internet on saturday, but you have two choices:
FreeDowntownWifi, which is – err – free. And has reasonable speed.

iBAHN internet, which is – err – free for DelphiLive attendees ans speakers. And also has reasonable speed.

So I upgraded my iPad firmware, downloaded the new TomTom USA Map, and synced my gadgets to the cloud.
Time to do some final preparations on my tutorial and sessions, and then get something to eat.
–jeroen
Like this:
Be the first to like this post.
Posted in About, Delphi, Development, LifeHacker, Opinions, Personal, Power User, Software Development, Travel | 1 Comment »
Posted by jpluimers on 2011/09/11
Sometimes it is convenient to order something to be delivered in the USA, but from a non-USA credit-card. For instance when visting the USA or when sending a gift to a friend.
Many companies don’t allow that.
These companies are of no use when you live outside the USA, but want to have something delivered within the USA:
- IBM.com
- Overstock.com
- CostCentral.com
Those companies do work though:
This list will be updated over time…
–jeroen
Like this:
Be the first to like this post.
Posted in LifeHacker, Power User | 2 Comments »
Posted by jpluimers on 2011/09/10
An HTML5 grid with no flickering, very little delay and smooth appearance on both regular and iPad webbrowsers: at the Delphi-Tage.de conference, Bruno Fierens of TMS Software just showed their new IntraWeb HTML5 chart component as he promised on his blog.
Cool work in progress.
Should become public soon!
–jeroen
Like this:
Be the first to like this post.
Posted in Delphi, Development, Software Development | 3 Comments »
Posted by jpluimers on 2011/09/10
In order to get non-roaming UMTS internet in Germany, I borrowed a Huawei USB device.
Though I had bad experiences with those kinds of devices 5 years ago under XP (where the Huawei software would add a new virtual COM port for each install, finally blocking at COM32, and also blocking the recognition of any new USB device) I hoped for a better experience this time.
Not so: The new software is called “Mobile Partner”, but I’d like them to strip the name “Partner” of their software.
- the software was German only (I can read German, but I’d like English on my English system)
- after installing the software, my Fn key combinations on my ThinkPad keyboard would not not work any more
- after installing the software, removing the device, rebooting, their software would not recognize the device when I plugged it in
No more Huawei USB devices for me.
–jeroen
Via: Huawei E220 – Wikipedia, the free encyclopedia.
Like this:
Be the first to like this post.
Posted in LifeHacker, Power User | 2 Comments »
Posted by jpluimers on 2011/09/10
Highspeed internet at KOMED is quite a different experience from Swisscom hotel internet at the NH Köln hotel yesterday:
- Following the PayPal link at their datenwelt.de redirection site does not work: it times out.
- After twisting some peoples arms, I was allowed to get a “Konferenzpass”.
That one works at once, and is blindingly fast compared to yesterday; see the screenshot below.
When trying to find my way towards the KOMED conference rooms, I had a weird experience: rooms 1..5 (called RAUM EINZ, ZWEI, DREI, VIER und FÜNF in German), you could see room 1, 2, 4 and 5 from the ground floor as they were marked with large friendly letters on the same wall as their doors, very well visible from the ground floor.
Not so with room 3 (where I had to be): that marking was on the wall 90 degrees off the door, not visible from the floor. Actually, it was only visible when you were actually standing next to the door. From the ground floor, the door looks like a fire door continuing the curved corridor in front of rooms 1 and 2.
Someone should put “RAUM DREI” above the door to Room 3 there.
Back to the internet at KOMED: the speed is a pleasant experience compared to what Swisscom provided yesterday.This was the attained speed:

–jeroen
Via: UPC Speedtest.
Like this:
Be the first to like this post.
Posted in Power User | 1 Comment »
Posted by jpluimers on 2011/09/10
Interesting, when you compare this with FireMonkey: native versus managed, and both good UIs.
Interesting times ahead.
In retrospect: storing the form in a DFM wasn’t such a bad idea after all
–jeroen
Via: Stephen Forte`s Blog – Silverlight is Dead, Long Live XAML.
Like this:
Be the first to like this post.
Posted in .NET, Delphi, Development, FireMonkey, Software Development, XAML | 6 Comments »
Posted by jpluimers on 2011/09/10
Quoting Michael Swindell:
Re: Will Firemonkey be updated outside of regular product updates?
Posted: Sep 8, 2011 5:11 PM in response to: David Schwartz
David Schwartz wrote:
The product matrix shows that Firemonkey currently supports iOS 4.2.
Apple will be introducing iOS 5 shortly.
Will Firemonkey be updated to support newer iOS features periodically (eg., iOS 5 and possibly other things)? Or just once-a-year when Delphi is updated?
Yes, since Firemonkey is 1.0 we’re going to be updating early, often, and regularly. The first update is well underway, will address a lot of great feedback, and should be out before the end of the month. We are planning updates on a regular cadence, initially several quarterly.
(I’d love to see quarterly updates.)
We’ll start out updating more often than quarterly, and settle into quarterly updates eventually. Embarcadero is behind FM in a big way, there is a lot of ongoing investment going on into this release, updates, performance enhancements, and future platform/feature support.
–jeroen
via Embarcadero Discussion Forums: Will Firemonkey be updated outside of ….
Like this:
Be the first to like this post.
Posted in Delphi, Development, FireMonkey, Software Development | 12 Comments »
Posted by jpluimers on 2011/09/10
Most places in the US only get you decaf tea or herbal tea (which is almost entirely unlike tea), but there Aint_Nothing_Like_the_Real_Thing.
I’m not sure why they do that so much, but I don’t drink coffee and hardly any sodas, and still want to fit into the ‘caffeine’ slice of society
Besides it is silly to pay the same or extra to get less (like low-fat diary products where you pay to remove fat, but add water and you need to watch the homogenization of the food emulsion).
So I will either bring a bunch of regular Earl Grey tea (almost all tea here in Europe is non-decaf), or quickly find a supermarket that sells some non-decaf Earl Grey tea.
–jeroen
PS: I do understand that some people can’t handle the caffeine, but only having decaf feels silly to me.
Like this:
Be the first to like this post.
Posted in About, Opinions, Personal | 2 Comments »
Posted by jpluimers on 2011/09/09
Though Twitter Status tells me that everything is OK, none of my Twitter clients can get any data.
Other web-sites work fine, and Twitter pages in my web browsers tell me this:
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.
Is this the Swisscom hotel internet thing from this morning acting up again?
–jeroen
Like this:
Be the first to like this post.
Posted in Opinions, Power User | Leave a Comment »
Posted by jpluimers on 2011/09/09
Right now, I’m porting a bunch of stuff over to FireMonkey in Delphi XE 2 so it can run cross platform.
(Be sure to attend the RAD Studio XE2 World Tour when possible, this stuff is way cool!)
Having avoided Windows x86 assembly in my own sources for years, I’m astonished by the number of 3rd party libraries that do.
Right now, third party libraries that you want to use with FireMonkey need these requirements:
- In order to run on x64 or OS X:
Don’t rely on x86 assembly instructions, or provide alternatives for other platforms than Windows x86
- In order to run on the an iPhone, iPad or iPod touch iOS device (which all run on Arm), or iOS simulator from the iOS SDK (which is not an emulator, it runs x86):
Be compatible with Free Pascal 2.5.1.
And the fact that you should have separated your business logic from your UI logic years ago
Of course that was what the Future proofing your Delphi apps seminar from Simon Stuart was about.
What baffles me is that so little 3rd party code adheres to that.
–jeroen
PS:
Today and tomorrow I’m be at the German Delphi-Tage.de conference; I’ve already met a lot of people in the Delphi XE2 tutorial and look forward to meet more tomorrow.
Contrary to what the schedule says, my session on a pragmatic Delphi code generator will be in German, I’m sure most attendees will like that.
Sunday I’ll fly to SFO to speak at the DelphiLive.com conference in San Jose, CA.
There, my preconference tutorial on Delphi Certification and sessions on XML and XSLT will be in English, as I’m sure more people there understand that better than German
Like this:
Be the first to like this post.
Posted in About, Certifications, Conferences, Delphi, Delphi-Tage.de, DelphiLive, Development, Event, FireMonkey, Personal, Software Development | 6 Comments »
Posted by jpluimers on 2011/09/09
Well, it looks like the acquisition of Skype by Microsoft is showing results: Skype 5.5 introduces an annoying “Skype Home” popup page.
Luckily Disable Skype 5.5 Home Screen auto pop-up explains how to get rid of this (it is open source).
Probably time to move on from Skype to something else…
–jeroen
Like this:
Be the first to like this post.
Posted in LifeHacker, Opinions, Power User | 1 Comment »
Posted by jpluimers on 2011/09/09
Cool site of the day
Download Online Videos Save Direct Easily – Savevid.com.
–jeroen
Like this:
Be the first to like this post.
Posted in LifeHacker, Power User | Leave a Comment »
Posted by jpluimers on 2011/09/09
See the images below.
This is what Swisscom hotel internet gets you when you pay them EUR 18 per day.
Swisscom internet has a transparent http proxy that is not so transparent: it breaks Google Mail.

Actually it is low-speed internet; for like EUR 40 a month, I get way more speed at home, with the plus that it always works and always is “high” speed.
Swisscom hotel internet could reach 6 megabit downstream (but it doesn’t), also the upstream is lousy:

What you actually obtain is more like 2 megabit, not 6 megabit.
That download at home takes like 20 minutes at 10 megabit ADSL speed.

This is what they promise (click on the image to enlarge):
Read the rest of this entry »
Like this:
Be the first to like this post.
Posted in Uncategorized | 2 Comments »
Posted by jpluimers on 2011/09/09
Quote:
Gif Stopper will stop animated gif images with using the escape key.
We all love animated gifs but some times they are too distracting, that’s with Gif Stopper comes in. Hit the escape key and the image stops. Most browsers have this build-in and now Google Chrome has it also.
Most importantly: it WORKS with Google+ Plus!!
–jeroen
via: Gif Stopper – Chrome Web Store.
Like this:
Be the first to like this post.
Posted in Chrome, Power User, Web Browsers | Leave a Comment »
Posted by jpluimers on 2011/09/08
ModelMaker Code Explorer 9.1.0 was released yesterday which supports Rad Studio / Delphi XE2.
Highly recommended for building and refactoring Delphi applications!
–jeroen
Like this:
Be the first to like this post.
Posted in Delphi, Development, Software Development | Leave a Comment »
Posted by jpluimers on 2011/09/08
While cleaning up my system, I found a while bunch of .iTrace files in “C:\Documents and Settings\All Users\Application Data\Microsoft Visual Studio\10.0\TraceDebugging” on a Windows XP system at a client that yet has to upgrade to newer Windows versions that store them under “C:\Users\All Users\Microsoft Visual Studio\10.0\TraceDebugging”.
Contrary to what IntelliTrace iTrace files and IntelliTrace Log ( .iTrace ) files and Visual Studio 2010 SP 1– Some Hidden Stuff « Abhijit’s World of .NET explains, these files are not always automatically removed.
And they are big, since Visual Studio 2010 Ultimate will automatically generate them.
So it is important to once in a while cleanup the “C:\Documents and Settings\All Users\Application Data\Microsoft Visual Studio\10.0\TraceDebugging” directory manually.
–jeroen
Like this:
Be the first to like this post.
Posted in .NET, Development, Software Development, Visual Studio 2010, Visual Studio and tools | Leave a Comment »
Posted by jpluimers on 2011/09/07
After having worked earlier with other Message Queuueing (often also spelled Queuing) systems like AS/400 Data Queues, MSMQ, Apache ActiveMQ and Oracle AQ, I recently was involved using IBM WebSphere MQ.
WebSphere MQ Clients are available for free on many platforms.
The project involved using WebSphere MQ Client 5.3 and will most likely upgrade to 7.0, so here are some download links that help during the process of preparing for the upgrade:
One of the reasons for being at least at V6.0, is that it allows you to specify credentials during a MQCONNX call and using MQCNO_VERSION_5 which enables the use of the SecurityParams (a demo is here) of the MQCNO structure.
There is much more to diff, so hopefully more on that later.
–jeroen
Like this:
Be the first to like this post.
Posted in Development, MQ Message Queueing/Queuing, Software Development, WebSphere MQ | Leave a Comment »
Posted by jpluimers on 2011/09/06
EmbarcaderoTechNet published a couple of interesting videos on YouTube covering Delphi XE2 including FireMonkey HD/3D, FireMonkey xPlatform, VCL Styles and more.
All of them short (couple of minutes each) studio work with good video and audio quality (they default to 360p, but most are available in 720p HD, some just in 480p).
–jeroen
Via: EmbarcaderoTechNet’s Channel – YouTube.
Like this:
Be the first to like this post.
Posted in Delphi, Development, FireMonkey, Software Development | Leave a Comment »
Posted by jpluimers on 2011/09/06
English translation of the link title below: Dutch Government forces Microsoft to delay Windows Update.
Google Translate of the linked article.
Why? Because it will give the Dutch Government more time to install certificates of which fake copies can exist because of the DigiNotar hack back in July 2011 and the resulting issuance of fraudulent certificates.
This is a big #fail for the Dutch Government.
What the Dutch Government should have done:
Allow people and companies some slack filling in their electronic correspondence with the government (i.e. Tac Forms, filing of legal documents, etc) until the Dutch Government has installed their new (and now hopefully secure) certificates.
By postponing due dates, they can ensure safe communication, now they can’t.
(Edit: since posting the above, I learned that Agentschap NL has given their customers a week more time to supply digital documents).
What users of Microsoft software should do:
For at least a week, don’t use the (embedded) Microsoft Internet Explorer to communicate with the Dutch government, but use an alternative browser and disable the DigiNotar root certificates on your system.
Use the most recent version of Mozilla Firefox, Google Chrome, Opera or Apple Safari *and* disable the DigiNotar root certificates.
This post explains how to disable the DigiNotar certificates on OS X.
This post explains how to disable the DigiNotar certificates on Windows.
Keep an eye on the DigiNotar post by Joshua Long as he updates it frequently.
Note that on Windows there is s truckload of software that embeds Microsoft Internet Explorer, so you should try to block the iexplore.exe process whenever possible.
–jeroen
Via: Overheid dwingt bij Microsoft vertraagde Windows Update af | Pro | Tweakers.net Nieuws.
Like this:
Be the first to like this post.
Posted in LifeHacker, Opinions, Power User | Leave a Comment »
Posted by jpluimers on 2011/09/06
The drawback of using ORM layers is that often the error messages are very cryptic, and it takes some getting used to in order to find the (often deceptively) simple solution.
This case was an Entity Framework wrapper around a SQL Server database where the primary and foreign keys were all GUIDs, and some of the foreign keys were optional.
So the generated model has a mixed use of Guid? and Guid data types.
Below is the full stack trace, but here is the exception class and message:
System.NotSupportedException: Unable to create a constant value of type ‘System.Object’. Only primitive types (‘such as Int32, String, and Guid’) are supported in this context.
The exception is caused by a piece of code like this:
public static long CountChildren(ParentEntity parentEntity)
{
using (EntitiesObjectContext objectContext = new EntitiesObjectContext())
{
Guid? parentId = parentEntity.ID;
if (null == parentId)
throw new ArgumentNullException("parentEntity.Id");
IQueryable<ChildEntity> ChildEntitys =
from content in objectContext.ChildEntity
where content.ParentID.Equals(parentId)
select content;
long result = ChildEntitys.Count(); // BOOM!
return result;
}
}
The stack trace at the end of this post contains a truckload of ExpressionConverter lines. Since the LINQ expression contained only one WHERE clause, the mentioning of the list of primitive types in the message (Int32, String, and Guid) made me change the code into the one below.
Note that it would have been much harder if I had a more complex where clause: the exception message does not indicate which portion of the expression, or which source data type it trying to generate a constant from. Read the rest of this entry »
Like this:
Be the first to like this post.
Posted in .NET, C#, Development, EF Entity Framework, Software Development | 3 Comments »
Posted by jpluimers on 2011/09/05
Note to Self:
A few days ago, the Rad Studio XE2 demos became available at sourceforge.net: SourceForge.net Repository – [radstudiodemos] Index of /branches/RadStudio_XE2.
You can get them by SVN as well: http://sourceforge.net/projects/radstudiodemos/develop
–jeroen
Like this:
Be the first to like this post.
Posted in Delphi, Development, Software Development | Leave a Comment »
Posted by jpluimers on 2011/09/05
I found out the hard way that Sennheiser CX 250 and Sennheiser CX 150 in-ear earphones are not up to using while running with my 4th generation iPod Shuffle
After about 2-3 months, one or both the earbuds start to sound less and less loud.
My first one (a CX 250) started to develop this only on my right earbud. Being practically monoaural (due to chronically inflammation from age 0 to about 20, my left ear has a loss of about 55-60 dB), I could just use the other earbud. A while later, the other earbud started to degrade as well.
The nice thing about Sennheiser is that they deliver rubber eartips of difference sizes. Because my left ear has a larger ear canal (caused by treatment surgery of the inflammation), that is nice: it keeps the ‘unused’ earbud from dangling around while running.
So I bought a CX 150 just to make sure the problems with the CX 250 were an exception (the initial sound of them is much the same, : after a few months it started having the same trouble, but now on both ears.
They are cheaper too (starting from about EUR 20 in stead of about EUR 30).
No more Sennheiser for me: I spent like EUR 50 for 6 month of usage.
Right now I’m trying a bunch of earphones from Dealextreme. My first one is the SKU 33239. It costs like EUR 2 including shipping, has a great sound, but the cable is a tad long (over 1 meter) for running. My iPod Shuffle is clipped to the neckline of my running shirt, a short cable comes in very handy.
I’ll post more on this when I know how long these last.
–jeroen
Like this:
Be the first to like this post.
Posted in LifeHacker, Power User | Leave a Comment »
Posted by jpluimers on 2011/09/04
Never had this on a forum site before: JiveSoftware crashing in a seemingly simple task of logging a message…
Now lets restore the message I was typing there and notify their webmaster
–jeroen
HTTP Status 500 -
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
javax.servlet.ServletException: Filter execution threw an exception
com.jivesoftware.util.SetRequestCharacterEncodingFilter.doFilter(SetRequestCharacterEncodingFilter.java:72)
com.jivesoftware.base.util.MaintenanceFilter.doFilter(MaintenanceFilter.java:83)
com.jivesoftware.forum.upgrade.UpgradeFilter.doFilter(UpgradeFilter.java:49)
com.jivesoftware.base.plugin.PluginFilter.doFilter(PluginFilter.java:56)
com.jivesoftware.base.util.ApplicationInitializedFilter.doFilter(ApplicationInitializedFilter.java:81)
root cause
java.lang.StackOverflowError
java.io.FileOutputStream.writeBytes(Native Method)
java.io.FileOutputStream.write(Unknown Source)
sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
sun.nio.cs.StreamEncoder.implWrite(Unknown Source)
sun.nio.cs.StreamEncoder.write(Unknown Source)
sun.nio.cs.StreamEncoder.write(Unknown Source)
java.io.OutputStreamWriter.write(Unknown Source)
java.io.Writer.write(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:191)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
com.jivesoftware.base.log.RotatingFileHandler.publish(RotatingFileHandler.java:75)
java.util.logging.Logger.log(Unknown Source)
java.util.logging.Logger.doLog(Unknown Source)
java.util.logging.Logger.log(Unknown Source)
com.jivesoftware.base.log.RotatingFileHandler.write(RotatingFileHandler.java:196)
note The full stack trace of the root cause is available in the Apache Tomcat/6.0.18 logs.
Apache Tomcat/6.0.18
Like this:
Be the first to like this post.
Posted in Opinions | Leave a Comment »
Posted by jpluimers on 2011/09/03
After reports by Fox-IT on Diginotar, the Dutch government revokes their trust in Diginotar, effectively banning all Diginotar issued certificates.
This scenario was warned on thursday Setember 1st as published by nu.nl, WebWereld and many others.
Diginotar is effectively dead.
–jeroen
Via: Overheid zegt vertrouwen in de certificaten van Diginotar op | Rijksoverheid.nl.
Like this:
Be the first to like this post.
Posted in Opinions, Power User | Leave a Comment »