I noticed upon upgrading to 3.2.7 that Jacorb would complain about it's home directory not set and that it is unable to load a configuration file. I never gave it a second thought until I found that it keeps on spitting out reams upon reams of the following:
| 2005-06-14 16:45:10,305 DEBUG [jacorb.orb.delegate] Delegate.getReference with POA <EJBObject&%evd&%ejb&%in8&%Voucher> | 2005-06-14 16:45:10,320 DEBUG [jacorb.orb.policies] get_policy_overrides returns 0 policies | 2005-06-14 16:45:10,320 DEBUG [jacorb.orb.policies] get_policy_overrides returns 0 policies | 2005-06-14 16:45:10,320 DEBUG [jacorb.orb.policies] get_policy_overrides returns 0 policies | 2005-06-14 16:45:10,320 DEBUG [jacorb.orb.policies] get_policy_overrides returns 0 policies | 2005-06-14 16:45:10,320 DEBUG [jacorb.orb.policies] get_policy_overrides returns 0 policies | 2005-06-14 16:45:10,320 DEBUG [jacorb.orb.policies] get_policy_overrides returns 0 policies | 2005-06-14 16:45:10,320 DEBUG [jacorb.orb.policies] get_policy_overrides returns 0 policies | 2005-06-14 16:45:10,320 DEBUG [jacorb.orb.policies] get_policy_overrides returns 0 policies | 2005-06-14 16:45:10,320 DEBUG [jacorb.orb.policies] get_policy_overrides returns 0 policies | 2005-06-14 16:45:10,320 DEBUG [jacorb.orb.policies] get_policy_overrides returns 0 policies | 2005-06-14 16:45:10,320 DEBUG [jacorb.orb.policies] get_policy_overrides returns 0 policies | 2005-06-14 16:45:10,320 DEBUG [jacorb.orb.policies] get_policy_overrides returns 0 policies | 2005-06-14 16:45:10,320 DEBUG [jacorb.orb.policies] get_policy_overrides returns 0 policies | 2005-06-14 16:45:10,320 DEBUG [jacorb.orb.policies] get_policy_overrides returns 0 policies | 2005-06-14 16:45:10,320 DEBUG [jacorb.orb.policies] get_policy_overrides returns 0 policies | 2005-06-14 16:45:10,320 DEBUG [jacorb.orb.policies] get_policy_overrides returns 0 policies | 2005-06-14 16:45:10,320 DEBUG [jacorb.orb.policies] get_policy_overrides returns 0 policies | 2005-06-14 16:45:10,320 DEBUG [jacorb.orb.policies] get_policy_overrides returns 0 policies | 2005-06-14 16:45:10,320 DEBUG [jacorb.orb.delegate] Delegate.getReference with POA < empty> | 2005-06-14 16:45:10,320 DEBUG [jacorb.orb.policies] get_policy_overrides returns 0 policies | 2005-06-14 16:45:10,336 DEBUG [jacorb.orb.delegate] Delegate.getReference with POA < empty> | 2005-06-14 16:45:10,336 DEBUG [jacorb.orb.policies] get_policy_overrides returns 0 policies | 2005-06-14 16:45:10,336 DEBUG [jacorb.orb.delegate] Delegate.getReference with POA < empty> | 2005-06-14 16:45:10,336 DEBUG [jacorb.orb.policies] get_policy_overrides returns 0 policies | 2005-06-14 16:45:10,352 DEBUG [jacorb.orb.delegate] Delegate.getReference with POA <EJBObject&%evd&%ejb&%in8&%Voucher> | which kind of fills the disk as well as slow down everything! I have managed to get it to accept it's configuration file (by adding -Djacorb.config.dir=c:/jboss-3.2.7/server/default/conf to the launch parameters) and creating a /etc directory off the normal conf directory espcially for it but to no avail. Also toggling the priority level (see below) in the log4j.xml file has no effect. | <category name="jacorb.orb"> | <priority value="ERROR"/> | </category> | Has someone managed to overcome this? Regards. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881424#3881424 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3881424 ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
