WebLogic 8.1SP4 and IIS

Hi,
I want to configure weblogic with IIS and have found enough articles on how to proxy IIS to point to a single instance or a clustered environment but not on how to proxy IIS to multiple WebLogic servers
I have the application running on
http://<weblogic-server>:7201/elms
http://<weblogic-server>:7301/elms
http://<weblogic-server>:7401/elms
and I want to be able to access these via the IIS through these URLs:
http://<IIS_Server>/elms
http://<IIS_Server>/elms_sit
http://<IIS_Server>/elms_uat
Is this configuration possible? Any help would be highly appreciated.
Thanks
Sandeep

Since you are attempting to proxy by path you need to configure the iisforward.dll as stated in step #3 here:
http://e-docs.bea.com/wls/docs81/plugins/isapi.html#100382

Similar Messages

  • SSL between WebLogic 10.0 and IIS 6.0 does'nt work

    Hi,
    I don't understand why the SSL connection between WL10.0 and IIS 6.0 doesn't work. My ini file is below:
    WebLogicHost=10.0.162.31
    WebLogicPort=7002
    ConnectTimeoutSecs=20
    ConnectRetrySecs=2
    WlForwardPath=/weblogic
    PathTrim=/weblogic
    Debug=ON
    SecureProxy=ON
    TrustedCAFile=C:\trustedca.pem
    EnforceBasicConstraints=off
    RequireSSLHostMatch=false
    where 'trustedca.pem' is the pem extracted (and converted) from wlsdemoca contained into DemoTrust.jks and '7002' is my ssl listen port.
    I need to set any more parameter??
    My wlpsoxy.log for one request is:
    ================New Request: [crl4/.wlforward] =================
    Thu Apr 17 10:27:32 2008 <351612084388524> SSL is not being used
    Thu Apr 17 10:27:32 2008 <351612084388524> resolveRequest: wlforward: /crl4/
    Thu Apr 17 10:27:32 2008 <351612084388524> URI is /crl4/, len=6
    Thu Apr 17 10:27:32 2008 <351612084388524> Request URI = [crl4/]
    Thu Apr 17 10:27:32 2008 <351612084388524> attempt #0 out of a max of 10
    Thu Apr 17 10:27:32 2008 <351612084388524> Trying a pooled connection for '10.0.162.31/7001/7001'
    Thu Apr 17 10:27:32 2008 <351612084388524> getPooledConn: No more connections in the pool for Host[10.0.162.31] Port[7001] SecurePort[7001]
    Thu Apr 17 10:27:32 2008 <351612084388524> general list: trying connect to '10.0.162.31'/7001/7001 at line 1239 for '/crl4/'
    Thu Apr 17 10:27:32 2008 <351612084388524> INFO: New NON-SSL URL
    Thu Apr 17 10:27:32 2008 <351612084388524> Connect returns -1, and error no set to 10035, msg 'Unknown error'
    Thu Apr 17 10:27:32 2008 <351612084388524> EINPROGRESS in connect() - selecting
    Thu Apr 17 10:27:32 2008 <351612084388524> Local Port of the socket is 1476
    Thu Apr 17 10:27:32 2008 <351612084388524> Remote Host 10.0.162.31 Remote Port 7001
    Thu Apr 17 10:27:32 2008 <351612084388524> general list: created a new connection to '10.0.162.31'/7001 for '/crl4/', Local port: 1476
    Thu Apr 17 10:27:32 2008 <351612084388524> WLS info in sendRequest: 10.0.162.31:7001 recycled? 0
    Thu Apr 17 10:27:32 2008 <351612084388524> URL::parseHeaders: CompleteStatusLine set to [HTTP/1.1 200 OK]
    Thu Apr 17 10:27:32 2008 <351612084388524> URL::parseHeaders: StatusLine set to [200 OK]
    Thu Apr 17 10:27:32 2008 <351612084388524> parsed all headers OK
    Thu Apr 17 10:27:32 2008 <351612084388524> sendResponse() : uref->getStatus() = '200'
    Thu Apr 17 10:27:32 2008 <351612084388524> Going to send headers to the client. Status :200 OK
    Thu Apr 17 10:27:32 2008 <351612084388524> Content Length = 264
    Thu Apr 17 10:27:32 2008 <351612084388524> canRecycle: conn=1 status=200 isKA=1 clen=264 isCTE=0
    Thu Apr 17 10:27:32 2008 <351612084388524> closeConn: pooling for '10.0.162.31/7001'
    Thu Apr 17 10:27:32 2008 <351612084388524> request [crl4/] processed successfully ..................
    Thu Apr 17 10:27:57 2008 <351612084387971> timed out 1 connections, idle for (at least) 25 secs
    Any idea that help me?

    I had a look into the xlclient.cmd file and went to the JAVA directory which is being used. And did a search for the "cacerts" and found out that there is a file named cacerts in the JAVA_HOME/jre/lib/security folder over there.
    But how does that relate to the problem of running the keytool command successfully at the right place (OIM_DC_HOME) ?
    Any hints Kevin....
    Thanks,
    - oidm.

  • Weblogic 8.0 and IIS 5.0 plug in issue

    hi,
    I have a computer with Windows 2000 server and IIS 5.0 installed.
    I am trying to open a connection with a Weblogic Server 8 SP3 on another machine.
    My iisproxy.dll and iisproxy.ini
    are on the folder: C:\WINNT\system32\inetsrv
    iisproxy.ini :
    WlForwardPath=/IhmActivation
    Debug=ALL
    WebLogicHost=toto
    WebLogicPort=49162
    WLLogFile=C:\iisproxy3.log
    I have configured iisproxy.dll in IIS 5.0
    Based on what I entered in my configuration file iisproxy.ini, if I type the URL:
    http://localhost/IhmActivation/here.do
    it should point to
    http://toto:49162/IhmActivation/here.do
    I get a 401 message:
    Going to send headers to the client. Status :401 Unauthorized xxx
    The login and password are ok.
    So I do not know where the problem comes from.
    Does anyone have an idea please ?
    Thanks for your help.

    Since you are attempting to proxy by path you need to configure the iisforward.dll as stated in step #3 here:
    http://e-docs.bea.com/wls/docs81/plugins/isapi.html#100382

  • Secure Communication between Weblogic 5.1 and IIS

    I have WL5.1 and IIS running on two separate machines. I've installed
    SSL certificates on IIS. So the traffic between the browser and IIS is
    encrypted.
    When the "iisforward" filter is used to forward servlet execute to
    Weblogic I get a message on the browser which says "You're about to be
    redirected to a connection which is not secure. The information you're
    sending to the current site might be retransmitted to a non-secure site. Do
    you wish to continue?"
    This makes sense as IIS does not know where the filter is forwarding this
    data. But how do I get rid of that message? There does not seem to be a way
    in 5.1 for the plugin/filter on IIS to communicate securely over SSL to the
    Weblogic server.
    Thanks,
    - Ayush

    Can you give more details on how you configured credentials on jboss end.
    post this on jboss forumn as the solution lies in jboss configuration not that of wls.

  • WLS 8.1SP4 and the ever-increasing number of JMS connections

    We are running a CRM application on a BEA WebLogic 8.1SP4 cluster and we are experiencing some regular performance problems.
    When looking at the active JMS connections we see that they can increase till 800 current connections until the application slows down. It takes a very long time to generate the active JMS connections overview
    The current number of connections is always nearly identical to the connections high value.
    Do you maybe recognize this kind of behavior? Your comments, advice or suggestions are very much appreciated.
    With kind regards,
    Fred

    We are running a CRM application on a BEA WebLogic 8.1SP4 cluster and we are experiencing some regular performance problems.
    When looking at the active JMS connections we see that they can increase till 800 current connections until the application slows down. It takes a very long time to generate the active JMS connections overview
    The current number of connections is always nearly identical to the connections high value.
    Do you maybe recognize this kind of behavior? Your comments, advice or suggestions are very much appreciated.
    With kind regards,
    Fred

  • WebLogic on Unix and web server on NT

    Hi,
    I would like to know whether it is possible to run a WebLogic server on Solaris
    and IIS web server on NT and have IIS forward its JSP requests to WebLogic.
    Are there any problems if somebody is running this kind of setup
    Thanks in advance,
    Ramkumar

    Hi.
    Sure, we offer a plugin for IIS that you can configure to forward JSP requests to
    WLS. See the following link for more details:
    http://e-docs.bea.com/wls/docs61/adminguide/isapi.html
    Michael
    Ramkumar Sampathkumaran wrote:
    Hi,
    I would like to know whether it is possible to run a WebLogic server on Solaris
    and IIS web server on NT and have IIS forward its JSP requests to WebLogic.
    Are there any problems if somebody is running this kind of setup
    Thanks in advance,
    Ramkumar--
    Developer Relations Engineer
    BEA Support

  • Java SSO and IIS

    This is a repeat of this post: Java SSO and IIS
    Noone answered there.
    Hello,
    my organization uses Java SSO authentication in Oracle Application Server. Now we want to "expand" SSO so that our IIS applications can benefit from Oracle SSO and user needn't print user name / password again. Is there any way to use Java SSO in IIS? In this project we use Java SSO, not Oracle Identity Management.
    Thanks in advance

    Hi ,
    I was installed and configured policy agent successfully.while i am trying to access the application url i am getting following error.
    I am using IIS6.0 and access manager 7.1.
    Error 2824:15b9918 AuthService: AuthService::processLoginStatus() Exception message=[Application user ID is not valid.] errorCode='107' templateName=login_failed_template.jsp.
    2009-03-10 00:03:05.828 Error 2824:15b9918 PolicyEngine: am_policy_evaluate: InternalException in AuthService::processLoginStatus() with error message:Exception message=[Application user ID is not valid.] errorCode='107' templateName=login_failed_template.jsp and code:3
    2009-03-10 00:03:05.828 Warning 2824:15b9918 PolicyAgent: am_web_is_access_allowed()(http://fcs-ylwkuzfoz1q.ramesh.com:99/website.html, GET) denying access: status = Access Manager authentication service failure
    2009-03-10 00:03:05.828 Debug 2824:15b9918 PolicyAgent: am_web_is_access_allowed(): Successfully logged to remote server for GET action by user unknown user to resource http://fcs-ylwkuzfoz1q.ramesh.com:99/website.html.
    2009-03-10 00:03:05.828 Info 2824:15b9918 PolicyAgent: am_web_is_access_allowed()(http://fcs-ylwkuzfoz1q.ramesh.com:99/website.html, GET) returning status: Access Manager authentication service failure.
    2009-03-10 00:03:05.828 Debug 2824:15b9918 PolicyAgent: HttpExtensionProc(): status after am_web_is_access_allowed = Access Manager authentication service failure (3)
    2009-03-10 00:03:05.828 Error 2824:15b9918 PolicyAgent: HttpExtensionProc(): status: Access Manager authentication service failure (3)
    2009-03-10 00:03:05.828 Debug 2824:15b9918 PolicyAgent: OnSendResponse(): HTTP Status code is 500
    can any one please help me to resolve this.
    Thanks
    Ramesh Kumar GV

  • Server crashes running CFMX7 and IIS

    The sequence of events is that the server runs fine....for a
    short while, then either CF services or all the Web services become
    unavailalbe. Sometimes the whole machine goes down, and must be
    rebooted. Sometimes if the machine does not go down, restarting CF
    services or the Web services IIS solves the issue and the site
    becomes available againl.
    There are no server logs pointing to any hardware or Windows
    operating system system problems. Running Windows 2003 Server and
    IIS 6 with CFMX7.
    Sometimes when the server goes down, I get a Jrun connection
    error. But I really think that the server is just getting
    overloaded with these erroneous 404 errors that are showing up
    every couple of minutes/seconds in the application log.
    These are 404 errors for pages that have been off the Website
    for years, in some cases. It feels like a Web crawler is going
    through the site looking for old erroneous pages and not finding
    them.
    I have built a completely new server, and now have twice the
    hard-drive space and twice the RAM, but it is beginning to crash
    just like the previous server. And the application log is filling
    up, just like the prevous server.
    We have re-assigned IP addresses, so this new server now has
    the same IP address that the old one had, and even though it has a
    new name, all references to the old name are being forwarded to the
    new server....So our problem has followed us to the new machine.
    Iiiiiiiieeeeeee. I am in the twlight zone, and can't get out.
    Does anyone have any idea how I can tell where these 404 errors
    might be coming from? How do I get a referrer on a log file error?
    Or any other ideas at all. I am at my wits end, and if I
    don't solve this problem am in serious trouble here. WCW

    Willow315 wrote:
    > The sequence of events is that the server runs
    fine....for a short while, then
    > either CF services or all the Web services become
    unavailalbe. Sometimes the
    > whole machine goes down, and must be rebooted.
    Goes down? Do you mean 100% CPU and unresponsive or do you
    mean it
    completely locks up and doesn't even answer pings anymore?
    > Sometimes when the server goes down, I get a Jrun
    connection error. But I
    > really think that the server is just getting overloaded
    with these erroneous
    > 404 errors that are showing up every couple of
    minutes/seconds in the
    > application log.
    What is the first error you see in your *-out.log? Is JRun
    maximizing
    the allocated RAM when it goes down?
    > Iiiiiiiieeeeeee. I am in the twlight zone, and can't get
    out. Does anyone have
    > any idea how I can tell where these 404 errors might be
    coming from? How do I
    > get a referrer on a log file error?
    In your IIS logging settings, enable referrer logging. And
    you might
    check if there is a "Check that file exists" checkbox in IIS
    where you
    mapped the .cfm extension to CF.
    Jochem
    Jochem van Dieten
    Adobe Community Expert for ColdFusion

  • IE11 Problem with Windows 8.1 and IIS 8.5

    I have upgraded my computer from Windows 8 to Windows 8.1, 64bit and IIS 8.5 is installed on the upgraded machine. I am unable to view with IE11 the default page of the default website  hosted on the local machine. The problem occurs with both
    the desktop version of IE11 and the Windows 8 metro style version.
    When Chrome is installed on the machine the page is visible but when using IE11 a "This page can't be displayed" message appears. The IIS Log Files reveal that it is receiving nothing from IE11. Other machines I have that have also been upgraded
    to Windows 8.1 exhibit the same fault.
    The strange thing is that when viewing pages on other networked machines exhibiting the same problem, you can see the pages on the remote machines but in all instances the local page cannot be viewed.
    It appears that there is a problem with IE11. Uninstalling and reinstalling IE11 does not fix the problem.
    Can anyone help me? Assitance with this problem would be most appreciated. 

    Description
    <dir>
    </dir><dir></dir><dir></dir><dir>
    Faulting Application Path: C:\Program Files (x86)\Internet Explorer\iexplore.exe
    </dir>
    Problem signature
    <dir>
    </dir><dir></dir><dir></dir><dir>
    Problem Event Name: APPCRASH
    Application Name: IEXPLORE.EXE
    Application Version: 11.0.9600.16384
    Application Timestamp: 52157231
    Fault Module Name: MSHTML.dll
    Fault Module Version: 11.0.9600.16432
    Fault Module Timestamp: 52620354
    Exception Code: c0000005
    Exception Offset: 002964a7
    OS Version: 6.3.9600.2.0.0.256.48
    Locale ID: 2057
    Additional Information 1: ab90
    Additional Information 2: ab9026eb5cad8b25f882a373e2d752b2
    Additional Information 3: d486
    Additional Information 4: d48664e52db6f0b0676e13c96e422192
    </dir>
    Extra information about the problem
    <dir>
    </dir><dir></dir><dir></dir><dir>
    Bucket ID: 45b7b98d077be82c89ec9142c2213a5f (-374769956)
    </dir>

  • Crystal 8 Web Component Server ond Windows Server 2003 and IIS 6

    I am trying to get Crystal 8 Web Component and Page Server to run on Windows 2003 Server with IIS 6. I have done the following:
    Added the .cri and .rpt ISAPI extension mappings
    Have Cache ISAPI extentions selected
    Deselected "verify that file exists"
    Aded the .cri and .rpt MIME types
    Added wcsinsapi.dll as a IIS 6.0 extension
    The above resolved all HTTP 40x.x errors but when trying to access a report from IE I receive the following error:
    Error: Could not connect to the Web Component Server.
    The page server and web component server services are running and I do see the listen ports (6401, 6403) active.
    I know this is old software but it works quite well under a Windows 2000 Server and other web postings indicate that it is possible to run Crystal 8 under WS2003 and IIS 6.
    Does any one know of a white paper/support document that details how to run Crystal 8 under Windows Server 2003 and IIS 6?
    Has any one done this successfully?
    Any tips as to cause of the "Could Not Connect" problem would be greatly appreciated.

    Well as it turns out it looks like it was just this server.
    We tried everything, and I added those user accounts to full
    permission for the Coldfusion folders and we just could not get it
    to work. We tried it on another couple servers running 2003, and it
    installed perfectly right out of the box with no other permissions
    needed. And those servers were all running default configs with no
    other permissions done.
    We still have no idea what was the problem, but at least for
    now it seems to be this server. But I will tell you what, that II6
    stuff seems to be a bit of a pain, we had major problems installing
    new version of PHP with it too. Oh well, good luck to you
    too!

  • Help!.... XA error: using Weblogic 6.1 and Oracle 8.1.6

              Hi,
              I am using Weblogic 6.1 with Oracle 8.1.7. I configured a TXDataSource as I wanted
              to use Container Managed Transaction through a Session Bean.
              Connection Pool Settings: -------------------------
              Name - myXAPool URL - jdbc:oracle:thin:@myServer:1521:myDb DriverClassname - oracle.jdbc.xa.client.OracleXADataSource
              TXDataSource Settings : -----------------------
              Name - myXADS
              JNDIName - myXADS
              PoolName - myXAPool
              Everything works fine but once in a while I get the following exception:
              java.sql.SQLException: XA error: XAER_RMERR : A resource manager error has occured
              in the transaction branch start() failed on resource 'myXAPool' Unexpected error
              during start for XAResource 'myXAPool': null
              The connection pool size is 30 and the number connections high reached was 5,
              which means there are enough connections in the pool available at all time.
              It would be really great if you can help me out.
              Thanks in Advance, Sudhir.
              

    Hi Slava,
    Sorry about that Oracle instance I am using is 8.1.7.
    For the XA Driver I am using the one that comes with Weblogic in weblogic.jar.
    And my Weblogic version 6.1 Sp3.
    Thanks,
    Sudhir.
    "Slava Imeshev" <[email protected]> wrote:
    Hi Sudhir,
    Are you using an instance of 8.1.6 or 8.1.7? In the message header you
    say
    8.1.6.
    Regards,
    Slava Imeshev
    "Sudhir Babu" <[email protected]> wrote in message
    news:[email protected]..
    Hi,
    I am using Weblogic 6.1 with Oracle 8.1.7. I configured a TXDataSourceas
    I wanted
    to use Container Managed Transaction through a Session Bean.
    Connection Pool Settings: -------------------------
    Name - myXAPool URL - jdbc:oracle:thin:@myServer:1521:myDb
    DriverClassname - oracle.jdbc.xa.client.OracleXADataSource
    TXDataSource Settings : -----------------------
    Name - myXADS
    JNDIName - myXADS
    PoolName - myXAPool
    Everything works fine but once in a while I get the following exception:
    java.sql.SQLException: XA error: XAER_RMERR : A resource manager errorhas
    occured
    in the transaction branch start() failed on resource 'myXAPool' Unexpectederror
    during start for XAResource 'myXAPool': null
    The connection pool size is 30 and the number connections high reachedwas
    5,
    which means there are enough connections in the pool available at alltime.
    It would be really great if you can help me out.
    Thanks in Advance, Sudhir.

  • XA error: using Weblogic 6.1 and Oracle 8.1.6

    Hi,
    I am using Weblogic 6.1 with Oracle 8.1.7. I configured a TXDataSource as I wanted
    to use Container Managed Transaction through a Session Bean.
    Connection Pool Settings: -------------------------
    Name - myXAPool URL - jdbc:oracle:thin:@myServer:1521:myDb
    DriverClassname - oracle.jdbc.xa.client.OracleXADataSource
    TXDataSource Settings : -----------------------
    Name - myXADS
    JNDIName - myXADS
    PoolName - myXAPool
    Everything works fine but once in a while I get the following exception:
    java.sql.SQLException: XA error: XAER_RMERR : A resource manager error has occured
    in the transaction branch start() failed on resource 'myXAPool' Unexpected error
    during start for XAResource 'myXAPool': null
    The connection pool size is 30 and the number connections high reached was 5,
    which means there are enough connections in the pool available at all time.
    It would be really great if you can help me out.
    Thanks in Advance, Sudhir.

    Hi Slava,
    Sorry about that Oracle instance I am using is 8.1.7.
    For the XA Driver I am using the one that comes with Weblogic in weblogic.jar.
    And my Weblogic version 6.1 Sp3.
    Thanks,
    Sudhir.
    "Slava Imeshev" <[email protected]> wrote:
    Hi Sudhir,
    Are you using an instance of 8.1.6 or 8.1.7? In the message header you
    say
    8.1.6.
    Regards,
    Slava Imeshev
    "Sudhir Babu" <[email protected]> wrote in message
    news:[email protected]..
    Hi,
    I am using Weblogic 6.1 with Oracle 8.1.7. I configured a TXDataSourceas
    I wanted
    to use Container Managed Transaction through a Session Bean.
    Connection Pool Settings: -------------------------
    Name - myXAPool URL - jdbc:oracle:thin:@myServer:1521:myDb
    DriverClassname - oracle.jdbc.xa.client.OracleXADataSource
    TXDataSource Settings : -----------------------
    Name - myXADS
    JNDIName - myXADS
    PoolName - myXAPool
    Everything works fine but once in a while I get the following exception:
    java.sql.SQLException: XA error: XAER_RMERR : A resource manager errorhas
    occured
    in the transaction branch start() failed on resource 'myXAPool' Unexpectederror
    during start for XAResource 'myXAPool': null
    The connection pool size is 30 and the number connections high reachedwas
    5,
    which means there are enough connections in the pool available at alltime.
    It would be really great if you can help me out.
    Thanks in Advance, Sudhir.

  • Problems Installing ColdFusion 9 (64 bit) on Windows 7 and IIS 7.5

    Problem:  Empty response for static Files including images, CSS and js files. The response code is 200 OK, but there is no actual response (it's empty).
    The ColdFusion Administration web site works correctly except it's not displaying any images, css and js. Why it is serving up dynamic content and not static is a mystery.
    Installed ColdFusion 9 (64 bit) Multiserver Option on Windows 7 running IIS 7.5.
    I have verified that IIS 7.5 is correctly configured for Static Content for both the handler mappings and the modules.
    The Configuration for IIS 7.5 install looks like this:
    The ColdFusion web configuration tools shows that it is connected to all instances of IIS.
    I have uninstalled ColdFusion9 and IIS 7.5, and reinstalled many times but get the same problem: Empty responses for Static Files.
    Help is appreciated.

    To Clarify the blurry picture, this is what the IIS 7.5 install options look like:
    Web Mgmt Tools > II6 Mgmt Compatility > IIS Metabase  & II6 Compatability
    WWW Services > Application Dev Features > .Net Extensibility and ASP.Net and CGI and ISAPI Extensions & ISAPI Filters
    Common HTTP Features > Default Document and Directory Browsing and HTTP Errors and Static Content
    Security > Request Filtering

  • Which database driver is required for weblogic 10.3 and Oracle DB 11g both on MS2008 separate server

    Hi,
    i am trying to configure JDBC with weblogic. Can any one tell me which deriver needs to be selected for weblogic 10.3 and Oracle DB 11g both on MS2008 separate server.
    if i use BEA oracle Driver (Type 4) version 9.0.1, 9.2.0,10,11,  i find error (see snap:2)
    Connection test failed.
    [BEA][Oracle JDBC Driver]Error establishing socket. Unknown host: hdyhtc137540d<br/>weblogic.jdbc.base.BaseExceptions.createException(Unknown Source)<br/>weblogic.jdbc.base.BaseExceptions.getException(Unknown Source)<br/>weblogic.jdbc.oracle.OracleImplConnection.makeConnectionHelper(Unknown Source)<br/>weblogic.jdbc.oracle.OracleImplConnection.makeConnection(Unknown Source)<br/>weblogic.jdbc.oracle.OracleImplConnection.connectAndAuthenticate(Unknown Source)<br/>weblogic.jdbc.oracle.OracleImplConnection.open(Unknown Source)<br/>weblogic.jdbc.base.BaseConnection.connect(Unknown Source)<br/>weblogic.jdbc.base.BaseConnection.setupImplConnection(Unknown Source)<br/>weblogic.jdbc.base.BaseConnection.open(Unknown Source)<br/>weblogic.jdbc.base.BaseDriver.connect(Unknown Source)<br/>com.bea.console.utils.jdbc.JDBCUtils.testConnection(JDBCUtils.java:505)<br/>c om.bea.console.actions.jdbc.datasources.createjdbcdatasource.CreateJDBCDataSource.testConn ectionConfiguration(CreateJDBCDataSource.java:369)<br/>sun.reflect.GeneratedMethodAccessor 826.invoke(Unknown Source)<br/>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl. java:25)<br/>java.lang.reflect.Method.invoke(Method.java:597)<br/>org.apache.beehive.netui .pageflow.FlowController.invokeActionMethod(FlowController.java:870)<br/>org.apache.beehiv e.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:809)<br/>org.ap ache.beehive.netui.pageflow.FlowController.internalExecute(FlowController.java:478)<br/>or g.apache.beehive.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java :306)<br/>org.apache.beehive.netui.pageflow.FlowController.execute(FlowController.java:336 )<br/>...
    and
    when i use oracle's driver (thin) version 9.0.1, 9.2.0,10,11, i find error
    Connection test failed.
    Io exception: The Network Adapter could not establish the connection<br/>oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:10 1)<br/>oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:112)<br/>oracle .jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:173)<br/>oracle.jdbc.drive r.DatabaseError.throwSqlException(DatabaseError.java:229)<br/>oracle.jdbc.driver.DatabaseE rror.throwSqlException(DatabaseError.java:458)<br/>oracle.jdbc.driver.T4CConnection.logon( T4CConnection.java:411)<br/>oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnectio n.java:490)<br/>oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:202)<br/>oracle .jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:33)<br/>oracle.jdbc. driver.OracleDriver.connect(OracleDriver.java:474)<br/>com.bea.console.utils.jdbc.JDBCUtil s.testConnection(JDBCUtils.java:505)<br/>com.bea.console.actions.jdbc.datasources.createjd bcdatasource.CreateJDBCDataSource.testConnectionConfiguration(CreateJDBCDataSource.java:36 9)<br/>sun.reflect.GeneratedMethodAccessor826.invoke(Unknown Source)<br/>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl. java:25)<br/>java.lang.reflect.Method.invoke(Method.java:597)<br/>org.apache.beehive.netui .pageflow.FlowController.invokeActionMethod(FlowController.java:870)<br/>org.apache.beehiv e.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:809)<br/>org.ap ache.beehive.netui.pageflow.FlowController.internalExecute(FlowController.java:478)<br/>or g.apache.beehive.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java :306)<br/>org.apache.beehive.netui.pageflow.FlowController.execute(FlowController.java:336 )<br/>...

    i am finding this error when i click on Test Configuration button to test the connection wth oracle DB

  • NOT WORKING - Tomcat 4.0.5 and IIS 5

    I'm trying to set up Tomcat to work with IIS 5 on windows 2000 server.
    I got everything working fine locally. I deployed my app and it's working fine on localhost:8080. Now I want to be able to see it from the outside and some files that I try to view from my domain come up with the actual source code.
    I ran with several tutorials that keep saying "Hey, you did it...it's was so easy wasn't it?" and they don't say anything when it all goes wrong. No one goes the extra step to help out when these easy instructions do nothing. I'm looking at this for far too long now and I'm losing my mind slowly.
    I have IIS running and restarted it with jakarta virtual directory that has a green arrow up. But localhost doesn't find the pages. So I'm not sure what could be wrong.
    I'm having a lot of trouble with the workers.properties file. If anyone could help me with that it would be great. The uriworkmap seems to be quite simple, and goes the same way as the web.xml server uri-mapping. But I'm not sure what could be wrong.
    I also tried to get tomcat to service jsp files and IIS everything else, but still nothing.
    Thanks in advance,
    Lior

    Well, something was wrong with my configurations of the registry amongst other things. Now I have everything in place and I played with the workers.prop file. However, it still doesn't work. I get the following in the isapi_redirect.log file:
    [Tue Oct 15 12:11:00 2002] [jk_isapi_plugin.c (806)]: Using registry.
    [Tue Oct 15 12:11:00 2002] [jk_isapi_plugin.c (808)]: Using log file C:\tomcat\logs\iis_redirect.log.
    [Tue Oct 15 12:11:00 2002] [jk_isapi_plugin.c (809)]: Using log level 0.
    [Tue Oct 15 12:11:00 2002] [jk_isapi_plugin.c (810)]: Using extension uri /jakarta/isapi_redirect.dll.
    [Tue Oct 15 12:11:00 2002] [jk_isapi_plugin.c (811)]: Using worker file C:\tomcat\conf\workers.properties.
    [Tue Oct 15 12:11:00 2002] [jk_isapi_plugin.c (812)]: Using worker mount file C:\tomcat\conf\uriworkermap.properties.
    [Tue Oct 15 12:11:00 2002] [jk_uri_worker_map.c (159)]: Into jk_uri_worker_map_t::uri_worker_map_alloc
    [Tue Oct 15 12:11:00 2002] [jk_uri_worker_map.c (199)]: Into jk_uri_worker_map_t::uri_worker_map_open
    [Tue Oct 15 12:11:00 2002] [jk_uri_worker_map.c (217)]: jk_uri_worker_map_t::uri_worker_map_open, rule map size is 5
    [Tue Oct 15 12:11:00 2002] [jk_uri_worker_map.c (262)]: Into jk_uri_worker_map_t::uri_worker_map_open, suffix rule /.jsp=ajp13 was added
    [Tue Oct 15 12:11:00 2002] [jk_uri_worker_map.c (262)]: Into jk_uri_worker_map_t::uri_worker_map_open, suffix rule /refcoapp/.jsp=ajp13 was added
    [Tue Oct 15 12:11:00 2002] [jk_uri_worker_map.c (262)]: Into jk_uri_worker_map_t::uri_worker_map_open, suffix rule /examples/.jsp=ajp13 was added
    [Tue Oct 15 12:11:00 2002] [jk_uri_worker_map.c (273)]: Into jk_uri_worker_map_t::uri_worker_map_open, match rule /examples/servlet/=ajp13 was added
    [Tue Oct 15 12:11:00 2002] [jk_uri_worker_map.c (302)]: Into jk_uri_worker_map_t::uri_worker_map_open, there are 4 rules
    [Tue Oct 15 12:11:00 2002] [jk_uri_worker_map.c (324)]: jk_uri_worker_map_t::uri_worker_map_open, done
    [Tue Oct 15 12:11:00 2002] [jk_worker.c (82)]: Into wc_open
    [Tue Oct 15 12:11:00 2002] [jk_worker.c (207)]: Into build_worker_map, creating 1 workers
    [Tue Oct 15 12:11:00 2002] [jk_worker.c (213)]: build_worker_map, creating worker ajp12
    [Tue Oct 15 12:11:00 2002] [jk_worker.c (138)]: Into wc_create_worker
    [Tue Oct 15 12:11:00 2002] [jk_worker.c (152)]: wc_create_worker, about to create instance ajp12 of ajp12
    [Tue Oct 15 12:11:00 2002] [jk_ajp12_worker.c (264)]: Into ajp12_worker_factory
    [Tue Oct 15 12:11:00 2002] [jk_worker.c (161)]: wc_create_worker, about to validate and init ajp12
    [Tue Oct 15 12:11:00 2002] [jk_ajp12_worker.c (182)]: Into jk_worker_t::validate
    [Tue Oct 15 12:11:00 2002] [jk_ajp12_worker.c (194)]: In jk_worker_t::validate for worker ajp12 contact is localhost:8007
    [Tue Oct 15 12:11:00 2002] [jk_worker.c (177)]: wc_create_worker, done
    [Tue Oct 15 12:11:00 2002] [jk_worker.c (223)]: build_worker_map, removing old ajp12 worker
    [Tue Oct 15 12:11:00 2002] [jk_worker.c (235)]: build_worker_map, done
    [Tue Oct 15 12:11:00 2002] [jk_worker.c (102)]: wc_open, done
    [Tue Oct 15 12:11:23 2002] [jk_isapi_plugin.c (555)]: HttpFilterProc started
    [Tue Oct 15 12:11:23 2002] [jk_isapi_plugin.c (600)]: In HttpFilterProc Virtual Host redirection of /localhost/examples/jsp/num/numguess.jsp
    [Tue Oct 15 12:11:23 2002] [jk_uri_worker_map.c (351)]: Into jk_uri_worker_map_t::map_uri_to_worker
    [Tue Oct 15 12:11:23 2002] [jk_uri_worker_map.c (368)]: Attempting to map URI '/localhost/examples/jsp/num/numguess.jsp'
    [Tue Oct 15 12:11:23 2002] [jk_uri_worker_map.c (416)]: jk_uri_worker_map_t::map_uri_to_worker, Found a suffix match ajp13 -> *.jsp
    [Tue Oct 15 12:11:23 2002] [jk_isapi_plugin.c (617)]: HttpFilterProc [examples/jsp/num/numguess.jsp] is a servlet url - should redirect to ajp13
    [Tue Oct 15 12:11:23 2002] [jk_isapi_plugin.c (639)]: HttpFilterProc check if [examples/jsp/num/numguess.jsp] is points to the web-inf directory
    [Tue Oct 15 12:11:23 2002] [jk_isapi_plugin.c (679)]: HttpExtensionProc started
    [Tue Oct 15 12:11:23 2002] [jk_worker.c (123)]: Into wc_get_worker_for_name ajp13
    [Tue Oct 15 12:11:23 2002] [jk_worker.c (127)]: wc_get_worker_for_name, done did not found a worker
    [Tue Oct 15 12:11:23 2002] [jk_isapi_plugin.c (701)]: HttpExtensionProc could not get a worker for name ajp13
    [Tue Oct 15 12:11:23 2002] [jk_isapi_plugin.c (722)]: HttpExtensionProc error, could not get a worker for name ajp13
    I have no idea why it cannot get the worker. This is the prop file I have:
    workers.tomcat_home=c:\tomcat
    workers.java_home=c:\jdk1.3.1_04
    ps=\
    worker.list = ajp13
    worker.ajp13.type = ajp13
    worker.ajp13.host = localhost
    worker.ajp13.port = 8009
    Thanks.

Maybe you are looking for

  • Unable to open project

    I am having two different problems to Adobe Robohelp HTML X5 (1) When opening a project (previously created in the Robohelp HTML X5) from my networked drive i can see all the folders and topics i have created in the Project tab. If i select to view t

  • How to set up an ATT email account in my itouch

    Hi, I cannot set up an att email account?

  • APPLESCRIPT AND HTML PARSING.

    hi, im new to applescript so im not quite sure if what i want to do is actually called html parsing.. but basically i want to put a variable in applescript that is linked to the actual html but i dont know how to make applescript access data inside a

  • Launching Photoshop CC

    ( ?Unit@TextureUnit@OGL@AIF@SAPEAV@I@Z not found in aif_ogl.dll ) What the hell is this and why do I get it every time I launch PS CC 2014?

  • Where does cocoa stop and starts ObjC?

    Hi. This is just curiosity / theoretical question. What is Objective C and what is the framework / runtime environment? What I mean... if I want to start from scratch (like C++), without subclassing NSObject, without linking Foundation.. is it possib