Weblogic 11g developer account creation

Hi,
we have a weblogic server with a domain name soa_domain and a managed server instance name soa_server1.
we have 5 developer working. Our aim is to give each developer a username and password to access the weblogic for developing and deploying the applications so that they will not be able to access or tamper other developers work.
how to accomplish this in weblogic 11g
Thanks in Advance
user3560574
Edited by: user3560574 on Sep 1, 2010 1:23 PM

What are the activities the developers going to perform...i.e like deployment,start/stop etc... based on this we can assign the role
Thanks

Similar Messages

  • Develop in JDev 10.1.3.5, test and deploy to Oracle Weblogic 11g

    Hi,
    I have run into some important issues when trying to migrate my Jdev 10.1.3.5 applications to JDev 11g for deployment to the latest Oracle Weblogic Application server version, see threads:
    Thread: migration problems ADF/ Struts 10.1.3 -> 11.1.1.3
    migration problems ADF/ Struts 10.1.3 -> 11.1.1.3
    Thread: ADF/Swing/JClient application migration problem from 10.1.3.5 to 11.1.1.3
    Re: ADF/Swing/JClient application migration problem from 10.1.3.5 to 11.1.1.3
    - so using JDev 10.1.3.5 with deployment to Oracle Weblogic 11g is a must for us.
    Questions:
    1) Is there a way to use Oracle WEBLOGIC 10.3 for debugging inside JDev 10.1.3.5?
    2) Can I develop with JDev 10.1.3.5 + JDK 1.5 and create an ear to deploy to Oracle WEBLOGIC 10.3 Application server with JDK 1.6 64bits?
    3) Which version of ADF should I install on Oracle WEBLOGIC 10.3 to run my 10.1.3.5 application?
    Your help will be appreciated
    Fred

    Is there a way to use Oracle WEBLOGIC 10.3 for debugging inside JDev 10.1.3.5?While you can't replace the embedded OC4J - you can use an external WLS server and do remote debugging on it. http://www.oracle.com/technetwork/developer-tools/jdev/remotedebugwls-086628.html
    From inside JDeveloper you can also deploy directly to the WLS server.
    Can I develop with JDev 10.1.3.5 + JDK 1.5 and create an ear to deploy to Oracle WEBLOGIC 10.3 Application server with JDK 1.6 64bits?Yes you can. Note that so far we haven't officially certified ADF 10.1.3 on WLS 10.3 - but from various customers and testings we think it works ok. We might certify this combination in the future.
    Follow these steps to get the deployment working:
    http://www.oracle.com/technetwork/developer-tools/jdev/deployingwls-091640.html
    Which version of ADF should I install on Oracle WEBLOGIC 10.3 to run my 10.1.3.5 application?You always install the version of ADF that matches the one your application was developed and compiled with.

  • How to develop a 'creation form' in ADF 11g?

    Dear friends,
    How to develop a 'creation form' in ADF 11g? it seems no such type of form in 11g.
    Thank you.
    Regards,
    Tony

    If you are using ADFBC, the easiest way is
    - drop the data control as ADF form
    - add CreateInsert method binding to the pagedef
    - add an invokeAction for the createInsert with a refresh property set to renderModel so that an empty creation form will be shown on page load
    for insertion
    - Finally, add the commit action as button
    Sireesha

  • Send Email on User Account Creation in OIM 11g

    Hi All,
    We are working on email notifications for the user account creation. we followed the following procedure:
    1) Creation of email template
    2) Creation of resource object
    3) Creation of notification process
    4) Create Customer Rule
    5) Create Customers Role and Assign Rule
    6) Create Access Policy.
    After assigning AD account to the user we are getting following errors..
    1> Class/Method: tcEmailNotificationUtil/parseEmail encounter some problems: Data Access Error
    Supplemental Detail com.thortech.xl.dataaccess.tcDataSetException: Data Access Error
    at com.thortech.xl.dataaccess.tcDataSet.executeQuery(tcDataSet.java:952)
    at com.thortech.xl.dataobj.tcDataSet.executeQuery(tcDataSet.java:1523)
    at com.thortech.xl.dataaccess.tcDataSet.executeQuery(tcDataSet.java:903)
    at com.thortech.xl.dataobj.tcDataSet.executeQuery(tcDataSet.java:1490)
    at com.thortech.xl.dataobj.util.tcEmailNotificationUtil.parseEmail(tcEmailNotificationUtil.java:1213)
    at com.thortech.xl.dataobj.util.tcEmailNotificationUtil.constructEmail(tcEmailNotificationUtil.java:235)
    at com.thortech.xl.dataobj.util.tcEmailNotificationUtil.constructEmail(tcEmailNotificationUtil.java:269)
    at com.thortech.xl.dataobj.tcScheduleItem.checkForEmailNotification(tcScheduleItem.java:3765)
    2> *Class/Method: tcEmailNotificationUtil/sendEmail encounter some problems: [EOF]*
    Supplemental Detail javax.mail.MessagingException: [EOF]
    at com.sun.mail.smtp.SMTPTransport.issueCommand(SMTPTransport.java:1481)
    at com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:1512)
    at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:1054)
    at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:634)
    at javax.mail.Transport.send0(Transport.java:189)
    at javax.mail.Transport.send(Transport.java:118)
    at com.thortech.xl.dataobj.util.tcEmailNotificationUtil.sendEmail(tcEmailNotificationUtil.java:850)
    at com.thortech.xl.dataobj.tcScheduleItem.checkForEmailNotification(tcScheduleItem.java:3782)
    at com.thortech.xl.dataobj.tcScheduleItem.eventPostUpdate(tcScheduleItem.java:741)
    3) And I am also getting error related to FAX like..
    select Fax from orc orc, usr usr where usr.usr_key=orc.usr_key and orc.orc_key =293
    Supplemental Detail java.sql.SQLSyntaxErrorException: ORA-00904: "FAX": invalid identifier
    at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:95)
    at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:135)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:210)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:473)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:423)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1095)
    at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:193)
    at oracle.jdbc.driver.T4CStatement.executeForDescribe(T4CStatement.java:856)
    4) Class/Method: tcDataBase/readPartialStatement encounter some problems: ORA-00904: "FAX": invalid identifier
    Supplemental Detail java.sql.SQLSyntaxErrorException: ORA-00904: "FAX": invalid identifier
    at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:95)
    at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:135)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:210)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:473)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:423)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1095)
    at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:193)
    Plaese provide quick resolution to our issue..
    It will be very helpful to us.
    Thanks

    Thanks alot.I have configured this requirement.
    Regards
    A Abhinay

  • WebLogic 11g:  Violating The License?

    Is everything kosher and legal with Oracle if a developer downloads WebLogic 11g only to use it as development tool on his/her own computer?

    You can have any number of Domains created and running simultaneously on single machine provided you give different port numbers while domain creation process.
    When you run config wizard, give different names for each domain and at one point, select like Customize and then change the default port number from 7001 to something else and also if you want change ssl port also from 7002 to something else. Its good to change name of AdminServer also to more meaningful name that matches with that domain.
    Example:
    TestDomain1 -> TestAdminServer1 -> Host: 1.2.3.4 -> Port: 7001 -> SSL Port: 7002
    TestDomain2 -> TestAdminServer2 -> Host: 1.2.3.4 -> Port: 8001 -> SSL Port: 8002
    TestDomain3 -> TestAdminServer3 -> Host: 1.2.3.4 -> Port: 9001 -> SSL Port: 9002
    Just incase if you get like Debug Port already in use, open setDomainEnv.cmd file (found under your domain/bin folder) and search for that port number and modify it to something else.
    Incase if you have Portal Domain that uses default Pointbase Database, you need to modify the Pointbase Database Ports also to be unique for each domain. If you create only WLS Domain, ignore this.
    NOTE: Incase if you have already created all the 4 domains but not able to start all of them, then they are using the same port numbers. Stop all the domains. Open config.xml file and manually change port numbers. Note that you will not see listen-port tag by default if it is 7001. You need to add this tag manually. Create any test domain and give different port number and see its entries in config.xml file. Add the same entries for each domain of yours but with diff values for port number.
    HTH
    Ravi Jegga

  • Deploying ADF Webapplication (10.1.3) to Weblogic 11g (10.3.4)

    Hello All,
    I have a web application built using jsp, struts framework and ADF business component. Currently it's deployed on oracle application server. I have requirement where it needs to be deployed on Weblogic 11g (10.3.4. or higher)
    Current version of Jdeveloper/ADF we are using is 10.1.3. 
    According to support matrix,  Oracle JDeveloper 11g Application Server Certification Matrix         
    its possible to deploy applicaiton developed in 10.1.3 to weblogic 10.3.4. Thats what oracle says as per above link.
    Is this correct? Has anyone tried it before? 
    I followed the steps mentioned at Deploying The SRDemo ADF Sample Application on WebLogic Servers and installed ADF runtime as per Installing ADF Runtime Library on Third-Party Application Servers
    However when trying to deploy EAR file, I am getting classnot found exception for ADF/Classes.
    <30-jan-2014 0:38:51 uur CET> <Error> <HTTP> <BEA-101165> <Could not load user defined filter in web.xml: ServletContext@29344664[app:ivfwebapp module:/ivfwebapp path:/ivfwebapp spe
    java.lang.ClassNotFoundException: oracle.adf.model.servlet.ADFBindingFilter
            at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
            at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
            at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
            Truncated. see log file for complete stacktrace
    >
    <30-jan-2014 0:38:51 uur CET> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1391038730677' for task '0'. Error is: 'weblogic.appl
    weblogic.application.ModuleException:
            at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1510)
            at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
            at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
            at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
            at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
            Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: oracle.adf.model.servlet.ADFBindingFilter
            at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
            at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
            at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
            Truncated. see log file for complete stacktrace
    >
    <30-jan-2014 0:38:51 uur CET> <Error> <Deployer> <BEA-149202> <Encountered an exception while attempting to commit the 1 task for the application 'ivfwebapp'.>
    <30-jan-2014 0:38:51 uur CET> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'ivfwebapp'.>
    <30-jan-2014 0:38:51 uur CET> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException:
            at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1510)
            at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
            at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
            at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
            at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
            Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: oracle.adf.model.servlet.ADFBindingFilter
            at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
            at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
            at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
            Truncated. see log file for complete stacktrace
    >
    I created ADF directory under WLS home and copied required ADF related jars under lib and jlib folder. Do I have to perform any more steps.
    It's also mentioned on Deploying The SRDemo ADF Sample Application on WebLogic Servers
    Class not found on oracle/adf classes when deploying the application
    Verify that the setupadf.cmd file can be located by the WebLogic starting script.
    Verify that you started the right domain with the right startup script.
    Where can I find this cmd file and what needs to be in there? I am new to weblogic area. Can you please provide more details on this?
    My question to ADF experts - Is it possible to deploy web application with ADF business component (only ADF BC) 10.1.3 to Weblogic 10.3.4?
    If yes, could you please guide on how to accomplish it?
    Note that application has ADF BC only no adf faces or jsf.
    Thanks in advance.
    Kind regards
    Amol Relkar

    Hello Shay,
    Thanks you for your quick response.
    Yes, my application works fine in embeded OC4J in Jdeveloper 10.1.3.
    It also runs well on Oracle applicaition server v9.0.4.3.0 which there on test environment.
    Current JDeveloper (10.1.3) doesn''t support weblogic 10.3.4 it seems, so I couldn't use ADF Runtime Installer wizard, when I do so it says - Selected directory is not a web logic home directory. So I followed steps manually mentioned in the same link - Installing ADF Runtime Library on Third-Party Application Servers
    Basically I copied all mentioned jar files under <Weblogic_home>\ADF\lib and <Weblogic_home>\ADF\jlib
    This is the correct way right?
    If not could you please elaborate more on this.
    Note: I have just ADF BC in my applicaiton no faces stuff.
    Thanks in advance,
    Kind Regards
    Amol Relkar

  • Oracle Portal returns 500 error running under Weblogic 11g server

    I've got Oracle Portal set up under Weblogic 11g.
    SSO running, talking to OID 11g, also running under the same Weblogic 11g server. Tested SSO, it is working well.
    After the install (no errors or issue on install), I go to http://<server>:8090/portal/pls/portal and geta Error 500 - Internal Server Error.
    I traced down the problem to OHS - in ohs1.log:
    [2009-08-04T10:09:15.0512-05:00] [OHS] [ERROR:32] [OHS-9999] [odl_log.c] [host_id: <server>] [host_addr: 127.0.0.1] [tid: 1320139072] [user: oracle] [ecid: 004S594zs25Fw000jzwkno0002740001NK] [rid: 0] [VirtualHost: main] Request Failed for : /portal/pls/portal, Resp Code : [500]
    [2009-08-04T10:09:15.1212-05:00] [OHS] [ERROR:32] [OHS-9999] [core.c] [host_id: <server> [host_addr: 127.0.0.1] [tid: 1330628928] [user: oracle] [ecid: 004S5953tHhFw000jzwkno0002740001NL] [rid: 0] [VirtualHost: main] File does not exist: /opt/oracle/Middleware/asinst_2/config/OHS/ohs1/htdocs/favicon.ico
    So the problem is favicon.ico is missing, which I confirmed. Does this mean a bad deployment of an .EAR file? What should I do?

    Yes, it seems you are correct....this is from WLS_PORTAL-diagnostic.log
    Looks like the real problem is ERROR: Failed to load C shared library in RepositoryGateway after calling RepositoryGatewayJNI.load:
    [2009-08-05T08:32:08.333-05:00] [WLS_PORTAL] [NOTIFICATION] [] [oracle.portal] [tid: [ACTIVE].ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000IBekbL6Fw000jzwkno1AU3uT000001,0] [APP: portal] Portal Servlet Context Listener destroy started
    [2009-08-05T08:34:14.191-05:00] [WLS_PORTAL] [NOTIFICATION] [] [oracle.portal] [tid: [STANDBY].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000IBel63LFw000jzwkno1AUOdM000000,0] [APP: portal] Initializing Portal Servlet Context Listener
    [2009-08-05T08:34:14.534-05:00] [WLS_PORTAL] [NOTIFICATION] [] [oracle.portal] [tid: [STANDBY].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000IBel63LFw000jzwkno1AUOdM000000,0] [APP: portal] Creating Repository Service
    [2009-08-05T08:34:14.540-05:00] [WLS_PORTAL] [NOTIFICATION] [] [oracle.portal] [tid: [STANDBY].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000IBel63LFw000jzwkno1AUOdM000000,0] [APP: portal] In RepositoryService.constructor(<3 args>), PLSQL_CONFIG_FILE = /opt/oracle/Middleware/user_projects/domains/pfrd/servers/WLS_PORTAL/stage/portal/portal/configuration/portal_plsql.conf[[args: serverInfo=WebLogic Server 10.3.1.0 Thu Jun 11 00:26:56 EDT 2009 1227385 , contextRoot=/portal, logMode=error]]
    [2009-08-05T08:34:14.578-05:00] [WLS_PORTAL] [NOTIFICATION] [] [oracle.portal] [tid: [STANDBY].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000IBel63LFw000jzwkno1AUOdM000000,0] [APP: portal] In RepositoryServiceConfig, DAD_CONFIG_FILE = /opt/oracle/Middleware/user_projects/domains/pfrd/servers/WLS_PORTAL/stage/portal/portal/configuration/portal_dads.conf, CACHE_CONFIG_FILE = /opt/oracle/Middleware/user_projects/domains/pfrd/servers/WLS_PORTAL/stage/portal/portal/configuration/portal_cache.conf
    [2009-08-05T08:34:14.582-05:00] [WLS_PORTAL] [NOTIFICATION] [] [oracle.portal] [tid: [STANDBY].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000IBel63LFw000jzwkno1AUOdM000000,0] [APP: portal] In RepositoryServiceConfig, dadRetriever = oracle.webdb.repository.service.DadFileConfigRetriever@26d4835, cacheRetriever = [email protected]7
    [2009-08-05T08:34:14.622-05:00] [WLS_PORTAL] [NOTIFICATION] [] [oracle.portal] [tid: [STANDBY].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000IBel63LFw000jzwkno1AUOdM000000,0] [APP: portal] Calling RepositoryGatewayJNI.load ...
    **ERROR STARTS HERE
    [2009-08-05T08:34:14.637-05:00] [WLS_PORTAL] [ERROR] [] [oracle.portal] [tid: [STANDBY].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000IBel63LFw000jzwkno1AUOdM000000,0] [APP: portal] ERROR: Failed to load C shared library in RepositoryGateway!
    [2009-08-05T08:34:14.665-05:00] [WLS_PORTAL] [ERROR] [] [oracle.portal] [tid: [STANDBY].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId:
    <anonymous>] [ecid: 0000IBel63LFw000jzwkno1AUOdM000000,0] [APP: portal] ERROR: Repository Service creation failed. Please check previous log entries for possible cause.
    [2009-08-05T08:34:14.911-05:00] [WLS_PORTAL] [NOTIFICATION] [] [oracle.portal.config.modplsql.mbeans.DadManagerMXBeanImpl] [tid: [STANDBY].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000IBel63LFw000jzwkno1AUOdM000000,0] [APP: portal] **** Inside Reloaded, NOW Register mbean = : /pls/portal
    [2009-08-05T08:34:14.915-05:00] [WLS_PORTAL] [NOTIFICATION] [] [oracle.portal.config.modplsql.mbeans.DadManagerMXBeanImpl] [tid: [STANDBY].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000IBel63LFw000jzwkno1AUOdM000000,0] [APP: portal] **** Inside RegisterBean, global beanName = : oracle.portal.config:subtype=DADs,name=/pls/portal,type=PortalConfig,Application=portal
    [2009-08-05T08:36:16.717-05:00] [WLS_PORTAL] [NOTIFICATION] [] [oracle.portlet.server.wsrp.mbean.WSRPTransientConfigMXBeanImpl] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 0000IBelXi4Fw000jzwkno1ARF2b0004Zm,1:5002] [APP: wsrp-tools] Found WLS AppDeployment MBean com.bea:Name=portalTools#11.1.1.1.0,Type=AppDeployment

  • WebLogic 11g (JDeveloper11g) Deployment Configuration

    Hello,
    I developed a Dashboard application using Fusion technology within JDeveloper 11g and Oracle Database Express 10g for not-for profit organization that will track all their global IT Assets. The application look great. I also completed configuration of Oracle WebLogic 11g and deploy the Application from EAR file.
    The Problem
    After completing the deployment, the application work pretty well if the application is not removed from JDeveloper11g. Whe I decided to removed the application from JDeveloper 11g, I was not able to view the application when I run the WebLogic 11g Application Server.
    The configuration deployment in Jdeveloper doesn't go to the process of configuring the following as it is done in Jdeveloper 11g handbook:
    cannection name, connection type: weblogic, authentication, configuration, test, finish
    The Solution I am looking for:
    I am looking to configure the EAR file and remove the source code from the computer so I do not give out the source code. Is this possible with JDeveloper 11.1.1.2.0? or do I need another version of JDeveloper?

    Hi
    From JDeveloper IDE, you can deploy your application or project to any Application Server OR as an EAR or WAR file. Any web application can be deployed as WAR file. This war file will be created under deploy folder of your project within the project source folder. But if you have application and this has multiple projects, then at application level, you can choose deploy and select as EAR. This will create .EAR file under deploy folder of your application. This is how its done most of the times. During development, we deploy directly to the app server configured with JDeveloper. Later on to deploy to any other application server, you create .EAR or .WAR or .JAR from JDeveloper. Then deploy these modules on external appliacation servers. There is no need for your source code or any stuff.
    Thanks
    Ravi Jegga

  • Weblogic 11g Reports

    I have just setup a new dev environment for a development team on Weblogic 11g (10.3.2.0) with forms and reports.
    In iAS, I could run a report with the url:
    http://myserver/reports/rwservlet?server=rep_server&report=myreport.RDF&userid=user1/password@mydatabase&desformat=PDF&paramform=YES&outputimageformat=gif
    In Weblogic, I have tried to get this to work using:
    http://myserver:9002/reports/rwservlet?server=rep_wls_reports_myserver_asinst_1&report=myreport.RDF&userid=user1/password@mydatabase&desformat=PDF&paramform=YES&outputimageformat=gif
    However, I recieve the error:
    REP-52266: The in-process Reports Server rep_wls_reports_99psrvwmstest_asinst_1 failed to start.oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
    My WLS_REPORTS server is running, so I'm wondering if the report URL is correct.
    I have WLS_FORMS running on port 9001 successfully.
    Thanks.

    Please try posting in the Forms forum as readers of this forum don't usually have experience with Forms:
    Forms

  • Weblogic 11g reports url

    I have just setup a new dev environment for a development team on Weblogic 11g (10.3.2.0) with forms and reports.
    In iAS, I could run a report with the url:
    http://myserver/reports/rwservlet?server=rep_server&report=myreport.RDF&userid=user1/password@mydatabase&desformat=PDF&paramform=YES&outputimageformat=gif
    In Weblogic, I have tried to get this to work using:
    http://myserver:9002/reports/rwservlet?server=rep_wls_reports_myserver_asinst_1&report=myreport.RDF&userid=user1/password@mydatabase&desformat=PDF&paramform=YES&outputimageformat=gif
    However, I recieve the error:
    REP-52266: The in-process Reports Server rep_wls_reports_99psrvwmstest_asinst_1 failed to start.oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
    My WLS_REPORTS server is running, so I'm wondering if the report URL is correct.
    I have WLS_FORMS running on port 9001 successfully.
    Thanks.

    Hello,
    The URL is correct.
    The error :
    REP-52266: The in-process Reports Server rep_wls_reports_99psrvwmstest_asinst_1 failed to start.oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
    means that an error occured during the Reports in-process server startup
    The Reports in-process server is automatically started when you call it for the first time.
    To get more details about the error, check the logs (You can use the EM web site : http://myserver:7001/em)
    If the error is not detailled enought, increase the log level
    (can be done with the EM web site too )
    Regards

  • WLST issue in weblogic 11g

    Hi friends , I installed weblogic 11g on redhat enterprise linux (5) server.
    I choosed jrocket 1.6.x as jdk version for my weblogic. I created domain as well.
    The problem is when I am trying to run the Admin server using WLST tool, for this I ran %WL_HOME%\common\bin\wlst.sh file and I am able to see the environment settings before running the WLST script, after that it is showing "Initializing WLST scripting tool ...." and after that it is not at all moving further.
    My hardware is pentium 5 and 2GB RAM and 150 hard drive.
    I created domain as development.
    Please suggest what went wrong.
    Peter

    Hi Peter,
    We may get some more informations ... if we will try to run WLST manually...
    Step1). (<BEA_BOME>/<WL_HOME/server/bin) Script is available Here (setWLSEnv.sh)
    Open a command Prompt (Shell Prompt) and then move to the <BEA_BOME>/<WL_HOME/server/bin directory ant ehn run the following Script
    . ./serWLSEnv.sh
    NOTE: There are two Dots before the Script separated by a Single Space... First Dot represents that set the environment in the Current Shell....and Second Dot represents that pick the Script from current Directory
    Step2). Now in the Same Shell Prompt....please run..
    java weblogic.WLST
    Please let us know... Is this also Hanging after showing the message "Initializing WLST scripting tool ...."
    Thanks
    Jay SenSharma
    http://jaysensharma.wordpress.com (WebLogic Wonders Are Here)

  • WebLogic 11g data source connection pooling failed with IO error:socket read timed out.

    Hi all,
    We encountered IO Error: Socket read timed out( <Received exception while creating connection for pool "DS_1": IO Error: Socket read timed out> ) during the creation of data sources in WebLogic 11g. Manual data source testing seems to indicate intermittent connection and the server seems to take a long time to start up with multiple IO errors. We increased the timeout at the database side but it does not seems to help. The database is 11g (11.2.0.3). The database services and listener are up which does not indicate that the database instance is down.

    This particular error means your database is down and socket is timedout. Or the query takes so long that the reader timedout -- unlikely.
    Also, the general weblogic socket write errors, which you might see sometimes means that the client got disconnected before the server wrote results back. This is harmless

  • Sorry we could not create your developer account.

    Thank you for accepting the Developer Software License Agreement for the SAP HANA Cloud Platform.
    You can now go ahead and create a SAP HANA Cloud Platform developer account.
    Click Continue to have your new account created now.
    and when i clicked on continue . its shows error occurred
    Sorry we could not create your developer account.
    can someone tell me how to resolve this error.
    thanks

    Dear Akash, dear Abdul,
    you probably have encountered a network timeout from your local machine to the HANA Cloud Platform after initiating the account creation.
    Can you please check if you received the Welcome e-mail for the account creation you initiated? If you have received the e-mail with title "Welcome to SAP HANA Cloud Platform", your account was successfully setup and just the feedback from the creation could not be returned to you. You can then go ahead and use the links from the e-mail.
    In case you have not received a Welcome e-mail, please post the user (pXXXXXXXXXX) and we will look into the details.
    Regards,
    Matthias

  • Running oracle forms and reports within weblogic 11g

    hi
    I have installed oracle weblogic 11g, my quastion is:
    is there any thing necessary to download and install to run forms and reports on weblogic
    and how i can see my forms within url and how i can do connection on oracle database 10g
    thanx

    Hi,
    I second John's link. I recommend to read through the installation guide. Which version of forms you looking to install, Forms 11gR1 or Forms 11gR2 (latest)? Also what type of system is this?
    To summarize up the installation document, heres what you need to do to install latest version (11gR2):
    1.) Download Install Files:
    WebLogic *10.3.5*: http://www.oracle.com/technetwork/middleware/ias/downloads/wls-main-097127.html
    Forms 11.1.2: http://www.oracle.com/technetwork/developer-tools/forms/downloads/index.html
    2.) Install WebLogic (No Node Manager)
    3.) Install and Configure Forms 11.1.2
    4.) You completed a vanilla WLS+Forms installation
    5.) (Optional) Install Node Manager After installation is complete.
    Let me know if this helps.
    Thank you,
    Gavin
    http://www.pitss.com/us

  • WebLogic 11g R2 and OSGI

    Hi there,
    We are running Oracle WebCenter Sites 11g on top of WebLogic 11g R2 and we would like to have different versions of the same library running together, one for OWCS itself and other to some Java code we are developing (which will be part of the new website).
    Is that possible?
    The real question is: How can we have a current version of a library (for isntance, Spring MVC) running side by side with a (much) older version of that library which is required by OWCS? Some people said we could wrap the application (running on top of a current version of Spring) into an EJB, but that sounds like a lot of overhead.
    Cheers

    Hi,
    I do not think domain will be an issue. Did you install Oracle 11gR2 at home 32 bit or 64 bit version. Your server also may not be same. So there are so many factor which are different, causing it not to work at work, but work in a small setup at home.
    Regards

Maybe you are looking for

  • Why is my Photo Booth not working now that I installed OS X Mountain Lion?

    I just updated to the OS X Mountain Lion and now my Photo Booth will not work. If I try and open Photo Booth it says "You can't use this version of the application "Photo Booth" with this version of OS X. You have "Photo Booth" 3.0.3." Why wouldn't t

  • How can I watch my iPad Netflix on my tv?

    I want to watch my Netflix on my tv but I need to know what type of cord I need to buy to watch it on my tv.

  • F-47  Special gl indicator

    Can any one give me tips to create new special GL Indicator for down payment request in F-47? System is giving special GL Indicator F is not defined for down Payments. Full Points will be awarded. Regards P.Ravishankar.

  • Unable to acess dashboards

    Hi, i am unable to access the dashboards when i login with user -- Administrator. The error is Access Prohibited You do not have permission to any of the pages on this Dashboard.

  • Can't send pictures through Mail!

    I can send, receive emails, but I can't send emails with pics attached. Tried resizing the pics to smaller sizes, but no affect. I have sbc global yahoo and I've put smtp.att.yahoo.com as the output server for the 3 email accounts I've tethered (gmai