RE: poolo won't start
"Martin Henri (LMC)" <[email protected]> Mon, 16 Jun 2003 15:19:46 -0400
| Newsgroups | gmane.editors.pollo.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello Bruno,
Included the file you sent me but same behavior. I never changed anything in the pollo directory structure but I installed other packages that might have installed their own java. However, when I do java -version, it is still the same as before when pollo was working.
C:\Program Files\pollo\pollo-0.3.5-bin\bin>java -Djava.endorsed.dirs=..\lib\endo
rsed org.outerj.pollo.Pollo
[config] No user configuration file found at: C:\Documents and Settings\lmcmahe\
.pollorc
[main] Could not read configuration file, but will continue to startup anyway
java.lang.NullPointerException
at org.apache.avalon.framework.configuration.AbstractConfiguration.getVa
lueAsInteger(AbstractConfiguration.java:90)
at org.apache.avalon.framework.configuration.AbstractConfiguration.getVa
lueAsInteger(AbstractConfiguration.java:133)
at org.outerj.pollo.config.PolloConfigurationFactory.loadConfiguration(P
olloConfigurationFactory.java:118)
at org.outerj.pollo.Pollo.run(Pollo.java:59)
at org.outerj.pollo.Pollo.main(Pollo.java:38)
Exception in thread "main" java.lang.NullPointerException
at org.outerj.pollo.PolloFrame.<init>(PolloFrame.java:95)
at org.outerj.pollo.Pollo.run(Pollo.java:76)
at org.outerj.pollo.Pollo.main(Pollo.java:38)
The windows I have is "2000 professional" and the java version is:
[c:\program files\pollo\pollo-0.3.5-bin\bin]java -version
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)
[c:\program files\pollo\pollo-0.3.5-bin\bin]
Thanks
-----Original Message-----
From: Bruno Dumon [mailto:[email protected]]
Sent: Monday, June 16, 2003 11:14 AM
To: Martin Henri (LMC)
Cc: xReporter Mailing List
Subject: RE: [pollo-dev] poolo won't start
please keep the mailing list on cc
It is strange that this stops working suddenly, even after you removed
the .pollorc. I assume you didn't modify anything to pollo? And you also
didn't modify anything to your java setup? (e.g. added jars to
jre/lib/... directories)
If none of the above is true, try overwriting the
avalon-configuration.jar included with pollo with the one I'm attaching
here, and let me know how that went.
BTW, what java and windows version are you using?
Regards,
Bruno
On Mon, 2003-06-16 at 16:43, Martin Henri (LMC) wrote:
> Hello Bruno,
>
> No, it used to work before and I started to have this error. I tried what you suggested (remove .pollorc file) but now I get:
>
> C:\Program Files\pollo\pollo-0.3.5-bin\bin>java -Djava.endorsed.dirs=..\lib\endo
> rsed org.outerj.pollo.Pollo
> [config] No user configuration file found at: C:\Documents and Settings\lmcmahe\
> .pollorc
> [main] Could not read configuration file, but will continue to startup anyway
> java.lang.NullPointerException
> at org.apache.avalon.framework.configuration.AbstractConfiguration.getVa
> lueAsInteger(AbstractConfiguration.java:46)
> at org.apache.avalon.framework.configuration.AbstractConfiguration.getVa
> lueAsInteger(AbstractConfiguration.java:87)
> at org.outerj.pollo.config.PolloConfigurationFactory.loadConfiguration(P
> olloConfigurationFactory.java:118)
> at org.outerj.pollo.Pollo.run(Pollo.java:59)
> at org.outerj.pollo.Pollo.main(Pollo.java:38)
> Exception in thread "main" java.lang.NullPointerException
> at org.outerj.pollo.PolloFrame.<init>(PolloFrame.java:95)
> at org.outerj.pollo.Pollo.run(Pollo.java:76)
> at org.outerj.pollo.Pollo.main(Pollo.java:38)
>
> Any more ideas....thanks
>
> -----Original Message-----
> From: Bruno Dumon [mailto:[email protected]]
> Sent: Sunday, June 15, 2003 1:04 PM
> To: pollo-development
> Cc: Martin Henri (LMC)
> Subject: Re: [pollo-dev] poolo won't start
>
>
> On Fri, 2003-06-13 at 17:01, Martin Henri (LMC) wrote:
> > Hello Guys,
> >
> > Trying to start pollo but it doesn't work. I get the below message:
> >
>
> Hmmm, is this the very first time you start pollo, or did you use it
> earlier?
>
> The only thing I can think of right now is that it has problems reading
> the previous saved configuration file. This file is called ".pollorc"
> and save in your home directory. Try deleting that file.
>
> >
> > [c:\program files\pollo\pollo-0.3.6-bin\bin].\pollo.bat
> > java -classpath
> > ..\lib\pollo.jar;..\lib\pollohelp.jar;..\lib\endorsed\dom3-xmlPa
> > rserAPIs.jar;..\lib\endorsed\dom3-xercesImpl.jar;..\lib\commons-digester.jar;..\
> > lib\avalon-configuration.jar;..\lib\commons-beanutils.jar;..\lib\commons-collect
> > ions.jar;..\lib\log4j-core.jar;..\lib\jaxen-core.jar;..\lib\jaxen-dom.jar;..\lib
> > \saxpath.jar;..\lib\msv.jar;..\lib\xsdlib.jar;..\lib\relaxngDatatype.jar;..\lib\
> > isorelax.jar;..\lib\jhbasic.jar;..\conf;..\build
> > -Djava.endorsed.dirs=..\lib\end
> > orsed org.outerj.pollo.Pollo
> > [main] Could not read configuration file, but will continue to startup
> > anyway
> > java.lang.NullPointerException
> > at
> > org.apache.avalon.framework.configuration.AbstractConfiguration.getVa
> > lueAsInteger(AbstractConfiguration.java:46)
> > at
> > org.apache.avalon.framework.configuration.AbstractConfiguration.getVa
> > lueAsInteger(AbstractConfiguration.java:87)
> > at
> > org.outerj.pollo.config.PolloConfigurationFactory.loadConfiguration(P
> > olloConfigurationFactory.java:118)
> > at org.outerj.pollo.Pollo.run(Pollo.java:59)
> > at org.outerj.pollo.Pollo.main(Pollo.java:38)
> > Exception in thread "main" java.lang.NullPointerException
> > at org.outerj.pollo.PolloFrame.<init>(PolloFrame.java:95)
> > at org.outerj.pollo.Pollo.run(Pollo.java:76)
> > at org.outerj.pollo.Pollo.main(Pollo.java:38)
> >
> >
> > Thanks
> >
> > Martin Henri, ing
> > System Integration and Support
> > Global Expertise Centre, Montreal
> > Ericsson Canada inc.
> > Business Unit Global Services
> > Tel: (514) 345-7900 x5344
> > Cel: (514) 927-1014
> > ECN: 81055344
> > <Mailto: [email protected]>
> >
--
Bruno Dumon http://outerthought.org/
Outerthought - Open Source, Java & XML Competence Support Center
[email protected] [email protected]
-------------------------------------------------------
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5