Strangely enough, I get the following when I try to pass the args (I hadn't
tried in a while):

There was an uncaught exception:

 ---------------------------------------------------------

 --- Message ---

 org.apache.avalon.excalibur.cli.CLOption: method
getDescriptor()Lorg/apache/avalon/excalibur/cli/CLOptionDescriptor; not
found      
 --- Stack Trace ---

 java.lang.NoSuchMethodError: org.apache.avalon.excalibur.cli.CLOption:
method getDescriptor()Lorg/apache/avalon/excalibur/cli/CLOpti
 onDescriptor; not found

        at
org.apache.avalon.phoenix.frontends.CLISetup.parseCommandLineOptions(CLISetu
p.java:202)                                         
        at
org.apache.avalon.phoenix.frontends.CLIMain.main(CLIMain.java:122)

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

        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85
)                                                   
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58
)                                                   
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:60)                                           
        at java.lang.reflect.Method.invoke(Method.java:391)

        at org.apache.avalon.phoenix.launcher.Main.startup(Main.java:128)

        at org.apache.avalon.phoenix.launcher.Main.main(Main.java:83)

0---------------------------------------------------------

 The log file may contain further details of error.

 Please check the configuration files and restart Phoenix.

 If the problem persists, contact the Avalon project.  See

 http://jakarta.apache.org/avalon for more information.


> -----Original Message-----
> From: Steve Short [SMTP:[EMAIL PROTECTED]
> Sent: Monday, March 20, 2006 12:38 PM
> To:   James Users List
> Subject:      RE: phoenix log
> 
> Did you try something like:
> 
>            args[ idx++ ] = "-l";
>            args[ idx++ ] = m_logFilename;
> 
> In the args arraty you pass to Main?  (size array and set suitable idx
> values yourself).
> 
> Steve
> 
> > -----Original Message-----
> > From: Walker, Aaron L [mailto:[EMAIL PROTECTED] 
> > Sent: Monday, March 20, 2006 6:14 AM
> > To: 'James Users List'
> > Subject: phoenix log
> > 
> > I'm running 2.3.0a1 on zOS, and I'm trying to get the phoenix 
> > log to go to a non-default location.  I searched and saw that 
> > passing "-l <new_log_location>" should do the trick, but that 
> > isn't working for me.
> > Also, I must point out, because of the way I am running 
> > things, I'm not running the executable jar nor the scripts - I execute
> > org.apache.avalon.phoenix.launcher.Main.   How do I specify 
> > an alternate log
> > location running in this fashion?  Everything works 
> > swimmingly otherwise.
> > 
> > Thanks,
> > Aaron  
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to