Hi Pascal, It's local build after fetching latest source from github. It used to work fine as I always use fresh build every week.
Farrukh On Nov 4, 2013, at 5:41 AM, Pascal Robert <[email protected]> wrote: > This is a local build or a build coming from jenkins.wocommunity.org ? > >> Hi There! >> >> I just updated my frameworks from git and started getting following error >> when running the application. I searched the local source code and also >> checked online at github for all branches but couldn't find >> "ERXPatternParser" class. Which I suspect as partial commit. Kindly advise. >> >> Thanks, >> >> Farrukh >> >> NSProperties.NestedProperties.load(): /Users/fijaz/WebObjects.properties >> log4j:WARN No appenders could be found for logger (NSLog). >> log4j:WARN Please initialize the log4j system properly. >> log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for >> more info. >> [2013-11-3 9:59:55 AST] <main> java.lang.ExceptionInInitializerError >> at >> com.webobjects.appserver.WOResourceManager.__getJavaWebObjectsResourceAsStream(WOResourceManager.java:116) >> at >> com.webobjects.appserver._private.WOProperties.initUserDefaultsKeys(WOProperties.java:317) >> at >> com.webobjects.appserver.WOApplication._initWOApp(WOApplication.java:5743) >> at com.webobjects.appserver.WOApplication.<init>(WOApplication.java:779) >> at >> er.extensions.appserver.ajax.ERXAjaxApplication.<init>(ERXAjaxApplication.java:30) >> at >> er.extensions.appserver.ERXApplication.<init>(ERXApplication.java:1092) >> ... >> Caused by: com.webobjects.foundation.NSForwardException >> [java.lang.NoClassDefFoundError] >> er/extensions/logging/ERXPatternParser:java.lang.NoClassDefFoundError: >> er/extensions/logging/ERXPatternParser >> at >> com.webobjects.foundation.NSForwardException._runtimeExceptionForThrowable(NSForwardException.java:43) >> at >> com.webobjects.foundation.NSSelector._safeInvokeMethod(NSSelector.java:124) >> at >> com.webobjects.foundation.NSNotificationCenter$_Entry.invokeMethod(NSNotificationCenter.java:588) >> at >> com.webobjects.foundation.NSNotificationCenter.postNotification(NSNotificationCenter.java:532) >> at >> er.extensions.appserver.ERXApplication$Loader.bundleDidLoad(ERXApplication.java:697) >> at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:597) >> at >> com.webobjects.foundation.NSSelector._safeInvokeMethod(NSSelector.java:122) >> at >> com.webobjects.foundation.NSNotificationCenter$_Entry.invokeMethod(NSNotificationCenter.java:588) >> at >> com.webobjects.foundation.NSNotificationCenter.postNotification(NSNotificationCenter.java:532) >> at >> com.webobjects.foundation.NSNotificationCenter.postNotification(NSNotificationCenter.java:562) >> at com.webobjects.foundation.NSBundle.addBundle(NSBundle.java:853) >> at >> com.webobjects.foundation.development.NSBundleFactory.bundleForPathWithRegistry(NSBundleFactory.java:23) >> at >> com.webobjects.foundation.NSBundle.LoadBundlesFromClassPath(NSBundle.java:722) >> at com.webobjects.foundation.NSBundle.<clinit>(NSBundle.java:341) >> ... 18 more >> Caused by: java.lang.NoClassDefFoundError: >> er/extensions/logging/ERXPatternParser >> at java.lang.Class.getDeclaredConstructors0(Native Method) >> at java.lang.Class.privateGetDeclaredConstructors(Class.java:2446) >> at java.lang.Class.getConstructor0(Class.java:2756) >> at java.lang.Class.newInstance0(Class.java:328) >> at java.lang.Class.newInstance(Class.java:310) >> at >> org.apache.log4j.helpers.OptionConverter.instantiateByClassName(OptionConverter.java:337) >> at >> org.apache.log4j.helpers.OptionConverter.instantiateByKey(OptionConverter.java:124) >> at >> org.apache.log4j.PropertyConfigurator.parseAppender(PropertyConfigurator.java:797) >> at >> org.apache.log4j.PropertyConfigurator.parseCategory(PropertyConfigurator.java:768) >> at >> org.apache.log4j.PropertyConfigurator.configureRootCategory(PropertyConfigurator.java:648) >> at >> org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurator.java:514) >> at >> org.apache.log4j.PropertyConfigurator.configure(PropertyConfigurator.java:440) >> at er.extensions.logging.ERXLogger.configureLogging(ERXLogger.java:191) >> at >> er.extensions.logging.ERXLogger.configureLoggingWithSystemProperties(ERXLogger.java:165) >> at >> er.extensions.foundation.ERXConfigurationManager.loadConfiguration(ERXConfigurationManager.java:298) >> at >> er.extensions.foundation.ERXConfigurationManager.initialize(ERXConfigurationManager.java:203) >> at er.extensions.ERXExtensions.bundleDidLoad(ERXExtensions.java:190) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:597) >> at >> com.webobjects.foundation.NSSelector._safeInvokeMethod(NSSelector.java:122) >> ... 32 more >> Caused by: java.lang.ClassNotFoundException: >> er.extensions.logging.ERXPatternParser >> at java.net.URLClassLoader$1.run(URLClassLoader.java:202) >> at java.security.AccessController.doPrivileged(Native Method) >> at java.net.URLClassLoader.findClass(URLClassLoader.java:190) >> at java.lang.ClassLoader.loadClass(ClassLoader.java:306) >> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) >> at java.lang.ClassLoader.loadClass(ClassLoader.java:247) >> ... 54 more >> _______________________________________________ >> Do not post admin requests to the list. They will be ignored. >> Webobjects-dev mailing list ([email protected]) >> Help/Unsubscribe/Update your Subscription: >> https://lists.apple.com/mailman/options/webobjects-dev/probert%40macti.ca >> >> This email sent to [email protected] > _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
