Weblogic Platform 8.1 SP2 on Debian

I've downloaded platform812_linux32.bin. When I run it I get:
$ file platform812_linux32.bin
platform812_linux32.bin: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.0.0, dynamically linked (uses shared libs), stripped
$ ./platform812_linux32.bin
bash: ./platform812_linux32.bin: Permission denied
$
Help.
Steve.

Ok. Now I've downloaded and installed pj_server811_generic.jar and it installs
fine my Debian system. Problems are threefold though:
1. There doesn't seem to be a 8.1 SP2 release for the "Java" platform. Where is
pj_server811_generic.jar?
Why don't you guys make "Java" a platform option when selecting a download.
I had to select an unpopular platform to find the "Java" platform release.
2. The pj_server811_generic.jar does not include WL Integration or WL Portal.
Will there be a SP2 soon for the "Java" platform that will include Integration
and Portal?
3. After installing. I ran up Workshop 8.1 (from quickstart). The application
SampleApp does not compile. Is this intended? See build log below.
---begin build log--
Application Build Starting
Application Build Status: Schemas
BUILD STARTED
build:
check-uptodate:
build-sub:
Creating new property file: /mnt/MetalGearBox/Linux/steve/local/bea/weblogic81/samples/workshop/SamplesApp/.workshop/.ide/Schemas/build.properties
Created dir: /tmp/.wlw-temp/wlw_compile8899/Schemas
Loading schema file /mnt/MetalGearBox/Linux/steve/local/bea/weblogic81/samples/workshop/SamplesApp/Schemas/JmsSchemas.xsd
Loading schema file /mnt/MetalGearBox/Linux/steve/local/bea/weblogic81/samples/workshop/SamplesApp/Schemas/CreditReport.xsd
Loading schema file /mnt/MetalGearBox/Linux/steve/local/bea/weblogic81/samples/workshop/SamplesApp/Schemas/InputMapMultiple.xsd
Loading schema file /mnt/MetalGearBox/Linux/steve/local/bea/weblogic81/samples/workshop/SamplesApp/Schemas/ServiceFactoryClient.xsd
Loading schema file /mnt/MetalGearBox/Linux/steve/local/bea/weblogic81/samples/workshop/SamplesApp/Schemas/EasyPO.xsd
Loading schema file /mnt/MetalGearBox/Linux/steve/local/bea/weblogic81/samples/workshop/SamplesApp/Schemas/EasyPOLocal.xsd
Loading schema file /mnt/MetalGearBox/Linux/steve/local/bea/weblogic81/samples/workshop/SamplesApp/Schemas/PersonScript.xsd
Loading schema file /mnt/MetalGearBox/Linux/steve/local/bea/weblogic81/samples/workshop/SamplesApp/Schemas/SimpleMap.xsd
Loading schema file /mnt/MetalGearBox/Linux/steve/local/bea/weblogic81/samples/workshop/SamplesApp/Schemas/OutputMap.xsd
Loading schema file /mnt/MetalGearBox/Linux/steve/local/bea/weblogic81/samples/workshop/SamplesApp/Schemas/ConsolidateAddress.xsd
Loading schema file /mnt/MetalGearBox/Linux/steve/local/bea/weblogic81/samples/workshop/SamplesApp/Schemas/PriceSummary.xsd
Loading schema file /mnt/MetalGearBox/Linux/steve/local/bea/weblogic81/samples/workshop/SamplesApp/Schemas/Inventory.xsd
Loading schema file /mnt/MetalGearBox/Linux/steve/local/bea/weblogic81/samples/workshop/SamplesApp/Schemas/CustomerDBClient.xsd
Loading schema file /mnt/MetalGearBox/Linux/steve/local/bea/weblogic81/samples/workshop/SamplesApp/Schemas/EmployeeMarital.xsd
Loading config file /mnt/MetalGearBox/Linux/steve/local/bea/weblogic81/samples/workshop/SamplesApp/Schemas/EasyPOConfig.xsdconfig
Time to build schema type system: 14.034 seconds
Time to generate code: 81.304 seconds
Building zip: /tmp/.wlw-temp/wlw_compile8899/Schemas.jar
move-jar:
Moving 1 files to /mnt/MetalGearBox/Linux/steve/local/bea/weblogic81/samples/workshop/SamplesApp/APP-INF/lib
check-cleanup-jar:
BUILD SUCCESSFUL
Build project Schemas complete.
Application Build Status: ProxyClient
BUILD STARTED
build:
Deleting directory /tmp/.wlw-temp/wlw_compile8903
Created dir: /tmp/.wlw-temp/wlw_compile8903
Building zip: /mnt/MetalGearBox/Linux/steve/local/bea/weblogic81/samples/workshop/SamplesApp/APP-INF/lib/ProxyClient.jar
BUILD SUCCESSFUL
Build project ProxyClient complete.
Application Build Status: JavaControlProject
BUILD STARTED
build:
Deleting directory /tmp/.wlw-temp/wlw_compile8905
Created dir: /tmp/.wlw-temp/wlw_compile8905
make-jc-jar:
Created dir: /tmp/.wlw-temp/wlw_compile8905/META-INF
Building jar: /mnt/MetalGearBox/Linux/steve/local/bea/weblogic81/samples/workshop/SamplesApp/APP-INF/lib/JavaControlProject.jar
BUILD SUCCESSFUL
Build project JavaControlProject complete.
Application Build Status: GettingStarted
BUILD STARTED
build:
clean:
Compiling webapp-level sources...
GettingStarted/resources/jsp/header.jsp
GettingStarted/resources/jsp/template.jsp
GettingStarted/error.jsp
GettingStarted/index.jsp
GettingStarted/com/bea/wlw/runtime/core/control/EventControl.jcx
GettingStarted/weblogic/jws/control/TimerControl.jcx
GettingStarted/com/bea/wlw/runtime/core/control/jmscontrol/MDBListener.jcx
GettingStarted/com/bea/control/TimerControl.jcx
GettingStarted/verifyFunds/poUtil/POUtil.jcx
GettingStarted/verifyFunds/VerifyFunds.jcx
GettingStarted/verifyFunds/CustomerAccountEJB.jcx
GettingStarted/verifyFunds/ItemsDatabase.jcx
GettingStarted/verifyFunds/poUtil/POUtil.jcx
GettingStarted/verifyFunds/VerifyFunds.jcx
GettingStarted/verifyFunds/CustomerAccountEJB.jcx
GettingStarted/verifyFunds/ItemsDatabase.jcx
SourceLoader roots: 276
BUILD SUCCESSFUL
Build project GettingStarted complete.
Application Build Status: WebApp
BUILD STARTED
build:
clean:
Compiling webapp-level sources...
/mnt/MetalGearBox/Linux/steve/local/bea/weblogic81/samples/workshop/SamplesApp/WebApp/webServiceControl/polling/
WARNING: PollingController.jpf:97: Control type webServiceControl.polling.asyncWebService.HelloWorldAsyncControl
defines a callback interface, but page flows cannot receive asynchronous callbacks.
/mnt/MetalGearBox/Linux/steve/local/bea/weblogic81/samples/workshop/SamplesApp/WebApp/webServiceControl/helloworld/
ERROR: HelloWorldControl.jcx:8: 'com.bea.wlw.runtime.jws.compiler.ServiceCtrlChecker$JcxValidateControl'
could not be created.
ERROR:      SUGGESTION: The class could not be created. Verify that it has a no-argument
constructor.
ERROR: HelloWorldControl.jcx:8: 'com.bea.wlw.runtime.jws.compiler.ServiceCtrlChecker$JcxValidateControl'
could not be created.
ERROR:      SUGGESTION: The class could not be created. Verify that it has a no-argument
constructor.
ERROR: HelloWorldControl.jcx:11: 'com.bea.wlw.runtime.jws.compiler.ServiceCtrlChecker$JcxValidateMethod'
could not be created.
ERROR:      SUGGESTION: The class could not be created. Verify that it has a no-argument
constructor.
/mnt/MetalGearBox/Linux/steve/local/bea/weblogic81/samples/workshop/SamplesApp/WebApp/webServiceControl/polling/asyncWebService/
ERROR: HelloWorldAsyncControl.jcx:9: 'com.bea.wlw.runtime.jws.compiler.ServiceCtrlChecker$JcxValidateControl'
could not be created.
ERROR:      SUGGESTION: The class could not be created. Verify that it has a no-argument
constructor.
ERROR: HelloWorldAsyncControl.jcx:9: 'com.bea.wlw.runtime.jws.compiler.ServiceCtrlChecker$JcxValidateControl'
could not be created.
ERROR:      SUGGESTION: The class could not be created. Verify that it has a no-argument
constructor.
ERROR: HelloWorldAsyncControl.jcx:37: 'com.bea.wlw.runtime.jws.compiler.ServiceCtrlChecker$JcxValidateMethod'
could not be created.
ERROR:      SUGGESTION: The class could not be created. Verify that it has a no-argument
constructor.
ERROR: HelloWorldAsyncControl.jcx:45: 'com.bea.wlw.runtime.jws.compiler.ServiceCtrlChecker$JcxValidateMethod'
could not be created.
ERROR:      SUGGESTION: The class could not be created. Verify that it has a no-argument
constructor.
ERROR: HelloWorldAsyncControl.jcx:51: 'com.bea.wlw.runtime.jws.compiler.ServiceCtrlChecker$JcxValidateMethod'
could not be created.
ERROR:      SUGGESTION: The class could not be created. Verify that it has a no-argument
constructor.
ERROR: HelloWorldAsyncControl.jcx:57: 'com.bea.wlw.runtime.jws.compiler.ServiceCtrlChecker$JcxValidateMethod'
could not be created.
ERROR:      SUGGESTION: The class could not be created. Verify that it has a no-argument
constructor.
/mnt/MetalGearBox/Linux/steve/local/bea/weblogic81/samples/workshop/SamplesApp/WebApp/jsp/controls/helloworld/
ERROR: HelloWorldControl.jcx:8: 'com.bea.wlw.runtime.jws.compiler.ServiceCtrlChecker$JcxValidateControl'
could not be created.
ERROR:      SUGGESTION: The class could not be created. Verify that it has a no-argument
constructor.
ERROR: HelloWorldControl.jcx:8: 'com.bea.wlw.runtime.jws.compiler.ServiceCtrlChecker$JcxValidateControl'
could not be created.
ERROR:      SUGGESTION: The class could not be created. Verify that it has a no-argument
constructor.
ERROR: HelloWorldControl.jcx:11: 'com.bea.wlw.runtime.jws.compiler.ServiceCtrlChecker$JcxValidateMethod'
could not be created.
ERROR:      SUGGESTION: The class could not be created. Verify that it has a no-argument
constructor.
/mnt/MetalGearBox/Linux/steve/local/bea/weblogic81/samples/workshop/SamplesApp/WebApp/dbcontrol/
ERROR: ItemsDBControl.jcx:49: Validation class for this value was not provided
or was not found.
ERROR:      SUGGESTION: Verify that the validation class for this type is available.
ERROR: 13 error(s), 1 warning(s).
BUILD FAILED
ERROR: Build failed with 13 error(s).
Application Build had errors.
---end build log---
Regards,
Steve.

Similar Messages

  • WSRP Support Kit for WebLogic Platform 8.1 SP2

    The WSRP Support Kit for WebLogic Platform SP2 has just been released at
    http://dev2dev.bea.com/products/wlportal81/articles/wsrp_support_kit.jsp.
    Please note that this is a preview release, and requires WebLogic
    Platform 8.1 SP2.
    Regards,
    Subbu

    There is a release planned for mid Summer, but it is too early to confirm.
    In case you must add WSRP support to apps in platform domain, you can do
    so manually, and here are the steps.
    - Create a platform domain before installing WSRP Support Kit.
    - Create a portal domain after installing WSRP Support Kit.
    - Replace <Security> element in config.xml in the platform domain with
    the one from portal domain.
    - Add wsrp-common.jar file to the system classpath for the platform domain.
    Let me know if this helps.
    Subbu
    Murtaza Sonaseth said the following on 01/07/2004 02:51 PM:
    Is there an planned final release date for WSRP or at least a rough timeframe?
    Thanks,
    M Sonaseth.

  • SmartUpdate error when downgrading 8.1 Platform SP3 to SP2

    On Windows Xp I have installed WebLogic Platform 8.1 SP2. I used SmartUpdate to upgrade from SP2 to SP3, and the installation was successful. Without making a single change to the SP3 installation, I decided to test the SmartUpdate downgrade feature. When I select "Service Pack 2) from the downgrade options list and click OK, I get the following error message. Makes no sense to me at all. The directory specified in the error message is simply the uninstall directory for platform. The directory does not have any read/write restrictions either.
    http://mail.roadfly.com/saf/error.JPG
    Thanks,

    OK, so I'm replying to my own post :-)
    Well, it appears that my issue was related to the OS on which I am running platform. In my case, Windows Xp SP1, which is not supported (Xp SP3 is supported)
    I ran SmartUpdate on Windows 2000 Terminal, and all worked fine.
    Thanks for the help, self! :-P

  • WebLogic Server 8.1 SP2 - Sudden Crash

    Hello,
    We have WebLogic 8.1 SP2 installed on Unix box (SunOS 5.8 Generic_108528-29 sun4u sparc SUNW,Sun-Fire-880). We have configured 2 domains on the same box, one for development and other for staging environment. Both are running normally fine.
    Couple of days back the managed server of development domain crashed sudenly. It generated a CORE file and a log file with following details:
    Can anyone tell me, what exactly happened, and what would be the corrective / preventive action to be taken?
    +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : 10 occurred at PC=0xFE7E2D9C
    Function=[Unknown. Nearest: ZIP_Lock+0x48]
    Library=/opt/bea/wls811/jdk141_03/jre/lib/sparc/libzip.so
    Current Java thread:
         at java.util.zip.ZipFile.getEntry(Native Method)
         at java.util.zip.ZipFile.getEntry(ZipFile.java:146)
         - locked <c13f7250> (a weblogic.utils.classloaders.ClasspathClassFinder$ZipFileWrapper)
         at weblogic.servlet.internal.WarClassFinder.getSource(WarClassFinder.java:236)
         at weblogic.servlet.internal.WebAppServletContext.getSource(WebAppServletContext.java:4402)
         at weblogic.servlet.internal.WebAppServletContext.getResourceAsSource(WebAppServletContext.java:5986)
         at weblogic.servlet.FileServlet.findSource(FileServlet.java:273)
         at weblogic.servlet.FileServlet.service(FileServlet.java:186)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6350)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    Dynamic libraries:
    0x10000      /opt/bea/wls811/jdk141_03/bin/java
    0xff350000      /usr/lib/libthread.so.1
    0xff340000      /usr/lib/libdl.so.1
    0xff200000      /usr/lib/libc.so.1
    0xff390000      /usr/platform/SUNW,Sun-Fire-880/lib/libc_psr.so.1
    0xfe000000      /opt/bea/wls811/jdk141_03/jre/lib/sparc/client/libjvm.so
    0xff2d0000      /usr/lib/libCrun.so.1
    0xff1e0000      /usr/lib/libsocket.so.1
    0xff100000      /usr/lib/libnsl.so.1
    0xff0d0000      /usr/lib/libm.so.1
    0xff1c0000      /usr/lib/libmp.so.2
    0xff090000      /opt/bea/wls811/jdk141_03/jre/lib/sparc/native_threads/libhpi.so
    0xff060000      /opt/bea/wls811/jdk141_03/jre/lib/sparc/libverify.so
    0xff020000      /opt/bea/wls811/jdk141_03/jre/lib/sparc/libjava.so
    0xfe7e0000      /opt/bea/wls811/jdk141_03/jre/lib/sparc/libzip.so
    0xfa050000      /opt/bea/wls811/jdk141_03/jre/lib/sparc/libnet.so
    0xfa110000      /opt/bea/wls811/weblogic81/server/lib/solaris/libstackdump.so
    0xfa030000      /opt/bea/wls811/weblogic81/server/lib/solaris/libmuxer.so
    0xfa010000      /usr/ucblib/libucb.so.1
    0xb9fb0000      /usr/lib/libresolv.so.2
    0xb9e40000      /usr/lib/libelf.so.1
    0xb9e20000      /opt/bea/wls811/jdk141_03/jre/lib/sparc/libnio.so
    0xb9d20000      /usr/lib/librt.so.1
    0xb9c10000      /usr/lib/libaio.so.1
    0xb9b60000      /opt/bea/wls811/jdk141_03/jre/lib/sparc/libioser12.so
    0xaec80000      /opt/bea/wls811/jdk141_03/jre/lib/sparc/libawt.so
    0xaec00000      /opt/bea/wls811/jdk141_03/jre/lib/sparc/libmlib_image.so
    0xb1490000      /opt/bea/wls811/jdk141_03/jre/lib/sparc/motif21/libmawt.so
    0xae980000      /usr/dt/lib/libXm.so.4
    0xaee10000      /usr/openwin/lib/libXt.so.4
    0xb3890000      /usr/openwin/lib/libXext.so.0
    0xb32e0000      /usr/openwin/lib/libXtst.so.1
    0xae880000      /usr/openwin/lib/libX11.so.4
    0xb10a0000      /usr/openwin/lib/libdps.so.5
    0xb2e60000      /usr/openwin/lib/libSM.so.6
    0xb16d0000      /usr/openwin/lib/libICE.so.6
    Local Time = Thu Sep 9 17:56:49 2004
    Elapsed Time = 520313
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.1_03-b02 mixed mode)
    +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+

    WLS 8.1SP2 can not be upgraded directly to WLS8.1 SP6.
    The existing domain should be at WLS 8.1 SP4 atleast so that it can be upgraded to WLS 8.1 SP6.
    The link:
    http://commerce.bea.com/
    Has be decommissioned and now in order to download the upgrade installers and WLS service pack versions you should have a Support ID which is required to create a login to metalink.oracle.com .
    Then You can follow the following:
    Login to: https://Metalink.oracle.com
    Go to tab: Patches & Updates
    Quick Links to: Latest Patchsets, Mini Packs and Maintenance Packs
    Patch Bundles for Individual Products or Components
    Select BEA Weblogic Platform
    Select the WebLogic Main version and SP version
    Then you should see the download screen.
    Thanks,
    Sandeep

  • Weblogic server 8.1 SP2 to SP6 ugrade

    Hello All
    Am looking for any document that would outline steps to upgrade weblogic 8.1 SP2 to SP6.
    Can we directly upgrade to SP6 ?
    Found the patch 9479129 BEA WebLogic Platform: Patchset WEBLOGIC PLATFORM 8.1 WITH SP6 UPGRADE INSTALLER but the readme doesnt have any instructions.
    Neither could i find in http://docs.oracle.com/cd/E13222_01/wls/docs81/index.html
    Any pointers in this regard would be helpful.
    Thanks
    Sundari

    WLS 8.1SP2 can not be upgraded directly to WLS8.1 SP6.
    The existing domain should be at WLS 8.1 SP4 atleast so that it can be upgraded to WLS 8.1 SP6.
    The link:
    http://commerce.bea.com/
    Has be decommissioned and now in order to download the upgrade installers and WLS service pack versions you should have a Support ID which is required to create a login to metalink.oracle.com .
    Then You can follow the following:
    Login to: https://Metalink.oracle.com
    Go to tab: Patches & Updates
    Quick Links to: Latest Patchsets, Mini Packs and Maintenance Packs
    Patch Bundles for Individual Products or Components
    Select BEA Weblogic Platform
    Select the WebLogic Main version and SP version
    Then you should see the download screen.
    Thanks,
    Sandeep

  • Problems Installing WebLogic Platform 7.0.0.1

    I am trying to install WebLogic Platform 7.0.0.1 downloaded from de BEA Site on
    a Microsoft Windows 2000 Advance Server SP2 and during the process this message
    appear.
    "the instalation archive informacion could not be obtained from BEA System..."
    Thanks you for de Help.

    Hello Carlos,
    Try using the http download option instead of the .net download. This will ensure
    that you have the executable on your machine instead of a constant connection
    through the internet.
    Delete whatever installation files you currently have and download the server
    again
    Teju
    "Carlos Dapena" <[email protected]> wrote:
    >
    I am trying to install WebLogic Platform 7.0.0.1 downloaded from de BEA
    Site on
    a Microsoft Windows 2000 Advance Server SP2 and during the process this
    message
    appear.
    "the instalation archive informacion could not be obtained from BEA System..."
    Thanks you for de Help.

  • Weblogic Platform 8.1 SP1

    Hi!
    I have just received the Weblogic Platform SP1 CD from BEA and I see on
    the website that there SP2 is out already. The question is, SP2 is
    available as a separate download or only with the whole Platform?
    Thanks!
    Regards,
    Stelian Iancu
    stelu AT siancu DOT net
    "They say we are thinking in bits ..."

    Yes Michael, The latest WebLogic Platform 8.1 GA does contain WLS 8.1 sp1.
    The server log does contain this information too.
    WebLogic Server 8.1 SP1 Fri Jun 20 23:06:40 PDT 2003 271009
    WebLogic XMLX Module 8.1 SP1 Fri Jun 20 23:06:40 PDT 2003 271009
    Thanks
    Raj Alagumalai
    WebLogic Workshop Support
    "Michael" <[email protected]> wrote in message
    news:3f3adb7c$[email protected]..
    subj (about SP1)
    Thank you,
    Michael

  • Virtual directory mapping in weblogic platform 7.0

    Hi. I noticed in WebLogic Platform 7.0 there is a entry for
    WEB-INF/weblogic.xml that defines a virtual directory. Example:
    <!DOCTYPE weblogic-web-app PUBLIC "-//BEA Systems, Inc.//DTD Web
    Application 7.0//EN"
    "http://www.bea.com/servers/wls700/dtd/weblogic700-web-jar.dtd">
    <weblogic-web-app>
    <virtual-directory-mapping>
    <local-path>C:\webapps\context\x\y</local-path>
    <url-pattern>/images/*</url-pattern>
    </virtual-directory-mapping>
    </weblogic-web-app>
    In this case I'm assuming that a request of the form
    http:/host:7001/context/images/z.gif would map to the physical file
    C:\webapps\context\x\y\z.gif. However I cannot get this to work. Is
    my assumption about it's use incorrect? Is the syntax of
    <local-path/> or <url-pattern/> wrong? Is there something you have to
    do to get WebLogic to recognize the weblogin.xml file?
    This is urgent. Please help.
    Thanks.
    Scott Steimle
    Software Engineer
    Convera

    I see. In my case, x == images, so if I reverse my directory
    structure I could still get this to work for me. For instance:
    <virtual-directory-mapping>
    <local-path>C:\webapps\context\y</local-path>
    <url-pattern>/images/*</url-pattern>
    </virtual-directory-mapping>
    /images/z.gif would map to C:\webapps\context\y\images\z.gif.
    I'll have to weigh changing our directory structure vs. keeping the
    servlet we have that rewrites the URL.
    Thanks for your help.
    Scott Steimle.
    Rajesh Mirchandani <[email protected]> wrote in message news:<[email protected]>...
    From the developer
    Virtual directories just replace the doc root. The doc root in your case
    is C:\webapps\context\x\y. The request uri is /images/Z.gif. So the whole
    thing resolves to C:\webapps\context\x\y\images\Z.gif. Which is where the
    image should be located.
    We have cleared up the docs. Sorry for any inconvenience.
    Scott Steimle wrote:
    Hi. I noticed in WebLogic Platform 7.0 there is a entry for
    WEB-INF/weblogic.xml that defines a virtual directory. Example:
    <!DOCTYPE weblogic-web-app PUBLIC "-//BEA Systems, Inc.//DTD Web
    Application 7.0//EN"
    "http://www.bea.com/servers/wls700/dtd/weblogic700-web-jar.dtd">
    <weblogic-web-app>
    <virtual-directory-mapping>
    <local-path>C:\webapps\context\x\y</local-path>
    <url-pattern>/images/*</url-pattern>
    </virtual-directory-mapping>
    </weblogic-web-app>
    In this case I'm assuming that a request of the form
    http:/host:7001/context/images/z.gif would map to the physical file
    C:\webapps\context\x\y\z.gif. However I cannot get this to work. Is
    my assumption about it's use incorrect? Is the syntax of
    <local-path/> or <url-pattern/> wrong? Is there something you have to
    do to get WebLogic to recognize the weblogin.xml file?
    This is urgent. Please help.
    Thanks.
    Scott Steimle
    Software Engineer
    Convera

  • BIBeans internationalization issue with weblogic server 8.1 sp2

    We use oralce bibeans 9.0.4 to develop OLAP web application in Chinsese Simplified environment. When deploy the web application on the embedded OC4J server, everything goes well. All the labels (Line items and image button labels etc. ) of the crosstab is displayed in chinese. but it always display English labels when delploy it on weblogic server V8.1 sp2.
    currently on my web page java.util.Locale.getDefault() return zh_CN
    I have done two things:
    first, add exportCharacterEncoding init param for UIXServlet
    <init-param>
    <param-name>exportCharacterEncoding</param-name>
    <param-value>GBK</param-value>
    </init-param>
    second,Set locale for the BIThinSession instance in jsp file.
    oracle.dss.addins.jspTags.BIThinSession bisession = (oracle.dss.addins.jspTags.BIThinSession) pageContext.findAttribute("SalesBIThinSession");
    bisession.setLocale(Locale.getDefault());
    Is this a bug that bibeans can not locate resource bundles correctly base on the user's specified environment? Is there an invisible environment variable base on which the bibean tags judge to select a resource file and result in this phenomenon?

    The intersting point here is that the application works using an Oracle stack but does not work using an IBM stack. I will contact our development engineers for more information and will post another response when I have a reply.
    Business Intelligence Beans Product Management Team
    Oracle Corporation

  • Location for dll files in weblogic server 6.1 sp2

    "where to keep *.dll files in weblogic server 6.1 sp2". Application is deployed on weblogic server 6.1 sp2. Application is being integrated with webmethod to publish data. For that we need to put awssl40jn.dll in weblogic server. Could not able to locate where to put this dll file.

    You can have the dll's anywhere. You just need to mention the location
    in java.library.path.
    For example if you have your Dll's in C:\bea\lib
    You need to mention the following in your command line args:
    java -Djava.library.path=C:\bea\lib ****Other Command Line Args****
    weblogic.Server
    Hope this helps.
    -Kiran
    "Dave Martin" <[email protected]> wrote in message news:<[email protected]>...
    I don't see a DLL like yours in a fresh install of WLS 6.1 SP2
    This is the complete list of DLLs I find in my fresh install of WLS 6.1 SP2 (starting
    from the BEA home) on Windows:
    /jdk131/bin/dt_shmem.dll
    /jdk131/bin/dt_socket.dll
    /jdk131/bin/jdwp.dll
    /jdk131/jre/bin/ActPanel.dll
    /jdk131/jre/bin/agent.dll
    /jdk131/jre/bin/awt.dll
    /jdk131/jre/bin/classic/jvm.dll
    /jdk131/jre/bin/cmm.dll
    /jdk131/jre/bin/dcpr.dll
    /jdk131/jre/bin/dt_socket.dll
    /jdk131/jre/bin/fontmanager.dll
    /jdk131/jre/bin/hotspot/jvm.dll
    /jdk131/jre/bin/hpi.dll
    /jdk131/jre/bin/hprof.dll
    /jdk131/jre/bin/ioser12.dll
    /jdk131/jre/bin/java.dll
    /jdk131/jre/bin/jawt.dll
    /jdk131/jre/bin/jcov.dll
    /jdk131/jre/bin/JdbcOdbc.dll
    /jdk131/jre/bin/jdwp.dll
    /jdk131/jre/bin/jpeg.dll
    /jdk131/jre/bin/jpins32.dll
    /jdk131/jre/bin/jpishare.dll
    /jdk131/jre/bin/jsound.dll
    /jdk131/jre/bin/msvcrt.dll
    /jdk131/jre/bin/net.dll
    /jdk131/jre/bin/NPJava11.dll
    /jdk131/jre/bin/NPJava12.dll
    /jdk131/jre/bin/NPJava131.dll
    /jdk131/jre/bin/NPJava32.dll
    /jdk131/jre/bin/NPOJI600.dll
    /jdk131/jre/bin/packager.dll
    /jdk131/jre/bin/server/jvm.dll
    /jdk131/jre/bin/server/jvm_g.dll
    /jdk131/jre/bin/verify.dll
    /jdk131/jre/bin/zip.dll
    /wlserver6.1/bin/fastfile.dll
    /wlserver6.1/bin/iisforward.dll
    /wlserver6.1/bin/iisproxy.dll
    /wlserver6.1/bin/jsafe.dll
    /wlserver6.1/bin/md5.dll
    /wlserver6.1/bin/md5_g.dll
    /wlserver6.1/bin/nodemanager.dll
    /wlserver6.1/bin/oci816_7/weblogicoci37.dll
    /wlserver6.1/bin/oci816_7/weblogicoxa37.dll
    /wlserver6.1/bin/oci816_8/weblogicoci37.dll
    /wlserver6.1/bin/oci816_8/weblogicoxa37.dll
    /wlserver6.1/bin/oci817_8/weblogicoci37.dll
    /wlserver6.1/bin/oci817_8/weblogicoxa37.dll
    /wlserver6.1/bin/oci901_8/weblogicoci37.dll
    /wlserver6.1/bin/oci901_8/weblogicoxa37.dll
    /wlserver6.1/bin/proxy30.dll
    /wlserver6.1/bin/proxy35.dll
    /wlserver6.1/bin/proxy36.dll
    /wlserver6.1/bin/stackdump.dll
    /wlserver6.1/bin/stackdump_g.dll
    /wlserver6.1/bin/terminalio.dll
    /wlserver6.1/bin/wlenv.dll
    /wlserver6.1/bin/wlntio.dll
    /wlserver6.1/bin/wlntio_g.dll
    /wlserver6.1/bin/wlntrealm.dll
    /wlserver6.1/bin/wlntrealm_ms.dll
    /wlserver6.1/uninstaller/resource/iawin32.dll
    /wlserver6.1/uninstaller_servicepack/resource/iawin32.dll
    manoj <[email protected]> wrote:
    "where to keep *.dll files in weblogic server 6.1 sp2". Application is
    deployed on weblogic server 6.1 sp2. Application is being integrated
    with webmethod to publish data. For that we need to put awssl40jn.dll
    in weblogic server. Could not able to locate where to put this dll file.

  • Donloaded WebLogic Platform 7.0: WebLogic: license has expired!

    Hi all,
    I have downloaded WebLogic Platform 7.0 from
    http://commerce.bea.com/downloads/weblogic_platform.jsp page last week
    and installed it after a number of unsuccessful tries due to
    unsufficient resources on my PC. When it was finally installed I tried
    to run the server, using the workshop, petstore and examples -> start
    server, but
    all of them give me this error:
    $$$$$$$$$$$$$$$$ License Exception $$$$$$$$$$$$$$$$
    Unable to start WebLogic Server!!
    WebLogic: license has expired!
    $$$$$$$$$$$$$$$$ License Exception $$$$$$$$$$$$$$$$
    The WebLogic Platform 7.0 was downloaded on Wed, 23 Oct 2002. Installed this weekend.
    I appreciate any help on this. Thank you.
    Best regards,
    Maya mailto:[email protected]

    Test

  • WebLogic Platform Uninstall Problems With SP3 and SP4

    I am experiencing a problem (multiple times) WebLogic Platform's uninstall.
    I am installing WebLogic Platform 8.1 SP3 from a CD. My machine's OS is Windows 2000 Professional SP4. I'm 99.9% positive that my environment is a supported configuration. I then upgrade to SP4 (once using SmartUpdate and another using the downloaded EXE from the support site, obviously on different runs).
    After installing the original (SP3) from CD, I test the uninstall to see if it works. It does, so I cancelled out of the "splash" screen so nothing runs. I restarted my machine. I then upgrade to SP4. I restart the machine again. (As I mentioned before, I've tried this process twice, once with SmartUpdate and most recently with the SP4 EXE install). Without doing anything else, I test the uninstall again, but now, I'm getting the "splash" screen and a warning dialog with the message "D:\bea\weblogic81\uninstall". All methods of uninstall (Start Menu, Console, Silent, Control Panel > Add/Remove, etc...) fail.
    In addition, when attempting to use SmartUpdate to downgrade back to SP3, the same things happens, but, in addition, I get another warning dialog with the message "Fail to launch the installer.".
    Please help...
    Others have experienced this problem since Jul 23, 2003 5:56 AM (based on the thread link below) and I can't seem to find any additional information on it...
    http://forums.bea.com/bea/message.jspa?messageID=600005276&tstart=0
    Sincerely,
    Anthony Mangione

    I just got the problem. Help needed. Thanks
    "J.D. Corbin" <[email protected]> wrote:
    >
    Arghhh...
    When I try to uninstall WebLogic Platform the uninstaller errors out
    saying "No
    installation of WebLogic Platform found!, aborting"
    I figured the install had problems so I tried reinstalling it to another
    directory.
    The installation went fine. I immediately tried to uninstall it and
    got the
    same error. Has anyone seen this or have a suggestion as to how to uninstall
    the software.
    it is driving me nuts.
    J.D.

  • Weblogic platform 8.1.4

    Where can I find installation for weblogic platform 8.1.4?

    All the easy to get WebLogic server version are listed here: http://www.oracle.com/technetwork/middleware/ias/downloads/wls-main-097127.html
    When you need other versions, you have to contact support and see if you can get it through those channels.

  • How do I run  a weblogic platform portal 8.1 on a weblogic server 7.0 service pack 4?

    Hello.
    How do I run a weblogic platform portal 8.1 on a weblogic server 7.0 service
    pack 4?
    Is that a supported configuration? any problems / Issues ?
    Weblogic Integrator

    Why the hell do you want to do that ? ? ?
    just run it on 8.1, if you need to get info from the 7.0 server just get it.
    8.1 is a whole new framework, what you suggest a hack that is probably not supported.
    nerdi
    "Integrator" <[email protected]> wrote:
    >
    Hello.
    How do I run a weblogic platform portal 8.1 on a weblogic server 7.0
    service
    pack 4?
    Is that a supported configuration? any problems / Issues ?
    Weblogic Integrator

  • Errors encountered when trying to use a Custom Realm on BEA Weblogic Platform Domain .....

    Hi,
    We have created a WebLogic Platform Domain. A WebLogic Portal application(Portal
    7.0) and some Web Service apps are running on this domain.
    We have created a Custom Security Realm b'cos of our application requirements
    and now when I startup the Platform Domain, I see lot of errors.
    Some of the errors typically are
    "<Jan 16, 2003 4:07:02 PM EST> <Error> <HTTP> <101256> <The run-as user: wlisystem,
    for the servlet: ApplicationView for the webapp: /WLI_AI_Workshop_Control_Web,
    could not be resolved to a valid user in the system. Please check if the user
    exists.
    javax.security.auth.login.LoginException: Authentication Failed: User wlisystem
    denied in Realm Adapter realm weblogic"
    or
    Unable to deploy EJB: wlai-eventprocessor-ejb.jar from wlai-eventprocessor-ejb.jar:weblogic.ejb20.WLDeploymentException:
    weblogic.ejb20.interfaces.PrincipalNotFoundException: Authentication Failed: User
    wlisystem denied in Realm Adapter realm weblogic
    Do we have to create any predefined user accounts in the Security Store to get
    rid of these errors. I would appreciate if anyone can suggest some tips or workarounds
    for configuring or creating a Custom Security Realm for Web Logic Platform Domain.
    Thanks
    Vikram

    with 7.0 try to create system in your custom realm.. that may help.
    -kiran
    "Vikram" <[email protected]> wrote in message
    news:[email protected]...
    >
    Kiran,
    First time around, the Custom realm was not authenticating the user. I gotthe
    code to authenticate the user successfully. Now the WebLogic serverwouldn't even
    start. It would give me an error message which says "User System is notauthorized
    to boot Weblogic Server". For your reference, I am attaching the Log file.My
    custom realm classes output some debugging statements in the log file.From the
    log file u will see that the users are getting authenticated successfully.
    Please let me know if you have a custom realm working for you. I might bemissing
    something.
    Appreciate your help.
    Thanks
    Vikram
    "kirann" <[email protected]> wrote:
    does your realm able to authenticate user "wlisystem".
    thanks
    kiran
    "Vikram Datla" <[email protected]> wrote in message
    news:[email protected]...
    Hi,
    We have created a WebLogic Platform Domain. A WebLogic Portalapplication(Portal
    7.0) and some Web Service apps are running on this domain.
    We have created a Custom Security Realm b'cos of our applicationrequirements
    and now when I startup the Platform Domain, I see lot of errors.
    Some of the errors typically are
    "<Jan 16, 2003 4:07:02 PM EST> <Error> <HTTP> <101256> <The run-asuser:
    wlisystem,
    for the servlet: ApplicationView for the webapp:/WLI_AI_Workshop_Control_Web,
    could not be resolved to a valid user in the system. Please check ifthe
    user
    exists.
    javax.security.auth.login.LoginException: Authentication Failed: Userwlisystem
    denied in Realm Adapter realm weblogic"
    or
    Unable to deploy EJB: wlai-eventprocessor-ejb.jar fromwlai-eventprocessor-ejb.jar:weblogic.ejb20.WLDeploymentException:
    weblogic.ejb20.interfaces.PrincipalNotFoundException: AuthenticationFailed: User
    wlisystem denied in Realm Adapter realm weblogic
    Do we have to create any predefined user accounts in the Security Storeto
    get
    rid of these errors. I would appreciate if anyone can suggest sometips or
    workarounds
    for configuring or creating a Custom Security Realm for Web Logic
    Platform
    Domain.
    Thanks
    Vikram

Maybe you are looking for

  • Problem in AP after transefering  journals to GL

    Hi, I am run request transefer journal to GL to transefer invoices journal the requesr run completed and correctly when swith to Gl responsiibilty to find unposted journal i can't find it i used toad to serch the journal in GL_JE_LINES GL_JE_HEADERS

  • Outlook does not send meeting requests at all.

    Hi all My problem is both annoyingly simple and frustratingly annoying, but so far i haven't been able to solve it, nor has our IT department. In short, my Outlook doesn't send meeting requests to invite attendees. (My colleagues, same exchange serve

  • Joining/hosting problems with two particular people

    I have a skype issue with just this one particular person, where if I or the particular person try to host a group call, the other person can't join and experience no sound, then get kicked out of the call. Rejoining didn't work, uninstalling didn't

  • I can't open my project in Premiere pro CC   ( error -600)

    any suggestions on how to fix this it was working last night -  now I cant open anythin -  I have the cloud subscription.  a macbook pro Mavericks OS x 10.9.1 2.5 ghz intel core i5 memory 4 gb 1600 mhz DDR3

  • Unable to Fill in Fillable PDF with Adobe Reader 11

    I have created a fillable pdf using adobe designer 9 and have saved it to be compatible with reader. I sent out the form to several collegues and one person wrote back that they are having issues. The person has adobe reader 11 and cannot save the fo