Deploy on Orion

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Deploy on Orion

Mats Eklund-2
Hi,

Does anyone have experience with running Orbeon Forms on Orion Application
Server. I am running into some problems with "non-defined classes...".

My goal is to be able to use Orbeon Forms in an otherwise Ms IIS environment.

Grateful for any help!

Thanks,
Mats


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Deploy on Orion

Mats Eklund-2
Oh, and below's the error message I get in the browser upon trying to access
the Orbeon application. Orion spits out a couple of "Initializing Resource
Manager with..." messages.

/Mats


500 Internal Server Error

java.lang.NoClassDefFoundError: Could not initialize class
com.sun.msv.datatype.xsd.AnyURIType

        at
com.sun.msv.datatype.xsd.DatatypeFactory.getTypeByName(DatatypeFactory.java:195)

        at
com.sun.msv.datatype.xsd.ngimpl.DataTypeLibraryImpl.getType(DataTypeLibraryImpl.java:32)

        at
com.sun.msv.datatype.xsd.ngimpl.DataTypeLibraryImpl.createDatatypeBuilder(DataTypeLibraryImpl.java:36)

        at com.sun.msv.reader.trex.ng.DataState.startSelf(DataState.java:58)

        at com.sun.msv.reader.State.init(State.java:153)

        at com.sun.msv.reader.GrammarReader.pushState(GrammarReader.java:576)

        at com.sun.msv.reader.SimpleState.startElement(SimpleState.java:71)

        at org.xml.sax.helpers.XMLFilterImpl.startElement(Unknown Source)

        at
com.sun.msv.reader.trex.TREXBaseReader.startElement(TREXBaseReader.java:184)

        at
com.sun.msv.reader.trex.ng.RELAXNGReader.startElement(RELAXNGReader.java:524)

        at
com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader.startElement(RELAXNGCompReader.java:197)

        at
orbeon.apache.xerces.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:497)

        at
orbeon.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(AbstractXMLDocumentParser.java:180)

        at
orbeon.apache.xerces.xinclude.XIncludeHandler.emptyElement(XIncludeHandler.java:1024)

        at
orbeon.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:275)

        at
orbeon.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1654)

        at
orbeon.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:324)

        at
orbeon.apache.xerces.parsers.XML11Configuration.parse(XML11Configuration.java:845)

        at
orbeon.apache.xerces.parsers.XML11Configuration.parse(XML11Configuration.java:768)

        at orbeon.apache.xerces.parsers.XMLParser.parse(XMLParser.java:108)

        at
orbeon.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1201)

        at
com.sun.msv.reader.util.GrammarLoader._loadSchema(GrammarLoader.java:514)

        at com.sun.msv.reader.util.GrammarLoader.parse(GrammarLoader.java:325)

        at
com.sun.msv.reader.util.GrammarLoader.loadSchema(GrammarLoader.java:189)

        at
com.sun.msv.verifier.jarv.TheFactoryImpl.parse(TheFactoryImpl.java:42)

        at
com.sun.msv.verifier.jarv.FactoryImpl.compileSchema(FactoryImpl.java:98)

        at
org.orbeon.oxf.processor.validation.MSVValidationProcessor$6.read(MSVValidationProcessor.java:149)

        at
org.orbeon.oxf.processor.ProcessorImpl.readCacheInputAsObject(ProcessorImpl.java:453)

        at
org.orbeon.oxf.processor.validation.MSVValidationProcessor.access$600(MSVValidationProcessor.java:44)

        at
org.orbeon.oxf.processor.validation.MSVValidationProcessor$5.readImpl(MSVValidationProcessor.java:120)

        at
org.orbeon.oxf.processor.ProcessorImpl$6.read(ProcessorImpl.java:995)

        at
org.orbeon.oxf.processor.ProcessorImpl$ProcessorOutputImpl.read(ProcessorImpl.java:1178)

        at
org.orbeon.oxf.processor.ProcessorImpl.readInputAsSAX(ProcessorImpl.java:350)

        at
org.orbeon.oxf.processor.ProcessorImpl.readInputAsDOM4J(ProcessorImpl.java:368)

        at
org.orbeon.oxf.processor.ProcessorImpl.readInputAsDOM4J(ProcessorImpl.java:387)

        at
org.orbeon.oxf.processor.XMLProcessorRegistry.start(XMLProcessorRegistry.java:42)

        at
org.orbeon.oxf.pipeline.InitUtils.initializeProcessorDefinitions(InitUtils.java:288)

        at org.orbeon.oxf.webapp.WebAppContext.<init>(WebAppContext.java:110)

        at org.orbeon.oxf.webapp.WebAppContext.instance(WebAppContext.java:70)

        at
org.orbeon.oxf.servlet.OPSServletDelegate.init(OPSServletDelegate.java:72)

        at javax.servlet.GenericServlet.init(GenericServlet.java:44)

        at com.evermind[Orion/2.0.7 (build 11273)]._ay._lye(Unknown Source)

        at com.evermind[Orion/2.0.7 (build 11273)]._ay._cbd(Unknown Source)

        at com.evermind[Orion/2.0.7 (build 11273)]._ay._lze(Unknown Source)

        at com.evermind[Orion/2.0.7 (build 11273)]._ay._nlc(Unknown Source)

        at com.evermind[Orion/2.0.7 (build 11273)]._ax._lsc(Unknown Source)

        at com.evermind[Orion/2.0.7 (build 11273)]._ax._uab(Unknown Source)

        at com.evermind[Orion/2.0.7 (build 11273)]._bf.run(Unknown Source)


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Deploy on Orion

Alessandro Vernet
Administrator
Mats,

Mats Eklund-2 wrote
Oh, and below's the error message I get in the browser upon trying to access
the Orbeon application. Orion spits out a couple of "Initializing Resource
Manager with..." messages.
I don't remember having ever seen this specific exception. Have you tried deploying a recent nightly build on Orion? (http://www.orbeon.com/forms/download)

Alex
Reply | Threaded
Open this post in threaded view
|

Re: Re: Deploy on Orion

Mats Eklund-2
In reply to this post by Mats Eklund-2
Hi, thanks for your response!

No, just the 3.6 and 3.7beta available on the main download page. I tried now with Apache+Tomcat for Windows instead, and that worked flawless. Don't know why I didn't take that path in the first place...

Time to get some forms working!

Cheers,
Mats

--- On Tue, 5/19/09, Alessandro Vernet <[hidden email]> wrote:

From: Alessandro Vernet <[hidden email]>
Subject: [ops-users] Re: Deploy on Orion
To: [hidden email]
Date: Tuesday, May 19, 2009, 3:28 AM


Mats,


Mats Eklund-2 wrote:
>
> Oh, and below's the error message I get in the browser upon trying to
> access
> the Orbeon application. Orion spits out a couple of "Initializing Resource
> Manager with..." messages.
>

I don't remember having ever seen this specific exception. Have you tried
deploying a recent nightly build on Orion?
(http://www.orbeon.com/forms/download)

Alex

-----
Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise
Orbeon's Blog: http://www.orbeon.com/blog/
Personal Blog: http://avernet.blogspot.com/
Twitter - http://twitter.com/avernet
--
View this message in context: http://www.nabble.com/Deploy-on-Orion-tp23603859p23608132.html
Sent from the ObjectWeb OPS - Users mailing list archive at Nabble.com.


-----Inline Attachment Follows-----


--
You receive this message as a subscriber of the ops-users@... mailing list.
To unsubscribe: mailto:ops-users-unsubscribe@...
For general help: mailto:sympa@...?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Re: Deploy on Orion

Alessandro Vernet
Administrator
Mats,

Mats Eklund-2 wrote
No, just the 3.6 and 3.7beta available on the main download page. I tried now with Apache+Tomcat for Windows instead, and that worked flawless. Don't know why I didn't take that path in the first place...

Time to get some forms working!
Indeed! And I'm glad that using Tomcat work for you in this case. This is the servlet container that most people use, so in most cases your safest choice.

Alex