[JBoss-dev] Re: Jboss source problem still

2001-09-17 Thread Dean Anderson

I'm using RH 7.1 (intel) Linux, JDK1.3.1 from sun.

[dean@commander dean]$ echo $JAVA_HOME
/usr/local/jdk1.3.1
[dean@commander dean]$ echo $CLASSPATH
/usr/local/jdk1.3.1/lib/tools.jar:/usr/local/jdk1.3.1/lib/oracle.jar:/usr/lo
cal/jdk1.3.
1/lib/interclient.jar:/usr/local/jdk1.3.1/lib/htmlconverter.jar:/usr/local/j
dk1.3.1/lib
/dt.jar:/usr/local/jdk1.3.1/jre/lib/ext/servlet.jar:/usr/local/jdk1.3.1/jre/
lib/ext/par
ser.jar:/usr/local/jdk1.3.1/jre/lib/ext/jsse.jar:/usr/local/jdk1.3.1/jre/lib
/ext/jnet.j
ar:/usr/local/jdk1.3.1/jre/lib/ext/jcert.jar:/usr/local/jdk1.3.1/jre/lib/ext
/jaxp.jar:
[dean@commander dean]$

I downloaded from 2.4.1 and 2.4.0 (plain, not Jetty or Tomcat) from
Sourceforge. (src dir, no build environment, nothing like jboss-all)

used cvs from :pserver:[EMAIL PROTECTED]:/cvsroot/jboss to get
jboss-all

cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot/jboss co jboss-all
cd jboss-all
cvs update -d
cd build
sh build.sh


___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] Jboss source problem still

2001-09-16 Thread Dean Anderson

I did another cvs update, and the problem still exists.

Basically, I'm kind of getting a bit frustrated with this group.  No one has
answered or FAQ'ed even simple questions on building. If it doesn't build,
it doesn't exist.

BTW, the claim that source comes with the 2.4.0 and 2.4.1 package is false.
While some java source code is supplied, it doesn't appear it could be used
to build the jboss.  Thus, its of little apparent practical use.

---

sh build.sh
Searching for build.xml ...
Buildfile: /home2/dean/src/jboss/jboss-all/build/build.xml

BUILD FAILED

javax.xml.parsers.FactoryConfigurationError:
org.apache.crimson.jaxp.SAXParserFactoryIm
pl
at
javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:84)
at
org.apache.tools.ant.ProjectHelper.getParserFactory(ProjectHelper.java:780)
at org.apache.tools.ant.ProjectHelper.parse(ProjectHelper.java:105)
at
org.apache.tools.ant.ProjectHelper.configureProject(ProjectHelper.java:85)
at org.apache.tools.ant.Main.runBuild(Main.java:439)
at org.apache.tools.ant.Main.start(Main.java:153)
at org.apache.tools.ant.Main.main(Main.java:176)

Total time: 3 seconds
org.apache.crimson.jaxp.SAXParserFactoryImpl


___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] RE: Jboss-development digest, Vol 1 #1425 - 16 msgs

2001-09-10 Thread Dean Anderson

By the way, I just nuked and checked out jboss-all from cvs. Still the same
problem:

Searching for build.xml ...
Buildfile: /home2/dean/src/jboss/jboss-all/build/build.xml

BUILD FAILED

javax.xml.parsers.FactoryConfigurationError:
org.apache.crimson.jaxp.SAXParserFactoryImpl
at javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:84)
at
org.apache.tools.ant.ProjectHelper.getParserFactory(ProjectHelper.java:780)
at org.apache.tools.ant.ProjectHelper.parse(ProjectHelper.java:105)
at
org.apache.tools.ant.ProjectHelper.configureProject(ProjectHelper.java:85)
at org.apache.tools.ant.Main.runBuild(Main.java:439)
at org.apache.tools.ant.Main.start(Main.java:153)
at org.apache.tools.ant.Main.main(Main.java:176)

Total time: 3 seconds
org.apache.crimson.jaxp.SAXParserFactoryImpl

Does anyone know what the cause/fix of this is?

Inline:

> Date: Sun, 09 Sep 2001 14:20:33 +0200
> Subject: Re: [JBoss-dev] Build instructions
> From: Peter Fagerlund <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
>
> on 1-09-09 11.47, Dean Anderson at [EMAIL PROTECTED] wrote:
>
> > Could someone post somewhere instructions on how to build jboss?
>
> What is Buildmagic
>
> Buildmagic is a collection of extension tasks for Ant v1.3/1.4
> and a general
> methodology for organization of build control files. It was designed to
> allow aggregation of one or more source modules into one logical project,
> yet still retain each modules individuality (so that the same module could
> be incorporated into another project or worked on independently of a
> project).
>
>
> *Buildmagic User's Guide [pdf] Http://jboss.org/bm-usersguide.pdf

Well, the PDF looks nice, but it doesn't seem to work very well. Can we 86
this until it works?  This is just too fancy for its own stability.

> > Is there a stable version of the source code available via ftp?
>
> try the 2.4.0 http://jboss.org/binary.jsp --comes with source

Umm, there isn't 2.4.0 anymore --- just 2.4.0 + Jetty.

I restate the question:  Sourceforge gives you an ftp area, where you can
put all the old and new versions. Can setup the ftp with all the old and
current versions.

Rather than creating 5 different source releases, why not just create a set
of 5 different scripts that will take the components and install and build
them as necessary?  This will save a bundle on instructions, downloads, and
non-working build environments...

>
> > Should I start looking for another App server?
>
> Yes You can ... but why ? ...

Well, I'd like one that builds and runs, please. :-)

> > Whats up?
>
> The development of 3.0 is up ... alot is beeing tweeked and upgraded - in
> fact most ;-)

> This suggest the open slot for somebody to make a DASH-O and GUI config of
> stable versions ...
>
> what would You pay for that ? ...

I'd pay just as much as I pay for GCC ;-)

Actually, I'd really suggest that you not try to get too fancy. Just do the
basics. (ftp area) After the basics, then maybe something fancy.

--Dean


___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] Build instructions????

2001-09-09 Thread Dean Anderson

Could someone post somewhere instructions on how to build jboss?

Is there a stable version of the source code available via ftp?

I managed to get it to build using some cvs tip of about 2 weeks ago, but it
wouldn't run due to the following problem with the JAXP package.

Foolishly, I thought I'd update my cvs tree.  Now the included ant has the
same problem, and I can't build now...

Should I start looking for another App server?

Whats up?

P.S. I did download the 2.4.1 binary zip file.  It is very unfriendly to set
directory permissions to mode 664. That makes it unreadable.  And it makes
me wonder if you've actually tried to use your distributions before you
release them.

--Dean


 JBoss Bootstrap Environment

 JAVA: /usr/local/jdk1.3.1/bin/java


AVA_OPTS:  -Djavax.xml.parsers.DocumentBuilderFactory=org.apache.crimson.jax
p.DocumentBuilderFactoryImpl -Djavax.xml.parsers.SAXParserFactory=org.apache
.crimson.jaxp.SAXParserFactoryImpl

 CLASSPATH:
/home2/dean/src/jboss/jboss-all/build/output/jboss-2.5alpha-DEV//bin/run.jar



jboss.home = /home2/dean/src/jboss/jboss-all/build/output/jboss-2.5alpha-DEV
Using JAAS LoginConfig:
file:/home2/dean/src/jboss/jboss-all/build/output/jboss-2.5alpha-DEV/conf/de
fault/auth.conf
Using configuration "default"
[root] Started Log4jService,
config=file:/home2/dean/src/jboss/jboss-all/build/output/jboss-2.5alpha-DEV/
conf/default/log4j.properties
[Info] Java version: 1.3.1,Sun Microsystems Inc.
[Info] Java VM: Java HotSpot(TM) Client VM 1.3.1-b24,Sun Microsystems Inc.
[Info] System: Linux 2.2.14-5.0smp,i386
[Shutdown] Shutdown hook added
[Default] Runtime error
[Default] javax.xml.parsers.FactoryConfigurationError:
org.apache.crimson.jaxp.DocumentBuilderFactoryImpl
[Default]   at
javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.
java:80)
[Default]   at
org.jboss.configuration.ConfigurationService.loadConfiguration(Configuration
Service.java:424)
[Default]   at java.lang.reflect.Method.invoke(Native Method)
[Default]   at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
[Default]   at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
[Default]   at org.jboss.Main.(Main.java:201)
[Default]   at org.jboss.Main$1.run(Main.java:115)
[Default]   at java.security.AccessController.doPrivileged(Native Method)
[Default]   at org.jboss.Main.main(Main.java:111)
[Default] JBoss pre-3.0 [RABBIT-HOLE] Started in 0m:2s
[Shutdown] Shutting down all services
[Default] Shutting down
[ServiceControl] Stopping 0 MBeans
[ServiceControl] Stopped 0 services
[ServiceControl] Destroying 0 MBeans
[ServiceControl] Destroyed 0 services
[Shutdown] Shutdown complete
[Default] Shutdown complete


___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development