Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Eclipse Process Manager (Stardust) » Invalid JAXP setup, javax.xml.transform.TransformerConfigurationException(XSLT transformation exceptions in Stardust under Tomcat)
Invalid JAXP setup, javax.xml.transform.TransformerConfigurationException [message #741963] Thu, 20 October 2011 03:50 Go to next message
Srinivasan Iyer is currently offline Srinivasan IyerFriend
Messages: 36
Registered: October 2011
Member
I made a fresh Stardust Installation on Tomcat 5.5. I deployed the WAR file and the process portal login screen is comming up, but I get the stack trace below when I try to deploy a process model.


25.01.2010 09:15:59 *INFO * AuditTrailLogger: Logged in. (User: motu (Realm: carnot) (Of the Universe, Master)) (Log4j12Logger.java, line 70)

25.01.2010 09:15:59 *INFO * Security: Partition: default, Domain: default. (Log4j12Logger.java, line 70)

25.01.2010 09:15:59 *INFO * DebugInterceptor: <-- login (Log4j12Logger.java, line 70)

25.01.2010 09:15:59 *INFO * DebugInterceptor: --> deployModel (Log4j12Logger.java, line 70)

ERROR: 'PermGen space'

FATAL ERROR: 'Could not compile stylesheet'

25.01.2010 09:16:02 *WARN * ApplicationException: Invalid JAXP setup (Log4j12Logger.java, line 85)

javax.xml.transform.TransformerConfigurationException: Could not compile stylesheet

at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl.newTemplates(Unknown Source)

at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl.newTransformer(Unknown Source)

at ag.carnot.workflow.model.xpdl.XpdlUtils.convertXpdl2Carnot(XpdlUtils.java:400)

at ag.carnot.workflow.model.xpdl.XpdlUtils.convertXpdl2Carnot(XpdlUtils.java:365)

at ag.carnot.workflow.runtime.beans.AdministrationServiceImpl.deployModel(AdministrationServiceImpl.java:116)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

[Updated on: Thu, 20 October 2011 10:33]

Report message to a moderator

Re: Invalid JAXP setup, javax.xml.transform.TransformerConfigurationException [message #741965 is a reply to message #741963] Thu, 20 October 2011 03:51 Go to previous message
Srinivasan Iyer is currently offline Srinivasan IyerFriend
Messages: 36
Registered: October 2011
Member

If you are running Tomcat under Java 6 please add the property

Carnot.Xml.TrAX.TransformerFactory = com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl

to your carnot.properties file which you should find in the WEB-INF\classes folder of your IPP WAR.
Previous Topic:Oracle error "table or view does not exist", but application starts fine
Next Topic:Using Structure Data Type (SDT) in Java Applications
Goto Forum:
  


Current Time: Sat Apr 27 04:34:26 GMT 2024

Powered by FUDForum. Page generated in 0.03407 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top