• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Seems like partial commit to wonder?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Seems like partial commit to wonder?


  • Subject: Re: Seems like partial commit to wonder?
  • From: Pascal Robert <email@hidden>
  • Date: Sun, 03 Nov 2013 21:41:29 -0500

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@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


  • Follow-Ups:
    • Re: Seems like partial commit to wonder?
      • From: Farrukh Ijaz <email@hidden>
References: 
 >Seems like partial commit to wonder? (From: Farrukh Ijaz <email@hidden>)

  • Prev by Date: Re: Deployment Question
  • Next by Date: Re: trying to get a Fetch Specification - Distinct Categories working on a WOPopupButton
  • Previous by thread: Seems like partial commit to wonder?
  • Next by thread: Re: Seems like partial commit to wonder?
  • Index(es):
    • Date
    • Thread