Conn. IISPROXY on Win2K and AIX WebLogic server...

Greetings,
Does anybody know if it is possible to connect IIS 5.0 servers to an
AIX WebLogic app server? The IIS 5.0 servers are using IISPROXY.DLL.
I can get a login screen to pass through the dll, proving connectivity
from the IIS box to the app server (and the DB), but as soon as I hit
the login button, I get an error.
Thanks in advance for any insight that you may be able to share with
me!

Hi.
I need more information. What version/service pack level of WLS are you
running? Are you using the IIS plugin from the same service pack level?
Does your application work fine if you hit the WLS server directly?
What is the specific error you are seeing? Is there a corresponding error
in the WLS log file, or the IIS log file (set Debug to ON in
iisproxy.ini).
You might also try to post this question on the plugin newsgroup -
weblogic.developer.interest.plugin.
Thanks,
Michael
David wrote:
Greetings,
Does anybody know if it is possible to connect IIS 5.0 servers to an
AIX WebLogic app server? The IIS 5.0 servers are using IISPROXY.DLL.
I can get a login screen to pass through the dll, proving connectivity
from the IIS box to the app server (and the DB), but as soon as I hit
the login button, I get an error.
Thanks in advance for any insight that you may be able to share with
me!--
Michael Young
Developer Relations Engineer
BEA Support

Similar Messages

  • Oracle Identity Manager 9.1.0.2 and Oracle Weblogic server 11g R1 b(10.3.1)

    Hi,
    can we Install Oracle Identity Manager 9.1.0.2 version on Oracle Weblogic server 11h R1 b(10.3.1)?
    Is it OIM 9.1.0.2 compatible to install on Oracle Weblogic server 11h R1 b(10.3.1).
    Early response is appreciated

    Check this
    http://www.oracle.com/technology/software/products/ias/files/idm_certification_101401.html#BABGBGHI
    And Oracle has mentioned that
    *2.1 Certified Application Servers*
    Note: There is no change in application server certification from
    release 9.1.0.1 to release 9.1.0.2.
    Oracle WebLogic Server 10.3
    But you can try with new version of Weblogic. It shouldn't create any problem.

  • Start and stop Weblogic Server 5.1 on unix system

    Hello,
    How do I stop Weblogic Server 5.1 after I run startWebLogic.sh without
    Weblogic Console? What's the best way to start weblogic Server in unix?
    Create a user "weblogic" and start manually everytime I reboot the system or
    build a script?
    Thanks,
    Hiu Sing

    Hiu Sing Ngai wrote:
    Hello,
    How do I stop Weblogic Server 5.1 after I run startWebLogic.sh without
    Weblogic Console?java weblogic.Admin <url> SHUTDOWN system password <seconds> <lockMessage>
    What's the best way to start weblogic Server in unix?I would suggest you start the WLS from command line using our
    build script or your own customized scripts.
    --Kumar
    >
    Create a user "weblogic" and start manually everytime I reboot the system or
    build a script?
    Thanks,
    Hiu Sing

  • Apex Listener and Clustering - WebLogic Server

    Has anybody worked with the apex listener on a clustered WebLogic environment with a load balancer? We are having lots of connection issues, and I am wondering if this could be part of the problem.
    Thanks,
    Michelle

    Someone Kindly try to give me reply for my issue .
    Thanks& Regards,
    Nitesh pareek.

  • Admin training for WebLogic Server - just the Forms and Reports parts

    We will be upgrading our Forms & Reports application from 10gR2 to 11g. Our customers (well their DBAs) will need to install and manage WebLogic Server. So I'm looking for a training course where they can learn how to do that. The WebLogic Server admin course is 5 days, and another 4 for Advanced System Admin, which seems a lot as they are only going to use the parts required for Forms and Reports.
    I have read through the tutorial Using Oracle Enterprise Manager to Administer Forms Services. Is this the extent of what they need to know, or is there another chunk of the iceberg under the water? Can you recommend a training course please.

    Hi,
    After installing forms, the installer itself configures the WLS with the domains etc and also deploys the forms. Once after this, it is similar to that of 10g Application Server. All the maintenance of the forms is done using Enterprise Manager (EM Console). So, the section you mentioned should suffice.
    -Arun

  • Can  not connect datasource in weblogic server

    I have written a test class. I create datasource in weblogic server 11g(datasource name =fdbusionline jndi name = 'jdbc/fdbusionline' ) and start weblogic server. but always report the following error:
    javax.naming.NameNotFoundException: Unable to resolve 'fdbusionline'. Resolved '' [Root exception is javax.naming.NameNotFoundException: Unable to resolve 'fdbusionline'. Resolved '']; remaining name 'fdbusionline'
    at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:234)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:348)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)
    at weblogic.jndi.internal.ServerNamingNode_1035_WLStub.lookup(Unknown Source)
    at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:423)
    at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:411)
    at com.fd.busionline.test.appinterface.impl.DataSourceTest.testConnectDataSource(DataSourceTest.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
    at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
    at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
    at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
    at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
    at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:73)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:46)
    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180)
    at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41)
    at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173)
    at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
    at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
    at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
    at oracle.jdevimpl.junit.runner.junit4.JUnit4Testable.run(JUnit4Testable.java:24)
    at oracle.jdevimpl.junit.runner.TestExecution.run(TestExecution.java:27)
    at oracle.jdevimpl.junit.runner.JUnitTestRunner.main(JUnitTestRunner.java:88)
    Caused by: javax.naming.NameNotFoundException: Unable to resolve 'fdbusionline'. Resolved ''
    at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
    at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:252)
    at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
    at weblogic.jndi.internal.RootNamingNode_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:667)
    at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:522)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:518)
    at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    @test
    public void testConnectDataSource(){
    Connection conn = null;
    Context ctx = null;
    try{
    // Hashtable env = new Hashtable();
    // env.put(Context.INITIAL_CONTEXT_FACTORY, "weblogic.jndi.WLInitialContextFactory");
    // env.put(Context.PROVIDER_URL, "t3://localhost:7001");
    // env.put(InitialContext.SECURITY_PRINCIPAL, "weblogic");
    // env.put(InitialContext.SECURITY_CREDENTIALS, "!QAZ2wsx");
    Environment env=new Environment();
    env.setProviderUrl("t3://localhost:7001");
    env.setSecurityPrincipal("weblogic");
    env.setSecurityCredentials("!QAZ2wsx");
    ctx = new InitialContext();
    ctx=env.getInitialContext();
    Object obj = ctx.lookup("fdbusionline");// can not work
    Object obj = ctx.lookup("jdbc/fdbusionline"); // can not work
    DataSource ds = (DataSource) PortableRemoteObject.narrow(obj, DataSource.class);
    conn = ds.getConnection();
    Statement stmt = conn.createStatement();
    String sql = "select sysdate from dual";
    ResultSet rs = stmt.executeQuery(sql);
    while (rs.next()) {
    System.out.println(rs.getDate(1));
    } catch (Exception e) {
    e.printStackTrace();
    }finally{
    System.out.println("Test Datasource Connection");
    who can help me? Any help will be appreciated greatly

    Okay, but are you sure that the datasource is actually deployed? Does the server log or the management interface of weblogic actually report that the datasource was deployed succesfully under the name you specify? And did you double check if you don't have any name mismatches (such as a typo or an upper/lowercase mismatch)?
    I ask because the connection to the server appears to be working, but the lookup of the name gives no results - the only thing I can think of is that the resource really is not deployed even if you believe it is.
    A few observations:
    - you may want to put your JNDI credentials in a jndi.properties file in the root of the classpath in stead of hardcoding them (but you may hardcode for now as a quick test of course)
    - the correct lookup should be to "jdbc/fdbusionline", in other words you use the jndi-name.
    ctx = new InitialContext();
    ctx=env.getInitialContext();the env.getInitialContext() really is not necessary, I would remove it.

  • Pagelets not rendering in Fusion ADF application pages deployed on standalone weblogic server

    HI All,
    I am creating a Pagelet Producer connection, and dragging a pagelet on the page as iframe, with height auto. When I run the application in the integrated weblogic server, I am able to see the pagelet. However when I deploy the application on the standalone weblogic server, then the pagelet isn't rendered.
    I am using fusion ADF application 11.1.1.7  and standalone weblogic server v 10.3.6.
    Thanks in advance for yours assistance. Please I need a solution for this uregently. DO let me know, if you need any additonal information.
    Regards,
    Nikhil Mahto

    Sorry for the wrong infromation. The correct scenario is:
    I have an ADF application, in which I have a Pagelet producer connection, pages and taskflows. This ADF application is inlcuded in a Webcenter Portal Framework application, as a shared library. When the WCF application is deployed on the Weblogic server, the pagelets don't appear on the pages.
    I tried the FRAMEBUSTING context parameter to never but it didn't help.
    Regards,
    Nikhil Mahto

  • I need  How to retrive data from sap r/3   using weblogic server

    Hi every body .
    I need how to retrieve r/3 data  using BAPI methods
    and using weblogic server
    very critical

    Hai.
    check the links.
    http://www.bea.com/content/news_events/white_papers/BEA_WLP_SAP_Portlets_81.pdf
    http://www.info-sun.com/docs/wp_sapinter.pdf
    regards.
    sowjanya.b

  • How can i get all the users from weblogic server?

    how can i get all the users from weblogic server?
    i have configurated a LDAP server using iPlanet and
    in weblogic server console i see those users from LDAP
    server. but how can i get all the users in my program
    from weblogic server instead of LDAP server?
    BTW,how to configure a RDBMSAuthenticator and what should i do
    in Oracle? which tables should i create? and how are their architectures?
    Thanks
    Daniel

    BTW, i use weblogic platform 8.1
    "Daniel" <[email protected]> дÈëÓʼþ
    news:[email protected]..
    how can i get all the users from weblogic server?
    i have configurated a LDAP server using iPlanet and
    in weblogic server console i see those users from LDAP
    server. but how can i get all the users in my program
    from weblogic server instead of LDAP server?
    BTW,how to configure a RDBMSAuthenticator and what should i do
    in Oracle? which tables should i create? and how are their architectures?
    Thanks
    Daniel

  • Deploying to a new weblogic server

    Hi .
    Iam had deployed my application to and existing weblogic server in my development environment.
    I had given the db connections in the Model in Connection Components.
    Also on the AM

    http://download.oracle.com/docs/cd/E21764_01/core.1111/e10105/deployer_role.htm#ASADM11114
    http://download.oracle.com/docs/cd/E21764_01/web.1111/e15470/deploy.htm#ADFAG20790

  • Issue in starting Integrated Weblogic server

    Hi All,
    I created an ADF project in Jdevloper and configured JSF page in my project. When i try to run the project , it tries to start Integrated Weblogic server. And Intgrated weblogic server is not starting throwing following Error Message :
    *** Using port 7101 ***
    C:\Users\249103\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\bin\startWebLogic.cmd
    +[waiting for the server to complete its initialization...]+
    The system cannot find the path specified.
    +.+
    +.+
    JAVA Memory arguments: -Xms256m -Xmx512m
    +.+
    WLS Start Mode=Development
    +.+
    CLASSPATH=D:\OracleOSB\Middleware\wlserver_10.3\server\ext\jdbc\oracle\11g\ojdbc6dms.jar;D:\OracleOSB\Middleware\oracle_common\modules\oracle.jrf_11.1.1\jrf.jar;D:\OracleOSB\Middleware\wlserver_10.3\server\lib\xqrl.jar
    +.+
    PATH=D:\OracleXE\app\oracle\product\10.2.0\server\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\
    +.+
    +*  To start WebLogic Server, use a username and   *+
    +*  password assigned to an admin-level user.  For *+
    +*  server administration, use the WebLogic Server *+
    +*  console at http:\\hostname:port\console        *+
    starting weblogic with Java version:
    java version "1.6.0_17"
    Java(TM) SE Runtime Environment (build 1.6.0_17-b04)
    Oracle JRockit(R) (build R28.0.0-679-130297-1.6.0_17-20100312-2123-windows-ia32, compiled mode)
    Starting WLS with line:
    D:\Oracle\MIDDLE~1\JROCKI~1.0-6\bin\java    -Xms256m -Xmx512m -Dweblogic.Name=DefaultServer -Djava.security.policy=D:\OracleOSB\Middleware\wlserver_10.3\server\lib\weblogic.policy -Djavax.net.ssl.trustStore=C:\Oracle\Middleware\wlserver_10.3\server\lib\DemoTrust.jks -Dweblogic.nodemanager.ServiceEnabled=true   -da -Dplatform.home=D:\OracleOSB\Middleware\wlserver_10.3 -Dwls.home=D:\OracleOSB\Middleware\wlserver_10.3\server -Dweblogic.home=D:\OracleOSB\Middleware\wlserver_10.3\server  -Djps.app.credential.overwrite.allowed=true -Ddomain.home=C:\Users\249103\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1 -Dcommon.components.home=D:\OracleOSB\Middleware\oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djrockit.optfile=D:\OracleOSB\Middleware\oracle_common\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.domain.config.dir=C:\Users\249103\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1 -Doracle.server.config.dir=C:\Users\249103\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\servers\DefaultServer -Doracle.security.jps.config=C:\Users\249103\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\fmwconfig\jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol  -Digf.arisidbeans.carmlloc=C:\Users\249103\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\carml  -Digf.arisidstack.home=C:\Users\249103\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\arisidprovider -Dweblogic.alternateTypesDirectory=D:\OracleOSB\Middleware\oracle_common\modules\oracle.ossoiap_11.1.1,D:\OracleOSB\Middleware\oracle_common\modules\oracle.oamprovider_11.1.1  -Dweblogic.jdbc.remoteEnabled=false -Dwsm.repository.path=C:\Users\249103\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\oracle\store\gmds   -Dweblogic.management.discover=true  -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole=  weblogic.Server
    +[WARN ] Use of -Djrockit.optfile is deprecated and discouraged.+
    +[ERROR][cgdir  ] Could not read old style optfile from D:\OracleOSB\Middleware\oracle_common\modules\oracle.jrf_11.1.1\jrocket_optfile.txt: Could not open D:\OracleOSB\Middleware\oracle_common\modules\oracle.jrf_11.1.1\jrocket_optfile.txt+
    Exception in thread "Main Thread" java.lang.NoClassDefFoundError: weblogic/Server
    Caused by: java.lang.ClassNotFoundException: weblogic.Server
    +     at java.net.URLClassLoader$1.run(URLClassLoader.java:200)+
    +     at java.net.URLClassLoader.findClass(URLClassLoader.java:188)+
    +     at java.lang.ClassLoader.loadClass(ClassLoader.java:303)+
    +     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)+
    +     at java.lang.ClassLoader.loadClass(ClassLoader.java:248)+
    Could not find the main class: weblogic.Server.  Program will exit.
    Process exited.
    In the Message the CLASSPATH is D:\OracleOSB\Middleware\wlserver_10.3\server\ext\jdbc\oracle\11g\ojdbc6dms.jar;D:\OracleOSB\Middleware\oracle_common\modules\oracle.jrf_11.1.1\jrf.jar . But i dont have OracleOSB folder in my D:\ drive. I have installed Jdev in D:\Oracle\Middleware path. Can anyone suggest me how to change the CLASSPATH in my system?
    Any help appreciated.Thanks in advance.
    Thanks & Regards,
    Ayyadurai.M
    Edited by: 857005 on Feb 1, 2012 4:03 AM
    Edited by: 857005 on Feb 1, 2012 4:04 AM

    check these references
    http://docs.oracle.com/javase/1.3/docs/tooldocs/win32/classpath.html
    http://ac-support.europe.umuc.edu/~arnoldyl/NetBeansTutorials/Setting-Classpath.html
    hth,
    Peter Paul

  • Weblogic server failed to start errors BEA-000362 & BEA-000365

    Hi Friends,
    I'm trying to start weblogic server after starting admin server.I'm getting the below error after
    running the command:
    $ ./startManagedWebLogic.sh
    <Jul 29, 2011 10:09:54 AM IST> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Jul 29, 2011 10:09:55 AM IST> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Jul 29, 2011 10:09:57 AM IST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Oracle JRockit(R) Version R28.1.3-11-141760-1.6.0_24-20110301-1430-linux-ia32 from Oracle Corporation>
    <Jul 29, 2011 10:09:58 AM IST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.5.0 Fri Apr 1 20:20:06 PDT 2011 1398638 >
    <Jul 29, 2011 10:09:58 AM IST> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.management.ManagementException: [Management:141247]The configuration directory /Middleware/SOASuite11gR1/wlserver_10.3/common/bin/config does not exist and the admin server is not available.
    at weblogic.management.provider.internal.RuntimeAccessImpl.parseNewStyleConfig(RuntimeAccessImpl.java:200)
    at weblogic.management.provider.internal.RuntimeAccessImpl.<init>(RuntimeAccessImpl.java:115)
    at weblogic.management.provider.internal.RuntimeAccessService.start(RuntimeAccessService.java:42)
    at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
    at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
    at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:882)
    at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:572)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:469)
    at weblogic.Server.main(Server.java:71)
    >
    <Jul 29, 2011 10:09:58 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Jul 29, 2011 10:09:58 AM IST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <Jul 29, 2011 10:09:58 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    Do you have any idea how to resolve this error and start weblogic server succesfuly.
    Best regards,
    Edited by: user13311731 on Jul 28, 2011 10:45 PM

    Hi,
    Try starting the managed server with parameters:
    ./startManagedWebLogic.sh myManagedServerName http://serverName:7001
    Does that make a difference?
    Regards Peter

  • Configuring weblogic server to start automatically

    Hi, I have installed oracle weblogic server 11g, jdk/jre 7 and forms & reports 11g. i have successfully installed all softwares. I configured forms and reports domain and weblogic domain. I would like to have weblogic start automatically when i login in to comp/server. Right now i have to click on the start admin server for weblogic server domain button in domain folder and the stop admin server button. I also have to type in the username and password into the cmd promt when i click the start and stop admin server buttons.
    How can i have the forms and reporst weblogic server start automatically?
    how can i get past not having to enter in username and password each time it starts up and stops? (this is entering the username and password before you get to the weblogic console login screen)

    i configured it as a windows service. i followed the instructions from the link you provided and when i finished i named the file "startweblogic.cmd." I put the file in the "WL_HOME\server\bin" directory which also has the installsvc.cmd file in and ran it as administrator.
    tHIS IS A COPY OF WHAT WAS DISPLAYED:
    C:\Windows\system32>echo off
    C:\Windows\system32>set CLASSPATH=C:\Oracle\MIDDLE~1\patch_wls1036\profiles\defa
    ult\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_ocp371\pr
    ofiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\PROGRA~1\Java\JDK17~
    1.0\lib\tools.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Or
    acle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\feat
    ures\weblogic.server.modules_10.3.6.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\l
    ib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\Orac
    le\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;
    * To start WebLogic Server, use the password *
    * assigned to the system user. The system *
    * username and password must also be used to *
    * access the WebLogic Server console from a web *
    * browser. *
    C:\Windows\system32>rem *** Set Command Line for service to execute within creat
    ed JVM
    C:\Windows\system32>set CMDLINE="-client -Xms32m -Xmx200m -XX:MaxPermSize=128m -
    XX:+UseSpinning -Dweblogic.management.server=http://hidden:hidden -Dweblo
    gic.Stdout="D:\TEMP\Svr_Logs\stdout.log" -Dweblogic.Stderr="D:\TEMP\Svr_Logs\std
    err.log" -Xverify:none -classpath \"C:\Oracle\MIDDLE~1\patch_wls1036\profiles\de
    fault\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_ocp371\
    profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\PROGRA~1\Java\JDK1
    7~1.0\lib\tools.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\
    Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\fe
    atures\weblogic.server.modules_10.3.6.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server
    \lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\Or
    acle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;\" -Dweblogic.Name=hidden -Dweblogic.management.username=hidden -Dweblogic.management.server
    =\"http://hidden:hidden\" -Dweblogic.ProductionModeEnabled= -Djava.securi
    ty.policy=\"C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy\" weblogic.
    Server"
    C:\Windows\system32>goto finish
    C:\Windows\system32>rem *** Set up extrapath for win32 and win64 platform separa
    tely
    C:\Windows\system32>if "false" == "true" set EXTRAPATH=C:\Oracle\MIDDLE~1\WLSERV
    ~1.3\server\native\win\32;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\PROGRA~1\J
    ava\JDK17~1.0\jre\bin;C:\PROGRA~1\Java\JDK17~1.0\bin;C:\Oracle\MIDDLE~1\WLSERV~1
    .3\server\native\win\32\oci920_8
    C:\Windows\system32>if "false" == "true" set EXTRAPATH=C:\Oracle\MIDDLE~1\WLSERV
    ~1.3\server\native\win\64\;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\PROGRA~1\
    Java\JDK17~1.0\jre\bin;C:\PROGRA~1\Java\JDK17~1.0\bin;C:\Oracle\MIDDLE~1\WLSERV~
    1.3\server\native\win\64\oci920_8
    C:\Windows\system32>if "true" == "true" set EXTRAPATH=C:\Oracle\MIDDLE~1\WLSERV~
    1.3\server\native\win\x64\;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\PROGRA~1\
    Java\JDK17~1.0\jre\bin;C:\PROGRA~1\Java\JDK17~1.0\bin;C:\Oracle\MIDDLE~1\WLSERV~
    1.3\server\native\win\x64\oci920_8
    C:\Windows\system32>rem *** Install the service
    C:\Windows\system32>"C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin\beasvc" -install -
    svcname:"beasvc Hidden_hidden" -javahome:"C:\PROGRA~1\Java\JDK17~1.
    0" -execdir:"C:\Oracle\Middleware\user_projects\domains\hidden\config"
    -maxconnectretries:"3" -host:"hidden" -port:"hidden" -extrapath:"C:\Oracle\M
    IDDLE~1\WLSERV~1.3\server\native\win\x64\;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\b
    in;C:\PROGRA~1\Java\JDK17~1.0\jre\bin;C:\PROGRA~1\Java\JDK17~1.0\bin;C:\Oracle\M
    IDDLE~1\WLSERV~1.3\server\native\win\x64\oci920_8" -password:"hidden" -cmdl
    ine:"-client -Xms32m -Xmx200m -XX:MaxPermSize=128m -XX:+UseSpinning -Dweblogic.m
    anagement.server=http://HIDDEN:HIDDEN -Dweblogic.Stdout="D:\TEMP\Svr_Logs
    \stdout.log" -Dweblogic.Stderr="D:\TEMP\Svr_Logs\stderr.log" -Xverify:none -clas
    spath \"C:\Oracle\MIDDLE~1\patch_wls1036\profiles\default\sys_manifest_classpath
    \weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_ocp371\profiles\default\sys_manifes
    t_classpath\weblogic_patch.jar;C:\PROGRA~1\Java\JDK17~1.0\lib\tools.jar;C:\Oracl
    e\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\s
    erver\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modul
    es_10.3.6.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Orac
    le\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA
    ~1.0_1/lib/ant-contrib.jar;\" -Dweblogic.Name=HIDDEN -Dweblogic.managem
    ent.username=HIDDEN-Dweblogic.management.server=\"http://HIDDEN:HIDDEN\" -Dweblogic.ProductionModeEnabled= -Djava.security.policy=\"C:\Oracle\MIDDLE
    ~1\WLSERV~1.3\server\lib\weblogic.policy\" weblogic.Server"
    CreateService failed - The specified service already exists. (0x431)
    C:\Windows\system32>ENDLOCAL
    C:\Windows\system32>pause
    Press any key to continue . . .
    Edited by: 975620 on Apr 3, 2013 11:31 AM
    Edited by: 975620 on Apr 3, 2013 11:32 AM

  • Left pane of the console of  my Weblogic Server 6.1 does displayed

    The left pane of my werblogic console missing. I tried uninstall and reinstall
    weblogic server to get rid of the problem, but the problem still remains no matter
    whatever I did.
    Is anyone can help? Thanks in advance.

    Make sure that you enable the java plugin in the browse and is or a version
    greater than the server JVM.
    Cameron Purdy wrote:
    It's a Java applet, isn't it? Install a JDK, maybe 1.3.1 to be safe.
    Peace,
    Cameron Purdy
    Tangosol, Inc.
    http://www.tangosol.com/coherence.jsp
    Tangosol Coherence: Clustered Replicated Cache for Weblogic
    "Sally" <[email protected]> wrote in message
    news:3d8a2531$[email protected]..
    The left pane of my werblogic console missing. I tried uninstall andreinstall
    weblogic server to get rid of the problem, but the problem still remainsno matter
    whatever I did.
    Is anyone can help? Thanks in advance.
    Rajesh Mirchandani
    Developer Relations Engineer
    BEA Support

  • Weblogic Server 6.0 evaluation Copy

    Hi,
    I have installed Weblogic Server 6.0 evaluation Copy using the CD that i got with
    the Book J2EE Applications and BEA Weblogic Server.
    I was facing the following problems.
    1)I was not able to view the output of a HelloServlet.class from the browser using
    this address: http://127.0.0.1:7001/HelloServlet/
    2) I was not able to View the Administrative Console
    using this address: http://127.0.0.1:7001/Console/
    3)I was not able to start the weblogic server
    Please let me know how to solve the all the above problems in Detail..
    Thanks for your help,
    Ram

    Hi Raj,
    Thanks for your reply.
    I checked the Licence.bea file.. It is not expired(Date: 11/10/2001). But does
    the location of the above file matters in any way?
    I just downloaded and placed it in C: drive. If the location/path does matter
    where do I place this file(Exact path)
    Thanks,
    Ram
    Raj Alagumalai <[email protected]> wrote:
    Ram
    Check the license.bea file to make sure the license has not expired.
    Try starting the server with the startWebLogic.sh or startWebLogic.cmd
    script.
    If the license has not expired and if the server starts try the
    following url
    http://localhost:7001/console
    or
    http://localhost:7001
    Raj Alagumalai
    Ram wrote:
    Hi,
    I have installed Weblogic Server 6.0 evaluation Copy using the CD thati got with
    the Book J2EE Applications and BEA Weblogic Server.
    I was facing the following problems.
    1)I was not able to view the output of a HelloServlet.class from thebrowser using
    this address: http://127.0.0.1:7001/HelloServlet/
    2) I was not able to View the Administrative Console
    using this address: http://127.0.0.1:7001/Console/
    3)I was not able to start the weblogic server
    Please let me know how to solve the all the above problems in Detail..
    Thanks for your help,
    Ram

Maybe you are looking for

  • Can not launch user manager

    Hello, I just installed Lookout 6.0 , the OS is Windows 2000, and not install any NI's DSC module. When choose the menu Options>>user manager and trying to launch it , there always popup an error message : could not start the user manager. Please adv

  • Multi-Lingual Site

    Hi The website I am designing will have two or three different languages. Is it OK just to use the same database I am currently using but just add extra fields for different languages i.e. id | contentEN | contentCN | contentFR like that? and then se

  • When I click on bookmarks or any other tool ...all that i see is a ghost outline of the box

    Clicking on any of the tools like File Edit View Bookmarks just brings up a ghost outline of a box but no info

  • What governs the apps that appear in the iTunes More by this developer box

    I have 3 apps in the app store. On the iTunes page for one of the apps it references the other two apps in the "More apps by this developer" box, but the other two apps only reference each other. Is this due to the Primary/Secondary category combinat

  • GETTING JAVA ERROR MESSAGE

    does anyone knows the fix to java error message i am getting on my BB curve? I recently upgraded my OS to 6 and since then everytime after reboot its giving me error and as well, won't install my bubble breaker