http://ofbiz.116.s1.nabble.com/OFBiz-Users-trouble-Compiling-on-Fedora3-tp135281p135282.html
kernel-2.6.12-1.1372_FC3 back to kernel-2.6.11-1.35_FC3. if it is
otherwise download it and rpm --force to install it.
connecting to remote sites too... so it is networking related!
regards, md.
> You might find some clues in /var/log/yum.log as to what was
> installed.
>
> Also have a go with "netstat -an" to see if anything is already
> running
> on the required ports.
>
> Ray
>
>
>
[hidden email] wrote:
>
> >Ok,
> >
> >Maybe Stupid but I cannot compile OFbiz on Fedora Core 3.
> >It used to compile fine untill I accidentally left the YUM auto
> updates
> >on, I know it did not change the JDK because a Java -version reveals
> >JDK-1.4.08 etc.
> >
> >I can get an ant out of it but not an ant run-install. I have the
> entity
> >config pointing to my DB server which is FC2 and I can run OFbiz just
> fine
> >on th DB server. It is accepting connections via TCP, I can hit it
> with
> >phpPgAdmin just fine from this app server, even my old installs won't
> work
> >when they used to.
> >
> >THANK GOD for the person who wrote log4j!
> >
> >Here is the rather lengthy log when things start to go wrong;
> >
> >file:/home/dale/ofbiz/website/ofbiz-component.xml
> > [java] 2465 (main) [ ComponentContainer.java:209:INFO ] Loading
> >component: [website]
> > [java] 2471 (main) [ ComponentContainer.java:128:INFO ] All
> >components loaded
> > [java] 2535 (main) [ClassLoaderContainer.java:59 :INFO ]
> >CachedClassLoader created
> > [java] 2941 (main) [ Jotm.java:118:INFO ] JOTM
> started
> >witha local transaction factory which is not bound.
> > [java] 2942 (main) [ Jotm.java:129:INFO ] CAROL
> >initialization
> > [java] 3048 (main) [ Current.java:171:INFO ] Jotm
> version
> >= 2.0.9
> > [java] org.ofbiz.base.start.StartupException: Cannot init()
> >jotm-container(Unable to bind UserTransaction/TransactionManager to
> >JNDI (null))
> > [java] at
> >org.ofbiz.base.container.ContainerLoader.loadContainer
> (ContainerLoader.java:152)
> > [java] at
> >org.ofbiz.base.container.ContainerLoader.load
> (ContainerLoader.java:74)
> > [java] at
> >org.ofbiz.base.start.Start.initStartLoaders(Start.java:257)
> > [java] at org.ofbiz.base.start.Start.init(Start.java:96)
> > [java] at org.ofbiz.base.start.Start.main(Start.java:412)
> > [java] org.ofbiz.base.container.ContainerException: Unable to
> bind
> >UserTransaction/TransactionManager to JNDI (null)
> > [java] at
> >org.ofbiz.jotm.container.JotmContainer.startJotm
> (JotmContainer.java:102)
> > [java] at
> >org.ofbiz.jotm.container.JotmContainer.init(JotmContainer.java:61)
> > [java] at
> >org.ofbiz.base.container.ContainerLoader.loadContainer
> (ContainerLoader.java:150)
> > [java] at
> >org.ofbiz.base.container.ContainerLoader.load
> (ContainerLoader.java:74)