Leave a Comment:
48 comments
Atul,
Can you explain in your post how to implement weblogic cluster and how to deploy application on weblogic. Also it is very important to know how to use multicast address in cluster.
Give Stress on real aspect of application server not just installation steps which ready avaiable on oracle sites.
This post doesn’t appears to me very impressive.
Idea
ReplyThanks Idea for this and your previous comments but while posting I need to take care of all my readers. This post is for newbie and once these readers are familiar with basic installation, I’ll cover advance deployemnt scenarios like weblogic cluster, deploying application in WebLogic or securing weblogic using SSL.
Things which appear easy to you; may not be easy for others and things which sound complicated or advance to you may be very easy for experienced administrator.
I’ll explain WebLogic in logical format from easy to advance deployment.
About your comment on “”not just installation steps which ready avaiable on oracle sites”” Everything including these advanced deployment (requested by you above) are documented in Oracle/BEA guide. Objective behind such basic post is that users (New to WebLogic) and wish to install WebLogic donot have to read 100 pages installation guide.
Reply[…] Post This is next post in series of “Learn Oracle WebLogic with Us“. Next Step after Oracle WebLogic Installation is to create Domain. Before creating domains let us understand Domain, […]
Reply[…] Posted in August 3rd, 2008 by Atul in weblogic Print This Post Next step after WEbLogic Installation and Domain Creation here Domain Creation is to know about startup/shutdown in WebLogic Server. […]
ReplyHi Atul,
Is IBM Weblogic is same as Oracle Weblogic, i am newbie. Can you tell me what is Oracle Weblogic ?? what it is used for?? It will help me in understanding basic concepts before building main structure.
Regards
Prashanth
No, Oracle WebLogic is Oracle’s J2EE server. This was earlier BEA’s J2EE Server which Oracle Aquired and repackaged it as Oracle WebLogic Server. Oracle’s own J2EE server is Oracle Application Server.
IBM has their own J2EE server called IBM websphere.
Similarly opensource J2EE server is JBOSS
J2EE Servers are used to run J2EE applications (WAR, EAR, JAR…)
Reply[…] Install Oracle WebLogic Server […]
ReplyHi Atul,
We’d like, if possible to have a non-root process start a web server (Weblogic 10.1 on OEL ) and bind to port 80.
We realize that the standard is that ports below 1024 are generally protected for root only. We also notice, however, that apache attaches to
port 80 via the www account rather than root.
How does it do this, so how can we do it for a non-root account.
Can you pls send the steps to configure WL server listen port to 80 for non root.
Reg
Sharath
Sharath,
Check this http://edocs.bea.com/wls/docs100/config_wls/web_server.html
You need to set following properties
weblogic.system.enableSetUID
weblogic.system.nonPrivUser
weblogic.system.nonPrivGroup
available from console check under “Configuring the Listen Port”
ReplyHi Atul,
I was follwing your post reg configuring listen port to 80 on linux machines.
We had installed our installed our binary using oracle:dba user,admin server is configured to 7001.
i have set below properties
weblogic.system.enableSetUID
weblogic.system.nonPrivUser
weblogic.system.nonPrivGroup
for machine and changed the listen port to port 80,since i didnt had managed server and have created new managed server and mapped to machine i have created with above property.which is listening on port 80.
when i am starting my managed server i am getting below error.
For server Itech_Server, the Node Manager associated with machine Itech_Machine is not reachable.
All of the servers selected are currently in a state which is incompatible with this operation or are not associated with a running Node Manager or you are not authorized to perform the action requested. No action will be performed.
I have started the weblogic server as root user.
Pls let me know what mistake i am doing while configuring my linux WL machine to port 80.
one more thing after changing the port to 80,how i have to start my WL server as root or oracle.because i installed WL binary as oracle:dba.
ReplyHi Atul,
I running my weblogic server on port 7780,but while shutdown its trying to connect to port 7001,can you pls guide me how to solve this proeblem
ReplyDid you use 7780 during installation or changed from 7001 to 7780 later ?
Check config.xml, if there is any server/service using using 7001 to find why admin server is contacting port 7001
Replyyes, we have changed from 7001 to 7780 after installation,checked config.xml file there is no entry of port 7001.
ReplyHi,
When creating a Portal domain within WebLogic Portal 10.3, we try to modify our database settings to use a custom Oracle database instead of the default PointBase database. We put in the same values for all the Databases that we need to configure (cgDataSource, portalDataSourceAlwaysXA etc). The domain gets created successfully, however when trying to start it up, we get the following errors:
<The realm “myrealm” failed to be loaded: weblogic.securit
y.service.SecurityServiceException: com.bea.common.engine.ServiceI
nitializationException: weblogic.security.spi.ProviderInitiali
zationException: A failure occurred attempting to load LDIF for provider CredentialMapper from file /ORBQA/u02/volwcmount
/wl1/oracle/bea/user_projects/domains/trial_domai
n/security/PKICredentialMapperInit.ldift..
weblogic.security.service.SecurityServiceException: com.bea.common.engine.Servi
ceInitializationException: weblogic.securit
y.spi.ProviderInitializationException: A failure occurred attempting to load LDIF for provider CredentialMapper from file /ORBQA/u02/volwcmount/wl1/oracle/bea/user_projects/
domains/trial_domain/security/PKICredentialMapperInit.ldift.
at weblogic.security.service.CommonSecurityServiceManager
DelegateImpl.initializeRealm(Unknown Source)
at weblogic.security.service.CommonSecurityServiceManag
erDelegateImpl.loadRealm(Unknown Source)
at weblogic.security.service.CommonSecurityServiceM
anagerDelegateImpl.initializeRealms(Unknown Source)
at weblogic.security.service.CommonSecurityServiceMa
nagerDelegateImpl.initialize(Unknown Source)
at weblogic.security.service.SecurityServiceManager.initialize(Unknown Source)
Truncated. see log file for complete stacktrace
com.bea.common.engine.ServiceInitializationException: weblogic.security.spi.ProviderIni
tializationException: A failure occurred attempting to load LDIF for provider CredentialMapper from file /ORBQA/u02/volwcm
ount/wl1/oracle/bea/user_projects/d
omains/trial_domain/security/PKICredentialMapperInit.ldift.
at com.bea.common.engine.internal.ServiceEngine
Impl.findOrStartService(ServiceEngineImpl.java:365)
at com.bea.common.engine.internal.ServiceEngine
Impl.findOrStartService(ServiceEngineImpl.java:315)
at com.bea.common.engine.internal.ServiceEngin
eImpl.lookupService(ServiceEngineImpl.java:257)
at com.bea.common.engine.internal.ServicesI
mpl.getService(ServicesImpl.java:72)
at weblogic.security.service.CSSWLSDelegateImpl.getService(Unknown Source)
Truncated. see log file for complete stacktrace
weblogic.security.spi.ProviderInitialization
Exception: A failure occurred attempting to load LDIF for provider CredentialMapper from file /ORBQA/u02/volwcmount/wl1/oracle/bea/user_proje
cts/domains/trial_domain/security/PKICredentialMapperInit.ldift.
at com.bea.common.store.bootstrap.BootStrapServiceImpl.loadFull
LDIFTemplate(BootStrapServiceImpl.java:811)
at com.bea.common.store.bootstrap.BootStrapServiceImp
l.loadLDIFTemplate(BootStrapServiceImpl.java:644)
at com.bea.common.store.bootstrap.BootStrapServiceImpl.loadLDI
FPKICredentialMapperTemplate(BootStrapServiceImpl.java:208)
at com.bea.common.security.internal.service.BootStrapServiceImpl.
loadLDIFPKICredentialMapperTemplate(BootStrapServiceImpl.java:133)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Truncated. see log file for complete stacktrace
kodo.jdo.FatalDataStoreException: The transaction has been rolled back. See the nested exceptions for details on the errors that occurred.
at org.apache.openjpa.kernel.BrokerImpl.newFlushException(BrokerImpl.java:2160)
at org.apache.openjpa.kernel.BrokerImpl.flush(BrokerImpl.java:2007)
at org.apache.openjpa.kernel.BrokerImpl.flushSafe(BrokerImpl.java:1905)
at org.apache.openjpa.kernel.BrokerImpl.beforeCompletion(BrokerImpl.java:1823)
at org.apache.openjpa.kernel.LocalManagedRuntime.commit(LocalManagedRuntime.java:81)
Truncated. see log file for complete stacktrace
kodo.jdo.DataStoreException: ORA-00942: table or view does not exist
{prepstmnt 22370361 INSERT INTO BEAPRMP (DOMN, REALMN, TYPEN,
CN, CTS, CA, KAN, KAP, PN, PNIU, RN, WCN, WCI, MTS) VALUES (?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?) [params=(String) trial_domain, (String) myrealm, (String
) KeyPair, (String) type=:wsrpconsumer__81_COMPAT:0, (null) null, (null) nul
l, (String) wsrpconsumer, (String) {3DES}YMuMZ2wV9gOdYMmriNMgeA==, (Str
ing) wsrpconsumer__81_COMPAT, (String) 0, (String) type=, (null) null, (null)
null, (Timestamp) 2008-11-19 16:36:55.428] [reused=0]} [code=942, state=42000]
FailedObject: com.bea.common.security.store.data.PKIResourceMap@154bcc6
at org.apache.openjpa.jdbc.sql.SQLExceptions.narrow(SQLExceptions.java:146)
at org.apache.openjpa.jdbc.sql.DBDictionary.newStoreException(DBDictionary.java:4150)
at org.apache.openjpa.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:102)
at org.apache.openjpa.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:72)
at kodo.jdbc.kernel.BatchingPreparedStatementManager.flushInternal(BatchingPreparedStatementManager.java:214)
Truncated. see log file for complete stacktrace
org.apache.openjpa.lib.jdbc.ReportingSQLException: ORA-00942: table or view does not exist
{prepstmnt 22370361 INSERT INTO BEAPRMP (DOMN, REALMN, TYPEN, CN, CTS, CA, KAN, KAP, PN, PNIU, RN, WCN, WCI, MTS) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [params=(String) trial_domain, (String) my
realm, (String) KeyPair, (String) type=:wsrpconsumer__81_COMPAT:0, (null) null, (null) null, (String) wsrpconsumer, (String) {3DES}YMuMZ2wV9gOdYMmriNMgeA==, (String) wsrpconsumer__81_COMPAT, (S
tring) 0, (String) type=, (null) null, (null) null, (Timestamp) 2008-11-19 16:36:55.428] [reused=0]} [code=942, state=42000]
at org.apache.openjpa.lib.jdbc.LoggingConnectionDecor
ator.wrap(LoggingConnectionDecorator.java:192)
at org.apache.openjpa.lib.jdbc.LoggingConnectionDecor
ator.access$700(LoggingConnectionDecorator.java:57)
at org.apache.openjpa.lib.jdbc.LoggingConnectionDeco
rator$LoggingConnection$LoggingPreparedStatemen
t.executeUpdate(LoggingConnectionDecorator.java:866)
at org.apache.openjpa.lib.jdbc.DelegatingPreparedSt
atement.executeUpdate(DelegatingPreparedStatement.java:269)
at org.apache.openjpa.jdbc.kernel.JDBCStoreManager$C
ancelPreparedStatement.executeUpdate(JDBCStoreManager.java:1398)
Truncated. see log file for complete stacktrace
>
Can you suggest a way forward?
ReplyI got the same error as above. The fix is fairly simple. Login as “weblogic” user in Oracle and run the script under $BEA_HOME\wlserver_10.3\server\lib\rdbms_security_store_oracle.sql file and you’ll be good to go.
I didn’t realize this for quite some time. When I tried to create a new domain, I noticed this message on top bar in the second screen (fine print!)
Reply[…] 1.Install Oracle (BEA) WebLogic Server – skip this step if you already have WebLogic Server (For WebLogic Server Installation click here ) […]
ReplyHello Friends,
we are planning for an installing weblogic 10.3 on windows server 2003 ( O.S. clusters) .
please help me for the same.
Regards,
Ajinkya
[…] my first post on WebLogic here here, I discussed about Weblogic installation using 32 bit of JDK so How to install 64 bit WebLogic on […]
ReplyHi Atul,
How do we create a window service for Oracle weblogic? Do we have to create windows service for both Admin & manged server?
Thanks,
Gary
[…] WebLogic installation Here, next step is to create Domain. This post cover steps to create Domain in WebLogic (Simple – […]
ReplyHi Atul,
Nice round up, I’ve written a step by step guide of similar kind, please echo your comments
http://zakkiahmed.wordpress.com/2010/07/23/step-by-step-install-and-configure-weblogic-server/
ReplyHi Atul,
The Oracle weblogic installation went fine. I have created a new Domain (Cluster_domain) with one Administration Server (AdminServer), two Managed Server (MS1 & MS2) in cluster (cluster_1). The Administration Server and both Managed Server are installed on single Windows machine. I’m trying to setup both Administration server and the managed server to run as Windows services but with no luck.
Do you have any documentation on setting up both Admin server and managed servers to run as Windows services? Any help will be grateful.
Thanks
Gary
@ Gary,
see if you can find beasvc file in 10.3.X
This is doc for 8.1.X weblogic
http://download.oracle.com/docs/cd/E13222_01/wls/docs81b/adminguide/winservice.html
or try link http://ananthkannan.blogspot.com/2009/10/how-to-create-weblogic-server-as.html
ReplyHi Atul Kumar.,
I am peoplesoft Administrator .We have been installed our applications in weblogic webserver . But it is frequently going down .
I just want to know what are the services running and those names .
We are going to write one script to monitor the environment whether it is up or not .
Can any one give some inputs gor this issue.
Reply@ Chandrasekhar,
For list of services (applications) running on weblogic server (admin or managed) more information on Admin/Managed servers here http://onlineappsdba.com/index.php/2008/07/24/domain-administration-managed-server-cluster-in-oracle-weblogic/
Go to weblogic console (http://server:7001/console) and click on Deployments on left panel under Domain Structure
Replyxin hướng dẫn tôi làm bài tiểu luận tìm hiểu về weblogic với. mail của tôi là phank48dhcntt@gmail.com có gì giúp đỡ tôi xin gửi vào mail cho tôi. xin cảm ơn
please guide me to find out the essay with WebLogic. my mail is phank48dhcntt@gmail.com nothing to help me please send me mail. thank you
ReplyHi Atul/All,
Could you please provide me any link/source to download any version of the Oracle WegLogic server for the operation system AIX6.1
I tried lot.I couldn’t find anything for AIX.Please help me on this.
Thanks,
Asim nk
@ asmnk,
You should download JAR version of weblogic (one listed under generic)
Install JDK 1.6 for AIX 6.1 and then use $JDK_HOME/bin/java -jar .jar
ReplyThanks a lot Atul.
I am new to Weblogic and not familar with AIX, thats why i am asking very simple doubts.
I have downloaded “wls1211_generic.jar” from the link http://www.oracle.com/technetwork/middleware/weblogic/downloads/index.html and i have downloaded JDK 1.6
The steps will follow:
1.First I need to install jdk 1.6
2.$JDK_HOME/bin/java -jar wls1211_generic.jar
If the above steps are wrong, could you please correct me.
And How I can start the weblogic (Path).
Thanks,
Asim nk
@ asmnk,
weblogic 12c is development only. Install 10.3.5 (11g R1) weblogic instead using steps you mentioned above
Thanks Atul,
wls1211_generic.jar, I can see only in 12C version. But I have searched for the 10.3.5 for the “generic.jar” version.I couldn’t any thing.Could you please help me to download the same/link.
Sugget me , which java – Sun or IBM java need to install before installing WebLogic?
Thanks
Asim nk
Hi,
Can any one tell what are the contents that has to be included in response.xml file while installing weblogic sever in linum.
If any one can provide sample copy it will be helpful.
Thanks,
Anil Kumar H
Hi,
Can any one tell what are the contents that has to be included in response.xml file while installing weblogic sever in linux.
If any one can provide sample copy it will be helpful.
Thanks,
Anil Kumar H
@ Anil,
Check this for silent installation of weblogic server using response.xml and sample file http://docs.oracle.com/cd/E21764_01/doc.1111/e14142/silent.htm#BABGGACD
@ asmnk,
Download Weblogic 10.3.5 from http://www.oracle.com/technetwork/middleware/ias/downloads/wls-main-097127.html under column additional platforms.
You should install IBM java 1.6 for IAX
Reply[…] Install WebLogic Server 10.3.5, more on WebLogic installation here and for 64bit WebLogic […]
ReplyHi,
I want to deploy oracle 11g forms and reports on Weblogic server. How can I do that. Did you wrote any articles about that.Please let me know about the process to deploy 11g forms and reports in web logic server as we deploy oracle 10g forms and reports in oracle application server.
@ Md. Mizanur Rahman,
I am assuming you already have forms & reports server 11g running .
To deploy forms application on 11g R2 forms server check this http://docs.oracle.com/cd/E24269_01/doc.11120/e24477/basics.htm#i1009782
To deploy report on 11g R2 reports server check this http://docs.oracle.com/cd/E24269_01/doc.11120/e24479/pbr_run003.htm#i1008764
ReplyThanks brother for your kind replay. It is really useful for me. I need to install oracle 11g forms and reports developer. Do you have any easy article about that, because i found your articles are very easy to follow. Please help me in that point.
ReplyDear Atul,
Can you help me in the below dbt.
We have a windows server machine with 2 processor, each processor has 12 cores.
How many license is required for configuring web logic cluster environtment in this server machine??
I have gone through http://www.oracle.com/us/corporate/pricing/sig-070616.pdf this but i Cannot find anything ..
With Regards
Mithu
@ Mithu,
For licenses please contact your Oracle sales representative
Hi Atul,
How do we add the pre-seeded roles like jcooper, cdickens, jstein, wfaulk and others in Jazn.com in LDAP
using weblogic server 10.3.3.
I using Jdeveloper 11.1.1.3.0 for BPM 11g.
I need to add the newly created roles.
Please provide the steps to add the roles
using LDAP.
Hearing from you at your earliest.
Thanks and Regards
Ajaz Ahmed
Reply[…] can also look at series Learn WebLogic with Us (Note: WebLogic Server used in this series are for version 10g & […]
ReplyHi Atul,
I want to understand about how to set environment variable when working in unix platform. Do you have step by step info about it. It will be great help though.
Regards
Amit