RE: Can't get Jetspeed running on JBoss

2002-11-13 Thread Michael F. Collins, III
Jetspeed does not appear to like Catalina when running in an application
server. I've never been able to get it to work and many people have
emailed me with the same problems. The same problem exists in the Sun
J2EE reference implementation. One person reported that he got it to
work by disabling any security policies in effect, but I have not
validated that independently as it was not a desirable solution for me.

I recommend that you switch to the Jboss/Jetty combination. Jetty does
not appear to have any of the problems present in Catalina and you
should have no problem getting Jetspeed to run.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:philipp.wolff@;planet-interkom.de] 
Sent: Wednesday, November 13, 2002 1:06 AM
To: [EMAIL PROTECTED]
Subject: Can't get Jetspeed running on JBoss


I have to run jetspeed on JBoss, but when is deploy jetspeed, i get the
following exception:

java.io.FileNotFoundException:
null/WEB-INF/conf/TurbineResources.properties
...

I've deployed with "JBoss 3.0.3-tomcat-4.1.x" and various versions of
jetspeed (1.3.x - 1.4.x). I also read other threads regarding to my
problem in jboss- / jetspeed- mail archives, but none of all the hints
did really help to solve my problem. Most of jetspeed-users in this
threads suggests to remove certain "libs from jetspeed.war, copy some to
jboss/server/lib...". But i guess my problem isn't an library conflict.
So, if anyone has 
jetspeed running on jboss 3.0.x, please share your knowledge to me, who
to deploy jetspeed.

with kind regards & many thanks
Philipp



__
Tiscali Mobile
NEU! Die neuesten Klingeltöne, Logos, Mailboxsprüche, Bildmitteilungen
und Screensaver für alle Handytypen. Einfach und günstig! Klicken Sie
hier: http://www.tiscali.de/mobile/





--
To unsubscribe, e-mail:

For additional commands, e-mail:



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Please help...can't get Jetspeed to run

2002-06-06 Thread Michael F. Collins, III

Hi. I am new to Jetspeed and am trying to get it to run out of the box.  I
am attempting to load Jetspeed into JBoss 3.0 with Tomcat 4.0.3 embedded
inside of it.  I place the Jetspeed.war file into the deployment directory
and it deploys, but I get the following error.  I cannot get past this
problem.  Does anyone know what I should do?

Thanks.

2002-06-06 21:07:43,162 INFO  [STDOUT] (!) NOTICE: init
2002-06-06 21:07:43,162 INFO  [STDOUT] (!) NOTICE: ServiceBroker:
LoggingService enabled.
2002-06-06 21:07:43,172 INFO  [STDOUT] (!) NOTICE: Turbine: init() failed:
org.apache.turbine.services.InitializationException: Can't load file
null/WEB-INF/conf/TurbineResources.properties
at
org.apache.turbine.services.resources.TurbineResourceService.init(TurbineRes
ourceService.java:170)
at
org.apache.turbine.services.resources.TurbineResourceService.init(TurbineRes
ourceService.java:124)
at
org.apache.turbine.services.BaseInitableBroker.initClass(BaseInitableBroker.
java:150)
at
org.apache.turbine.services.BaseServiceBroker.initService(BaseServiceBroker.
java:141)
at
org.apache.turbine.services.TurbineServices.initPrimaryServices(TurbineServi
ces.java:180)
at org.apache.turbine.Turbine.init(Turbine.java:223)
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:91
6)
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:808)
at
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:
3266)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:3395)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:785)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:454)
at
org.jboss.web.catalina.EmbeddedCatalinaServiceSX.createWebContext(EmbeddedCa
talinaServiceSX.java:321)
at
org.jboss.web.catalina.EmbeddedCatalinaServiceSX.performDeploy(EmbeddedCatal
inaServiceSX.java:238)
at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:300)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:678)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:513)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:481)
at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispat
cher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:491)
at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174)
at $Proxy4.deploy(Unknown Source)
at
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanne
r.java:405)
at
org.jboss.deployment.scanner.URLDeploymentScanner.scanDirectory(URLDeploymen
tScanner.java:586)
at
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.
java:465)
at
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(Ab
stractDeploymentScanner.java:202)
at
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(Abs
tractDeploymentScanner.java:191)



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Need help getting Jetspeed running in J2EE 1.3 app server

2002-06-01 Thread Michael F. Collins, III

Hi. I have just started with Jetspeed version 1.3a2. I am trying to run
Jetspeed in a J2EE application server and eventually put it into a
distribution EAR file with the rest of my application.

The problem that I am having is that I am attempting to load the Jetspeed
distribution WAR file into my application server, but the application
servers are reporting errors or Jetspeed/Turbine are throwing exceptions.
Has anyone gotten Jetspeed to load into an application server? I have been
trying the J2EE 1.3 reference implementation and JBoss 3.0 without success.
Both servers are using Tomcat as the web container.

I have made no changes to any modules or configuration settings of the
application servers or distribution WAR file. Is there something special
that I need to do or configure to get Turbine and Jetspeed to load and work
correctly?

Thanks,

Michael



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Unable to run Jetspeed in J2EE 1.3.1 RI server

2002-05-25 Thread Michael F. Collins, III

I am running JDK 1.4.0 on a Windows 2000 machine and using the reference
implementation of J2EE 1.3.1. I downloaded the Jetspeed 1.3a2 binary bundle
from the website. I used the DeployTool program to wrap the jetspeed.jar
file inside of an ear file and then deployed the ear to the J2EE server.
When I try to connect to the Jetspeed web application, I am receiving the
following exception:

org.apache.turbine.services.InstantiationException: ServiceBroker: unknown
service PoolService requested
at
org.apache.turbine.services.BaseServiceBroker.getServiceInstance(BaseService
Broker.java:356)
at
org.apache.turbine.services.BaseServiceBroker.getService(BaseServiceBroker.j
ava:298)
at
org.apache.turbine.util.RunDataFactory.putRunData(RunDataFactory.java:231)
at org.apache.turbine.Turbine.doGet(Turbine.java:638)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.
java:683)
at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatch
er.java:431)
at
org.apache.catalina.core.ApplicationDispatcher.access$0(ApplicationDispatche
r.java:359)
at
org.apache.catalina.core.ApplicationDispatcher$PrivilegedForward.run(Applica
tionDispatcher.java:130)
at java.security.AccessController.doPrivileged(Native Method)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher
.java:347)
at
org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:414)
at org.apache.jsp.index$jsp._jspService(index$jsp.java:57)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.ja
va:202)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:382)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:474)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:247)
at
org.apache.catalina.core.ApplicationFilterChain.access$0(ApplicationFilterCh
ain.java:197)
at
org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain
.java:176)
at java.security.AccessController.doPrivileged(Native Method)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:172)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:243)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
66)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
va:201)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
66)
at
org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:2
46)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
64)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2343)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164
)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
66)
at
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.
java:170)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
64)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170
)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
64)
at
org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:368)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
64)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
:174)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
66)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at
org.apache.catalina.connector.http.HttpProcessor.process(Http