Re: WOLips requirement problem on Intel

From: Ken Anderson (list..nderhome.com)
Date: Thu Mar 23 2006 - 16:51:35 EST

  • Next message: Ken Anderson: "Problem creating WO frameworks and apps"

    Mike,

    You're probably right - when I was having trouble with TPTP, I
    downloaded the latest one. They may not have anything to do with
    each other, but that still doesn't explain why it didn't work for me :)

    Thanks,
    Ken

    On Mar 23, 2006, at 4:46 PM, Mike Schrag wrote:

    > On the build server, we're actually deploying TPTP 4.1.0 ... I
    > think 4.1.0 required 2.1.1.
    >
    > On Mar 23, 2006, at 3:59 PM, Ken Anderson wrote:
    >
    >> OK, I have it working now.
    >>
    >> I had tried to use the all-latest, but that didn't work at all for
    >> some reason. The links on the WOLips page for the dependencies,
    >> however, linked to EMF 2.1.1, but according to the prerequisites
    >> for the latest TPTP (4.1.0.1), it requires EMF 2.1.2. Everything
    >> is now working for me.
    >>
    >> I still have no idea why it worked OK on the G5 in the first place...
    >>
    >> Ken
    >>
    >> On Mar 23, 2006, at 3:31 PM, Watkins, Garry wrote:
    >>
    >>> I am running on a MBP with eclipse 3.2M5a. Did you grab the
    >>> latest and
    >>> greatest from http://www.mdimension.com/~wolips/?
    >>> Get the wolips-all-latest.tar.gz, and it includes all of the
    >>> dependencies that you need.
    >>>
    >>> Just unzip your eclipse and copy the plugins and features from the
    >>> untarred file above.
    >>>
    >>> On another note, I could not get the jni version of subversion to
    >>> work.
    >>> The pure java works pretty well.
    >>>
    >>> -----Original Message-----
    >>> From: Ken Anderson [mailto:list..nderhome.com]
    >>> Sent: Thursday, March 23, 2006 3:26 PM
    >>> To: woproject-de..bjectstyle.org
    >>> Cc: Chuck Hill
    >>> Subject: Re: WOLips requirement problem on Intel
    >>>
    >>> OK, if no one is running on Intel yet, can anyone tell me what
    >>> TPTP is
    >>> required for? Things seem to work OK without it.
    >>>
    >>> Ken
    >>>
    >>> On Mar 23, 2006, at 9:32 AM, Ken Anderson wrote:
    >>>
    >>>> Chuck,
    >>>>
    >>>> libsvnjavahl.jnilib & OpenBaseJDBC.jar were there, but I moved them
    >>>> just to be safe. Still no change...
    >>>>
    >>>> Anyone else have any thoughts? Anyone running 3.2M5a with the
    >>>> latest
    >>>> features / plugins on an Intel Mac?
    >>>>
    >>>> This is a super-clean install - I just built the machine dual-
    >>>> boot the
    >>>
    >>>> other day, and haven't really touched anything yet except install
    >>>> Subversion. The install is identical to my G5, which does not
    >>>> exhibit
    >>>
    >>>> this problem.
    >>>>
    >>>> Ken
    >>>>
    >>>> On Mar 23, 2006, at 12:22 AM, Chuck Hill wrote:
    >>>>
    >>>>> Having DNS fun, not sure if this went before or not.
    >>>>>
    >>>>>
    >>>>> Looks like a Log4J version conflict. What is in /Library/Java/
    >>>>> Extensions? Stuff for WO can be moved to /Library/WebObjects/
    >>>>> Extensions
    >>>>>
    >>>>> This is all that I have:
    >>>>> ls /Library/Java/Extensions/
    >>>>> OpenBaseJDBC.jar postgresql-8.0-311.jdbc3.jar
    >>>
    >>>>> frontbasejdbc.jar
    >>>>>
    >>>>>
    >>>>> Chuck
    >>>>>
    >>>>>
    >>>>> On Mar 22, 2006, at 8:30 PM, Ken Anderson wrote:
    >>>>>
    >>>>>> I'm having a problem with a WOLips prerequisite on an MBP. I
    >>>>>> have
    >>>>>> the exact same setup (supposedly) on a G5, which works OK.
    >>>>>>
    >>>>>> After I install TPTP 4.1.0 (also tried the new 4.1.0.1), the help
    >>>>>> system no longer works. The error log is below. According to a
    >>>>>> post the other day on the Eclipse newsgroup:
    >>>>>>
    >>>>>> This is not a TPTP problem. I was actually having this
    >>>>>> problem as
    >>>>>> well. According to the Eclipse Project Release Notes this
    >>>>>> problem
    >>>>>> is caused by a conflict between libraries in
    >>>>>> org.eclipse.tomcat and
    >>>>>> JARS that are optionally installed in JRE, specifically in the
    >>>>>> jre/lib/ext directory. To fix the problem, either start Eclipse
    >>>>>> with a clean JDK install or make sure that the JRE used for
    >>>>>> running
    >>>>>> Eclipse doesn't contain any J2EE or Apache jars in the jre/lib/
    >>>>>> ext
    >>>>>> directory.
    >>>>>>
    >>>>>> Does anyone have a solution for this? Since I'm a relative
    >>>>>> newbie,
    >>>>>> I really need the help system running!
    >>>>>>
    >>>>>> Thanks,
    >>>>>> Ken
    >>>>>>
    >>>>>> PS - Here's the top of the trace from the log:
    >>>>>>
    >>>>>> !SUBENTRY 1 org.eclipse.tomcat 4 0 2006-03-22 23:16:34.851 !
    >>>>>> MESSAGE
    >>>>>> Exception occurred starting application server.
    >>>>>> !STACK 0
    >>>>>> org.apache.commons.logging.LogConfigurationException:
    >>>>>> org.apache.commons.logging.LogConfigurationException:
    >>>>>> org.apache.commons.logging.LogCon
    >>>>>> figurationException: Class
    >>>>>> org.apache.commons.logging.impl.Log4JLogger does not implement
    >>>>>> Log
    >>>>>> at
    >>>>>> org.apache.commons.logging.impl.LogFactoryImpl.newInstance
    >>>>>> (LogFactoryImpl.java:532)
    >>>>>> at
    >>>>>> org.apache.commons.logging.impl.LogFactoryImpl.getInstance
    >>>>>> (LogFactoryImpl.java:272)
    >>>>>> at org.apache.commons.logging.LogFactory.getLog
    >>>>>> (LogFactory.java:414)
    >>>>>> at org.apache.commons.digester.Digester.<init>
    >>>>>> (Digester.java:346)
    >>>>>> at org.apache.catalina.realm.MemoryRealm.getDigester
    >>>>>> (MemoryRealm.java:278)
    >>>>>> at org.apache.catalina.realm.MemoryRealm.start
    >>>>>> (MemoryRealm.java:348)
    >>>>>> at org.apache.catalina.core.ContainerBase.start
    >>>>>> (ContainerBase.java:1173)
    >>>>>> at org.apache.catalina.core.StandardEngine.start
    >>>>>> (StandardEngine.java:363)
    >>>>>> at org.apache.catalina.startup.Embedded.addEngine
    >>>>>> (Embedded.java:464)
    >>>>>> at org.eclipse.tomcat.internal.TomcatAppServer.start
    >>>>>> (TomcatAppServer.java:146)
    >>>>>> at
    >>>>>> org.eclipse.help.internal.appserver.AppserverPlugin.startWebappSe
    >>>>>> rve
    >>>>>> r(AppserverPlugin.java:143)
    >>>>>>
    >>>>>>
    >>>>>> _______________________________________________
    >>>>>> Do not post admin requests to the list. They will be ignored.
    >>>>>> Webobjects-dev mailing list (Webobjects-de..ists.apple.com)
    >>>>>> Help/Unsubscribe/Update your Subscription:
    >>>>>> http://lists.apple.com/mailman/options/webobjects-dev/chill%
    >>>>>> 40global-village.net
    >>>>>>
    >>>>>> This email sent to chil..lobal-village.net
    >>>>>
    >>>>> --
    >>>>> Coming in 2006 - an introduction to web applications using
    >>>>> WebObjects and Xcode http://www.global-village.net/wointro
    >>>>>
    >>>>> Practical WebObjects - for developers who want to increase their
    >>>>> overall knowledge of WebObjects or who are trying to solve
    >>>>> specific problems. http://www.global-village.net/products/
    >>>>> practical_webobjects
    >>>>>
    >>>>>
    >>>>>
    >>>>>
    >>>>
    >>>
    >>>
    >>>
    >>>
    >>>
    >>> Confidential & Privileged
    >>>
    >>> Unless otherwise indicated or obvious from its nature, the
    >>> information contained in this communication is attorney-client
    >>> privileged and confidential information/work product. This
    >>> communication is intended for the use of the individual or entity
    >>> named above. If the reader of this communication is not the
    >>> intended recipient, you are hereby notified that any
    >>> dissemination, distribution or copying of this communication is
    >>> strictly prohibited. If you have received this communication in
    >>> error or are not sure whether it is privileged, please
    >>> immediately notify us by return e-mail and destroy any copies--
    >>> electronic, paper or otherwise--which you may have of this
    >>> communication.
    >>>
    >>>
    >>>
    >>
    >



    This archive was generated by hypermail 2.0.0 : Thu Mar 23 2006 - 16:51:54 EST