Re: Re: Re: jonasAdmin loads flash, shows blank screen
Ryan Zoerner <[email protected]> Fri, 24 Jun 2011 14:08:52 -0500
| Newsgroups | gmane.comp.java.objectweb.jonas |
|---|---|
| Message-ID | <[email protected]> |
Yes,
I downloaded JONAS_5_3_0 from root/tags/JONAS_5_3_0/
I placed the whole thing into a directory and typed mvn install -fn
I went to
assemblies/profiles/full/target/jonas-full-5.3.0-M3-bin.dir/jonas-full-5.3.0-M3
and took everything from that directory, with containing folder, to another
location.
There, I started the server from eclipse.
When Jonas starts, it starts with tomcat, and everything loads, including
/jonasAdmin
When I go to /conf/jonas.properties and remove the '#' character from in
front of the Jetty 8 container and place a '#' character in front of the
Tomcat container, I get the following message in the browser, after
receiving stack trace exceptions stating that the three could not load:
Error 404 - Not Found. No context on this server matched or handled this
request.
Contexts known to this server are:
- / ---> o.o.j.w.j.JOnASWebAppContext{/,file:/afs/
cs.wisc.edu/u/z/o/zoerner/Desktop/open_source_code_projects/jonas-full-5.3.0-M3/work/webapps/jonas/single/jonas-ctxroot-5.3.0-M3_2011.06.23-19.31.57.war/
},file:/afs/
cs.wisc.edu/u/z/o/zoerner/Desktop/open_source_code_projects/jonas-full-5.3.0-M3/work/webapps/jonas/single/jonas-ctxroot-5.3.0-M3_2011.06.23-19.31.57.war/[failed]
-
/jonas-doc-en ---> o.o.j.w.j.JOnASWebAppContext{/jonas-doc-en,file:/afs/
cs.wisc.edu/u/z/o/zoerner/Desktop/open_source_code_projects/jonas-full-5.3.0-M3/work/webapps/jonas/single/jonas-doc-en-5.3.0-M3_2011.06.23-19.32.10.war/
},file:/afs/
cs.wisc.edu/u/z/o/zoerner/Desktop/open_source_code_projects/jonas-full-5.3.0-M3/work/webapps/jonas/single/jonas-doc-en-5.3.0-M3_2011.06.23-19.32.10.war/[failed]
- /jonasAdmin ---> o.o.j.w.j.JOnASWebAppContext{/jonasAdmin,file:/afs/
cs.wisc.edu/u/z/o/zoerner/Desktop/open_source_code_projects/jonas-full-5.3.0-M3/work/webapps/jonas/single/jonas-admin-5.3.0-M3_2011.06.23-19.32.01.war/
},file:/afs/
cs.wisc.edu/u/z/o/zoerner/Desktop/open_source_code_projects/jonas-full-5.3.0-M3/work/webapps/jonas/single/jonas-admin-5.3.0-M3_2011.06.23-19.32.01.war/[failed]
Now, I don't actually know what to do at this point. The last time, I also
added an autoload folder to the /webapp folder, and placed the war file
named after "/jonasAdmin" in that folder. Later the result changed for me, a
blue screen loaded instead. When that happened, I removed the war that I
just mentioned from the autoload folder. At that time, I got the same
result. The other thing that I did last time was search for the string
"9000" and verify in eclipse, that it was referring to the localhost port,
then I changed it to a different number.
I now have a 5_3_0_M3 and a 5_3_0_M4, the M4, which I don't drive regularly,
works to load the context root and docs, but the admin screen loads a blank
light-blue, and it has a flash player embedded in the screen ( what code I
linked to ) and the M3 just plain sends the 404 message.
Unfortunately, now, I find that the problem is not with Jonas altogether,
but with the Jetty8 _or_ Jetty6 container loading the jonasAdmin. The other
thing is that the only thing that I changed was the pound sign in front of
Jetty8Service, I moved it to TomcatNService, where N is the version number.
I am convinced that I don't need to change anything else in conf, because
there are no other references in conf to Jetty or Tomcat (which affect
this).
Is the console program at fault? Why don't any three of them load for the
5_3_0_M3 from the root/tags/5_3_0_M3? (yet only for jetty). ?
If you have any advice on how to fix this problem, please let me know. I
would prefer to work with Jetty, but may settle for Tomcat.
Thank you.
Ryan Zoerner