You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Chris Turrentine <ch...@springbow.com> on 2001/04/06 21:14:14 UTC

Oracle Database with JetSpeed

I was trying to run JetSpeed with Oracle and I modified my
TurbineResources.properties file it use Oracle.  I am getting this error
when trying to login:

Exception: java.lang.Error: Error in BasePeer.initTableSchema(TURBINE_USER):
Database type oracle.jdbc.driver.OracleDriver not implemented. at
org.apache.turbine.om.peer.BasePeer.initTableSchema(BasePeer.java:227) at
org.apache.turbine.om.peer.BasePeer.initTableSchema(BasePeer.java:187) at
org.apache.turbine.om.security.peer.TurbineUserPeer.(TurbineUserPeer.java:16
7) at
org.apache.turbine.services.security.DBUserManager.retrieve(DBUserManager.ja
va:153) at
org.apache.turbine.services.security.DBUserManager.retrieve(DBUserManager.ja
va:230) at
org.apache.turbine.services.security.BaseSecurityService.getAuthenticatedUse
r(BaseSecurityService.java:279) at
org.apache.turbine.services.security.TurbineSecurity.getAuthenticatedUser(Tu
rbineSecurity.java:193) at
org.apache.turbine.modules.actions.LoginUser.doPerform(LoginUser.java:105)
at org.apache.turbine.modules.Action.perform(Action.java:91) at
org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:121) at
org.apache.jetspeed.modules.actions.JLoginUser.doPerform(JLoginUser.java:224
) at org.apache.turbine.modules.Action.perform(Action.java:91) at
org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:121) at
org.apache.turbine.Turbine.doGet(Turbine.java:326) at
org.apache.turbine.Turbine.doPost(Turbine.java:451) at
javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at
javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at
org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404) at
org.apache.tomcat.core.Handler.service(Handler.java:286) at
org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372) at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:79
7) at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java:210) at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416) at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
at java.lang.Thread.run(Thread.java:484) 
Here is my configuration for Oracle:
database.default.driver=oracle.jdbc.driver.OracleDriver
database.default.url=jdbc:oracle:thin:@cturrentine:1521:jetspeed
database.default.username=system                     
database.default.password=manager

Anybody have this problem?


Chris Turrentine
Director of Technology

Springbow Solutions
Office: (972) 915-9855
Cell:   (972) 333-5816
www.springbow.com


Re: Oracle Database with JetSpeed

Posted by carlos beltran <cb...@aitek.it>.

Chris Turrentine wrote:

> I was trying to run JetSpeed with Oracle and I modified my
> TurbineResources.properties file it use Oracle.  I am getting this error
> when trying to login:
>
> Exception: java.lang.Error: Error in BasePeer.initTableSchema(TURBINE_USER):

Yes!, you lost to configure TurbineResources.properties ( TR.p ) for the oracle
adaptor.
Add the next lines into your TR.p

database.adaptor=DBOracle
database.adaptor.DBOracle=oracle.jdbc.driver.OracleDriver

Bye,

Carlos.


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


Re: admin tab gone after customizing the portlets

Posted by Raphaël Luta <ra...@networks.groupvu.com>.

Steven Ng wrote:
> 
> I recently download Jetspeed 1.3a1 and notice that that when I'm an admin
> and customize the portlet.  The 'Admin' tab is gone and I can't get that
> 'Admin' tab back again.  Is this a bug or something I'm doing wrong?
> 

It's normal. The customizer in 1.3a1 is very limited and doesn't
understand
how to handle the different tabs so it just overwrites the configuration
PSML
file and install a simple two columns layout.

The new customizer stuff will fix this issue and allow you to actually
configure 
your layout the way you want it.

--
Raphaël Luta - luta.raphael@networks.vivendi.net

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


admin tab gone after customizing the portlets

Posted by Steven Ng <sn...@montclare.com>.
I recently download Jetspeed 1.3a1 and notice that that when I'm an admin
and customize the portlet.  The 'Admin' tab is gone and I can't get that
'Admin' tab back again.  Is this a bug or something I'm doing wrong?

Thanks,
Steve