[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] 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.init(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