VSS plug-in for weblogic workshop

Hi,
does anyone know where I can find such a plug-in?
thanks in advance,
Manuel Leiria

just had a look at the site, and the losers haven't even got an update site yet! if they had, you could download and install it from within eclipse. as it is, you need to download the thing manually, put the zip in the root of your eclipse (where startup.jar is) and unpack it. if they're at all competent, it should place itself in the right place and be there next time you start eclipse. bit poor that there's no update site, though. they're a doddle to set up

Similar Messages

  • Href link with //localhost:7001 prefix in index.jsp  for WebLogic Workshop 8.1.2

    I installed the WebLogic Workshop 8.1.2 (Build: 2003.1211.044125). I built all
    six projects
    and everything seems to work well.
    I could access to the sample web services on the WebLogic server from the local
    server
    as well as from a remote client machine by pointing the browser to the following
    two URLs respectively:
    http://localhost:7001/WebServices/index.jsp (browser from local server)
    http://192.168.1.100:7001/WebServices/index.jsp (browser from remote client machine)
    When the "Simple web service sample" page shows up, I could click from the local
    server, and
    go to the HellowWorld.jws link. However, from the remote machine, I got the "Page
    not found"
    error when clicking on the HelloWorld.jws link.
    I checked the index.jsp file in the
    C:\bea\weblogic81\samples\workshop\SamplesApp\WebServices directory on the WebLogic
    server, and found that all the href reference has the //localhost:7001 prefix
    in the link,
    which caused the remote browser to fail.
    I then tried to global replacement and remove all the //localhost:7001 references
    in the
    index.jsp file so that the line changed from something like this:
    href="http://localhost:7001/WebServices/HelloWorld.jws?.EXPLORE=.TEST">HelloWorld.jws</a>
    to something like this:
    href="http:/WebServices/HelloWorld.jws?.EXPLORE=.TEST">HelloWorld.jws</a>
    and then save the index.jsp file in the same directory.
    Now, I fresh both of my browsers and I can correctly access to the HelloWorld.jws,
    and
    all other sample links, from the local server as well as from the remote client
    machine.
    Why is //localhost:7001 needed in the index.jsp file? It seems that without it
    the
    samples work better.

    Hello,
    You will need the full URL when you extend out of your local
    environment. Check out docs here [1] for an overview or for an extended
    story, review the issues [2] involved with clusters, DNS, IP addr, etc.
    Hope this is of some value,
    Bruce
    [1]
    http://edocs.bea.com/wls/docs81/webserv/assemble.html#1076491
    [2]
    http://e-docs.bea.com/wls/docs81/cluster/setup.html#714310
    Shuh Chang wrote:
    >
    I installed the WebLogic Workshop 8.1.2 (Build: 2003.1211.044125). I built all
    six projects
    and everything seems to work well.
    I could access to the sample web services on the WebLogic server from the local
    server
    as well as from a remote client machine by pointing the browser to the following
    two URLs respectively:
    http://localhost:7001/WebServices/index.jsp (browser from local server)
    http://192.168.1.100:7001/WebServices/index.jsp (browser from remote client machine)
    When the "Simple web service sample" page shows up, I could click from the local
    server, and
    go to the HellowWorld.jws link. However, from the remote machine, I got the "Page
    not found"
    error when clicking on the HelloWorld.jws link.
    I checked the index.jsp file in the
    C:\bea\weblogic81\samples\workshop\SamplesApp\WebServices directory on the WebLogic
    server, and found that all the href reference has the //localhost:7001 prefix
    in the link,
    which caused the remote browser to fail.
    I then tried to global replacement and remove all the //localhost:7001 references
    in the
    index.jsp file so that the line changed from something like this:
    href="http://localhost:7001/WebServices/HelloWorld.jws?.EXPLORE=.TEST">HelloWorld.jws</a>
    to something like this:
    href="http:/WebServices/HelloWorld.jws?.EXPLORE=.TEST">HelloWorld.jws</a>
    and then save the index.jsp file in the same directory.
    Now, I fresh both of my browsers and I can correctly access to the HelloWorld.jws,
    and
    all other sample links, from the local server as well as from the remote client
    machine.
    Why is //localhost:7001 needed in the index.jsp file? It seems that without it
    the
    samples work better.

  • NSAPI plug-in for Weblogic 5.1

    Has anyone come across any problems with using the weblogic plug-in for Iplanet 4.1 SP9 running on Solaris 8. If so please can you let me know. Thanks

    From my testing, there are no problems. Make sure you grab it from the
    latest Service Pack.
    Regards,
    Eric
    "faz man" <[email protected]> wrote in message
    news:3e5510db$[email protected]..
    Has anyone come across any problems with using the weblogic plug-in forIplanet 4.1 SP9 running on Solaris 8. If so please can you let me know.
    Thanks

  • Error NO_RESOURCES when using Apache Plug-in for Weblogic

    Hi all,
    LoadModule weblogic_module modules/mod_wl.so
       OS.....: OEL 6.3 64 bits
       Weblogic Server: 12.1.0.2 (192.168.0.123)
       Apache: Apache/2.2.15 (Unix) (192.168.0.149)
       I am trying to configure the Apache Plug-in to forward the requests to the Weblogic Server. I already did all the configuration, but when i try to access a page, i get the following error in Apache's error.log:
    [Wed Dec 03 18:25:42 2014] [error] [client 192.168.0.149] <649114176419322> weblogic: *******Exception type [NO_RESOURCES] (apr_socket_connect call failed with error=13, host=192.168.0.123, port=7006 ) raised at line 1682 of URL.cpp
    [Wed Dec 03 18:25:42 2014] [error] [client 192.168.0.149] weblogic: Trying GET /benefits/ at backend host '192.168.0.123/7006; got exception 'NO_RESOURCES: [os error=13,  line 1682 of URL.cpp]: apr_socket_connect call failed with error=13, host=192.168.0.123, port=7006 '
    [Wed Dec 03 18:25:44 2014] [error] [client 192.168.0.149] <649114176419322> weblogic: request [/benefits/] did NOT process successfully..................
       My httpd.conf if configured as follows:
    Listen 8080
    LoadModule weblogic_module modules/mod_wl.so
    <IfModule mod_weblogic.c>
       WeblogicHost 192.168.0.123
       WeblogicPort 7006
    </IfModule>
    <Location /benefits>
       SetHandler weblogic-handler
    </Location>
    When i try to access the app deployed in Weblogic with the following address: "http://192.168.0.149:8080/benefits/" , i get the error mentioned above and the following error is displayed in my browser:
       Failure of Web Server bridge:
       No backend server available for connection: timed out after 10 seconds or idempotent set to OFF or method not idempotent.
    What am i doing wrong?
    Thanks in advance.

    Hi all,
    I had some progress... i disabled the firewall (SELinux) on the Apache server. Before, i had just disabled the firewall from the Weblogic Server. Now, when i access the apache server, it redirects (sometimes, actually) the request to my Weblogic Cluster. Let's say that 50% of the time it works and the other 50% i get the error informed previously.
       I am using the apache user and the ulimit of this user is:
          [apache@vm-apache conf]$ ulimit -a
    core file size          (blocks, -c) 0
    data seg size           (kbytes, -d) unlimited
    scheduling priority             (-e) 0
    file size               (blocks, -f) unlimited
    pending signals                 (-i) 15915
    max locked memory       (kbytes, -l) 64
    max memory size         (kbytes, -m) unlimited
    open files                      (-n) 1024
    pipe size            (512 bytes, -p) 8
    POSIX message queues     (bytes, -q) 819200
    real-time priority              (-r) 0
    stack size              (kbytes, -s) 8192
    cpu time               (seconds, -t) unlimited
    max user processes              (-u) 1024
    virtual memory          (kbytes, -v) unlimited
    file locks                      (-x) unlimited
       From the Apache server (192.168.0.149), when i execute the "culr" command, i get the following message:
          [apache@vm-apache conf]$ curl http://192.168.0.123:7006/benefits
          <html><head><title>302 Moved Temporarily</title></head>
          <body bgcolor="#FFFFFF">
          <p>This document you requested has moved temporarily.</p>
          <p>It's now at <a href="http://192.168.0.123:7006/benefits/">http://192.168.0.123:7006/benefits/</a>.</p>
          </body></html>
       The message above represents a OK situation or a problematic one?
       Below you can see the last few lines of my Error Log and Access Log:
       ### error log ###
    [Thu Dec 18 20:54:16 2014] [error] [client 192.168.0.123] <340514189468553> weblogic: parseJVMID: could not resolve hostname '-1062731653'. Returning NULL from parseJVMID 
    [Thu Dec 18 20:54:16 2014] [error] [client 192.168.0.123] <340314189468563> weblogic: parseJVMID: could not resolve hostname '-1062731653'. Returning NULL from parseJVMID
    [Thu Dec 18 20:54:17 2014] [error] [client 192.168.0.123] File does not exist: /var/www/html/favicon.ico
    [Thu Dec 18 20:54:17 2014] [error] [client 192.168.0.123] File does not exist: /var/www/html/favicon.ico
    [Thu Dec 18 20:54:21 2014] [error] [client 192.168.0.123] <340114189468603> weblogic: parseJVMID: could not resolve hostname '-1062731653'. Returning NULL from parseJVMID, referer: http://192.168.0.149:8080/benefits/
    [Thu Dec 18 20:54:44 2014] [error] [client 192.168.0.149] <339814189468792> weblogic: parseJVMID: could not resolve hostname '-1062731653'. Returning NULL from parseJVMID
    [Thu Dec 18 20:54:44 2014] [error] [client 192.168.0.149] <339814189468792> weblogic: initJVMID: parseClusterServerList failure
    [Thu Dec 18 20:54:45 2014] [error] [client 192.168.0.123] <339914189468844> weblogic: parseJVMID: could not resolve hostname '-1062731653'. Returning NULL from parseJVMID, referer: http://192.168.0.149:8080/benefits/servlet
    [Thu Dec 18 20:54:45 2014] [error] [client 192.168.0.123] <339914189468844> weblogic: initJVMID: parseClusterServerList failure, referer: http://192.168.0.149:8080/benefits/servlet
    [Thu Dec 18 20:54:56 2014] [error] [client 192.168.0.149] <339814189468792> weblogic: request [/benefits/welcome.html] did NOT process successfully..................
    [Thu Dec 18 20:54:57 2014] [error] [client 192.168.0.123] <339914189468844> weblogic: request [/benefits/welcome.html] did NOT process successfully.................., referer:http://192.168.0.149:8080/benefits/servlet
       ### access log ###
    192.168.0.123 - - [18/Dec/2014:20:54:15 -0300] "GET /benefits HTTP/1.1" 302 267 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:10.0.5) Gecko/20120605 Firefox/10.0.5" 
    192.168.0.123 - - [18/Dec/2014:20:54:16 -0300] "GET /benefits/ HTTP/1.1" 200 5832 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:10.0.5) Gecko/20120605 Firefox/10.0.5"
    192.168.0.123 - - [18/Dec/2014:20:54:17 -0300] "GET /favicon.ico HTTP/1.1" 404 290 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:10.0.5) Gecko/20120605 Firefox/10.0.5"
    192.168.0.123 - - [18/Dec/2014:20:54:17 -0300] "GET /favicon.ico HTTP/1.1" 404 290 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:10.0.5) Gecko/20120605 Firefox/10.0.5"
    192.168.0.123 - - [18/Dec/2014:20:54:20 -0300] "POST /benefits/servlet HTTP/1.1" 200 492 "http://192.168.0.149:8080/benefits/" "Mozilla/5.0 (X11; Linux x86_64; rv:10.0.5) Gecko/20120605 Firefox/10.0.5"
    192.168.0.149 - - [18/Dec/2014:20:54:39 -0300] "GET /benefits/welcome.html HTTP/1.1" 503 250 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:10.0.5) Gecko/20120605 Firefox/10.0.5"
    192.168.0.123 - - [18/Dec/2014:20:54:44 -0300] "GET /benefits/welcome.html HTTP/1.1" 503 250 "http://192.168.0.149:8080/benefits/servlet" "Mozilla/5.0 (X11; Linux x86_64; rv:10.0.5) Gecko/20120605 Firefox/10.0.5"
    Is there any additional or recommended configuration for this solution to work properly?
    Thanks again for the attention and pacience.

  • IPlanet Plug in For WebLogic 5.1 SP9

    At the client site we are using PeopleSoft 8.3, Weblogic 5.1 SP9 with iPlanet proxy
    servers. The client is using 5.1ps6a plugin. The application does not function
    with this plug in. The client has another plugin 6.1sp4 with that WL5.1 Sp 9
    gives NASAPI plugin errror that follows:
    Message from the NSAPI plugin:
    No backend server available for connection: timed out after 10 seconds.
    Build date/time: Sep 18 2002 16:55:57
    Change Number: 208523
    My questions, do BEA has 5.1Sp9 plugin?
    Why NSAPI plugin errors while using 6.1sp4 plugin?
    What else would fix the problem:
    Thanks

    A first step will be to enable logging for the proxy plugin. You do
    this by adding the line Debug=ON in the obj.conf server directive.
    Verify your steps in the following doc:
    http://www.weblogic.com/docs51/admindocs/nsapi.html
    This Debug creates a file /tmp/wlproxy.log. This file will help you
    troubleshoot the issue for proxy-plugin for the 5.1 and 6.1 instances.
    Post the log file and lets see what happens...
    Good luck,
    abdul
    [email protected]
    "Vidya Sagar" <[email protected]> wrote in message news:<3ea42831$[email protected]>...
    At the client site we are using PeopleSoft 8.3, Weblogic 5.1 SP9 with iPlanet proxy
    servers. The client is using 5.1ps6a plugin. The application does not function
    with this plug in. The client has another plugin 6.1sp4 with that WL5.1 Sp 9
    gives NASAPI plugin errror that follows:
    Message from the NSAPI plugin:
    No backend server available for connection: timed out after 10 seconds.
    Build date/time: Sep 18 2002 16:55:57
    Change Number: 208523
    My questions, do BEA has 5.1Sp9 plugin?
    Why NSAPI plugin errors while using 6.1sp4 plugin?
    What else would fix the problem:
    Thanks

  • NSAPI Plug-In For WebLogic 8.1

    I am having some problems authenticating in WebLogic 8.1 when passing Novell I-Chain
    headers through a IPlanet proxy. Authentication works fine when passing the headers
    directly to WebLogic, but it seems as though WebLogic cannot recognize the request
    when passed through the NSAPI proxy plug-in. Any suggestions?

    Small bug, simple answer:
    The NSAPI proxy plugin converts any headers passed to it into lowercase. Make
    sure the authenticator is looking for the correct case-sensitive string.

  • Apache plug-in for weblogic server under linux

    Ladies and gents,
              Having problems getting the plug-in working..............
              System components:
              RedHat linux 6.1
              BEA Weblogic server 5.1
              Apache web server 1.3.19 (WLS supports the plug-in)
              I have enabled DSO support and verified this using
              {APACHEHOME}/bin/httpd -l which lists mod_so.c as one of its
              components
              I have installed and activated the plug-in using apxs
              To verify that the plug-in was installed I did this:
              %grep weblogic {APACHEHOME}/conf/httpd.conf
              which returns
              LoadModule weblogic_module libexec/mod_wl.so
              BUT NOT:
              AddModule mod_weblogic.c
              I have checked {APACHEHOME}/src/modules/standard and that does not
              contain the file. Please could someone mail me the source file
              "mod_weblogic.c" or enlighten me as to why this not happening.
              Many thanks in advance,
              Kevin
              

    Ladies and gents,
              Having problems getting the plug-in working..............
              System components:
              RedHat linux 6.1
              BEA Weblogic server 5.1
              Apache web server 1.3.19 (WLS supports the plug-in)
              I have enabled DSO support and verified this using
              {APACHEHOME}/bin/httpd -l which lists mod_so.c as one of its
              components
              I have installed and activated the plug-in using apxs
              To verify that the plug-in was installed I did this:
              %grep weblogic {APACHEHOME}/conf/httpd.conf
              which returns
              LoadModule weblogic_module libexec/mod_wl.so
              BUT NOT:
              AddModule mod_weblogic.c
              I have checked {APACHEHOME}/src/modules/standard and that does not
              contain the file. Please could someone mail me the source file
              "mod_weblogic.c" or enlighten me as to why this not happening.
              Many thanks in advance,
              Kevin
              

  • Configure/installing apache web server (1.3.26) plug in for weblogic server  6.1

    hi,
    can any body know the exact steps to configure the apache web server which can proxy requests to weblogic server 6.1?
    thanks in advance.

    hi,
    can any body know the exact steps to configure the apache web server which can proxy requests to weblogic server 6.1?
    thanks in advance.

  • Apache Proxy Plug-in with WebLogic 8.1 SP5 - Transfer Encoding:Chunked

    Hello All,
    Configuration: Apache 2.0.48
    Plugin - mod_wl128_20.so
    WebLogic Version - 8.1 SP5
    There is no SSL between Apache and WebLogic server.
    Apache seems to have issue when the response from WebLogic has: Hdrs from WLS:[Transfer-Encoding]=[chunked]
    I turned on the debugging on Apache side with DebugAll flag and WLS sends data to Apache plug-in.
    Is is a known issue? Is there any CR to fix it? Please let me know if you need further details.
    Any help is appreciated.
    Thanks,
    Janani

    Hi Vishwas,
    Thank you for the reply. I forgot to mention that Apache and WebLogic are on Solaris 9 platform.
    Accesing a webapp hosted on WebLogic through Apache->plug-in->WebLogic return 500 internal server error, but other webapps hosted on the same WebLogic domain works properly. Looking at the Response Hdrs from WebLogic shows that WLS returns transfer-encoding=chunked. The other webapps which work properly has content-length set and transfer-encoding is not chunked.
    So, the question is does Apache Plug-in for weblogic 8.1 SP5 read the chunked data properly?
    Thanks,
    Janani

  • BEA Weblogic Workshop 10 training

    Hi all,
    We need to train our developers. Do you any course offer for Weblogic Workshop 10?
    Thanks,
    Liem.

    HI,
    you can contact oracle sales people for having training on weblogic workshop 10.x.
    I hope if you contact them directly they will provide you this course material including training.
    After training if you have any quires on workshop and its related issues you can open ticket with oracle weblogic workshop team.
    Hope this information is enough for you to get down to train to your people.
    you can also post queries on this forum if you need any further help.
    All the Best.
    Regards,
    Kal.

  • JVisualVM Plug-In with Weblogic 12.1.2

    Hi,
    I am trying to connect to a Coherence Cluster running on Weblogic 12.1.2 and can't. I am following this doc The Oracle Coherence Incubator -
    Using jdk 1.7.0_45 on Windows 8.1.
    I can get it running with Coherence Standalone.
    I tried to configuring jmx admin at the servers...
    -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false
    With jmx port... without the different port... without this config. 
    I start JVisualVM like this
    %JAVA_HOME%\bin\jvisualvm.exe --cp:a %WL_HOME%\server\lib\wljmxclient.jar;%WL_HOME%\server\lib\weblogic.jar -J-Djmx.remote.protocol.provider.pkgs=weblogic.management.remote -J-Dcom.oracle.coherence.jvisualvm.disable.mbean.check=true
    A Kodo error appears when start VisualVM. If I change weblogic.jar to weblogic-classes.jar... the error dissapears.
    Can you give an example how must be configured the weblogic server? To what server I must connect? The Coherence Data Server? The AdminServer? I tried them all.
    service:jmx:iiop://localhost:xxxx/jndi/weblogic.management.mbeanservers.domainruntime
    Thank you!!
    JP

    Hi Vishwas,
    Thank you for the reply. I forgot to mention that Apache and WebLogic are on Solaris 9 platform.
    Accesing a webapp hosted on WebLogic through Apache->plug-in->WebLogic return 500 internal server error, but other webapps hosted on the same WebLogic domain works properly. Looking at the Response Hdrs from WebLogic shows that WLS returns transfer-encoding=chunked. The other webapps which work properly has content-length set and transfer-encoding is not chunked.
    So, the question is does Apache Plug-in for weblogic 8.1 SP5 read the chunked data properly?
    Thanks,
    Janani

  • WebLogic Workshop 9.2

    Though the base version of Eclipse being used for WebLogic Workshop 9.x is Eclipse 3.1, why has the feature.xml file of Eclipse been changed to say 9.2?

    Hi Pranav,
    It turns out that the .eclipseproduct file is specifically there to be customized with the product name, id, and version number for the product. It is part of the mechanisms Eclipse provides for branding.
    http://www.eclipse.org/articles/Article-Branding/branding-your-application.html
    http://help.eclipse.org/help31/index.jsp?topic=/org.eclipse.platform.doc.isv/guide/product_config_install.htm
    So unfortunately it looks like the 3rd party installer is not handling this standard mechanism correctly.
    Does changing the version number allow the plugins to be installed so that the customer is able to move forward without other problems?
    Thanks.
    -Chris

  • IIS 6 Plug-in with Weblogic 8.1

    Hello there,
    I am just wondering if there is anyone out there, who got IIS 6 plug-in working
    with WebLogic 8.1. Plug-in perfectly works with IIS 5. When we upgraded W2K to
    W2003 plug-in didn't work with Weblogic. If there is anyone who knows how to get
    this up and running, your help will be appreciated.
    Thank you.

    Hi Vishwas,
    Thank you for the reply. I forgot to mention that Apache and WebLogic are on Solaris 9 platform.
    Accesing a webapp hosted on WebLogic through Apache->plug-in->WebLogic return 500 internal server error, but other webapps hosted on the same WebLogic domain works properly. Looking at the Response Hdrs from WebLogic shows that WLS returns transfer-encoding=chunked. The other webapps which work properly has content-length set and transfer-encoding is not chunked.
    So, the question is does Apache Plug-in for weblogic 8.1 SP5 read the chunked data properly?
    Thanks,
    Janani

  • What happened to Oracle Workshop for Weblogic?

    I just installed a more recent version the Oracle OSB (wls1033_oepe111150_win32.exe) but i can't seem to find the Oracle Workshop for Weblogic anymore in this install. I do find the Oracle Enteprise Pack for Eclipe but when i open it there is no Oracle Service Bus perspective nor can i create a new Oracle Service Bus project. Do i have to install something more?

    Here are the installation instructions for Oracle Service Bus 11.1.1.3.
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e15017/before.htm#CHDHCJEC
    Check section 3.4 for prerequisites on WebLogic Server and OEPE versions.
    thanks,
    greg

  • Workshop for weblogic 8.1

    Hi,
    I need to setup j2EE development environment in weblogic workshop 8.1. I cannot find a link for it in Oracle website. How can i download it?
    Thanks

    Hi,
    Go to edilvery.oracle.com to download the WLS platform 8.1 for support of workshop.
    Regards,
    Kal.

Maybe you are looking for