xml validation enabled when using wrapper

View: New views
3 Messages — Rating Filter:   Alert me  

xml validation enabled when using wrapper

by CraZyWolF - :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Hello,

 
I'm using the wrapper 3.3.5 to launch an application based on JBoss.

When executing the command line from the console it works, but when I'm
launching the wrapper (WrapperSimpleApp method) I've got a Sax parse
exception on the xml configuration file of the application. The thing is :
there is no validation document for this xml file, so I think the
validation is disabled in "my" program. It seems that using the wrapper
causes the validation to be active. But i've no idea how to disable it, I
can't modify the application. I could create a validation document for this
particular xml file, but I'm worried about having the same problem with
other xml files.

Any idea would be greatly appreciated. 
 

Thanks,
Crazywolf


Souhaitez vous  « être au bureau sans y être » ? Oui je le veux !
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Wrapper-user mailing list
Wrapper-user@...
https://lists.sourceforge.net/lists/listinfo/wrapper-user

Re: xml validation enabled when using wrapper

by Leif Mortenson-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Most likely you are not running the correct JVM.  This is actually a fairly
common problem when running as a service if you have the Wrapper configured
to locate its JVM on the system PATH.  The problem is that your PATH as the
"you" user is not the same as the SYSTEM user.

To confirm this, try adding the following property to see the full command
line used to launch JAVA.  It will have the java command path normalized.
wrapper.java.command.loglevel=INFO

You probably want to either update the SYSTEM path or change your
configuration file to something like the following.  The first line sets
the JAVA_HOME environment variable.  You may want to skip that and define
it globally.
set.JAVA_COMMAND=C:¥path¥to¥JVM
wrapper.java.command=%JAVA_HOME%/bin/java

Hope this helps.

Cheers,
Leif

On Tue, Aug 11, 2009 at 9:14 PM, CraZyWolF -<crazywolf669@...> wrote:

> Hello,
>
>
> I'm using the wrapper 3.3.5 to launch an application based on JBoss.
>
> When executing the command line from the console it works, but when I'm
> launching the wrapper (WrapperSimpleApp method) I've got a Sax parse
> exception on the xml configuration file of the application. The thing is :
> there is no validation document for this xml file, so I think the
> validation is disabled in "my" program. It seems that using the wrapper
> causes the validation to be active. But i've no idea how to disable it, I
> can't modify the application. I could create a validation document for this
> particular xml file, but I'm worried about having the same problem with
> other xml files.
>
> Any idea would be greatly appreciated.
>
>
> Thanks,
> Crazywolf

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Wrapper-user mailing list
Wrapper-user@...
https://lists.sourceforge.net/lists/listinfo/wrapper-user

Re: xml validation enabled when using wrapper

by CraZyWolF - :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
 
It was simply a configuration problem due to a misanderstanding of documentation, and the fact that the application was launched even if there was a wrong first parameter, that appears with the wrapper.java.command.loglevel=INFO. Thanks for the Help !!
 
Cheers,
Crazywolf
 

> Date: Tue, 11 Aug 2009 21:42:43 +0900
> From: leif.mortenson@...
> To: wrapper-user@...
> Subject: Re: [Wrapper-user] xml validation enabled when using wrapper
>
> Most likely you are not running the correct JVM. This is actually a fairly
> common problem when running as a service if you have the Wrapper configured
> to locate its JVM on the system PATH. The problem is that your PATH as the
> "you" user is not the same as the SYSTEM user.
>
> To confirm this, try adding the following property to see the full command
> line used to launch JAVA. It will have the java command path normalized.
> wrapper.java.command.loglevel=INFO
>
> You probably want to either update the SYSTEM path or change your
> configuration file to something like the following. The first line sets
> the JAVA_HOME environment variable. You may want to skip that and define
> it globally.
> set.JAVA_COMMAND=C:¥path¥to¥JVM
> wrapper.java.command=%JAVA_HOME%/bin/java
>
> Hope this helps.
>
> Cheers,
> Leif
>
> On Tue, Aug 11, 2009 at 9:14 PM, CraZyWolF -<crazywolf669@...> wrote:
> > Hello,
> >
> >
> > I'm using the wrapper 3.3.5 to launch an application based on JBoss.
> >
> > When executing the command line from the console it works, but when I'm
> > launching the wrapper (WrapperSimpleApp method) I've got a Sax parse
> > exception on the xml configuration file of the application. The thing is :
> > there is no validation document for this xml file, so I think the
> > validation is disabled in "my" program. It seems that using the wrapper
> > causes the validation to be active. But i've no idea how to disable it, I
> > can't modify the application. I could create a validation document for this
> > particular xml file, but I'm worried about having the same problem with
> > other xml files.
> >
> > Any idea would be greatly appreciated.
> >
> >
> > Thanks,
> > Crazywolf
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now. http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Wrapper-user mailing list
> Wrapper-user@...
> https://lists.sourceforge.net/lists/listinfo/wrapper-user


Découvrez toutes les possibilités de communication avec vos proches
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Wrapper-user mailing list
Wrapper-user@...
https://lists.sourceforge.net/lists/listinfo/wrapper-user