Uploaded image for project: 'Velocity'
  1. Velocity
  2. VELOCITY-804

RuntimeInstance throws exception on init() but stay with "initializing" state

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.7
    • 2.0
    • Engine
    • None
    • Linux

    Description

      init() throws an exception and below is the cause:

      Caused by: java.io.FileNotFoundException: velocity.log (Permission denied)

      That's ok, I just need to change the permissions on webapps directory from my tomcat. But I needed to restart the server because the "initializing" param is true yet.
      This is my sugestion to fix that (just a try{}funally{}):

      public synchronized void init()
      throws Exception
      {

      if (!initialized && !initializing)
      {
      try

      { initializing = true; log.trace("*******************************************************************"); log.debug("Starting Apache Velocity v@build.version@ (compiled: @build.time@)"); log.trace("RuntimeInstance initializing."); initializeProperties(); initializeLog(); initializeResourceManager(); initializeDirectives(); initializeEventHandlers(); initializeParserPool(); initializeIntrospection(); /* * initialize the VM Factory. It will use the properties * accessable from Runtime, so keep this here at the end. */ vmFactory.initVelocimacro(); log.trace("RuntimeInstance successfully initialized."); }

      finally

      { initializing = false; }

      initialized = true;
      }

      Attachments

        Activity

          People

            Unassigned Unassigned
            maschiojv Felipe Maschio
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 5m
                5m
                Remaining:
                Remaining Estimate - 5m
                5m
                Logged:
                Time Spent - Not Specified
                Not Specified