You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by Narayanan Natarajan <na...@nonhp-sg.exch.hp.com> on 2001/06/26 07:42:42 UTC

Re: OracleDriver not implemented

Hi,
Thanks for your reply.
Have a nice Journey!
As I mentioned earlier, I am trying to integrate Jetspeed/Turbine with Oracle in HP Bluestone e-Server..
I Downloaded the jetspeed-latest file from http://jakarta.apache.org/~raphael/jetspeed/jetspeed-latest.tgz and I have done the remaining configuration as I mentioned in my earlier mail.
But I never come across  to execute the cvs commands as you mentioned.

cvs -d :pserver:anoncvs@jakarta.apache.org:/home/cvspublic login
password: anoncvs
 
cvs -d :pserver:anoncvs@jakarta.apache.org:/home/cvspublic checkout jakarta-jetspeed

followed by build war.

I will write down the steps I followed to integrate Jetspeed/Turbine with Oracle in HP BlueStone e-Server.PLease write me if any root cause to solve this problem.

Steps:
1) Intalled HP Bluestone e-Server trailware from http://www.bluestone.com/SaISAPI.dll/SaServletEngine.class/products/downloads.jsp
2) Downloaded the jetspeed-latest file from http://jakarta.apache.org/~raphael/jetspeed/jetspeed-latest.tgz and extracted that file and got jakarta-jetspeed.
3) Copied that jakarta-jetspeed intp Samples directory of HP Bluestone Server.
4) Modified turbineresources to configure the Oracle Database(see the attachment)
5) Executed the turbine-oracle.sql and populate-oracle.sql which is the latest one.
6) Browse the URL http://localhost/scripts/SaCGI.exe/Demo.class/jetspeed/portal
and I got the Welcome Page.
7) When I login, I got the error which I attached earlier in my mail.

Please advice me if you find any mistakes in the steps.


Kind Regards,
N.Natarajan



  ----- Original Message ----- 
  From: David Sean Taylor 
  To: 'Narayanan Natarajan' 
  Sent: Monday, June 25, 2001 10:51 PM
  Subject: RE: OracleDriver not implemented


  Narayanan,
   
  I will try to quickly answer your question.
  We are just leaving for  a little vacation, and my wife is wonderng what Im doing at the computer again.... :-)
   
  Download Jetspeed from the cvs.
  First, you must get the cvs executables, and then follow the instructions on downloading from the cvs head, found at:
   
  http://jakarta.apache.org/site/cvsindex.html
   
  basically, you will need to do these two things to check out (assuming you already have cvs installed)
   
  cvs -d :pserver:anoncvs@jakarta.apache.org:/home/cvspublic login
  password: anoncvs
   
  cvs -d :pserver:anoncvs@jakarta.apache.org:/home/cvspublic checkout jakarta-jetspeed
   
   
  Then you will need to build jetspeed
   
  go to the build directory, type
   
  build war
   
  copy your war file to tomcat/webapps or catalina/webapps
   
  and run it
   
  good luck, talk to you when I get back
   

  -------------------------------------
  David Sean Taylor
  taylor@apache.org
  -------------------------------------
  http://jakarta.apache.org/jetspeed
  -------------------------------------


    

    -----Original Message-----
    From: Narayanan Natarajan [mailto:natarajan_narayanan@nonhp-sg.exch.hp.com]
    Sent: Monday, June 25, 2001 1:24 AM
    To: david@bluesunrise.com
    Cc: Narayanan Natarajan
    Subject: Re: OracleDriver not implemented



      ----- Original Message ----- 
      From: David Sean Taylor 
      To: 'Narayanan Natarajan' 
      Sent: Monday, June 25, 2001 3:13 PM
      Subject: RE: OracleDriver not implemented


      Narayanan,
       
      Please send these emails to the Jetspeed User List so that other users may also benefit from your experiences.
      >> Already I have sent that..

      For instance, many people may be interested in knowing how to configure Jetspeed to run on HP Bluestone?
      Could you send us a FAQ describing any special installation procedures?
      >> I will dot that....

      > For connection with Oracle, is it needed to modify the Java File- JLogin User?

      What version of Jetspeed are you using?
      >> Jetspeed Configuration 
      Version: $Id: jetspeed-config.jcfg,v 1.13 2001/04/03 00:28:18 raphael Exp $

      Authors: Kevin A. Burton (burton@apache.org)

           I have done the following changes when I created  the tables.
       
      *** After creating the table Turbine_user(as per the script - with userID Not Null) and tried to insert the data through GUI.
      At that time, the error "Cannot Insert Null values to UserID". That's why I dropped that table and created new Turbine user which accepts Null Values...
          Whether it will be the impact for my problem. If so, what is the solution for "Cannot Insert Null values to UserID"

      *** I have executed the command by command which are described in the attached scripts excluding the Drop Constraints.

      #### Last time I haven't renamed the classes12.zip.It has generated the error which I included in my earlier mail....

      When I renamed that file, I am getting the folowing Error....................

Horrible Exception: java.lang.Error: Error in BasePeer.initTableSchema(TURBINE_USER): No suitable driver
	at org.apache.turbine.om.peer.BasePeer.initTableSchema(BasePeer.java:207)
	at org.apache.turbine.om.peer.BasePeer.initTableSchema(BasePeer.java:167)
	at org.apache.turbine.om.security.peer.TurbineUserPeer.<clinit>(TurbineUserPeer.java:165)
	at org.apache.turbine.services.security.db.DBUserManager.retrieve(DBUserManager.java:157)
	at org.apache.turbine.services.security.db.DBUserManager.retrieve(DBUserManager.java:238)
	at org.apache.turbine.services.security.BaseSecurityService.getAuthenticatedUser(BaseSecurityService.java:320)
	at org.apache.turbine.services.security.TurbineSecurity.getAuthenticatedUser(TurbineSecurity.java:224)
	at org.apache.turbine.modules.actions.LoginUser.doPerform(LoginUser.java:103)
	at org.apache.turbine.modules.Action.perform(Action.java:89)
	at org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:122)
	at org.apache.jetspeed.modules.actions.JLoginUser.doPerform(JLoginUser.java:226)
	at org.apache.turbine.modules.Action.perform(Action.java:89)
	at org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:122)
	at org.apache.turbine.Turbine.doGet(Turbine.java, Compiled Code)
	at org.apache.turbine.Turbine.doPost(Turbine.java:505)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:772)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
	at SaApi.servlet.SaServletUtils.serviceRequest(SaServletUtils.java:2295)
	at SaApi.servlet.SaServletUtils.processServletRequest(SaServletUtils.java, Compiled Code)
	at SaApi.servlet.SaServletInvokerApp.SaProcessInputStream(SaServletInvokerApp.java:365)
	at SaApi.servlet.SaServletInvokerApp.handleClient(SaServletInvokerApp.java:178)
	at SaApi.SaApp.processRequest(SaApp.java:1335)
	at SaApi.SaSamUbsContext.processActivator(SaSamUbsContext.java:1676)
	at SaApi.SaSamUbsContext.queueActivator(SaSamUbsContext.java, Compiled Code)
	at SaApi.SaSamUbsContext.processActivator(SaSamUbsContext.java:1537)
	at SaApi.SaSamUbsContext.processRequest(SaSamUbsContext.java:2001)
	at SaApi.SaSamUbsContext.execute(SaSamUbsContext.java:2156)
	at SaApi.SaThreadPool$Worker.run(SaThreadPool.java, Compiled Code)
	at java.lang.Thread.run(Thread.java:479)
<U><STRONG><FONT color=#ff00ff face=Arial>Can you please get back to me to solve this problem  asap?</FONT></STRONG></U>
<FONT color=#ff00ff face=Arial><STRONG><U>Please try to provide step by step procedure to integrate the Jetspeed/Turbine with Oracle in detail so that I will cross-check whether I missed anythig or not..</U></STRONG></FONT>
 
<FONT face=Arial>Kind Regards,</FONT>
<FONT face=Arial>N.Natarajan</FONT>
 
 





      With the latest cvs head, you shouldn't have to change any code.
      Read my recent email from 10 minutes ago, entitled "Database scripts out of date"
       
      If you are using Oracle, again, I recommend getting the latest cvs head
       
      Hope that helps,
       
      -------------------------------------
      David Sean Taylor
      taylor@apache.org
      -------------------------------------
      http://jakarta.apache.org/jetspeed
      -------------------------------------


        

        -----Original Message-----
        From: Narayanan Natarajan [mailto:natarajan_narayanan@nonhp-sg.exch.hp.com]
        Sent: Sunday, June 24, 2001 11:51 PM
        To: david@bluesunrise.com
        Subject: RE: OracleDriver not implemented


        Hi,
        I tried to connect Jetspped/Turbine deployed in HP Bluestone with Oracle 8i
        instead of Turbine Database.
        I was able to create the user account in the Database via GUI.
        But when I tried to login, I am getting the following error.
        I tried to follow the steps to configure Oracle as mentioned in "Oracle How
        to"
        in  http://jakarta.apache.org/turbine/index.html
        For connection with Oracle, is it needed to modify the Java File- JLogin
        User?
        Please advice me in detail solve this problem.




        ERROR:
        Welcome keer Error encountered processing a template:
        /screens//html/Error.jspjavax.servlet.ServletException: JSP compiler error:
        SaApi.servlet.jsp.SaJspCompilerException: autoReload is 'true' and the file
        'WEB-INF/templates/jsp/screens//html/Error.js' could not be found at
        SaApi.servlet.SaServletRequestDispatcher.include(SaServletRequestDispatcher.
        java:242) at
        org.apache.turbine.services.jsp.TurbineJspService.handleRequest(TurbineJspSe
        rvice.java:174) at
        org.apache.turbine.modules.screens.BaseJspScreen.buildTemplate(BaseJspScreen
        .java:100) at
        org.apache.turbine.modules.screens.TemplateScreen.doBuild(TemplateScreen.jav
        a:136) at org.apache.turbine.modules.Screen.build(Screen.java:98) at
        org.apache.turbine.modules.ScreenLoader.eval(ScreenLoader.java:129) at
        org.apache.jetspeed.services.jsp.tags.EcsScreenTag.doStartTag(EcsScreenTag.j
        ava:102) at
        Demo.jetspeed.web_inf.templates.jsp.screens.ecs_sjsp_VERSION1._jspService(ec
        s_sjsp_VERSION1.java:115) at
        SaApi.servlet.jsp.SaJspServlet.service(SaJspServlet.java:133) at
        javax.servlet.http.HttpServlet.service(HttpServlet.java:865) at
        SaApi.servlet.SaServletUtils.serviceRequest(SaServletUtils.java, Compiled
        Code) at
        SaApi.servlet.SaServletRequestDispatcher.include(SaServletRequestDispatcher.
        java:237) at SaApi.servlet.jsp.SaPageContext.include(SaPageContext.java:279)
        at
        Demo.jetspeed.web_inf.templates.jsp.layouts.html.en.default_sjsp_VERSION1._j
        spService(default_sjsp_VERSION1.java:347) at
        SaApi.servlet.jsp.SaJspServlet.service(SaJspServlet.java:133) at
        javax.servlet.http.HttpServlet.service(HttpServlet.java:865) at
        SaApi.servlet.SaServletUtils.serviceRequest(SaServletUtils.java, Compiled
        Code) at
        SaApi.servlet.SaServletRequestDispatcher.include(SaServletRequestDispatcher.
        java:237) at
        org.apache.turbine.services.jsp.TurbineJspService.handleRequest(TurbineJspSe
        rvice.java:174) at
        org.apache.jetspeed.modules.layouts.JetspeedJspLayout.doBuild(JetspeedJspLay
        out.java:101) at org.apache.turbine.modules.Layout.build(Layout.java:91) at
        org.apache.turbine.modules.LayoutLoader.exec(LayoutLoader.java:122) at
        org.apache.turbine.modules.pages.DefaultPage.doBuild(DefaultPage.java:171)
        at org.apache.turbine.modules.Page.build(Page.java:90) at
        org.apache.turbine.modules.PageLoader.exec(PageLoader.java:123) at
        org.apache.turbine.Turbine.handleException(Turbine.java:560) at
        org.apache.turbine.Turbine.doGet(Turbine.java, Compiled Code) at
        org.apache.turbine.Turbine.doPost(Turbine.java:505) at
        javax.servlet.http.HttpServlet.service(HttpServlet.java:772) at
        javax.servlet.http.HttpServlet.service(HttpServlet.java:865) at
        SaApi.servlet.SaServletUtils.serviceRequest(SaServletUtils.java, Compiled
        Code) at
        SaApi.servlet.SaServletUtils.processServletRequest(SaServletUtils.java,
        Compiled Code) at
        SaApi.servlet.SaServletInvokerApp.SaProcessInputStream(SaServletInvokerApp.j
        ava, Compiled Code) at
        SaApi.servlet.SaServletInvokerApp.handleClient(SaServletInvokerApp.java,
        Compiled Code) at SaApi.SaApp.processRequest(SaApp.java, Compiled Code) at
        SaApi.SaSamUbsContext.processActivator(SaSamUbsContext.java, Compiled Code)
        at SaApi.SaSamUbsContext.queueActivator(SaSamUbsContext.java, Compiled Code)
        at SaApi.SaSamUbsContext.processActivator(SaSamUbsContext.java, Compiled
        Code) at SaApi.SaSamUbsContext.processRequest(SaSamUbsContext.java, Compiled
        Code) at SaApi.SaSamUbsContext.execute(SaSamUbsContext.java, Compiled Code)
        at SaApi.SaThreadPool$Worker.run(SaThreadPool.java, Compiled Code) at
        java.lang.Thread.run(Thread.java:479) Error processing ecs screen
        'JspErrorScreen'. See log for more information.














Empower communication

Posted by Pablo Corral <PC...@velocom.com.ar>.
Hi everyone,

I'm a Jetspeed learner from Argentina, South America. Currently, i'm a
consulting man from an important telco and we are evaluating Jetspeed and
WebSphere Portal Server as an intranet solution.

Also, personall,y i'm interesting in exploring collabaration tools, things
like Groove(http://www.Groove.net).


I see that Jetspeed project has a lot of potential, and many people is
interested in learning core things about this app, to support it, developt
it, and use it in production environments, but it is very very difficult
with little documentation and mailing list.

So, i would like to suggest to you evalute this new tool for team managing,
may be it could help to connect people, and admin ideas better than the
traditional mailing list. I'm talking about Groove.

I know, Groove is not an open source effort, but it's free and it's a great
tool to communicate people, this is very very important to the success.

Well, thank you and keep going.
Pablo
PD: Groove user = PabloC.


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


IT IS VERY URGENT><>>>>>>>Re: OracleDriver not implemented

Posted by Narayanan Natarajan <na...@nonhp-sg.exch.hp.com>.
hi,
Can you please help me out in integrating the Jetspeed with Oracle 8i
deployed in HP Bluestone?
I followed the following steps for setting up environment.
Steps:
1) Intalled HP Bluestone e-Server trailware from
http://www.bluestone.com/SaISAPI.dll/SaServletEngine.class/products/download
s.jsp
2) Downloaded the jetspeed-latest file from
http://jakarta.apache.org/~raphael/jetspeed/jetspeed-latest.tgz and
extracted that file and got jakarta-jetspeed.
3) Copied that jakarta-jetspeed intp Samples directory of HP Bluestone
Server.
4) Modified turbineresources to configure the Oracle Database
5) Executed the turbine-oracle.sql and populate-oracle.sql which is the
latest one.
6) Browse the URL
http://localhost/scripts/SaCGI.exe/Demo.class/jetspeed/portal
and I got the Welcome Page.
7) When I login, I got the error which I attached in my mail


It is very Urgent.... Please try to provide the  information in
detail............


Kind Regards,
N.Natarajan

IT IS VERY URGENT><>>>>>>>Re: OracleDriver not implemented

Posted by Narayanan Natarajan <na...@nonhp-sg.exch.hp.com>.
hi,
Can you please help me out in integrating the Jetspeed with Oracle 8i
deployed in HP Bluestone?
I followed the following steps for setting up environment.
Steps:
1) Intalled HP Bluestone e-Server trailware from
http://www.bluestone.com/SaISAPI.dll/SaServletEngine.class/products/download
s.jsp
2) Downloaded the jetspeed-latest file from
http://jakarta.apache.org/~raphael/jetspeed/jetspeed-latest.tgz and
extracted that file and got jakarta-jetspeed.
3) Copied that jakarta-jetspeed intp Samples directory of HP Bluestone
Server.
4) Modified turbineresources to configure the Oracle Database
5) Executed the turbine-oracle.sql and populate-oracle.sql which is the
latest one.
6) Browse the URL
http://localhost/scripts/SaCGI.exe/Demo.class/jetspeed/portal
and I got the Welcome Page.
7) When I login, I got the error which I attached in my mail


It is very Urgent.... Please try to provide the  information in
detail............


Kind Regards,
N.Natarajan

Re: OracleDriver not implemented

Posted by Narayanan Natarajan <na...@nonhp-sg.exch.hp.com>.
I don't know how to use CVS. Please understand my problem and get back to
me.

Regards,
N.Natarajan


----- Original Message -----
From: "Raphaël Luta" <ra...@networks.groupvu.com>
To: <je...@jakarta.apache.org>
Sent: Tuesday, June 26, 2001 5:09 PM
Subject: Re: OracleDriver not implemented


> [Please, don't use HTML mail on a mailing-list, not all clients supports
>   this]
>
> Narayanan Natarajan wrote:
>
> > Hi,
> >
> > I will write down the steps I followed to integrate Jetspeed/Turbine
> > with Oracle in HP BlueStone e-Server.PLease write me if any root cause
> > to solve this problem.
> >
> > *_Steps:_*
> >
> > 1) Intalled HP Bluestone e-Server trailware from
> >
http://www.bluestone.com/SaISAPI.dll/SaServletEngine.class/products/download
s.jsp
> >
> > 2) Downloaded the jetspeed-latest file from
> > http://jakarta.apache.org/~raphael/jetspeed/jetspeed-latest.tgz and
> > extracted that file and got jakarta-jetspeed.
> >
>
>
> Don't document this, use CVS rather than fetch the latest image, it's much
more
> dependable, as soon as I have a few hours to spare, I'll move the nightly
> snapshots in the standard jakarta builds directory and your link will
fail.
>
>
> > 3) Copied that jakarta-jetspeed intp Samples directory of HP Bluestone
> > Server.
> >
> > 4) Modified turbineresources to configure the Oracle Database(see the
> > attachment)
> >
> > 5) Executed the turbine-oracle.sql and populate-oracle.sql which is the
> > latest one.
> >
> > 6) Browse the URL
> > http://localhost/scripts/SaCGI.exe/Demo.class/jetspeed/portal
> >
> > and I got the Welcome Page.
> >
>
>
> Hugh. You're really forced to use these URLs ? They arereally ugly !
> And they also may potentially mess with the URL structure Turbine
> expects for parsing parameters from path-info.
>
> Can you check with a small JSP page what is considered contextPath
> and what is considered pathInfo in this request ?
>
> --
> Raphael Luta - raphael.luta@networks.groupvu.com
> Vivendi Universal Networks - Paris
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: OracleDriver not implemented

Posted by Narayanan Natarajan <na...@nonhp-sg.exch.hp.com>.
I don't know how to use CVS. Please understand my problem and get back to
me.

Regards,
N.Natarajan


----- Original Message -----
From: "Raphaël Luta" <ra...@networks.groupvu.com>
To: <je...@jakarta.apache.org>
Sent: Tuesday, June 26, 2001 5:09 PM
Subject: Re: OracleDriver not implemented


> [Please, don't use HTML mail on a mailing-list, not all clients supports
>   this]
>
> Narayanan Natarajan wrote:
>
> > Hi,
> >
> > I will write down the steps I followed to integrate Jetspeed/Turbine
> > with Oracle in HP BlueStone e-Server.PLease write me if any root cause
> > to solve this problem.
> >
> > *_Steps:_*
> >
> > 1) Intalled HP Bluestone e-Server trailware from
> >
http://www.bluestone.com/SaISAPI.dll/SaServletEngine.class/products/download
s.jsp
> >
> > 2) Downloaded the jetspeed-latest file from
> > http://jakarta.apache.org/~raphael/jetspeed/jetspeed-latest.tgz and
> > extracted that file and got jakarta-jetspeed.
> >
>
>
> Don't document this, use CVS rather than fetch the latest image, it's much
more
> dependable, as soon as I have a few hours to spare, I'll move the nightly
> snapshots in the standard jakarta builds directory and your link will
fail.
>
>
> > 3) Copied that jakarta-jetspeed intp Samples directory of HP Bluestone
> > Server.
> >
> > 4) Modified turbineresources to configure the Oracle Database(see the
> > attachment)
> >
> > 5) Executed the turbine-oracle.sql and populate-oracle.sql which is the
> > latest one.
> >
> > 6) Browse the URL
> > http://localhost/scripts/SaCGI.exe/Demo.class/jetspeed/portal
> >
> > and I got the Welcome Page.
> >
>
>
> Hugh. You're really forced to use these URLs ? They arereally ugly !
> And they also may potentially mess with the URL structure Turbine
> expects for parsing parameters from path-info.
>
> Can you check with a small JSP page what is considered contextPath
> and what is considered pathInfo in this request ?
>
> --
> Raphael Luta - raphael.luta@networks.groupvu.com
> Vivendi Universal Networks - Paris
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


Re: OracleDriver not implemented

Posted by Raphaël Luta <ra...@networks.groupvu.com>.
[Please, don't use HTML mail on a mailing-list, not all clients supports
  this]

Narayanan Natarajan wrote:

> Hi,
> 
> I will write down the steps I followed to integrate Jetspeed/Turbine 
> with Oracle in HP BlueStone e-Server.PLease write me if any root cause 
> to solve this problem.
> 
> *_Steps:_*
> 
> 1) Intalled HP Bluestone e-Server trailware from 
> http://www.bluestone.com/SaISAPI.dll/SaServletEngine.class/products/downloads.jsp
> 
> 2) Downloaded the jetspeed-latest file from 
> http://jakarta.apache.org/~raphael/jetspeed/jetspeed-latest.tgz and 
> extracted that file and got jakarta-jetspeed.
> 


Don't document this, use CVS rather than fetch the latest image, it's much more
dependable, as soon as I have a few hours to spare, I'll move the nightly
snapshots in the standard jakarta builds directory and your link will fail.


> 3) Copied that jakarta-jetspeed intp Samples directory of HP Bluestone 
> Server.
> 
> 4) Modified turbineresources to configure the Oracle Database(see the 
> attachment)
> 
> 5) Executed the turbine-oracle.sql and populate-oracle.sql which is the 
> latest one.
> 
> 6) Browse the URL 
> http://localhost/scripts/SaCGI.exe/Demo.class/jetspeed/portal
> 
> and I got the Welcome Page.
> 


Hugh. You're really forced to use these URLs ? They arereally ugly !
And they also may potentially mess with the URL structure Turbine
expects for parsing parameters from path-info.

Can you check with a small JSP page what is considered contextPath
and what is considered pathInfo in this request ?

--
Raphael Luta - raphael.luta@networks.groupvu.com
Vivendi Universal Networks - Paris


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


RE: OracleDriver not implemented

Posted by David Sean Taylor <da...@bluesunrise.com>.
Hi Narayanan,

So you are getting the daily zipped version, that will work fine. Nevermind
the cvs - the daily zip works just as well.
However, you still need to build the webapp. Have you done that? i.e. go to
the build directory and type

build war

which creates bin/jetspeed.war


> Browse the URL
http://localhost/scripts/SaCGI.exe/Demo.class/jetspeed/portal

That looks strange....
What do you need to put /scripts/SaCGI.exe etc... in your path?
With Bluestone, can't you simply drop the war file into a webapps directory
...

It also appears that you are trying to deploy the entire Jetspeed tree
without ever building it.
With tomcat and other servers that I've tested on, we simply deploy the
jetspeed.war file.


Could you please send your jetspeed questions to only one jetspeed mailing
list?
Since you are cc'ing me personally, I am now receiving 4 copies of all of
your messages.
Please send jetspeed-user questions to: jetspeed-user@jakarta.apache.org

Thanks,

David

 -------------------------------------
David Sean Taylor
taylor@apache.org
-------------------------------------
http://jakarta.apache.org/jetspeed
-------------------------------------



  -----Original Message-----
  From: Narayanan Natarajan
[mailto:natarajan_narayanan@nonhp-sg.exch.hp.com]
  Sent: Monday, June 25, 2001 10:43 PM
  To: david@bluesunrise.com
  Cc: jetspeed-dev@jakarta.apache.org;
jetspeed-user-help@jakarta.apache.org; jetspeed-user@jakarta.apache.org
  Subject: Re: OracleDriver not implemented


  Hi,
  Thanks for your reply.
  Have a nice Journey!
  As I mentioned earlier, I am trying to integrate Jetspeed/Turbine with
Oracle in HP Bluestone e-Server..
  I Downloaded the jetspeed-latest file from
http://jakarta.apache.org/~raphael/jetspeed/jetspeed-latest.tgz and I have
done the remaining configuration as I mentioned in my earlier mail.
  But I never come across  to execute the cvs commands as you mentioned.

  cvs -d :pserver:anoncvs@jakarta.apache.org:/home/cvspublic login
  password: anoncvs

  cvs -d :pserver:anoncvs@jakarta.apache.org:/home/cvspublic checkout
jakarta-jetspeed

  followed by build war.

  I will write down the steps I followed to integrate Jetspeed/Turbine with
Oracle in HP BlueStone e-Server.PLease write me if any root cause to solve
this problem.

  Steps:
  1) Intalled HP Bluestone e-Server trailware from
http://www.bluestone.com/SaISAPI.dll/SaServletEngine.class/products/download
s.jsp
  2) Downloaded the jetspeed-latest file from
http://jakarta.apache.org/~raphael/jetspeed/jetspeed-latest.tgz and
extracted that file and got jakarta-jetspeed.
  3) Copied that jakarta-jetspeed intp Samples directory of HP Bluestone
Server.
  4) Modified turbineresources to configure the Oracle Database(see the
attachment)
  5) Executed the turbine-oracle.sql and populate-oracle.sql which is the
latest one.
  6) Browse the URL
http://localhost/scripts/SaCGI.exe/Demo.class/jetspeed/portal
  and I got the Welcome Page.
  7) When I login, I got the error which I attached earlier in my mail.

  Please advice me if you find any mistakes in the steps.


  Kind Regards,
  N.Natarajan