I am using Jetspeed with Oracle. When I tried to hit url
http://localhost:7023/jetspeed/portal to login to application got error. From
console I understood that table or view is missing. Searched for this error and
followed instructions given at
https://portals.apache.org/jetspeed-2/devguide/guide-database.html . I ran
command as mvn
org.apache.portals.jetspeed-2:jetspeed-db-maven-plugin:2.3.0:db.scripts.gen
Then got error as :
[ERROR] Could not find goal 'db.scripts.gen' in plugin
org.apache.portals.jetspeed-2:jetspeed-db-maven-plugin:2.3.0 among available
goals ddl, init -> [Hel
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoNotFoundException
I tried in the same for all commands given at above url. Got same error.
Is there any sql script to create SQL Objects? If so could you please provide
the script.
If no, Request you to let us know how to resolve the error.
Regards,
Lalitha
-----Original Message-----
From: Ron McNulty [mailto:[email protected]]
Sent: Saturday, August 15, 2015 2:19 PM
To: Jetspeed Users List
Subject: Re: Jetspeed 2.3
Hi Lalitha
The error is pretty clear - either the table or view does not exist, or the
Oracle permissions are such that the user cannot see the table or view.
Next step is to connect to Oracle from a standard SQL client using the same
user that Jetspeed uses. Can you see the Jetspeed objects? If you log in as the
Oracle super user (system if using Oracle XE) can you see the Jetspeed objects?
Regards
Ron McNulty
On 15/08/2015 12:25 a.m., Lalitha Bourishetty wrote:
> ORA-00942: table or view does not exist
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]