2 Replies Latest reply on Feb 22, 2004 8:41 AM by igor_ts

    Hot redeployment - failed in jboss 3.2.3

    igor_ts

      Hi All !

      Hot redeployment - failed in jboss 3.2.3. See part of server.log at bottom. But if i restart jboss - all work fine till first hot redepoly since restart. I have this error on Linux and Windows NT platforms , both with java 1.3.1.
      I have not any problem with jboss 3.2.1
      What i should do to fix this error ?
      Could anybody point me to right solution ?
      Igor

      2004-02-18 14:50:03,629 DEBUG [javax.management.timer.Timer] sendNotification() failed for listener: org.jboss.mx.server.NotificationListenerProxy@14566d
      javax.xml.parsers.FactoryConfigurationError: Provider for javax.xml.parsers.DocumentBuilderFactory cannot be found
      at javax.xml.parsers.DocumentBuilderFactory.newInstance(Unknown Source)
      at tsm.util.CommonXmlHelper.getCommonInternalXmlPacket(Unknown Source)
      at tsm.sender.UMCSender.getMail(Unknown Source)
      at tsm.sender.UMCSender.(Unknown Source)
      at tsm.util.ConfigurationHelper.getSender(Unknown Source)
      at tsm.sender.COderSender.perform(Unknown Source)
      at org.jboss.varia.scheduler.Scheduler$Listener.handleNotification(Scheduler.java:1263)
      at org.jboss.mx.server.NotificationListenerProxy.handleNotification(NotificationListenerProxy.java:69)
      at javax.management.NotificationBroadcasterSupport.sendNotification(NotificationBroadcasterSupport.java:95)
      at javax.management.timer.Timer.sendNotifications(Timer.java:441)
      at javax.management.timer.Timer.access$000(Timer.java:31)
      at javax.management.timer.Timer$RegisteredNotification.doRun(Timer.java:612)
      at org.jboss.mx.util.SchedulableRunnable.run(SchedulableRunnable.java:164)
      at org.jboss.mx.util.ThreadPool$Worker.run(ThreadPool.java:225)