This content has been marked as final.
Show 15 replies
-
1. Re: Installing BPEL Process Manager for Jdev 11g
Olaf Heimburger-Oracle Jan 27, 2010 8:06 AM (in response to 712764)I suggest that you read the Installation Guide before you do anything else (http://download.oracle.com/docs/cd/E15523_01/doc.1111/e13925/toc.htm).
In essence you need to do:-
1. Install a database
2. Run the Repository Creation Utility
3. Install a WLS server
4. Install the SOA Suite software
5. Run the WLS Config wizard to create a SOA domain
6. Install the SOA Extension for JDev
The guide tells you all the quirks to look for.
--olaf -
2. Re: Installing BPEL Process Manager for Jdev 11g
712764 Jan 28, 2010 8:43 AM (in response to Olaf Heimburger-Oracle)Hi olaf,
I uninstalled SOA Suite and installed Oracle DB 10g XE.
Then I am trying to run RCU.
In DB connection screen, I am entring hostname, port, DB name correctly. I am entering 'sys' user/password.
In Select Components screen, when I select SOA Infrastructure components and click next, I am getting error.
The rcu.log file shows following error:
--
oracle.sysman.assistants.common.dbutil.SQLFatalErrorException: Invalid username/password.
Please enter valid username/password
at oracle.sysman.assistants.common.dbutil.jdbc.JDBCEngine.connect(JDBCEngine.java:423)
at oracle.sysman.assistants.rcu.backend.validation.StepValidator.connectDatabase(StepValidator.java:327)
at oracle.sysman.assistants.rcu.backend.validation.StepValidator.connectDatabase(StepValidator.java:230)
at oracle.sysman.assistants.rcu.backend.validation.StepValidator.isConnectionStepValidated(StepValidator.java:1126)
at oracle.sysman.assistants.rcu.ui.pages.DBConnectionPage.updateModel(DBConnectionPage.java:469)
at oracle.sysman.assistants.common.wizard.WizardPageExt.wizardValidatePage(WizardPageExt.java:166)
at oracle.bali.ewt.wizard.WizardPage.processWizardValidateEvent(Unknown Source)
at oracle.bali.ewt.wizard.WizardPage.validatePage(Unknown Source)
at oracle.bali.ewt.wizard.BaseWizard.validateSelectedPage(Unknown Source)
at oracle.bali.ewt.wizard.BaseWizard._validatePage(Unknown Source)
at oracle.bali.ewt.wizard.BaseWizard.doNext(Unknown Source)
at oracle.bali.ewt.wizard.dWizard.DWizard.doNext(Unknown Source)
at oracle.sysman.assistants.common.wizard.WizardExt.doNext(WizardExt.java:261)
at oracle.bali.ewt.wizard.BaseWizard$Action.actionPerformed(Unknown Source)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
at java.awt.Component.processMouseEvent(Component.java:6041)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
at java.awt.Component.processEvent(Component.java:5806)
at java.awt.Container.processEvent(Container.java:2058)
at java.awt.Component.dispatchEventImpl(Component.java:4413)
at java.awt.Container.dispatchEventImpl(Container.java:2116)
at java.awt.Component.dispatchEvent(Component.java:4243)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3986)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916)
at java.awt.Container.dispatchEventImpl(Container.java:2102)
at java.awt.Window.dispatchEventImpl(Window.java:2440)
at java.awt.Component.dispatchEvent(Component.java:4243)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
--
Kindly advise in this regard.
Thanks -
3. Re: Installing BPEL Process Manager for Jdev 11g
Olaf Heimburger-Oracle Jan 28, 2010 8:08 AM (in response to 712764)Try the sys user instead. The role must be sysdba.
--olaf -
4. Re: Installing BPEL Process Manager for Jdev 11g
712764 Jan 28, 2010 8:42 AM (in response to Olaf Heimburger-Oracle)sorry for the typo - I have entered 'sys' user only.
Thanks -
5. Re: Installing BPEL Process Manager for Jdev 11g
Olaf Heimburger-Oracle Jan 28, 2010 8:58 AM (in response to 712764)OK, please verify that you can log in to your XE through the XE Homepage, or other means like SQLDeveloper.
--olaf -
6. Re: Installing BPEL Process Manager for Jdev 11g
712764 Jan 28, 2010 9:02 AM (in response to Olaf Heimburger-Oracle)Yes, I can log in to XE through the XE Homepage. -
7. Re: Installing BPEL Process Manager for Jdev 11g
Olaf Heimburger-Oracle Jan 28, 2010 1:10 PM (in response to 712764)Hmm, this should work, as this my standard way for more then 30 installations so far.
Your settings should be <hostname>, <port>, XE (for the servicename)(in upper case!!!), sys, <password for sys> -
8. Re: Installing BPEL Process Manager for Jdev 11g
712764 Jan 29, 2010 5:51 AM (in response to Olaf Heimburger-Oracle)I know it sounds weird, but today I am getting different error while running RCU:
----
2010-01-29 11:14:55.232 ERROR rcu: oracle.sysman.assistants.rcu.backend.task.PrereqTask::execute: Prereq Evaluation Failed
oracle.sysman.assistants.rcu.backend.validation.PrereqException: RCU-6083:Failed - Check prerequisites requirement for selected component:SOAINFRA
Please refer to RCU log at C:\ofm_rcu_win32_11.1.1.1.0_disk1_1of1\rcuHome\rcu\log\logdir.2010-01-29_11-14\rcu.log for details.
at oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator.executePrereqTask(PrereqEvaluator.java:600)
at oracle.sysman.assistants.rcu.backend.task.PrereqTask.execute(PrereqTask.java:68)
at oracle.sysman.assistants.rcu.backend.task.ActualTask.run(TaskRunner.java:303)
at java.lang.Thread.run(Thread.java:619)
2010-01-29 11:14:55.232 ERROR rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: RCU Operation Failed
oracle.sysman.assistants.common.task.TaskExecutionException: RCU-6083:Failed - Check prerequisites requirement for selected component:SOAINFRA
Please refer to RCU log at C:\ofm_rcu_win32_11.1.1.1.0_disk1_1of1\rcuHome\rcu\log\logdir.2010-01-29_11-14\rcu.log for details.
RCU-6107:DB Init Param Prerequisite failure for: processes
Required Value = 200, Current Value = 40, Comparison Operator: ">="
at oracle.sysman.assistants.rcu.backend.task.PrereqTask.execute(PrereqTask.java:76)
at oracle.sysman.assistants.rcu.backend.task.ActualTask.run(TaskRunner.java:303)
at java.lang.Thread.run(Thread.java:619)
----
(I would like to attach the log file. Can someone please tell me how to attach file in a thread?)
Please note that I am using hostname as in My Computer properties. I am using default port 1521 and service name as 'XE'.
I am using 'sys' user/password with 'SYSDBA' role.
Kindly advise.
Thanks -
9. Re: Installing BPEL Process Manager for Jdev 11g
Eric Elzinga Jan 29, 2010 6:11 AM (in response to 712764)you need to update a parameter in the database (processes)
see for example my blog : http://eelzinga.wordpress.com/2009/07/04/oracle-fusion-middleware-11g-ofm11g-on-centos-5/
"I needed to change the next parameters in the db
alter system set PROCESSES=500 scope=SPFILE;
alter system set open_cursors=500 scope=SPFILE;" -
10. Re: Installing BPEL Process Manager for Jdev 11g
712764 Jan 29, 2010 6:26 AM (in response to Eric Elzinga)tried this..Still getting same error :( -
11. Re: Installing BPEL Process Manager for Jdev 11g
Eric Elzinga Jan 29, 2010 6:36 AM (in response to 712764)that's weird
when you do
'show parameter processes' in sql when you connected the database with something sys user, what value do you see ? -
12. Re: Installing BPEL Process Manager for Jdev 11g
Olaf Heimburger-Oracle Jan 29, 2010 8:00 AM (in response to Eric Elzinga)The " [Getting Started With Oracle SOA Suite 11g R1 – A Hands-On Tutoria|http://www.packtpub.com/getting-started-with-oracle-soa-suite-11g-r1/book] " suggests these settings:
sqlplus sys/<password>@XE as sysdba
SQL> show parameter session
SQL> show parameter processes
SQL> alter system reset sessions scope=spfile sid='*';
SQL> alter system set processes=200 scope=spfile;
SQL> shutdown immediate
SQL> startup
SQL> show parameter session
SQL> show parameter processes -
13. Re: Installing BPEL Process Manager for Jdev 11g
771609 May 8, 2010 1:48 PM (in response to Olaf Heimburger-Oracle)Hi All
I'm new in Oracle SOA Suite....I'm trying to install it but I have the same problem when I try to create the schema on XE data base using RCU
I have vista os, Oracle Database 10g Express Edition Release 10.2.0.1.0, and RCU 11.1.1.2.1
I ca log in in database using 'sys' and 'password' from the database on page but when I insert the database details in the step 2 of RCU I have the error
"invalid username or password"
this is my log:
2010-05-08 14:59:53.201 ERROR rcu: oracle.sysman.assistants.rcu.backend.validation.StepValidator::isConnectionStepValidated: SQLFatalErrorException:
oracle.sysman.assistants.common.dbutil.SQLFatalErrorException: Invalid username/password.
Please enter valid username/password
at oracle.sysman.assistants.common.dbutil.jdbc.JDBCEngine.connect(JDBCEngine.java:423)
at oracle.sysman.assistants.rcu.backend.validation.StepValidator.connectDatabase(StepValidator.java:339)
at oracle.sysman.assistants.rcu.backend.validation.StepValidator.connectDatabase(StepValidator.java:242)
at oracle.sysman.assistants.rcu.backend.validation.StepValidator.isConnectionStepValidated(StepValidator.java:1229)
at oracle.sysman.assistants.rcu.ui.pages.DBConnectionPage.updateModel(DBConnectionPage.java:555)
at oracle.sysman.assistants.common.wizard.WizardPageExt.wizardValidatePage(WizardPageExt.java:166)
at oracle.bali.ewt.wizard.WizardPage.processWizardValidateEvent(Unknown Source)
I understood from this thread: Repository Creation Utility Problems
that was possible skip the problem cteating manually the need schema so I run the follow script on my db:
create tablespace DEV_MDS DATAFILE 'DEV_MDS.dat' SIZE 40M ;
create user DEV_MDS identified by welcome1 default tablespace DEV_MDS quota unlimited on DEV_MDS;
create tablespace DEV_SOAINFRA DATAFILE 'DEV_SOAINFRA.dat' SIZE 40M ;
create user DEV_SOAINFRA identified by welcome1 default tablespace DEV_SOAINFRA quota unlimited on DEV_SOAINFRA;
create tablespace DEV_ORABAM DATAFILE 'DEV_ORABAM.dat' SIZE 40M ;
create user DEV_ORABAM identified by welcome1 default tablespace DEV_ORABAM quota unlimited on DEV_ORABAM;
create tablespace DEV_ORASDPM DATAFILE 'DEV_ORASDPM.dat' SIZE 40M ;
create user DEV_ORASDPM identified by welcome1 default tablespace DEV_ORASDPM quota unlimited on DEV_ORASDPM;
grant connect,resource to DEV_MDS IDENTIFIED BY welcome1
commit;
unfortunately I have another error when I try to run the Managed Servers (startManagedWebLogic.cmd soa_server1)
Internal Exception: java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
Error Code: 942
Call: SELECT DRIVER_NAME, MIME_TYPES, PROTOCOLS, CARRIERS, SENDER_ADDRESSES, COST, DELIVERY_TYPES, SPEED, STATUS_TYPES, CHECKSUM, SUPPORTS_CANCEL, ENCODINGS, SUPPORTS_REPLACE, SUPPORTS_TRACKING, SUPPORTS_STATUS_POLLING, DEFAULT_SENDER, CAPABILITY, LOCK_VERSION FROM DRIVER_INFO
Query: ReadAllQuery(oracle.sdpinternal.messaging.config.DriverInfo)
that should be due to an error in the creation schema, so my priority is again solve the problem with RCU
Can someone help me?
Thanks in advance -
14. Re: Installing BPEL Process Manager for Jdev 11g
771850 May 10, 2010 4:54 AM (in response to 771609)Hi All,
Right now i wud be starting working on BPEL in my project.
I wud be working on XSLT in BPEL.
I started from the basic things i.e the tutorial given on,
http://www.oracle.com/technology/pub/articles/matjaz_bpel1.html
But i was not getting which software to download from the link given below, for working on XSLT.I am a Java developer by profession and windows would be the operating system for that,
http://www.oracle.com/technology/software/products/ias/bpel/index.html
Kindly let me know, from where to start to get the basics right.
Additional to it, whether i need to undergo the training for it.
I got a course material for learning BPEL from a coaching institute site.Kindly view it....
http://soatraining.hpage.com/oracle_soa_bpel_esb_training_82839535.html
Wud it be sufficient...I mean wud i be able to learn it from internet without taking options of coaching.
Kindly help me out.
Thanks&Regards
Sanket
Edited by: user13096574 on May 9, 2010 9:54 PM