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 Rose Priya <ro...@cognizant.com> on 2005/04/12 07:05:39 UTC

Mysql with jetspeed

hi,
    i have configured my jetspeed 2.0 M2 with Mysql. on creating new
users by logging in as admin i am not able to find the user details in
any of these tables(62 tables). i would like to know where the user
information are stored.

regards

Muthuraman.M.K


This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information.
If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. 
Any unauthorised review, use, disclosure, dissemination, forwarding, printing or copying of this email or any action taken in reliance on this e-mail is strictly 
prohibited and may be unlawful.

  Visit us at http://www.cognizant.com

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


Re: Mysql with jetspeed

Posted by wa...@wispertel.net.
users are in SECURITY_PRINCIPAL
passwords are in SECURITY_CREDENTIAL
user roles are in SECURITY_USER_ROLE
user groups are in SECURITY_USER_GROUP

etc.

Randy

>
> hi,
>     i have configured my jetspeed 2.0 M2 with Mysql. on creating new
> users by logging in as admin i am not able to find the user details in
> any of these tables(62 tables). i would like to know where the user
> information are stored.
>
> regards
>
> Muthuraman.M.K
>
>
> This e-mail and any files transmitted with it are for the sole use of the
> intended recipient(s) and may contain confidential and privileged
> information.
> If you are not the intended recipient, please contact the sender by reply
> e-mail and destroy all copies of the original message.
> Any unauthorised review, use, disclosure, dissemination, forwarding,
> printing or copying of this email or any action taken in reliance on this
> e-mail is strictly
> prohibited and may be unlawful.
>
>   Visit us at http://www.cognizant.com
>
> ---------------------------------------------------------------------
> 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


Problem starting Jetspeed2

Posted by BN Shyam <BN...@Lntinfotech.com>.
Hi all,

I am new to Jetspeed,

I have downloaded the jetspeed-current-src.zip from the apache site and 
build the jetspeed war with the help of the instructions given in Getting 
Started page.

Now that the jetspeed.war file is created and deployed on tomcat(5.0.30), 
i am getting the following exception while starting the tomcat.

 INFO: Initializing Coyote HTTP/1.1 on http-8080
 INFO: Initialization processed in 1625 ms
 INFO: Starting service Catalina
 INFO: Starting Servlet Engine: Apache Tomcat/5.0.30
 INFO: XML validation disabled
 INFO: Create Host deployer for direct deployment ( non-jmx ) 
 INFO: Processing Context configuration file URL 
file:C:\Tomcat\conf\Catalina\localhost\admin.xml
 INFO: Processing Context configuration file URL 
file:C:\Tomcat\conf\Catalina\localhost\balancer.xml
 INFO: Processing Context configuration file URL 
file:C:\Tomcat\conf\Catalina\localhost\jetspeed.xml
 INFO: Setting useContextClassLoader = false
 INFO: WARNING: Security role name admin used in an <auth-constraint> 
without being defined in a <security-role>
 INFO: Jetspeed Starting Initialization...
 INFO: JetspeedServlet identifying web application root...
 INFO: JetspeedServlet identifed web application root as 
C:\Tomcat\webapps\jetspeed\
 INFO: JetspeedServlet attempting to create the  portlet engine...
 INFO: Jetspeed environment attempting to initialize portal Engine...
 INFO: Starting auto deployment service: 
org.apache.jetspeed.deployment.impl.StandardDeploymentManager
 INFO: Deployment scanning delay: 10000
 INFO: Deployment staging directory: 
C:\Tomcat\webapps\jetspeed\WEB-INF\deploy
 INFO: Adding 
file:/C:/Tomcat/webapps/jetspeed/WEB-INF/apps/jetspeed-layouts/WEB-INF/classes/ 
to class path for Local PA jetspeed-layouts
 INFO: Adding 
file:/C:/Tomcat/webapps/jetspeed/WEB-INF/apps/jetspeed-layouts/WEB-INF/lib/portals-bridges-velocity-0.2.jar 
to class path for Local PA jetspeed-layouts
[DEFAULT] WARN: [PlatformFactory] problems with platform 
org.apache.ojb.broker.platforms.Platform@PLATFORM@Impl: 
org/apache/ojb/broker/platforms/Platform@PLATFORM@Impl
[DEFAULT] WARN: [PlatformFactory] OJB will use PlatformDefaultImpl instead
 INFO: Deployment scanner successfuly started!
 INFO: JetspeedServlet successfuly created the portal Engine. 
org.apache.jetspeed.engine.SpringEngine@404eb2
 INFO: JetspeedServlet attempting to initialize the  portletcontainer...
 INFO: JetspeedServlet has successfuly initialized the portlet 
container...
 INFO: Jetspeed Initialization complete, Ready to service requests.
Found WEB-INF/portlet.xml
Found web.xml
ERROR: java.net.MalformedURLException
org.apache.jetspeed.deployment.DeploymentException: 
java.net.MalformedURLException
        at 
org.apache.jetspeed.deployment.impl.DeployPortletAppEventListener.deployPortletApplication(DeployPortletAppEventListener.java:163)
        at 
org.apache.jetspeed.deployment.impl.DeployPortletAppEventListener.invokeDeploy(DeployPortletAppEventListener.java:148)
        at 
org.apache.jetspeed.deployment.impl.StandardDeploymentManager.dispatch(StandardDeploymentManager.java:257)
        at 
org.apache.jetspeed.deployment.impl.StandardDeploymentManager.deploy(StandardDeploymentManager.java:168)
        at 
org.apache.jetspeed.deployment.impl.StandardDeploymentManager.fireDeploymentEvent(StandardDeploymentManager.java:202)
        at 
org.apache.jetspeed.deployment.impl.StandardDeploymentManager$FileSystemScanner.run(StandardDeploymentManager.java:332)
Caused by: java.net.MalformedURLException
        at java.net.URL.<init>(Unknown Source)
        at java.net.URL.<init>(Unknown Source)
        at java.net.URL.<init>(Unknown Source)
        at 
org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
        at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown 
Source)
        at org.apache.xerces.impl.XMLEntityManager.startDTDEntity(Unknown 
Source)
        at org.apache.xerces.impl.XMLDTDScannerImpl.setInputSource(Unknown 
Source)
        at 
org.apache.xerces.impl.XMLDocumentScannerImpl$DTDDispatcher.dispatch(Unknown 
Source)
        at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
Source)
        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown 
Source)
        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown 
Source)
        at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
        at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown 
Source)
        at org.jdom.input.SAXBuilder.build(SAXBuilder.java:453)
        at org.jdom.input.SAXBuilder.build(SAXBuilder.java:770)
        at 
org.apache.jetspeed.tools.deploy.JetspeedDeploy.parseXml(JetspeedDeploy.java:264)
        at 
org.apache.jetspeed.tools.deploy.JetspeedDeploy.<init>(JetspeedDeploy.java:100)
        at 
org.apache.jetspeed.deployment.impl.DeployPortletAppEventListener.deployPortletApplication(DeployPortletAppEventListener.java:158)
        ... 5 more


Same error is being shown for all the portlets in the WEB-INF/deploy 
directory.

Can anybody help me in solving this problem

Thanks in advance
With Regards,

Shyam

______________________________________________________________________

Exception while starting Jetspeed-2 M3

Posted by BN Shyam <BN...@Lntinfotech.com>.
Hi all,

I 've downloaded the Jetspeed 2 source from cvs.apache.org and built the 
Jetspeed war and deployed in Tomcat 5.0.30.

When i hit the portal URL http://localhost:8080/jetspeed/portal i am 
getting the following exception in the browser

org.springframework.jdbc.BadSqlGrammarException: Bad SQL grammar [] in 
task 'OJB operation'; nested exception is java.sql.SQLException: Column 
not found: EVALORDER in statement [SELECT 
A0.VERSION,A0.MODEL,A0.PREFERRED_MIMETYPE_ID,A0.MANUFACTURER,A0.NAME,A0.USER_AGENT_PATTERN,A0.CLIENT_ID,evalOrder 
as ojb_col_8 FROM CLIENT A0 ORDER BY 8]
 
org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.translate(SQLStateSQLExceptionTranslator.java:90)
 
org.springframework.orm.ojb.OjbAccessor.convertJdbcAccessException(OjbAccessor.java:107)
 
org.springframework.orm.ojb.OjbAccessor.convertOjbAccessException(OjbAccessor.java:89)
 
org.springframework.orm.ojb.OjbAccessor.convertOjbAccessException(OjbAccessor.java:86)
 
org.springframework.orm.ojb.PersistenceBrokerTemplate.execute(PersistenceBrokerTemplate.java:170)
 
org.springframework.orm.ojb.PersistenceBrokerTemplate.executeFind(PersistenceBrokerTemplate.java:188)
 
org.springframework.orm.ojb.PersistenceBrokerTemplate.getCollectionByQuery(PersistenceBrokerTemplate.java:214)
 
org.apache.jetspeed.capabilities.impl.JetspeedCapabilities.getClients(JetspeedCapabilities.java:310)
 
org.apache.jetspeed.capabilities.impl.JetspeedCapabilities.findClient(JetspeedCapabilities.java:241)
 
org.apache.jetspeed.capabilities.impl.JetspeedCapabilities.getCapabilityMap(JetspeedCapabilities.java:148)
                 sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
                 sun.reflect.NativeMethodAccessorImpl.invoke(Unknown 
Source)
                 sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown 
Source)
                 java.lang.reflect.Method.invoke(Unknown Source)
 
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:284)
 
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:155)
 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:122)
 
org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:56)
 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:144)
 
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:174)
                 $Proxy6.getCapabilityMap(Unknown Source)
 
org.apache.jetspeed.capabilities.impl.CapabilityValveImpl.invoke(CapabilityValveImpl.java:67)
 
org.apache.jetspeed.pipeline.JetspeedPipeline.invokeNext(JetspeedPipeline.java:203)
 
org.apache.jetspeed.localization.impl.LocalizationValveImpl.invoke(LocalizationValveImpl.java:124)
 
org.apache.jetspeed.pipeline.JetspeedPipeline.invokeNext(JetspeedPipeline.java:203)
 
org.apache.jetspeed.pipeline.JetspeedPipeline.invoke(JetspeedPipeline.java:185)
 
org.apache.jetspeed.engine.AbstractEngine.service(AbstractEngine.java:264)
 
org.apache.jetspeed.engine.JetspeedServlet.doGet(JetspeedServlet.java:225)
 javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
 javax.servlet.http.HttpServlet.service(HttpServlet.java:802)


Can anybody please help me in overcoming this exception,

Thanks in advance,

Regards,

Shyam

______________________________________________________________________