[jira] Commented: (GERONIMO-2575) Starting Geronimo using Java 1.5 fails - Issue with xmlParserAPIs

2006-12-06 Thread Jay D. McHugh (JIRA)
[ 
http://issues.apache.org/jira/browse/GERONIMO-2575?page=comments#action_12456249
 ] 

Jay D. McHugh commented on GERONIMO-2575:
-

Someone please close this JIRA.

It is no longer true - The server will now start with Java 1.5 without doing 
anything special.

 Starting Geronimo using Java 1.5 fails - Issue with xmlParserAPIs
 -

 Key: GERONIMO-2575
 URL: http://issues.apache.org/jira/browse/GERONIMO-2575
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: startup/shutdown
Affects Versions: 1.2
 Environment: Sun Java 1.5
 Starting the server using the startup scripts
Reporter: Jay D. McHugh

 Starting the server using the scripts with Java 1.5 fails
 Here is the log:
 Using GERONIMO_BASE:   /opt/geronimo
 Using GERONIMO_HOME:   /opt/geronimo
 Using GERONIMO_TMPDIR: /opt/geronimo/var/temp
 Using JRE_HOME:/opt/jdk1.5.0_06/jre
 Using GERONIMO_OUT:/opt/geronimo/var/log/geronimo.out
 Geronimo started in background. PID: 5689
 Booting Geronimo Kernel (in Java 1.5.0_06)...
 21:40:50,620 INFO  [root] --
 21:40:50,641 INFO  [root] Started Logging Service
 21:40:50,641 INFO  [root] Runtime Information:
 21:40:50,641 INFO  [root]   Install Directory = 
 /opt/geronimo-tomcat-j2ee-1.2-SNAPSHOT
 21:40:50,642 INFO  [root]   JVM in use = Sun Microsystems Inc. Java 1.5.0_06
 21:40:50,642 INFO  [root] Java Information:
 21:40:50,642 INFO  [root]   System property [java.runtime.name]  = Java(TM) 2 
 Runtime Environment, Standard Edition
 21:40:50,643 INFO  [root]   System property [java.runtime.version]  = 
 1.5.0_06-b05
 21:40:50,643 INFO  [root]   System property [os.name] = Linux
 21:40:50,643 INFO  [root]   System property [os.version]  = 2.6.15.1
 21:40:50,644 INFO  [root]   System property [sun.os.patch.level]  = unknown
 21:40:50,644 INFO  [root]   System property [os.arch] = i386
 21:40:50,644 INFO  [root]   System property [java.class.version]  = 49.0
 21:40:50,644 INFO  [root]   System property [locale]  = en_US
 21:40:50,645 INFO  [root]   System property [unicode.encoding]= 
 UnicodeLittle
 21:40:50,645 INFO  [root]   System property [file.encoding]   = 
 ANSI_X3.4-1968
 21:40:50,645 INFO  [root]   System property [java.vm.name]= Java 
 HotSpot(TM) Client VM
 21:40:50,646 INFO  [root]   System property [java.vm.vendor]  = Sun 
 Microsystems Inc.
 21:40:50,646 INFO  [root]   System property [java.vm.version] = 
 1.5.0_06-b05
 21:40:50,646 INFO  [root]   System property [java.vm.info]= mixed mode
 21:40:50,647 INFO  [root]   System property [java.home]   = 
 /opt/jdk1.5.0_06/jre
 21:40:50,647 INFO  [root]   System property [java.classpath]  = null
 21:40:50,647 INFO  [root]   System property [java.library.path]   = 
 /opt/jdk1.5.0_06/jre/lib/i386/client:/opt/jdk1.5.0_06/jre/lib/i386:/opt/jdk1.5.0_06/jre/../lib/i386
 21:40:50,647 INFO  [root]   System property [java.endorsed.dirs]  = 
 /opt/jdk1.5.0_06/jre/lib/endorsed:/opt/geronimo/lib/endorsed
 21:40:50,648 INFO  [root]   System property [java.ext.dirs]   = 
 /opt/jdk1.5.0_06/jre/lib/ext:/opt/geronimo/lib/ext
 21:40:50,648 INFO  [root]   System property [sun.boot.class.path] = 
 /opt/geronimo/lib/endorsed/yoko-spec-corba-1.0-incubating-M1-SNAPSHOT.jar:/opt/geronimo/lib/endorsed/xercesImpl-2.6.2.jar:/opt/geronimo/lib/endorsed/yoko-rmi-1.0-incubating-M1-SNAPSHOT.jar:/opt/geronimo/lib/endorsed/xmlParserAPIs-2.6.2.jar:/opt/jdk1.5.0_06/jre/lib/rt.jar:/opt/jdk1.5.0_06/jre/lib/i18n.jar:/opt/jdk1.5.0_06/jre/lib/sunrsasign.jar:/opt/jdk1.5.0_06/jre/lib/jsse.jar:/opt/jdk1.5.0_06/jre/lib/jce.jar:/opt/jdk1.5.0_06/jre/lib/charsets.jar:/opt/jdk1.5.0_06/jre/classes
 21:40:50,648 INFO  [root] --
 Module  1/23 org.apache.geronimo.configs/rmi-naming/1.2-SNAPSHOT/car  
started in  1.187s
 Module  2/23 org.apache.geronimo.configs/j2ee-server/1.2-SNAPSHOT/car 
started in   .540s
 Module  3/23 org.apache.geronimo.configs/transaction/1.2-SNAPSHOT/car 
started in  1.066s
 Module  4/23 org.apache.geronimo.configs/j2ee-security/1.2-SNAPSHOT/car   
started in  1.904s
 Module  5/23 org.apache.geronimo.configs/axis/1.2-SNAPSHOT/car
started in   .309s
 Module  6/23 org.apache.geronimo.configs/openejb/1.2-SNAPSHOT/car 
   Exception in thread Timer-0 
 javax.xml.transform.TransformerFactoryConfigurationError: Provider 
 org.apache.xalan.processor.TransformerFactoryImpl not found
 at javax.xml.transform.TransformerFactory.newInstance(Unknown Source)
 at 
 org.apache.geronimo.kernel.util.XmlUtil.newTransformerFactory(XmlUtil.java:95)
 at 
 

Re: [jira] Commented: (GERONIMO-2575) Starting Geronimo using Java 1.5 fails - Issue with xmlParserAPIs

2006-12-06 Thread Jason Dillon

done.

--jason


On Dec 6, 2006, at 3:02 PM, Jay D. McHugh (JIRA) wrote:

[ http://issues.apache.org/jira/browse/GERONIMO-2575? 
page=comments#action_12456249 ]


Jay D. McHugh commented on GERONIMO-2575:
-

Someone please close this JIRA.

It is no longer true - The server will now start with Java 1.5  
without doing anything special.



Starting Geronimo using Java 1.5 fails - Issue with xmlParserAPIs
-

Key: GERONIMO-2575
URL: http://issues.apache.org/jira/browse/ 
GERONIMO-2575

Project: Geronimo
 Issue Type: Bug
 Security Level: public(Regular issues)
 Components: startup/shutdown
   Affects Versions: 1.2
Environment: Sun Java 1.5
Starting the server using the startup scripts
   Reporter: Jay D. McHugh

Starting the server using the scripts with Java 1.5 fails
Here is the log:
Using GERONIMO_BASE:   /opt/geronimo
Using GERONIMO_HOME:   /opt/geronimo
Using GERONIMO_TMPDIR: /opt/geronimo/var/temp
Using JRE_HOME:/opt/jdk1.5.0_06/jre
Using GERONIMO_OUT:/opt/geronimo/var/log/geronimo.out
Geronimo started in background. PID: 5689
Booting Geronimo Kernel (in Java 1.5.0_06)...
21:40:50,620 INFO  [root]  
--

21:40:50,641 INFO  [root] Started Logging Service
21:40:50,641 INFO  [root] Runtime Information:
21:40:50,641 INFO  [root]   Install Directory = /opt/geronimo- 
tomcat-j2ee-1.2-SNAPSHOT
21:40:50,642 INFO  [root]   JVM in use = Sun Microsystems Inc.  
Java 1.5.0_06

21:40:50,642 INFO  [root] Java Information:
21:40:50,642 INFO  [root]   System property [java.runtime.name]  =  
Java(TM) 2 Runtime Environment, Standard Edition
21:40:50,643 INFO  [root]   System property  
[java.runtime.version]  = 1.5.0_06-b05
21:40:50,643 INFO  [root]   System property [os.name]  
= Linux
21:40:50,643 INFO  [root]   System property [os.version]   
= 2.6.15.1
21:40:50,644 INFO  [root]   System property [sun.os.patch.level]   
= unknown
21:40:50,644 INFO  [root]   System property [os.arch]  
= i386
21:40:50,644 INFO  [root]   System property [java.class.version]   
= 49.0
21:40:50,644 INFO  [root]   System property [locale]   
= en_US
21:40:50,645 INFO  [root]   System property [unicode.encoding] 
= UnicodeLittle
21:40:50,645 INFO  [root]   System property [file.encoding]
= ANSI_X3.4-1968
21:40:50,645 INFO  [root]   System property [java.vm.name] 
= Java HotSpot(TM) Client VM
21:40:50,646 INFO  [root]   System property [java.vm.vendor]   
= Sun Microsystems Inc.
21:40:50,646 INFO  [root]   System property [java.vm.version]  
= 1.5.0_06-b05
21:40:50,646 INFO  [root]   System property [java.vm.info] 
= mixed mode
21:40:50,647 INFO  [root]   System property [java.home]
= /opt/jdk1.5.0_06/jre
21:40:50,647 INFO  [root]   System property [java.classpath]   
= null
21:40:50,647 INFO  [root]   System property [java.library.path]
= /opt/jdk1.5.0_06/jre/lib/i386/client:/opt/jdk1.5.0_06/jre/lib/ 
i386:/opt/jdk1.5.0_06/jre/../lib/i386
21:40:50,647 INFO  [root]   System property [java.endorsed.dirs]   
= /opt/jdk1.5.0_06/jre/lib/endorsed:/opt/geronimo/lib/endorsed
21:40:50,648 INFO  [root]   System property [java.ext.dirs]
= /opt/jdk1.5.0_06/jre/lib/ext:/opt/geronimo/lib/ext
21:40:50,648 INFO  [root]   System property [sun.boot.class.path]  
= /opt/geronimo/lib/endorsed/yoko-spec-corba-1.0-incubating-M1- 
SNAPSHOT.jar:/opt/geronimo/lib/endorsed/xercesImpl-2.6.2.jar:/opt/ 
geronimo/lib/endorsed/yoko-rmi-1.0-incubating-M1-SNAPSHOT.jar:/opt/ 
geronimo/lib/endorsed/xmlParserAPIs-2.6.2.jar:/opt/jdk1.5.0_06/jre/ 
lib/rt.jar:/opt/jdk1.5.0_06/jre/lib/i18n.jar:/opt/jdk1.5.0_06/jre/ 
lib/sunrsasign.jar:/opt/jdk1.5.0_06/jre/lib/jsse.jar:/opt/ 
jdk1.5.0_06/jre/lib/jce.jar:/opt/jdk1.5.0_06/jre/lib/charsets.jar:/ 
opt/jdk1.5.0_06/jre/classes
21:40:50,648 INFO  [root]  
--
Module  1/23 org.apache.geronimo.configs/rmi-naming/1.2-SNAPSHOT/ 
car started in  1.187s
Module  2/23 org.apache.geronimo.configs/j2ee-server/1.2-SNAPSHOT/ 
carstarted in   .540s
Module  3/23 org.apache.geronimo.configs/transaction/1.2-SNAPSHOT/ 
carstarted in  1.066s
Module  4/23 org.apache.geronimo.configs/j2ee-security/1.2- 
SNAPSHOT/car  started in  1.904s
Module  5/23 org.apache.geronimo.configs/axis/1.2-SNAPSHOT/ 
car   started in   .309s
Module  6/23 org.apache.geronimo.configs/openejb/1.2-SNAPSHOT/ 
car   Exception in thread Timer-0  
javax.xml.transform.TransformerFactoryConfigurationError: Provider  
org.apache.xalan.processor.TransformerFactoryImpl not found
at javax.xml.transform.TransformerFactory.newInstance 
(Unknown Source)
at