After migrating the first project, the next step is to deploy this bpel to a server. I started with only installing JDeveloper an let's see, if it possible to stay with that (without installing the real wls production server).
I started with just with
So this looks like the wls server can be configured with Getting started with WebLogic Server 10.3.1:
But after some clicks i ended with:
Ok, there was only a very small chance, that a database is included inside the jdev-package. Like expected i installed Oracle's XE database. And after a short search i found a nice guide for setting up test instances inside wiki.oracle.com.
Just to add the missing steps:
Ok, ignore this, but then:
Once again:
Then i tried via Jdeveloper -> Run -> Start Server Instance
But the result was just many errors and no connectivity via http://localhost:7001.
Then i tried
I started with just with
/opt/Oracle/Middleware/utils/quickstart/quickstart.sh
So this looks like the wls server can be configured with Getting started with WebLogic Server 10.3.1:
But after some clicks i ended with:
Ok, there was only a very small chance, that a database is included inside the jdev-package. Like expected i installed Oracle's XE database. And after a short search i found a nice guide for setting up test instances inside wiki.oracle.com.
Just to add the missing steps:
dpkg -i oracle-xe-universal_10.2.0.1-1.0_i386.deband as written in the Oracle documentation - download the rcu and run it:
/etc/init.d/oracle-xe configure
oracle@hades:~/app/oracle/product/10.2.0/server/bin$ ./createdb.sh
lsnrctl start
sqlplus system/passwd@XE
./rcu
Ok, ignore this, but then:
RCU-6107:Fehler bei der Prüfung auf Voraussetzungen von DB Init Param für: SHARED_POOL_SIZEBut this is fixable:
Erforderlicher Wert = 147456 KB, Aktueller Wert = 0 KB, Vergleichsoperator: ">="
RCU-6107:Fehler bei der Prüfung auf Voraussetzungen von DB Init Param für: SGA_MAX_SIZE
Erforderlicher Wert = 147456 KB, Aktueller Wert = 143360 KB, Vergleichsoperator: ">="
SQL> alter system set sga_max_size=150M scope=spfile;and restart the DB:
System altered.
SQL> alter system set sga_target=150M scope=spfile;
System altered.
Once again:
/opt/Oracle/Middleware/wlserver_10.3/common/bin/config.sh...
Then i tried via Jdeveloper -> Run -> Start Server Instance
But the result was just many errors and no connectivity via http://localhost:7001.
Then i tried
cd /opt/Oracle/Middleware/user_projects/domains/DefaultDomain/And after waiting 2 minutes, it worked:
./startWebLogic.sh
Hi Dietrich,
ReplyDeleteCould you please tell me which flavor of linux you are using?
i also want to install soa-suite 11 g on laptop.
Very interesting details you have observed, regards for posting.
ReplyDeleteExcellent post indeed. We've been looking for this info.
ReplyDeleteTouche. Great arguments. Keep up the amazing effort.
ReplyDelete