Hi Hank, > log4j:WARN No appenders could be found for logger > (org.ops4j.pax.logging.pax-logging-service). > log4j:WARN Please initialize the log4j system properly. > log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig > for more info. > > Not sure why, but I put log4j.properties in felix/conf and that > seemed to make them go away. Is that the proper place, and why was > log4j.properties missing?
In felix/conf/services there should be a java.util.logging.properties and an org.ops4j.pax.logging.properties. No log4j properties file should be needed. > 4. Am getting these continuing errors: > > 09:18:12 INFO (AgentStateJob:104) - #128 - Sending agent > demo_capture_agent's state: idle > 09:18:12 INFO (AgentStateJob:191) - #128 - State push to > org.opencastproject.capture.impl.jobs.AgentStateJob@11a95c6 to > http://nway.ncast.com:8080/capture-admin/agents/demo_capture_agent > failed with code 401. > 09:18:12 INFO (AgentCapabilitiesJob:110) - #128 - Capabilities push > to > http://nway.ncast.com:8080/capture-admin/agents/demo_capture_agent/capabilities > failed with code 401. > > There is no demo capture agent listed in the schedule box, and I'm > not sure it built properly at all. Username and password for digest auth is in the config.properties file. The demo agent should pick this up and use it automatically; do you have values for pass and user in config.properties under the org.opencastproject.security.digest keys? Chris -- Christopher Brooks, BSc, MSc ARIES Laboratory, University of Saskatchewan Web: http://www.cs.usask.ca/~cab938 Phone: 1.306.966.1442 Mail: Advanced Research in Intelligent Educational Systems Laboratory Department of Computer Science University of Saskatchewan 176 Thorvaldson Building 110 Science Place Saskatoon, SK S7N 5C9 _______________________________________________ Matterhorn-users mailing list [email protected] http://lists.opencastproject.org/mailman/listinfo/matterhorn-users
