Re: cannot start web console in 5.4

2010-08-31 Thread Oleg Kiorsak
Thanks to everyone!! I just unpacked .tar.gz using WindowsXP (surprisingly useful tool for processing opensource archives ;) and copied to Solaris box and it all starts ok! now. So it was indeed a Solaris tar issue. All good now! Thanks again! -- View this message in context: http://activemq

Re: cannot start web console in 5.4

2010-08-31 Thread Bruce Snyder
On Tue, Aug 31, 2010 at 1:32 AM, Gary Tully wrote: > or GNU tar! Here's a Sun package for GNU tar: http://www.sunfreeware.com/programlistsparc10.html#tar Bruce -- perl -e 'print unpack("u30","D0G)u8...@4vyy9&5R\"F)R=6-E+G-N>61Ehttp://bit.ly/2je6cQ Blog: http://bruceblog.org/ Twitter: http://t

Re: cannot start web console in 5.4

2010-08-31 Thread Gary Tully
some background, the problem is the archive is built with (GNU) gtar which has its own way of extending the tar format past the 99 character path length limit that is incompatible with Solaris tar which achieves the same thing in a different manner. The zip format does not have the same file path l

Re: cannot start web console in 5.4

2010-08-31 Thread Gary Tully
or GNU tar! On 31 August 2010 08:20, Oleg Kiorsak wrote: > > Yes this _is_ Solaris... > > And, yes, lots of "class not founds"... > (I agree it might be an issue with tar on Solaris... heard/seen something > like that before... > I will try to unzip on Windows and then copy contents to Solaris bo

Re: cannot start web console in 5.4

2010-08-31 Thread Oleg Kiorsak
Yes this _is_ Solaris... And, yes, lots of "class not founds"... (I agree it might be an issue with tar on Solaris... heard/seen something like that before... I will try to unzip on Windows and then copy contents to Solaris box... ) CONSOLE OUT - INFO: Using default configuration (yo

Re: cannot start web console in 5.4

2010-08-31 Thread Gary Tully
Are there ClassNotFound errors in the logs, can you post the console output from a run of the start script in console/foreground mode. ./bin/activemq console Also, if there are some errors in data/activemq.log please include them. On 31 August 2010 03:08, Oleg Kiorsak wrote: > > > > getting the

Re: cannot start web console in 5.4

2010-08-31 Thread Gary Tully
This may be classpath related, possibly due to a corrupt or partial install. Any chance this is Solaris and /bin/tar rather than GNU tar was used. The former has issues with long file names that can result in some files not being extracted. Try a second install using GNU tar and see if that helps.