Limiting DB connections from IAS to DB

I'm using IAS 9.0.2.2.1 connecting to an 8.1.7 DB using modplsql. I'm experiencing problems with IAS overloading the Database during periods of high usage.What setting(s) on the IAS machine control the number of connections that IAS (modplsql) makes to the database?

In my experience I think you would want to have a managed data source setup to allow the application server to manage the pool. Based on the data-source.xml you provided, this doesn't look like it is configured for that.
also the driver class to use for a pooled data source should be: oracle.jdbc.pool.OracleDataSource
I would think it should be structured like:
<?xml version = '1.0' encoding = 'UTF-8'?>
<data-sources>
<managed-data-source connection-pool-name="Pool_WebAppDataSource" jndi-name="WebAppDataSource" name="WebAppDataSource"/>
<managed-data-source connection-pool-name="Pool_WebAppDataSource" jndi-name="jdbc/core/WebAppDataSource" name="jdbc/core/WebAppDataSource" />
<managed-data-source connection-pool-name="Pool_WebAppDataSource" jndi-name="jdbc/WebAppDataSource" name="jdbc/WebAppDataSource" />
<managed-data-source connection-pool-name="Pool_WebAppDataSource" jndi-name="jdbc/xa/WebAppDataSource" name="jdbc/xa/WebAppDataSource" />
<connection-pool name="Pool_WebAppDataSource" connection-retry-interval="0" inactivity-timeout="60" wait-timeout="10" min-connections="50" max-connections="500" property-check-interval="30" validate-connection="true" validate-connection-statement="select 1 from dual">
<connection-factory factory-class="oracle.jdbc.pool.OracleDataSource" username="app_portal" password="portal_03" url="jdbc:oracle:thin:@10.10.10.4:1521:mydb" />
</connection-pool>
</data-sources>

Similar Messages

  • Limiting connections from specific host to vips Ace 4710

    Hello,
    Do you guys know if its possible in the ace to limit connections from a specific host?
    For example. if host X does Y connections to one of the vips on the ace, it will be blocked.

    Hi Stefan,
    That is not possible on ACE. You can define the limits on servers in serverfarm itself but for a particular HOST there is no such provision.
    Regards,
    Kanwal

  • Limiting Number of connections from a single user

    Hi ,
    I am using 9.2.0.6 DB, i need to restrict the number of connections from a single user to 100.
    Currently the user is having DEFAULT profile, this profile is having several other users associated to it.
    What are all the available options to create restriction for a single user.
    Create a new profile and add the user to the New profile is the option i have.
    In that case can i create a copy of the Default profile and changing the SESSIONS_PER_USER to 100? will it work.
    Appreciate your suggestion.
    Thanks,
    Sathis
    Edited by: user7043544 on Feb 22, 2010 9:46 PM

    Hi,
    Since it is a default profile you can just create a new profile with the resource type you are interested it.
    And if you want to copy the existing profile extract its ddl through below command, change the profile name and required resource and run against the db.
    select dbms_metadata.get_ddl('PROFILE','<Profile_name>') from dual;Regards
    Anurag

  • Why does it take over 2 minutes to get a database connection from the DataSource?

    Hello,
    It is taking over 2 minutes for my application to get a connection from a registered DataSource in iAS 6.0 sp4 on Solaris. The proper results are returned it just takes 2 minutes to establish the connection. The DataSource is an Oracle 9i database. I have the 9i drivers in the classpath. I also have a registered datasource that is an Oracle 8 database and have no problems establishing a connection quickly to that database. As an aside I have setup this application on JBOSS and both datasource's return a connection very quickly. If anyone has any ideas about what might be going on please respond. This issue is holding up a production release.
    Here is the code:
    try {
    log.debug("getting a new initial context");
    ctx = new InitialContext();
    ds = (DataSource) ctx.lookup(bundle.getString("IW_DATASOURCE"));
    log.debug("after looking up datasource from initial context");
    } catch (NamingException e) {
    log.error(e);
    throw new FinstarException
    (bundle.getString("E-0001"));
    try {
    log.debug("about to get connection");
    conn = ds.getConnection();
    log.debug("after getting connection");
    Produces this in the logs:
    2002-05-29 08:55:12,859 DEBUG org.mitre.mii.project.finstar.FinancialSummary - about to get connection
    2002-05-29 08:57:24,963 DEBUG org.mitre.mii.project.finstar.FinancialSummary - after getting connection
    Here is the datasource registration file:
    <ias-resource>
    <resource>
    <jndi-name>jdbc/pdc/IWDataSource</jndi-name>
    <jdbc>
    <database-url>jdbc:oracle:thin:@xxx.xxx.org:1521:acisdb</database-url>
    <datasource>jdbc/pdc/IWDataSource</datasource>
    <username>XXXXX</username>
    <password>XXXXX</password>
    <driver-type>OracleThinDriver</driver-type>
    </jdbc>
    </resource>
    </ias-resource>

    Have you tried to eliminate everything extraneous. In other words, do you experience the same delays with a simple Java program (no lookups, JNDI) that loads the drivermanager and creates a connection.
    Do you have access to a traciong JVM or some program that captures run-time execution timing information? Even without the source, this will tell you the specific class::methos where time is spent so you can better determine where the delay is ocurring.

  • OSR registry not getting connected from Jdeveloper 10.1.3.3.

    Hi,
    i am getting below error while connecting to OSR registry link. i.e, while making a new UDDI connection from JDev.
    Testing connection with no proxy...
    Contacting http://calvin.fcoracle.com:7800/registry/uddi/web...
    The inquiry endpoint could not be contacted. Test failed.
    Unsupported response content type &quot;text/html; charset=UTF-8&quot;, must starts with &quot;text/xml&quot;. Response was:
    &lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
    &lt;html&gt;
    &lt;head&gt;
    &lt;META http-equiv=&quot;Content-Type&quot; content=&quot;text/html;charset=UTF-8&quot;&gt;
    &lt;title&gt;Registry Control 10.1.3.1 - Home&lt;/title&gt;
    &lt;base href=&quot;http://calvin.fcoracle.com:7800/registry/uddi/webdata/&quot;/&gt;
    &lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;script/uddi.css&quot;/&gt;
    &lt;script language=&quot;JavaScript&quot; src=&quot;script/cookies.js&quot;&gt;&lt;/script&gt;
    &lt;script language=&quot;JavaScript&quot; src=&quot;script/wf.js&quot;&gt;&lt;/script&gt;
    &lt;script language=&quot;JavaScript&quot; src=&quot;script/uddi.js&quot;&gt;&lt;/script&gt;
    &lt;script language=&quot;JavaScript&quot; src=&quot;script/tree.js&quot;&gt;&lt;/script&gt;
    &lt;script language=&quot;JavaScript&quot; src=&quot;script/init.js&quot;&gt;&lt;/script&gt;
    &lt;script language=&quot;JavaScript&quot; src=&quot;script/ctxmenu2.js&quot;&gt;&lt;/script&gt;
    &lt;script language=&quot;JavaScript&quot; src=&quot;script/sizer.js&quot;&gt;&lt;/script&gt;
    &lt;script language=&quot;JavaScript&quot; src=&quot;script/tabswitch.js&quot;&gt;&lt;/script&gt;
    &lt;script language=&quot;JavaScript&quot; src=&quot;script/fswitch.js&quot;&gt;&lt;/script&gt;
    &lt;script language=&quot;JavaScript&quot; src=&quot;script/tree_scroller.js&quot;&gt;&lt;/script&gt;
    &lt;noscript&gt;???pageHeader_notSupportJavascript???&lt;/noscript&gt;
    &lt;/head&gt;
    &lt;body bgcolor=&quot;#FFFFFF&quot; leftmargin=&quot;0&quot; topmargin=&quot;0&quot; rightmargin=&quot;0&quot; bottommargin=&quot;0&quot; marginwidth=&quot;0&quot; marginheight=&quot;0&quot; onResize=&quot;redrawScrollable()&quot;&gt;
    &lt;table&gt;
    &lt;form name=&quot;form&quot; method=&quot;POST&quot; &gt;
    &lt;input type=&quot;hidden&quot; name=&quot;actionId&quot;/&gt;
    &lt;input type=&quot;hidden&quot; name=&quot;targetTask&quot;/&gt;
    &lt;input type=&quot;hidden&quot; name=&quot;targetDepth&quot;/&gt;
    &lt;input type=&quot;hidden&quot; name=&quot;redirect&quot;/&gt;
    &lt;/table&gt;
    &lt;div style=&quot;position:absolute;top:0px;left:50px;width:350px;height:50px;display:none;&quot; id=&quot;alertDiv&quot; name=&quot;alertDiv&quot;&gt;&lt;/div&gt;
    &lt;div style=&quot;position:absolute;top:0px;left:0px;width:10px;height:10px;display:none;background:url(&apos;gfx/tree/selector.gif&apos;);border:1px solid #606060;&quot; id=&quot;selectorDiv&quot; name=&quot;selectorDiv&quot;&gt;&lt;/div&gt;
    &lt;script language=&quot;JavaScript&quot;&gt;
    var navObjs=new Array();
    navObjs[0]=&apos;mbrowse&apos;;
    navObjs[1]=&apos;msearch&apos;;
    navObjs[2]=&apos;mpublish&apos;;
    &lt;/script&gt;
    &lt;!-- using localizable script, fixed by utdanh --&gt;
    &lt;script language=&quot;JavaScript&quot; src=&quot;script/naviswitch.js&quot;&gt;&lt;/script&gt;
    &lt;!-- page content start --&gt;
    &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;
    &lt;tr&gt;
    &lt;td align=&quot;left&quot; valign=&quot;middle&quot;&gt;
    &lt;img src=&quot;gfx/logo/uddi_logo.gif&quot; alt=&quot;Registry Control 10.1.3.1&quot; width=&quot;335&quot; height=&quot;33&quot; border=&quot;0&quot; &gt;
    &lt;/td&gt;
    &lt;td align=&quot;right&quot; valign=&quot;bottom&quot; width=&quot;100%&quot; nowrap&gt;
    &lt;span class=&quot;registryName&quot;&gt;OracleAS Service Registry&lt;/span&gt;&amp;nbsp;
    &lt;br&gt;
    &lt;a href=&quot;javascript:submitPage(&apos;form&apos;,&apos;/limits&apos;,&apos;root##834&apos;,-1,false);&quot; title=&quot;&quot;&gt; Licensing Information.&lt;/a&gt;
    &lt;/td&gt;
    &lt;/tr&gt;
    &lt;/table&gt;
    &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;
    &lt;tr&gt;
    &lt;td width=&quot;100%&quot; valign=&quot;bottom&quot; align=&quot;right&quot; nowrap&gt;
    &lt;a href=&quot;http://calvin.fcoracle.com:7800/registry/uddi/web#Main&quot; title=&quot;Go go the main content of page&quot;&gt;Skip to content&lt;/a&gt;&amp;nbsp;&amp;nbsp;
    &lt;a href=&quot;javascript:submitToURL(&apos;form&apos;,&apos;/createAccount&apos;,&apos;root##835&apos;,0,false,&apos;http://calvin.fcoracle.com:7800/registry/uddi/web&apos;);&quot; title=&quot;Register&quot;&gt; Register&lt;/a&gt;
    &amp;nbsp;
    &lt;/td&gt;
    &lt;td valign=&quot;bottom&quot; nowrap&gt;
    &lt;a href=&quot;javascript:submitToURL(&apos;form&apos;,&apos;&apos;,&apos;root#login#836&apos;,-1,false,&apos;http://calvin.fcoracle.com:7800/registry/uddi/web&apos;);&quot; title=&quot;Login&quot;&gt; Login&lt;/a&gt;
    &amp;nbsp;
    &lt;/td&gt;
    &lt;td valign=&quot;bottom&quot;&gt;
    &lt;a href=&quot;javascript:submitPage(&apos;form&apos;,&apos;&apos;,&apos;root#refresh#837&apos;,-1,false);&quot;&gt;&lt;img src=&quot;gfx/icon/refresh.gif&quot; style=&quot;border: 0;&quot; title=&quot;Refresh page content&quot; alt=&quot;Refresh&quot; width=&quot;16&quot; height=&quot;16&quot; align=&quot;absmiddle&quot; border=&quot;0&quot;/&gt;&lt;/a&gt;
    &lt;/td&gt;
    &lt;td valign=&quot;bottom&quot;&gt;
    &amp;nbsp;&lt;a href=&quot;../doc/index.html&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;gfx/icon/help.gif&quot; width=&quot;16&quot; height=&quot;16&quot; border=&quot;0&quot; alt=&quot;Help&quot; title=&quot;Registry Documentation (Open link in a new window)&quot; align=&quot;absmiddle&quot;&gt;
    &lt;/a&gt;
    &lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
    &lt;td colspan=&quot;4&quot;&gt;
    &lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;100%&quot; class=&quot;headerSeperateLine&quot;&gt;
    &lt;tr&gt;
    &lt;td width=&quot;34&quot; height=&quot;8&quot;&gt;&lt;img src=&quot;gfx/tabs/beginLine.gif&quot; alt=&quot;&quot; width=&quot;34&quot; height=&quot;8&quot; align=&quot;middle&quot;/&gt;&lt;/td&gt;
    &lt;td width=&quot;100%&quot; height=&quot;8&quot; class=&quot;seperateLine&quot;&gt;&lt;img src=&quot;gfx/0.gif&quot; alt=&quot;&quot; width=&quot;1&quot; height=&quot;1&quot; border=&quot;0&quot;/&gt;&lt;/td&gt;
    &lt;td width=&quot;34&quot; height=&quot;8&quot;&gt;&lt;img src=&quot;gfx/tabs/endLine.gif&quot; alt=&quot;&quot; width=&quot;34&quot; height=&quot;8&quot; align=&quot;middle&quot;/&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;/table&gt;
    &lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
    &lt;td&gt;
    &amp;nbsp;&amp;nbsp;
    &lt;a href=&quot;javascript:submitPage(&apos;form&apos;,&apos;&apos;,&apos;root##838&apos;,0,false);&quot;&gt; Home&lt;/a&gt;
    &lt;/td&gt;
    &lt;td colspan=&quot;3&quot; align=&quot;right&quot; class=&quot;welcomeMessage&quot; nowrap&gt;
    Welcome&amp;nbsp;
    Guest&amp;nbsp;
    &lt;/td&gt;
    &lt;/tr&gt;
    &lt;/table&gt;
    &lt;div class=&quot;headerHorizon&quot;&gt;
    &lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;100%&quot;&gt;
    &lt;tbody&gt;
    &lt;tr&gt;
    &lt;td class=&quot;lightHeaderHorizon&quot;&gt;&lt;img src=&quot;gfx/0.gif&quot; alt=&quot;&quot;&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;/tbody&gt;
    &lt;/table&gt;
    &lt;/div&gt;
    &lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;100%&quot;&gt;
    &lt;tr&gt;
    &lt;td class=&quot;darkHeaderHorizon&quot;&gt;&lt;img src=&quot;gfx/0.gif&quot; alt=&quot;&quot;&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;/table&gt;
    &lt;table border=&quot;0&quot; width=&quot;100%&quot; border=&quot;0&quot; bordercolor=&quot;#6600cc&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; id=&quot;UIheaderTable&quot; name=&quot;UIheaderTable&quot; &gt;
    &lt;tr&gt;
    &lt;td colspan=&quot;4&quot;&gt;
    &lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;100%&quot;&gt;
    &lt;tr&gt;
    &lt;td width=&quot;3&quot; height=&quot;21&quot; class=&quot;menuTweenTopLeftTabActive&quot; name=&quot;L_mbrowse&quot; id=&quot;L_mbrowse&quot; background=&quot;gfx/tabs/menu_tween_top_left_1.gif&quot; &gt;&lt;img src=&quot;gfx/0.gif&quot; alt=&quot;&quot; width=&quot;3&quot; height=&quot;1&quot; border=&quot;0&quot;&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot; nowrap=&quot;nowrap&quot; name=&quot;B_mbrowse&quot; id=&quot;B_mbrowse&quot; class=&quot;menuTabActive&quot;&gt;
    &lt;img src=&quot;gfx/0.gif&quot; alt=&quot;&quot; width=&quot;5&quot; height=&quot;1&quot; border=&quot;0&quot;/&gt;&amp;nbsp;
    &lt;a href=&quot;javascript:navSave(&apos;mbrowse&apos;);submitPage(&apos;form&apos;,&apos;/browseTaxonomy&apos;,&apos;root##839&apos;,0,false);&quot;&gt;Browse&lt;/a&gt;&amp;nbsp;
    &lt;img src=&quot;gfx/0.gif&quot; alt=&quot;&quot; width=&quot;5&quot; height=&quot;1&quot; border=&quot;0&quot;/&gt;
    &lt;/td&gt;
    &lt;td width=&quot;3&quot; height=&quot;21&quot; class=&quot;menuTweenTopRightTabActive&quot; name=&quot;R_mbrowse&quot; id=&quot;R_mbrowse&quot; background=&quot;gfx/tabs/menu_tween_top_right_1.gif&quot;&gt;&lt;img src=&quot;gfx/0.gif&quot; alt=&quot;&quot; width=&quot;3&quot; height=&quot;1&quot; border=&quot;0&quot;&gt;&lt;/td&gt;
    &lt;td width=&quot;3&quot; height=&quot;21&quot; class=&quot;menuTweenTabInactive&quot; name=&quot;L_msearch&quot; id=&quot;L_msearch&quot; background=&quot;gfx/0.gif&quot;&gt;&lt;img src=&quot;gfx/0.gif&quot; alt=&quot;&quot; width=&quot;3&quot; height=&quot;1&quot; border=&quot;0&quot;&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot; nowrap=&quot;nowrap&quot; name=&quot;B_msearch&quot; id=&quot;B_msearch&quot; class=&quot;menuTabInactive&quot;&gt;
    &lt;img src=&quot;gfx/0.gif&quot; alt=&quot;&quot; width=&quot;5&quot; height=&quot;1&quot; border=&quot;0&quot;/&gt;&amp;nbsp;
    &lt;a href=&quot;javascript:navSave(&apos;msearch&apos;);submitPage(&apos;form&apos;,&apos;/simpleFind&apos;,&apos;root##840&apos;,0,false);&quot;&gt;Search&lt;/a&gt;&amp;nbsp;
    &lt;img src=&quot;gfx/0.gif&quot; alt=&quot;&quot; width=&quot;5&quot; height=&quot;1&quot; border=&quot;0&quot;/&gt;
    &lt;/td&gt;
    &lt;td width=&quot;3&quot; height=&quot;21&quot; class=&quot;menuTweenTabInactive&quot; name=&quot;R_msearch&quot; id=&quot;R_msearch&quot; background=&quot;gfx/0.gif&quot;&gt;&lt;img src=&quot;gfx/0.gif&quot; alt=&quot;&quot; width=&quot;3&quot; height=&quot;1&quot; border=&quot;0&quot;&gt;&lt;/td&gt;
    &lt;td width=&quot;3&quot; height=&quot;21&quot; class=&quot;menuTweenTabInactive&quot; name=&quot;L_mpublish&quot; id=&quot;L_mpublish&quot; background=&quot;gfx/0.gif&quot;&gt;&lt;img src=&quot;gfx/0.gif&quot; alt=&quot;&quot; width=&quot;3&quot; height=&quot;1&quot; border=&quot;0&quot;&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot; nowrap=&quot;nowrap&quot; name=&quot;B_mpublish&quot; id=&quot;B_mpublish&quot; class=&quot;menuTabInactive&quot;&gt;
    &lt;img src=&quot;gfx/0.gif&quot; alt=&quot;&quot; width=&quot;5&quot; height=&quot;1&quot; border=&quot;0&quot;/&gt;&amp;nbsp;
    &lt;a href=&quot;javascript:navSave(&apos;mpublish&apos;);submitToURL(&apos;form&apos;,&apos;/publish&apos;,&apos;root##841&apos;,0,false,&apos;http://calvin.fcoracle.com:7800/registry/uddi/web&apos;);&quot;&gt;Publish&lt;/a&gt;&amp;nbsp;
    &lt;img src=&quot;gfx/0.gif&quot; alt=&quot;&quot; width=&quot;5&quot; height=&quot;1&quot; border=&quot;0&quot;/&gt;
    &lt;/td&gt;
    &lt;td width=&quot;3&quot; height=&quot;21&quot; class=&quot;menuTweenTabInactive&quot; name=&quot;R_mpublish&quot; id=&quot;R_mpublish&quot; background=&quot;gfx/0.gif&quot;&gt;&lt;img src=&quot;gfx/0.gif&quot; alt=&quot;&quot; width=&quot;3&quot; height=&quot;1&quot; border=&quot;0&quot;&gt;&lt;/td&gt;
    &lt;td width=&quot;100%&quot; class=&quot;menuTabInactive&quot;&gt;&lt;img src=&quot;gfx/0.gif&quot; alt=&quot;&quot; border=&quot;0&quot;&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
    &lt;td colspan=&quot;3&quot; class=&quot;menuUnderTabActive&quot; name=&quot;U_mbrowse&quot; id=&quot;U_mbrowse&quot;&gt;&lt;img src=&quot;gfx/0.gif&quot; alt=&quot;&quot; width=&quot;3&quot; height=&quot;1&quot; border=&quot;0&quot;&gt;&lt;/td&gt;
    &lt;td colspan=&quot;3&quot; class=&quot;menuUnderTabInactive&quot; name=&quot;U_msearch&quot; id=&quot;U_msearch&quot;&gt;&lt;img src=&quot;gfx/0.gif&quot; alt=&quot;&quot; border=&quot;0&quot;&gt;&lt;/td&gt;
    &lt;td colspan=&quot;3&quot; class=&quot;menuUnderTabInactive&quot; name=&quot;U_mpublish&quot; id=&quot;U_mpublish&quot; &gt;&lt;img src=&quot;gfx/0.gif&quot; alt=&quot;&quot; width=&quot;3&quot; height=&quot;1&quot; border=&quot;0&quot;&gt;&lt;/td&gt;
    &lt;td colspan=&quot;3&quot; class=&quot;menuUnderTabInactive&quot;&gt;&lt;img src=&quot;gfx/0.gif&quot; alt=&quot;&quot; border=&quot;0&quot;&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;/table&gt;
    &lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
    &lt;td height=&quot;24&quot; colspan=&quot;3&quot; class=&quot;horizMainMenu&quot;&gt;
    &lt;div name=&quot;mbrowse&quot; id=&quot;mbrowse&quot; style=&quot;display:block&quot;&gt;
    &amp;nbsp;
    &lt;/div&gt;
    &lt;div name=&quot;msearch&quot; id=&quot;msearch&quot; style=&quot;display:none&quot;&gt;
    &lt;a href=&quot;javascript:submitPage(&apos;form&apos;,&apos;/findBusiness&apos;,&apos;root##842&apos;,0,false);&quot; title=&quot;Search business&quot;&gt; Business&lt;/a&gt;
    &amp;nbsp;&lt;img src=&quot;gfx/misc/separator.gif&quot; alt=&quot;&quot; width=&quot;7&quot; height=&quot;7&quot; border=&quot;0&quot;&gt;&amp;nbsp;
    &lt;a href=&quot;javascript:submitPage(&apos;form&apos;,&apos;/findService&apos;,&apos;root##843&apos;,0,false);&quot; title=&quot;Search services&quot;&gt; Services&lt;/a&gt;
    &amp;nbsp;&lt;img src=&quot;gfx/misc/separator.gif&quot; alt=&quot;&quot; width=&quot;7&quot; height=&quot;7&quot; border=&quot;0&quot;&gt;&amp;nbsp;
    &lt;a href=&quot;javascript:submitPage(&apos;form&apos;,&apos;/findBinding&apos;,&apos;root##844&apos;,0,false);&quot; title=&quot;Search bindings&quot;&gt; Bindings&lt;/a&gt;
    &amp;nbsp;&lt;img src=&quot;gfx/misc/separator.gif&quot; alt=&quot;&quot; width=&quot;7&quot; height=&quot;7&quot; border=&quot;0&quot;&gt;&amp;nbsp;
    &lt;a href=&quot;javascript:submitPage(&apos;form&apos;,&apos;/findTModel&apos;,&apos;root##845&apos;,0,false);&quot; title=&quot;Search tModels&quot;&gt; tModels&lt;/a&gt;
    &amp;nbsp;&lt;img src=&quot;gfx/misc/separator.gif&quot; alt=&quot;&quot; width=&quot;7&quot; height=&quot;7&quot; border=&quot;0&quot;&gt;&amp;nbsp;
    &lt;a href=&quot;javascript:submitPage(&apos;form&apos;,&apos;/directGet&apos;,&apos;root##846&apos;,0,false);&quot; title=&quot;Direct get&quot;&gt; Direct get&lt;/a&gt;
    &amp;nbsp;&lt;img src=&quot;gfx/misc/separator.gif&quot; alt=&quot;&quot; width=&quot;7&quot; height=&quot;7&quot; border=&quot;0&quot;&gt;&amp;nbsp;
    &lt;a href=&quot;javascript:submitPage(&apos;form&apos;,&apos;/findWsdl&apos;,&apos;root##847&apos;,0,false);&quot; title=&quot;Search WSDL&quot;&gt; WSDL&lt;/a&gt;
    &amp;nbsp;&lt;img src=&quot;gfx/misc/separator.gif&quot; alt=&quot;&quot; width=&quot;7&quot; height=&quot;7&quot; border=&quot;0&quot;&gt;&amp;nbsp;
    &lt;a href=&quot;javascript:submitPage(&apos;form&apos;,&apos;/findXML&apos;,&apos;root##848&apos;,0,false);&quot; title=&quot;Search XML&quot;&gt; XML&lt;/a&gt;
    &amp;nbsp;&lt;img src=&quot;gfx/misc/separator.gif&quot; alt=&quot;&quot; width=&quot;7&quot; height=&quot;7&quot; border=&quot;0&quot;&gt;&amp;nbsp;
    &lt;a href=&quot;javascript:submitPage(&apos;form&apos;,&apos;/findXsd&apos;,&apos;root##849&apos;,0,false);&quot; title=&quot;Search XSD&quot;&gt; XSD&lt;/a&gt;
    &amp;nbsp;&lt;img src=&quot;gfx/misc/separator.gif&quot; alt=&quot;&quot; width=&quot;7&quot; height=&quot;7&quot; border=&quot;0&quot;&gt;&amp;nbsp;
    &lt;a href=&quot;javascript:submitPage(&apos;form&apos;,&apos;/findXslt&apos;,&apos;root##850&apos;,0,false);&quot; title=&quot;Search XSLT&quot;&gt; XSLT&lt;/a&gt;
    &amp;nbsp;
    &lt;/div&gt;
    &lt;div name=&quot;mpublish&quot; id=&quot;mpublish&quot; style=&quot;display:none&quot;&gt;
    &lt;a href=&quot;javascript:submitToURL(&apos;form&apos;,&apos;/publish&apos;,&apos;root##851&apos;,0,false,&apos;http://calvin.fcoracle.com:7800/registry/uddi/web&apos;);&quot; title=&quot;Publish&quot;&gt; Publish&lt;/a&gt;
    &amp;nbsp;&lt;img src=&quot;gfx/misc/separator.gif&quot; alt=&quot;&quot; width=&quot;7&quot; height=&quot;7&quot; border=&quot;0&quot;&gt;&amp;nbsp;
    &lt;a href=&quot;javascript:submitToURL(&apos;form&apos;,&apos;/subscriptions&apos;,&apos;root##852&apos;,0,false,&apos;http://calvin.fcoracle.com:7800/registry/uddi/web&apos;);&quot; title=&quot;Subscriptions&quot;&gt; Subscriptions&lt;/a&gt;
    &amp;nbsp;&lt;img src=&quot;gfx/misc/separator.gif&quot; alt=&quot;&quot; width=&quot;7&quot; height=&quot;7&quot; border=&quot;0&quot;&gt;&amp;nbsp;
    &lt;a href=&quot;javascript:submitToURL(&apos;form&apos;,&apos;/custody&apos;,&apos;root##853&apos;,0,false,&apos;http://calvin.fcoracle.com:7800/registry/uddi/web&apos;);&quot; title=&quot;Custody transfer&quot;&gt; Custody transfer&lt;/a&gt;
    &amp;nbsp;&lt;img src=&quot;gfx/misc/separator.gif&quot; alt=&quot;&quot; width=&quot;7&quot; height=&quot;7&quot; border=&quot;0&quot;&gt;&amp;nbsp;
    &lt;a href=&quot;javascript:submitToURL(&apos;form&apos;,&apos;/publishWsdl&apos;,&apos;root##854&apos;,0,false,&apos;http://calvin.fcoracle.com:7800/registry/uddi/web&apos;);&quot; title=&quot;Publish WSDL&quot;&gt; WSDL&lt;/a&gt;
    &amp;nbsp;&lt;img src=&quot;gfx/misc/separator.gif&quot; alt=&quot;&quot; width=&quot;7&quot; height=&quot;7&quot; border=&quot;0&quot;&gt;&amp;nbsp;
    &lt;a href=&quot;javascript:submitToURL(&apos;form&apos;,&apos;/publishXML&apos;,&apos;root##855&apos;,0,false,&apos;http://calvin.fcoracle.com:7800/registry/uddi/web&apos;);&quot; title=&quot;Publish XML&quot;&gt; XML&lt;/a&gt;
    &amp;nbsp;&lt;img src=&quot;gfx/misc/separator.gif&quot; alt=&quot;&quot; width=&quot;7&quot; height=&quot;7&quot; border=&quot;0&quot;&gt;&amp;nbsp;
    &lt;a href=&quot;javascript:submitToURL(&apos;form&apos;,&apos;/publishXsd&apos;,&apos;root##856&apos;,0,false,&apos;http://calvin.fcoracle.com:7800/registry/uddi/web&apos;);&quot; title=&quot;Publish XSD&quot;&gt; XSD&lt;/a&gt;
    &amp;nbsp;&lt;img src=&quot;gfx/misc/separator.gif&quot; alt=&quot;&quot; width=&quot;7&quot; height=&quot;7&quot; border=&quot;0&quot;&gt;&amp;nbsp;
    &lt;a href=&quot;javascript:submitToURL(&apos;form&apos;,&apos;/publishXslt&apos;,&apos;root##857&apos;,0,false,&apos;http://calvin.fcoracle.com:7800/registry/uddi/web&apos;);&quot; title=&quot;Publish XSLT&quot;&gt; XSLT&lt;/a&gt;
    &amp;nbsp;
    &lt;/div&gt;
    &lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
    &lt;td height=&quot;10&quot; colspan=&quot;4&quot; background=&quot;gfx/table/sh.gif&quot;&gt;&lt;img src=&quot;gfx/0.gif&quot; alt=&quot;&quot; width=&quot;1&quot; height=&quot;10&quot; border=&quot;0&quot;&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;/table&gt;
    &lt;table width=&quot;100%&quot; border=&quot;0&quot;&gt;
    &lt;tr&gt;&lt;td class=&quot;DialogOffset_5px&quot;&gt;
    &lt;/td&gt; &lt;/tr&gt; &lt;/table&gt;
    &lt;!-- normal frame header begin --&gt;
    &lt;div class=&quot;DialogOffset_5px&quot;&gt;
    &lt;table border=&quot;0&quot; bordercolor=&quot;navy&quot; width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;
    &lt;tr&gt;
    &lt;td width=&quot;10&quot; height=&quot;30&quot; background=&quot;gfx/table/bl.gif&quot; valign=&quot;top&quot;&gt;&lt;img src=&quot;gfx/table/cc01.gif&quot; alt=&quot;&quot; width=&quot;10&quot; height=&quot;30&quot; border=&quot;0&quot;&gt;&lt;/td&gt;
    &lt;td height=&quot;30&quot; width=&quot;100%&quot; class=&quot;frameTop&quot; background=&quot;gfx/table/hdr_bg.gif&quot; nowrap&gt;&lt;div class=&quot;DialogName&quot; style=&quot;float:left&quot;&gt;Oracle Application Server Service Registry&amp;nbsp;&lt;/div&gt;
    &lt;/td&gt;
    &lt;td width=&quot;10&quot; height=&quot;30&quot; valign=&quot;top&quot; background=&quot;gfx/table/br.gif&quot;&gt;&lt;img src=&quot;gfx/table/c02.gif&quot; alt=&quot;&quot; width=&quot;10&quot; height=&quot;10&quot; border=&quot;0&quot;&gt;&lt;/td&gt;
    &lt;td width=&quot;10&quot; height=&quot;30&quot; valign=&quot;top&quot; background=&quot;gfx/table/sv.gif&quot;&gt;&lt;img src=&quot;gfx/table/sc02.gif&quot; alt=&quot;&quot; width=&quot;10&quot; height=&quot;10&quot; border=&quot;0&quot;&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
    &lt;td width=&quot;10&quot; background=&quot;gfx/table/bl.gif&quot;&gt;&lt;img src=&quot;gfx/0.gif&quot; alt=&quot;&quot; width=&quot;10&quot; height=&quot;305&quot; border=&quot;0&quot;&gt;&lt;/td&gt;
    &lt;td height=&quot;10&quot; valign=&quot;top&quot; class=&quot;DialogContent&quot; name=&apos;normalDialogPane&apos; id=&apos;normalDialogPane&apos;&gt;&lt;!-- normal frame header end --&gt;
    &lt;div class=&quot;mainDialogContent&quot;&gt;
    &lt;div&gt;
    &lt;!-- anchor to quickly Skip to Content --&gt;
    &lt;a name=&quot;Main&quot;&gt;&lt;/a&gt; &lt;!-- normal frame header end --&gt;
    &lt;p class=&quot;horizontalSpace&quot;&gt;
    &lt;ul class=&quot;bigtitle&quot;&gt;
    &lt;li style=&quot;width:80%&quot;&gt;&lt;h2 style=&quot;padding:0 !important;&quot;&gt;Oracle Application Server Service Registry 10.1.3.1&lt;/h2&gt;&lt;/li&gt;
    &lt;li style=&quot;text-align:right&quot;&gt;&lt;a class=&quot;docLink&quot; href=&quot;javascript:void(0);&quot; onClick=&apos;window.open(&quot;http://calvin.fcoracle.com:7800/registry/uddi/web/../doc/stepbystep/stepbystep.html&quot;,&quot;&quot;,&quot;scrollbars=yes,width=390, height=535, resizable=yes&quot;)&apos;&gt;Registry Step By Step Guide&lt;/a&gt;
    &lt;br/&gt;
    &lt;a href=&quot;javascript:submitPage(&apos;form&apos;,&apos;/about&apos;,&apos;root##804&apos;,-1,false);&quot; title=&quot;&quot;&gt; About Oracle Registry&lt;/a&gt;
    &lt;/li&gt;
    &lt;br/&gt;
    &lt;/ul&gt;
    &lt;/p&gt;
    &lt;p class=&quot;horizontalSpace&quot;&gt;Oracle Application Server Service Registry is the most complete and proven business services registry providing a foundation for the governance and lifecycle management of your business services. The Registry provides you with what you need to obtain enterprise-wide insight, control and economic leverage of your organization&apos;s business services assets. Much more than just a UDDI registry, the Registry captures and makes discoverable business service descriptions into a centrally managed, reliable and searchablelocation, becoming the system of record for your business services&lt;br/&gt;
    Oracle Application Server Service Registry provides two user interfaces.
    &lt;/p&gt;
    &lt;table width=&quot;100%&quot; border=&quot;0&quot;&gt;
    &lt;tr&gt;
    &lt;td valign=&quot;top&quot; width=&quot;50%&quot;&gt; &lt;h3 class=&quot;horizontalSpace&quot;&gt;Registry Control&lt;/h3&gt;
    &lt;ul class=&quot;list1&quot;&gt;
    &lt;li&gt;Using the &lt;b&gt;Registry Control&lt;/b&gt; users can browse and publish registry content, create subscription and perform ownership changes. The Registry Control is the primary console for administrators to perform registry management.&lt;/li&gt;
    &lt;li&gt;&lt;h4 class=&quot;horizontalSpace&quot;&gt;Getting Started with the Registry Control&lt;/h4&gt;&lt;/li&gt;
    &lt;li&gt;
    &lt;b&gt;Register&lt;/b&gt; - &lt;a href=&quot;javascript:submitToURL(&apos;form&apos;,&apos;/createAccount&apos;,&apos;root##805&apos;,0,false,&apos;http://calvin.fcoracle.com:7800/registry/uddi/web&apos;);&quot;&gt;Register&lt;/a&gt; so that you can later publish business service content to the registry
    &lt;/li&gt;
    &lt;li&gt;
    &lt;b&gt;Login&lt;/b&gt; - &lt;a href=&quot;javascript:submitToURL(&apos;form&apos;,&apos;&apos;,&apos;root#login#806&apos;,-1,false,&apos;http://calvin.fcoracle.com:7800/registry/uddi/web&apos;);&quot;&gt;Login&lt;/a&gt; to publish content to the registry
    &lt;/li&gt;
    &lt;li&gt;
    &lt;b&gt;Browse&lt;/b&gt; - &lt;a href=&quot;javascript:navSave(&apos;mbrowse&apos;);submitPage(&apos;form&apos;,&apos;/browseTaxonomy&apos;,&apos;root##807&apos;,0,false);&quot;&gt;Browse&lt;/a&gt; registry content using enterprise taxonomies
    &lt;/li&gt;
    &lt;li&gt;
    &lt;b&gt;Search&lt;/b&gt; - &lt;a href=&quot;javascript:navSave(&apos;msearch&apos;);submitPage(&apos;form&apos;,&apos;/simpleFind&apos;,&apos;root##808&apos;,0,false);&quot;&gt;Search&lt;/a&gt; registry content including services, service providers, service endpoints and interfaces, and business service artifacts
    &lt;ul class=&quot;vlist2&quot;&gt;
    &lt;li&gt;&lt;a href=&quot;javascript:navSave(&apos;msearch&apos;);submitPage(&apos;form&apos;,&apos;/findBusiness&apos;,&apos;root##809&apos;,0,false);&quot; title=&quot;Search business&quot;&gt; Business &lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;javascript:navSave(&apos;msearch&apos;);submitPage(&apos;form&apos;,&apos;/findService&apos;,&apos;root##810&apos;,0,false);&quot; title=&quot;Search services&quot;&gt; Services &lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;javascript:navSave(&apos;msearch&apos;);submitPage(&apos;form&apos;,&apos;/findBinding&apos;,&apos;root##811&apos;,0,false);&quot; title=&quot;Search bindings&quot;&gt; Bindings &lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;javascript:navSave(&apos;msearch&apos;);submitPage(&apos;form&apos;,&apos;/findTModel&apos;,&apos;root##812&apos;,0,false);&quot; title=&quot;Search tModels&quot;&gt; tModels &lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;javascript:navSave(&apos;msearch&apos;);submitPage(&apos;form&apos;,&apos;/directGet&apos;,&apos;root##813&apos;,0,false);&quot; title=&quot;Direct get&quot;&gt; Direct get &lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;javascript:navSave(&apos;msearch&apos;);submitPage(&apos;form&apos;,&apos;/findWsdl&apos;,&apos;root##814&apos;,0,false);&quot; title=&quot;Search WSDL&quot;&gt; WSDL &lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;javascript:navSave(&apos;msearch&apos;);submitPage(&apos;form&apos;,&apos;/findXML&apos;,&apos;root##815&apos;,0,false);&quot; title=&quot;Search XML&quot;&gt; XML &lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;javascript:navSave(&apos;msearch&apos;);submitPage(&apos;form&apos;,&apos;/findXsd&apos;,&apos;root##816&apos;,0,false);&quot; title=&quot;Search XSD&quot;&gt; XSD &lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;javascript:navSave(&apos;msearch&apos;);submitPage(&apos;form&apos;,&apos;/findXslt&apos;,&apos;root##817&apos;,0,false);&quot; title=&quot;Search XSLT&quot;&gt; XSLT &lt;/a&gt;&lt;/li&gt;
    Pls. help me out with this..
    Rgds,
    Nikhil

    Hi,
    Yes, I am able to open the url and the results are:
    <?xml version="1.0" encoding="utf-8" ?>
    - <definitions name="UDDI_API_V3" targetNamespace="urn:uddi-org:api_v3generated/" xmlns:tns="urn:uddi-org:api_v3generated/" xmlns="http://schemas.xmlsoap.org/wsdl/">
    <import namespace="urn:uddi-org:api_v2" location="http://calvin.fcoracle.com:7800/registry/uddi/inquiry/2.0/wsdl" />
    <import namespace="urn:uddi-org:api_v3" location="http://calvin.fcoracle.com:7800/registry/uddi/inquiry/3.0/wsdl" />
    <import namespace="urn:uddi-org:inquiry" location="http://calvin.fcoracle.com:7800/registry/uddi/inquiry/1.0/wsdl" />
    </definitions>
    Did u get any clue to this now what might be the problem? Any services are down?
    Rgds,
    Nikhil

  • Sendmail in Solaris 10 - 554 Too many connections from origin

    I recently upgraded a server from Solaris 9 to Solaris 10. One of the apps that worked fine on S9 is now having a problem. I believe I have discovered the cause, but I'm not having any luck coming up with a solution.
    The app in question queries a database for a list of e-mail addresses (all within our own domain) and then sends e-mail to each user. The messages are sent to our Barracuda firewall/spam filtering appliance, and it relays the messages on to our Exchange server.
    The problem that arose after the upgrade is that sendmail is opening too many concurrent connections to the Barracuda, and the 'Cuda is replying with "554 Too many connections from origin".
    I see that there is a sendmail configuration parameter "SingleThreadDelivery" that will only allow one connection to the Barracuda at a time. That appears to be overly restrictive, though.
    My question is this: is there a way to tell sendmail to only allow some number of concurrent connections to the 'Cuda so as not to hit this limit?
    Thanks,
    Bill

    Glen,
    Thanks for the reply.
    Yes, I did look at those, but my understanding was that those parameters effect inbound connection and in our case, the problem is that we want to limit the number of outbound connections.
    As it turns out, the S10 upgrade was not the cause of this problem. At the same time that we upgraded we also added a second network interface (and IP address). Unknown to either myself or the current Barracuda admin, the old IP had been configured into the 'Cuda so that rate limits did not apply. The fix was to add the second IP, too (well actually, he decided to open it up to all of our servers' internal IPs).
    Bill

  • Error when extracting data using DB Connect from an Oracle database

    Hi All,
    We are on BI 3.5 and loading data from a non-SAP (Oracle 10g) database using DB Connect.
    I received the following error messages when trying to perform "Check DataSource" using the DB Connect setup in RSA1.
    Event with errors RSDL_META_UPLOAD in DataSource
    Message no. R8287
    Warning Messages;
    Message no. RSDL053
    Field name ReceiptID contains non-alpha-numeric characters
    Field name ActivityDate contains non-alpha-numeric characters
    Field name ReceiptDate contains non-alpha-numeric characters
    Field name ReceiptLineNumber must have between 000001 and 000016 digits
    etc...
    Views are created under the owner's user name. I have checked with DB personnel and they confirm that all the authorization and security access privileges have been correctly granted to the views.
    We are also able to extract the data by running a sql query statement from the views using SQL Plus
    Currently we also have a similar extraction process set up with an Oracle 9 database, which extracts the information without any issues.
    Thanks,
    Anthony

    Hi Mr Loh.
    I know that this thread has over a year ago but i was looking for something similar for over 2 weeks ago and i ialways found this thread...I want to share my experience even that maybe you already found the same solution or something similar (i saw that you check your own post as answered):
    I made a similar connection from BI 7 SP 18, but in my case was to a Microsoft SQL database 2005. When i "check the datasource" i receive like almost 150 warnings and 1 error and all the warnings and errors are the same ones as you describe above. What i did is create a custom view in the MSSQL database and convert all the column names to uppercase and the column names i limited to 16 characters at most. after doing that all the warnings and the error described disappear and i can view the database content when you made click in the "view content table" button.
    I hope that this will help somebody and best regards
    Martin Olmos

  • Retrieving JDBC connection from datasource in JAAS login module

    Hi,
    I have a custom JAAS login module which calls a DAO for accessing user login details. The DAO looks up the datasource to retrieve connections from when the LoginModule is initialized. The datasource is simply defined through the admin interface. When a user tries to login (through the web container) an exception is thrown as shown below:
    com.sun.enterprise.InvocationException
         at com.sun.enterprise.resource.PoolManagerImpl.getResource(PoolManagerImpl.java:134)
         at com.sun.enterprise.resource.JdbcDataSource.internalGetConnection(JdbcDataSource.java:241)
         at com.sun.enterprise.resource.JdbcDataSource.getConnection(JdbcDataSource.java:154)
         at com.dmdsecure.mobile.security.store.impl.JDBCUserStore.fetchUser(JDBCUserStore.java:330)
         at com.dmdsecure.mobile.security.impl.LocalUserManager.authenticate(LocalUserManager.java:70)
         at com.dmdsecure.mobile.security.adapter.sunone.DMDLoginModule.authenticate(DMDLoginModule.java:66)
         at com.dmdsecure.mobile.security.adapter.sunone.DMDLoginModule.authenticate(DMDLoginModule.java:38)
         at com.iplanet.ias.security.auth.login.PasswordLoginModule.login(PasswordLoginModule.java:163)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at javax.security.auth.login.LoginContext.invoke(LoginContext.java:675)
         at javax.security.auth.login.LoginContext.access$000(LoginContext.java:129)
         at javax.security.auth.login.LoginContext$4.run(LoginContext.java:610)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.login.LoginContext.invokeModule(LoginContext.java:607)
         at javax.security.auth.login.LoginContext.login(LoginContext.java:534)
         at com.sun.enterprise.security.auth.LoginContextDriver.doPasswordLogin(LoginContextDriver.java:382)
         at com.sun.enterprise.security.auth.LoginContextDriver.login(LoginContextDriver.java:307)
         at com.sun.enterprise.security.auth.LoginContextDriver.login(LoginContextDriver.java:116)
         at com.sun.web.security.RealmAdapter.authenticate(RealmAdapter.java:201)
         at com.sun.web.security.RealmAdapter.authenticate(RealmAdapter.java:140)
         at org.apache.catalina.authenticator.FormAuthenticator.authenticate(FormAuthenticator.java:263)
         at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:492)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:496)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:203)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
         at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:157)
         at com.iplanet.ias.web.WebContainer.service(WebContainer.java:598)
    It seems the datasource is valid but trying to retrieve connections from it will fail.
    Anyone had any similar problems??

    Nope, sorry ... I am also having other troubles with JNDI lookups, this time from within the init method of a filter ... Seems there may still be some issues here for Sun to iron out ...
    -Johan

  • Limited Access Connectivity

    Hi,
    We are using 5508 WLAN controllers in our corporate environment. Few users started getting Limited Access Connectivity. Eventhough we enable and disable wifi adapter it was the same case..The signal strength of the Radio is Excellend and when i see ipconfig..it was showing 169.X.X.X .... default IP...

    Client authentication is successful.  Yes other clients are able to join the same SSID.
    One more thing, one user who is able to connect to wifi at his cubicle is getting limited connectivity if he moves to any conference room. In the same conference room other users are able to authenticate and successfully connecting to the wifi with same SSID. The user who is not able to connect in the conferece room, eventhough if he enable / disable wifi adapter or if he restarts also the same getting limited access..if he moves again to his cubicle he is able to connect to wifi...I am sure DHCP pool is not full. If DHCP scope is full we get a notification from monitoring system.

  • RV110W drops PPTP connections from a Windows client (MS CHAP v2 and MPPE)

    This might be a tough problem to diagnose. I am trying to setup an RV100W for an office gateway with VPN access using PPTP. The office is located in another state, so I'm trying to do a "dry run" from home by setting up the RV110W on the local network. That is, my home network is 192.168.0.0 and I have assigned the RV110W a static IP address of 192.168.0.120 on its WAN side and a DHCP NAT internal network of 192.168.1.0. Its LAN IP is 192.168.1.2 (because of legacy limitations, the 192.168.1.1 address will be reserved for another host on the actual office network) and I set up the PPTP server on 192.168.1.3 and clients in the 192.168.1.20 to 24 range. I have enabled MPPE encryption and NetBIOS over VPN (rather important to have).
    At first, I couldn't login at all. I had an underscore (_) in the user names (of which I have setup all five) and after I changed that, I was able to connect from a Windows 7 x64 host on the home LAN (192.168.0.132). I don't know if that was the problem as I got disconnected and reconnecting was a hit-or-miss - sometimes it would work, sometimes - it wouldn't. Below is the log from the session, showing the reasons for the disconnection. When I try to connect and it gets rejected, otherwise, the reason is the same: protocol not available.
    But, first - here's the kicker. I had the exact same experience earlier with a DD-WRT router. I thought the problem lied with the amateurish firmware and that's why I decided to get the Cisco, but it seems like this might not be the problem, after all. Here is that discussion for full details: http://www.dd-wrt.com/phpBB2/viewtopic.php?t=149951&highlight= (to see all of the attached images and logs, you'll need an account). Briefly, with the same setup, I can establish a stable VPN connection from four Windows XP clients and one Windows 7 client, but I get the problems with two other Windows 7 clients. The Win7 clients that give me trouble can connect just fine to other PPTP VPN servers (with the built-in Microsoft PPTP client) and all three Win7 machines are clones of each other (only the hardware is different). No software firewalls, anti-virus/malware, user-permission limitations (e.g., UAC), or anything that could hamper the connections, are present on either machine.
    I don't see how the fact that the RV110W is on a LAN and not exposed to the Internet on its WAN side could cause any trouble, but even then - why some clients work fine and others - not? I would appreciate any help with this issue.
    Kamen
    This is the log from the session, showing the connection of the VPN client and then, not two minutes later, the disconnection.
    2012-02-22 21:44:40 RV110W daemon.info pptpd[4582]: CTRL: Client 192.168.0.132 control connection started
    2012-02-22 21:44:40 RV110W daemon.info pptpd[4582]: CTRL: Starting call (launching pppd, opening GRE)
    2012-02-22 21:44:40 RV110W daemon.notice pppd[4583]: pppd 2.4.5 started by (unknown), uid 0
    2012-02-22 21:44:40 RV110W daemon.debug pppd[4583]: using channel 2
    2012-02-22 21:44:40 RV110W daemon.info pppd[4583]: Using interface ppp0
    2012-02-22 21:44:40 RV110W daemon.notice pppd[4583]: Connect: ppp0 <--> /dev/pts/0
    2012-02-22 21:44:40 RV110W daemon.warning pppd[4583]: Warning - secret file /tmp/ppp/pap-secrets has world and/or group access
    2012-02-22 21:44:40 RV110W daemon.debug pppd[4583]: sent [LCP ConfReq id=0x1 <auth chap MS-v2> <magic 0x4269dad6>]
    2012-02-22 21:44:40 RV110W daemon.debug pppd[4583]: rcvd [LCP ConfReq id=0x0 <mru 1400> <magic 0x5eec49d5> <pcomp> <accomp> <callback CBCP>]
    2012-02-22 21:44:40 RV110W daemon.debug pppd[4583]: sent [LCP ConfRej id=0x0 <pcomp> <accomp> <callback CBCP>]
    2012-02-22 21:44:40 RV110W daemon.debug pppd[4583]: rcvd [LCP ConfAck id=0x1 <auth chap MS-v2> <magic 0x4269dad6>]
    2012-02-22 21:44:40 RV110W daemon.debug pppd[4583]: rcvd [LCP ConfReq id=0x1 <mru 1400> <magic 0x5eec49d5>]
    2012-02-22 21:44:40 RV110W daemon.debug pppd[4583]: sent [LCP ConfAck id=0x1 <mru 1400> <magic 0x5eec49d5>]
    2012-02-22 21:44:40 RV110W daemon.debug pppd[4583]: sent [LCP EchoReq id=0x0 magic=0x4269dad6]
    2012-02-22 21:44:40 RV110W daemon.debug pppd[4583]: sent [CHAP Challenge id=0xfb <454ee20916a665999fdaa66778e1c4c5>, name = \"RV110W\"]
    2012-02-22 21:44:40 RV110W daemon.debug pppd[4583]: rcvd [LCP Ident id=0x2 magic=0x5eec49d5 \"MSRASV5.20\"]
    2012-02-22 21:44:40 RV110W daemon.debug pppd[4583]: rcvd [LCP Ident id=0x3 magic=0x5eec49d5 \"MSRAS-0-SOFTWAREONE64\"]
    2012-02-22 21:44:40 RV110W daemon.debug pppd[4583]: rcvd [LCP Ident id=0x4 magic=0x5eec49d5 \"H\\37777777772\\37777777612\\37777777633F\\177\\37777777752J\\37777777640[\\377777776451\\37777777610\\\\Ob\"]
    2012-02-22 21:44:40 RV110W daemon.debug pppd[4583]: rcvd [LCP EchoRep id=0x0 magic=0x5eec49d5]
    2012-02-22 21:44:40 RV110W daemon.debug pppd[4583]: rcvd [CHAP Response id=0xfb <2aeb8dac876cbec7c23036952cfc270c00000000000000006f4cafa17228047ac82f26e47ae69eda8fe8650d5866e44b00>, name = \"sakor001\"]
    2012-02-22 21:44:40 RV110W daemon.warning pppd[4583]: Warning - secret file /tmp/ppp/chap-secrets has world and/or group access
    2012-02-22 21:44:40 RV110W daemon.debug pppd[4583]: sent [CHAP Success id=0xfb \"S=ACBA0BE9B8A98DDB757B234A1C69E9508DE169DE M=Access granted\"]
    2012-02-22 21:44:40 RV110W daemon.debug pppd[4583]: Script /tmp/ppp/auth-up started (pid 4587)
    2012-02-22 21:44:40 RV110W daemon.debug pppd[4583]: sent [CCP ConfReq id=0x1 <mppe +H -M +S +L -D -C>]
    2012-02-22 21:44:40 RV110W daemon.debug pppd[4583]: Script /tmp/ppp/auth-up finished (pid 4587), status = 0x16
    2012-02-22 21:44:40 RV110W daemon.debug pppd[4583]: rcvd [CCP ConfReq id=0x5 <mppe +H -M +S -L -D -C>]
    2012-02-22 21:44:40 RV110W daemon.debug pppd[4583]: sent [CCP ConfAck id=0x5 <mppe +H -M +S -L -D -C>]
    2012-02-22 21:44:40 RV110W daemon.debug pppd[4583]: rcvd [IPCP ConfReq id=0x6 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-wins 0.0.0.0> <ms-dns2 0.0.0.0> <ms-wins 0.0.0.0>]
    2012-02-22 21:44:40 RV110W daemon.debug pppd[4583]: sent [IPCP TermAck id=0x6]
    2012-02-22 21:44:40 RV110W daemon.debug pppd[4583]: rcvd [CCP ConfNak id=0x1 <mppe +H -M +S -L -D -C>]
    2012-02-22 21:44:40 RV110W daemon.debug pppd[4583]: sent [CCP ConfReq id=0x2 <mppe +H -M +S -L -D -C>]
    2012-02-22 21:44:40 RV110W daemon.debug pppd[4583]: rcvd [CCP ConfAck id=0x2 <mppe +H -M +S -L -D -C>]
    2012-02-22 21:44:40 RV110W daemon.notice pppd[4583]: MPPE 128-bit stateless compression enabled
    2012-02-22 21:44:40 RV110W daemon.debug pppd[4583]: sent [IPCP ConfReq id=0x1 <addr 192.168.1.3>]
    2012-02-22 21:44:40 RV110W daemon.debug pppd[4583]: rcvd [IPCP ConfAck id=0x1 <addr 192.168.1.3>]
    2012-02-22 21:44:42 RV110W daemon.debug pppd[4583]: rcvd [IPCP ConfReq id=0x7 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-wins 0.0.0.0> <ms-dns2 0.0.0.0> <ms-wins 0.0.0.0>]
    2012-02-22 21:44:42 RV110W daemon.debug pppd[4583]: sent [IPCP ConfRej id=0x7 <ms-wins 0.0.0.0> <ms-wins 0.0.0.0>]
    2012-02-22 21:44:42 RV110W daemon.debug pppd[4583]: rcvd [IPCP ConfReq id=0x8 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
    2012-02-22 21:44:42 RV110W daemon.debug pppd[4583]: sent [IPCP ConfNak id=0x8 <addr 192.168.1.20> <ms-dns1 216.165.129.157> <ms-dns2 216.170.153.146>]
    2012-02-22 21:44:42 RV110W daemon.debug pppd[4583]: rcvd [IPCP ConfReq id=0x9 <addr 192.168.1.20> <ms-dns1 216.165.129.157> <ms-dns2 216.170.153.146>]
    2012-02-22 21:44:42 RV110W daemon.debug pppd[4583]: sent [IPCP ConfAck id=0x9 <addr 192.168.1.20> <ms-dns1 216.165.129.157> <ms-dns2 216.170.153.146>]
    2012-02-22 21:44:42 RV110W daemon.notice pppd[4583]: local  IP address 192.168.1.3
    2012-02-22 21:44:42 RV110W daemon.notice pppd[4583]: remote IP address 192.168.1.20
    2012-02-22 21:44:42 RV110W daemon.debug pppd[4583]: Script /tmp/ppp/ip-up started (pid 4661)
    2012-02-22 21:44:42 RV110W daemon.debug pppd[4583]: Script /tmp/ppp/ip-up finished (pid 4661), status = 0x0
    2012-02-22 21:44:42 RV110W user.debug syslog: Nbsrelay start (pid= 4678)
    2012-02-22 21:46:10 RV110W daemon.notice pppd[4583]: Modem hangup
    2012-02-22 21:46:10 RV110W daemon.debug pppd[4583]: Script /tmp/ppp/auth-down started (pid 4858)
    2012-02-22 21:46:10 RV110W daemon.info pppd[4583]: Connect time 1.5 minutes.
    2012-02-22 21:46:10 RV110W daemon.info pppd[4583]: Sent 10404 bytes, received 17264 bytes.
    2012-02-22 21:46:10 RV110W daemon.debug pppd[4583]: Script /tmp/ppp/ip-down started (pid 4861)
    2012-02-22 21:46:10 RV110W daemon.err pppd[4583]: MPPE disabled
    2012-02-22 21:46:10 RV110W daemon.debug pppd[4583]: sent [LCP TermReq id=0x2 \"MPPE disabled\"]
    2012-02-22 21:46:10 RV110W daemon.notice pppd[4583]: Connection terminated.
    2012-02-22 21:46:10 RV110W daemon.debug pppd[4583]: Script /tmp/ppp/auth-down finished (pid 4858), status = 0x16
    2012-02-22 21:46:10 RV110W daemon.debug pppd[4583]: Waiting for 1 child processes...
    2012-02-22 21:46:10 RV110W daemon.debug pppd[4583]:   script /tmp/ppp/ip-down, pid 4861
    2012-02-22 21:46:10 RV110W daemon.debug pppd[4583]: Script /tmp/ppp/ip-down finished (pid 4861), status = 0x0
    2012-02-22 21:46:10 RV110W daemon.info pppd[4583]: Exit.
    2012-02-22 21:46:10 RV110W daemon.err pptpd[4582]: GRE: read(fd=11,buffer=449be4,len=8260) from network failed: status = -1 error = Protocol not available
    2012-02-22 21:46:10 RV110W daemon.err pptpd[4582]: CTRL: GRE read or PTY write failed (gre,pty)=(11,10)
    2012-02-22 21:46:10 RV110W daemon.debug pptpd[4582]: CTRL: Reaping child PPP[4583]
    2012-02-22 21:46:10 RV110W daemon.info pptpd[4582]: CTRL: Client 192.168.0.132 control connection finished

    Update: things are getting even weirder. In short - it seems to be working now (on the next day) without anything changing. First thing I did was just try another desperate tweak - I disabled the LCP extensions on the Windows client, which I've done before. It connected and stayed that way. Then, I reverted that setting back to exactly how it was before and connected again - no problems: it stayed connected for an hour (before I disconnected so I can connect to the real VPN), I could access a test-PC on the private network (a single machine just for the test) and do different tasks (resolve host names, browse UNC paths, copy files, Remote Desktop to it, etc.)
    I hate it when things happen, for which there is no explanation. I couldn't be confident sending this to the main office to replace the existing router (hardware) and VPN server (implemented in software on a Windows 2003 server). Any thoughts?
    Kamen
    P.S. I'm attaching the logs from the successful session in case someone wants to compare them, but they seems quite identical (some different ConfAck / ConfNak  sequences, but that doesn't seem to make much difference).
    2012-02-23 10:01:26 RV110W daemon.info pptpd[944]: CTRL: Client 192.168.0.132 control connection started
    2012-02-23 10:01:26 RV110W daemon.info pptpd[944]: CTRL: Starting call (launching pppd, opening GRE)
    2012-02-23 10:01:26 RV110W daemon.notice pppd[946]: pppd 2.4.5 started by (unknown), uid 0
    2012-02-23 10:01:26 RV110W daemon.debug pppd[946]: using channel 5
    2012-02-23 10:01:26 RV110W daemon.info pppd[946]: Using interface ppp0
    2012-02-23 10:01:26 RV110W daemon.notice pppd[946]: Connect: ppp0 <--> /dev/pts/0
    2012-02-23 10:01:26 RV110W daemon.warning pppd[946]: Warning - secret file /tmp/ppp/pap-secrets has world and/or group access
    2012-02-23 10:01:26 RV110W daemon.debug pppd[946]: sent [LCP ConfReq id=0x1 ]
    2012-02-23 10:01:26 RV110W daemon.debug pppd[946]: rcvd [LCP ConfReq id=0x0 ]
    2012-02-23 10:01:26 RV110W daemon.debug pppd[946]: sent [LCP ConfRej id=0x0 ]
    2012-02-23 10:01:26 RV110W daemon.debug pppd[946]: rcvd [LCP ConfAck id=0x1 ]
    2012-02-23 10:01:26 RV110W daemon.debug pppd[946]: rcvd [LCP ConfReq id=0x1 ]
    2012-02-23 10:01:26 RV110W daemon.debug pppd[946]: sent [LCP ConfAck id=0x1 ]
    2012-02-23 10:01:26 RV110W daemon.debug pppd[946]: sent [LCP EchoReq id=0x0 magic=0x11372b0b]
    2012-02-23 10:01:26 RV110W daemon.debug pppd[946]: sent [CHAP Challenge id=0x66 <74f93b7b6de315aaaac930f984c219e4>, name = \"RV110W\"]
    2012-02-23 10:01:26 RV110W daemon.debug pppd[946]: rcvd [LCP Ident id=0x2 magic=0x67c80cba \"MSRASV5.20\"]
    2012-02-23 10:01:26 RV110W daemon.debug pppd[946]: rcvd [LCP Ident id=0x3 magic=0x67c80cba \"MSRAS-0-SOFTWAREONE64\"]
    2012-02-23 10:01:26 RV110W daemon.debug pppd[946]: rcvd [LCP Ident id=0x4 magic=0x67c80cba \"
    \\37777777675\\027\\37777777665\\004\\37777777635\\37777777677@H\\37777777633~\\37777777775\\021\\tFQ(\
    2012-02-23 10:01:26 RV110W daemon.debug pppd[946]: rcvd [LCP EchoRep id=0x0 magic=0x67c80cba]
    2012-02-23 10:01:26 RV110W daemon.debug pppd[946]: rcvd [CHAP Response id=0x66 <2f0330cb61ba1c8e29324410e0df24d3000000000000000025d1ef07d4cd82beaa93fe36ccc1e863b2652087eb02c39400>, name = \"sakor001\"]
    2012-02-23 10:01:26 RV110W daemon.warning pppd[946]: Warning - secret file /tmp/ppp/chap-secrets has world and/or group access
    2012-02-23 10:01:26 RV110W daemon.debug pppd[946]: sent [CHAP Success id=0x66 \"S=9A5FB4C8B7C633FD6DEB868E150D0511BD93E0B4 M=Access granted\"]
    2012-02-23 10:01:26 RV110W daemon.debug pppd[946]: Script /tmp/ppp/auth-up started (pid 949)
    2012-02-23 10:01:26 RV110W daemon.debug pppd[946]: sent [CCP ConfReq id=0x1 ]
    2012-02-23 10:01:26 RV110W daemon.debug pppd[946]: Script /tmp/ppp/auth-up finished (pid 949), status = 0x16
    2012-02-23 10:01:26 RV110W daemon.debug pppd[946]: rcvd [CCP ConfReq id=0x5 ]
    2012-02-23 10:01:26 RV110W daemon.debug pppd[946]: sent [CCP ConfNak id=0x5 ]
    2012-02-23 10:01:26 RV110W daemon.debug pppd[946]: rcvd [IPCP ConfReq id=0x6 ]
    2012-02-23 10:01:26 RV110W daemon.debug pppd[946]: sent [IPCP TermAck id=0x6]
    2012-02-23 10:01:26 RV110W daemon.debug pppd[946]: rcvd [CCP ConfNak id=0x1 ]
    2012-02-23 10:01:26 RV110W daemon.debug pppd[946]: sent [CCP ConfReq id=0x2 ]
    2012-02-23 10:01:26 RV110W daemon.debug pppd[946]: rcvd [CCP ConfReq id=0x7 ]
    2012-02-23 10:01:26 RV110W daemon.debug pppd[946]: sent [CCP ConfAck id=0x7 ]
    2012-02-23 10:01:26 RV110W daemon.debug pppd[946]: rcvd [CCP ConfAck id=0x2 ]
    2012-02-23 10:01:26 RV110W daemon.notice pppd[946]: MPPE 128-bit stateless compression enabled
    2012-02-23 10:01:26 RV110W daemon.debug pppd[946]: sent [IPCP ConfReq id=0x1 ]
    2012-02-23 10:01:26 RV110W daemon.debug pppd[946]: rcvd [IPCP ConfAck id=0x1 ]
    2012-02-23 10:01:28 RV110W daemon.debug pppd[946]: rcvd [IPCP ConfReq id=0x8 ]
    2012-02-23 10:01:28 RV110W daemon.debug pppd[946]: sent [IPCP ConfRej id=0x8 ]
    2012-02-23 10:01:28 RV110W daemon.debug pppd[946]: rcvd [IPCP ConfReq id=0x9 ]
    2012-02-23 10:01:28 RV110W daemon.debug pppd[946]: sent [IPCP ConfNak id=0x9 ]
    2012-02-23 10:01:28 RV110W daemon.debug pppd[946]: rcvd [IPCP ConfReq id=0xa ]
    2012-02-23 10:01:28 RV110W daemon.debug pppd[946]: sent [IPCP ConfAck id=0xa ]
    2012-02-23 10:01:28 RV110W daemon.notice pppd[946]: local  IP address 192.168.1.3
    2012-02-23 10:01:28 RV110W daemon.notice pppd[946]: remote IP address 192.168.1.20
    2012-02-23 10:01:28 RV110W daemon.debug pppd[946]: Script /tmp/ppp/ip-up started (pid 1028)
    2012-02-23 10:01:28 RV110W daemon.debug pppd[946]: Script /tmp/ppp/ip-up finished (pid 1028), status = 0x0
    2012-02-23 10:01:28 RV110W user.debug syslog: Nbsrelay start (pid= 1040)
    2012-02-23 10:17:56 RV110W daemon.err pptpd[944]: GRE: Bad checksum from pppd.
    2012-02-23 10:31:51 RV110W daemon.info udhcpd[807]: received INFORM from 00:13:46:E6:D3:FA
    2012-02-23 10:48:20 RV110W daemon.info httpd[376]: Administrator session timeout.
    2012-02-23 10:48:27 RV110W daemon.info httpd[376]: Administrator logined from 192.168.0.132
    2012-02-23 10:52:50 RV110W daemon.info udhcpd[807]: received INFORM from 00:26:F2:B7:49:42
    2012-02-23 10:58:49 RV110W daemon.debug pppd[946]: rcvd [LCP TermReq id=0xb \"g\\37777777710\\014\\37777777672\\000<
    \\37777777715t\\000\\000\\000\\000\
    2012-02-23 10:58:49 RV110W daemon.info pppd[946]: LCP terminated by peer (gM-H^LM-:^@
    2012-02-23 10:58:49 RV110W daemon.debug pppd[946]: Script /tmp/ppp/auth-down started (pid 6011)
    2012-02-23 10:58:49 RV110W daemon.info pppd[946]: Connect time 57.4 minutes.
    2012-02-23 10:58:49 RV110W daemon.info pppd[946]: Sent 272072987 bytes, received 6264878 bytes.
    2012-02-23 10:58:49 RV110W daemon.debug pppd[946]: Script /tmp/ppp/ip-down started (pid 6015)
    2012-02-23 10:58:49 RV110W daemon.debug pppd[946]: sent [LCP TermAck id=0xb]
    2012-02-23 10:58:49 RV110W daemon.debug pppd[946]: Script /tmp/ppp/auth-down finished (pid 6011), status = 0x16
    2012-02-23 10:58:49 RV110W daemon.notice pppd[946]: Modem hangup
    2012-02-23 10:58:49 RV110W daemon.notice pppd[946]: Connection terminated.
    2012-02-23 10:58:49 RV110W daemon.debug pppd[946]: Waiting for 1 child processes...
    2012-02-23 10:58:49 RV110W daemon.debug pppd[946]:   script /tmp/ppp/ip-down, pid 6015
    2012-02-23 10:58:49 RV110W daemon.debug pppd[946]: Script /tmp/ppp/ip-down finished (pid 6015), status = 0x0
    2012-02-23 10:58:49 RV110W daemon.info pppd[946]: Exit.
    2012-02-23 10:58:49 RV110W daemon.debug pptpd[944]: CTRL: Reaping child PPP[946]
    2012-02-23 10:58:49 RV110W daemon.info pptpd[944]: CTRL: Client 192.168.0.132 control connection finished

  • Need to accept VPN connections from "Any"

    I had previously been using two WRV54G wireless routers to establish a site to site VPN connection between a branch office and our corporate Headquarters. Because of the limited DHCP scope configuration options, I decided to "upgrade" to the WRVS4400N devices. I have now been able to establish the VPN again between the two new boxes but I've now gotten to the point where I would like to add an additional remote site. In the WRV54G, it was easy to configure the one at HQ to accept connections from "any" but this new router does not seem to be as simple.
    Oh yeah, I am running firmware version 1.1.03 on both routers.
    Does anyone have any idea how I can set up the HQ router to accept VPN connections from "any"?
    Thanks! I appreciate the help.

    And this is the VPN log on the HQ router:
    Mar 4 11:11:39 - [VPN Log]: "gatekeeper": cannot initiate connection without knowing peer IP address (kind=CK_TEMPLATE)
    Mar 4 11:11:47 - [VPN Log]: packet from (Remote router WAN IP):500: received Vendor ID payload [Openswan (this version) cvs2006Jan12_11:29:56 X.509-1.5.4 PLUTO_SENDS_VENDORID PLUTO_USES_KEYRR]
    Mar 4 11:11:47 - [VPN Log]: packet from (Remote router WAN IP):500: received Vendor ID payload [Dead Peer Detection]
    Mar 4 11:11:47 - [VPN Log]: packet from (Remote router WAN IP):500: received Vendor ID payload [RFC 3947] method set to=109
    Mar 4 11:11:47 - [VPN Log]: packet from (Remote router WAN IP):500: received Vendor ID payload [draft-ietf-ipsec-nat-t-ike-03] meth=108, but already using method 109
    Mar 4 11:11:47 - [VPN Log]: packet from (Remote router WAN IP):500: received Vendor ID payload [draft-ietf-ipsec-nat-t-ike-02] meth=107, but already using method 109
    Mar 4 11:11:47 - [VPN Log]: packet from (Remote router WAN IP):500: received Vendor ID payload [draft-ietf-ipsec-nat-t-ike-00]
    Mar 4 11:11:47 - [VPN Log]: "gatekeeper"[4] (Remote router WAN IP) #4: responding to Main Mode from unknown peer (Remote router WAN IP)
    Mar 4 11:11:47 - [VPN Log]: "gatekeeper"[4] (Remote router WAN IP) #4: Can't authenticate: no preshared key found for `(HQ Router WAN IP)' and `%any'. Attribute OAKLEY_AUTHENTICATION_METHOD
    Mar 4 11:11:47 - [VPN Log]: "gatekeeper"[4] (Remote router WAN IP) #4: no acceptable Oakley Transform
    Mar 4 11:11:47 - [VPN Log]: "gatekeeper"[4] (Remote router WAN IP) #4: sending notification NO_PROPOSAL_CHOSEN to (Remote router WAN IP):500
    Mar 4 11:11:47 - [VPN Log]: "gatekeeper"[4] (Remote router WAN IP): deleting connection "gatekeeper" instance with peer (Remote router WAN IP) {isakmp=#0/ipsec=#0}
    Mar 4 11:11:57 - [VPN Log]: packet from (Remote router WAN IP):500: received Vendor ID payload [Openswan (this version) cvs2006Jan12_11:29:56 X.509-1.5.4 PLUTO_SENDS_VENDORID PLUTO_USES_KEYRR]
    Mar 4 11:11:57 - [VPN Log]: packet from (Remote router WAN IP):500: received Vendor ID payload [Dead Peer Detection]
    Mar 4 11:11:57 - [VPN Log]: packet from (Remote router WAN IP):500: received Vendor ID payload [RFC 3947] method set to=109
    Mar 4 11:11:57 - [VPN Log]: packet from (Remote router WAN IP):500: received Vendor ID payload [draft-ietf-ipsec-nat-t-ike-03] meth=108, but already using method 109
    Mar 4 11:11:57 - [VPN Log]: packet from (Remote router WAN IP):500: received Vendor ID payload [draft-ietf-ipsec-nat-t-ike-02] meth=107, but already using method 109
    Mar 4 11:11:57 - [VPN Log]: packet from (Remote router WAN IP):500: received Vendor ID payload [draft-ietf-ipsec-nat-t-ike-00]
    Mar 4 11:11:57 - [VPN Log]: "gatekeeper"[5] (Remote router WAN IP) #5: responding to Main Mode from unknown peer (Remote router WAN IP)
    Mar 4 11:11:57 - [VPN Log]: "gatekeeper"[5] (Remote router WAN IP) #5: Can't authenticate: no preshared key found for `(HQ Router WAN IP)' and `%any'. Attribute OAKLEY_AUTHENTICATION_METHOD
    Mar 4 11:11:57 - [VPN Log]: "gatekeeper"[5] (Remote router WAN IP) #5: no acceptable Oakley Transform
    Mar 4 11:11:57 - [VPN Log]: "gatekeeper"[5] (Remote router WAN IP) #5: sending notification NO_PROPOSAL_CHOSEN to (Remote router WAN IP):500
    Mar 4 11:11:57 - [VPN Log]: "gatekeeper"[5] (Remote router WAN IP): deleting connection "gatekeeper" instance with peer (Remote router WAN IP) {isakmp=#0/ipsec=#0}
    Mar 4 11:12:17 - [VPN Log]: packet from (Remote router WAN IP):500: received Vendor ID payload [Openswan (this version) cvs2006Jan12_11:29:56 X.509-1.5.4 PLUTO_SENDS_VENDORID PLUTO_USES_KEYRR]
    Mar 4 11:12:17 - [VPN Log]: packet from (Remote router WAN IP):500: received Vendor ID payload [Dead Peer Detection]
    Mar 4 11:12:17 - [VPN Log]: packet from (Remote router WAN IP):500: received Vendor ID payload [RFC 3947] method set to=109
    Mar 4 11:12:17 - [VPN Log]: packet from (Remote router WAN IP):500: received Vendor ID payload [draft-ietf-ipsec-nat-t-ike-03] meth=108, but already using method 109
    Mar 4 11:12:17 - [VPN Log]: packet from (Remote router WAN IP):500: received Vendor ID payload [draft-ietf-ipsec-nat-t-ike-02] meth=107, but already using method 109
    Mar 4 11:12:17 - [VPN Log]: packet from (Remote router WAN IP):500: received Vendor ID payload [draft-ietf-ipsec-nat-t-ike-00]
    Mar 4 11:12:17 - [VPN Log]: "gatekeeper"[6] (Remote router WAN IP) #6: responding to Main Mode from unknown peer (Remote router WAN IP)
    Mar 4 11:12:17 - [VPN Log]: "gatekeeper"[6] (Remote router WAN IP) #6: Can't authenticate: no preshared key found for `(HQ Router WAN IP)' and `%any'. Attribute OAKLEY_AUTHENTICATION_METHOD
    Mar 4 11:12:17 - [VPN Log]: "gatekeeper"[6] (Remote router WAN IP) #6: no acceptable Oakley Transform
    Mar 4 11:12:17 - [VPN Log]: "gatekeeper"[6] (Remote router WAN IP) #6: sending notification NO_PROPOSAL_CHOSEN to (Remote router WAN IP):500
    Mar 4 11:12:17 - [VPN Log]: "gatekeeper"[6] (Remote router WAN IP): deleting connection "gatekeeper" instance with peer (Remote router WAN IP) {isakmp=#0/ipsec=#0}
    Thanks much.

  • The server license allows connections from only 5 unique IP addresses

    Hi All,
    For a project, i did "/Installing Oracle BPEL Process Manager with the
    BEA WebLogic Server/".
    While accessing the BPEL Console from more than 2 machine, i am
    getting the following error message.
    "/The Server is not able to service this request:
    [Server:002621]Connection rejected, the server license allows
    connections from only 5 unique IP addresses./"
    I am running the " /Oracle WebLogic Server 9.2 MP3/" weblogic server,
    which i downloaded from the following oracle internal site.
    /http://www.oracle.com/technology/software/products/ias/bea_main.html/
    I have downloaded the license key from the following location.
    /http://licensecodes.oracle.com/
    /I have updated the license key using the "/UpdateLicense.cmd" /file.
    I manually checked the "/license.bea/" file it got changed
    "/expiration="never"/" mode.
    But still i wasn't able to get rid of the above error message. Still
    the license is not updated to the server.
    Regards,
    Vijay.B

    Hi James,
    Thanks a lot for your answer.
    I tried all the possible way to update the license file, i was able to update the file but the problem was not solved.
    I just tried downloading the software from another location and tried updating the license key and now its working fine, i don't see the issue.
    The below link is where i downloaded the software, you can get the license key also.
    "/http://aseng-wiki.us.oracle.com/asengwiki/display/ASHotPlug/Software+Page+-+Internal+Use/"
    Regards,
    Vijay.B

  • HTTPs connection from SAP WebAS

    Hello,
    I have to establish a connection from SAP WebAS to an iSaSiLk server via HTTPS.
    The iSaSiLk authentication is based on client certificates.
    I've created a SSL client PSE, generated the Certificate Request, imported the certificate response and the chain of certificates associated  with no errors. When testing the connection we're getting the following error message:
    SAP icm log:
    [Thr 1087400256] ->> SapSSLSessionInit(&sssl_hdl=0x2aaaba679980, role=1 (CLIENT), auth_type=3 (USE_CLIENT_CERT))
    [Thr 1087400256] <<- SapSSLSessionInit()==SAP_O_K
    [Thr 1087400256]      in: args = "role=1 (CLIENT), auth_type=3 (USE_CLIENT_CERT)"
    [Thr 1087400256]     out: sssl_hdl = 0x1a3310c0
    [Thr 1087400256] ->> SapSSLSetNiHdl(sssl_hdl=0x1a3310c0, ni_hdl=22)
    [Thr 1087400256] NiIBlockMode: set blockmode for hdl 22 TRUE
    [Thr 1087400256] <<- SapSSLSetNiHdl(sssl_hdl=0x1a3310c0, ni_hdl=22)==SAP_O_K
    [Thr 1087400256] ->> SapSSLSetSessionCredential(sssl_hdl=0x1a3310c0, &cred_name=0x1a49e4e0)
    [Thr 1087400256]   SapISSLComposeFilename(): Filename = "/usr/sap/XID/DVEBMGS00/sec/SAPSSLSPHTID.pse"
    [Thr 1087400256] <<- SapSSLSetSessionCredential(sssl_hdl=0x1a3310c0)==SAP_O_K
    [Thr 1087400256]      in: cred_name = "/usr/sap/XID/DVEBMGS00/sec/SAPSSLSPHTID.pse"
    [Thr 1087400256] ->> SapSSLSetTargetHostname(sssl_hdl=0x1a3310c0, &hostname=0x1a4a09e0)
    [Thr 1087400256] <<- SapSSLSetTargetHostname(sssl_hdl=0x1a3310c0)==SAP_O_K
    [Thr 1087400256]      in: hostname = "<remoteServer_to_be_accessed>"
    [Thr 1087400256] ->> SapSSLSessionStart(sssl_hdl=0x1a3310c0)
    [Thr 1087400256]   SapISSLUseSessionCache(): Creating NEW session (0 cached)
    [Thr 1087400256] Tue Jan 13 10:10:22 2009
    *[Thr 1087400256] *** ERROR during SecudeSSL_SessionStart() from SSL_connect()==SSL_ERROR_SSL*
    [Thr 1087400256]    session uses PSE file "/usr/sap/XID/DVEBMGS00/sec/SAPSSLSPHTID.pse"
    [Thr 1087400256] SecudeSSL_SessionStart: SSL_connect() failed
      secude_error 536871693 (0x2000030d) = "none of the PSEs registered with hSsl can suffice the negotiated SSL cipher suite"
    [Thr 1087400256] >>            Begin of Secude-SSL Errorstack            >>
    [Thr 1087400256] ERROR in ssl3_get_certificate_request: (536871693/0x2000030d) none of the PSEs registered with hSsl can suffice
    [Thr 1087400256] <<            End of Secude-SSL Errorstack
    [Thr 1087400256]   SSL_get_state() returned 0x00002150 "SSLv3 read server certificate request A"
    [Thr 1087400256]   No certificate request received from Server
    [Thr 1087400256] <<- ERROR: SapSSLSessionStart(sssl_hdl=0x1a3310c0)==SSSLERR_SSL_CONNECT
    [Thr 1087400256] ->> SapSSLErrorName(rc=-57)
    [Thr 1087400256] <<- SapSSLErrorName()==SSSLERR_SSL_CONNECT
    [Thr 1087400256] *** ERROR => IcmConnInitClientSSL: SapSSLSessionStart failed (-57): SSSLERR_SSL_CONNECT [icxxconn_mt
    On the iSaSiLk server we're getting:
    ssl_debug(2): Starting handshake (iSaSiLk 3.06)...
    ssl_debug(2): Received v3 client_hello handshake message.
    ssl_debug(2): Client requested SSL version 3.0, selecting version 3.0.
    ssl_debug(2): Creating new session 11:5F:04:C9:0D:32:15:B9...
    ssl_debug(2): CipherSuites supported by the client:
    ssl_debug(2): SSL_RSA_WITH_RC4_128_SHA
    ssl_debug(2): SSL_RSA_WITH_RC4_128_MD5
    ssl_debug(2): SSL_RSA_WITH_3DES_EDE_CBC_SHA
    ssl_debug(2): SSL_RSA_WITH_DES_CBC_SHA
    ssl_debug(2): SSL_RSA_EXPORT_WITH_DES40_CBC_SHA
    ssl_debug(2): SSL_RSA_EXPORT_WITH_RC2_CBC_40_MD5
    ssl_debug(2): SSL_RSA_EXPORT_WITH_RC4_40_MD5
    ssl_debug(2): CompressionMethods supported by the client:
    ssl_debug(2): NULL
    ssl_debug(2): Sending server_hello handshake message.
    ssl_debug(2): Selecting CipherSuite: SSL_RSA_WITH_RC4_128_SHA
    ssl_debug(2): Selecting CompressionMethod: NULL
    ssl_debug(2): Sending certificate handshake message with server certificate...
    ssl_debug(2): Sending certificate_request handshake message...
    ssl_debug(2): Sending server_hello_done handshake message...
    ssl_debug(2): IOException while handshaking: Connection closed by remote host.
    ssl_debug(2): Sending alert: Alert Fatal: handshake failure
    ssl_debug(2): Shutting down SSL layer...
    ssl_debug(2): Closing transport...
    From the iSaSiLk everything seems to be OK, but on the SAP WebAS the error "none of the PSEs registered with hSsl can suffice the negotiated SSL cipher suite" is really unclear, since the cipher chosen by the iSaSiLk is one of the ciphers sent by SAP WebAS...
    Can anyone give me any suggestion?

    Hello Olivier,
    Thanks for your answer.
    I've implemented note 800240 which facilitates the PSE analysis by implementing the report ZSSF_TEST_PSE. With this report I'm able to check all the PSE content, which are:
    Filename            SAPSSLSPHTID.pse
    PIN                 <no>
    Signature           X
    Encryption          X
    Profile Parameter
    DIR_INSTANCE                   /usr/sap/XID/DVEBMGS00                       /usr/sap/XID/D00
    sec/dsakeylengthdefault                                                     1024
    sec/libsapsecu                 /usr/sap/XID/SYS/exe/run/libsapcrypto.so
    sec/rsakeylengthdefault                                                     1024
    ssf/name                       SAPSECULIB
    ssf/ssf_md_alg                                                              SHA1
    ssf/ssf_symencr_alg                                                         DES-CBC
    ssf/ssfapi_lib                 /usr/sap/XID/SYS/exe/run/libsapcrypto.so
    ssf2/name
    ssf2/ssf_md_alg                                                             SHA1
    ssf2/ssf_symencr_alg                                                        DES-CBC
    ssf2/ssfapi_lib
    ssf3/name
    ssf3/ssf_md_alg                                                             SHA1
    ssf3/ssf_symencr_alg                                                        DES-CBC
    ssf3/ssfapi_lib
    Environment variables
    USER                xidadm
    SECUDIR             /usr/sap/XID/DVEBMGS00/sec
    PSE
    Validity            18.12.2008 19:47:04   18.12.2009 19:47:04
    Algorithm           RSA (OID 1.2.840.113549.1.1.1)
    Test signature
    Signature OK
    Verification OK
    Test encryption
    Encryption OK
    Decryption OK
    As you can see, the cipher algorithm used is RSA. Any suggestion... ?
    An iSaSiLk server "is a Java programming language implementation of the SSLv2 (client-side), SSLv3, TLS 1.0 and TLS 1.1 protocols. It supports all defined cipher suites (except for Fortezza), including all AES and PSK cipher suites. iSaSiLk implements all standard TLS extensions, comes with an easy to use API and operates on top of the IAIK-JCE Javau2122 Cryptography Extension. iSaSiLk is highly configurable and will work with any alternative JCE implementation supported by a proper provider for supplying the required cryptographic algorithms".
    Once again thanks for your answer.

  • Cannot send email via ActiveSync when user connect from Internet (Exchange 2010 SP3 RU5)

    Hi All. 
    This is the first time I encounter this kind of issue, whenever user connect from the internet they cannot send email from their Phone or Windows Mail App, but they can retrieve email 
    But when they connect from Internal Network they can send email. I already test ActiveSync from internet using www.testexchangeconnectivity.com and it pass all tests. 
    I also check the Firewall and all the necessary ports already opened (we even open all ports) , the default TTL on the firewall 3600 second. 
    From what I read ActiveSync use some kind of HTTP POST or in MS terminology "PING" command, but still have no idea what kind of configuration that should be made to the Firewall so it can pass this "PING" command. Because from what I
    see in Android Logcat the problem always related to this PING command 
    10-07 08:12:38.714 I/Exchange(31971): Interrupt with reason 1
    10-07 08:12:38.714 I/Exchange(31971): Ping task ending with status: -1
    10-07 08:12:38.904 D/Exchange(31971): created outputstream
    10-07 08:12:39.204 W/Exchange(31971): IOException sending mail
    10-07 08:12:39.204 E/Exchange(31971): Generic error for operation SendMail: status 200, result -100
    10-07 08:12:39.204 W/Exchange(31971): Aborting outbox sync for error -99
    10-07 08:12:39.274 I/Exchange(31971): Ping task starting for 3
    10-07 08:12:39.304 D/SyncManager(644): failed sync operation [email protected] u0 (com.android.exchange), com.android.email.provider, USER, latestRunTime 71219435, EXPEDITED, reason: 10040, SyncResult: stats [ numIoExceptions: 1]
    10-07 08:12:39.304 D/SyncManager(644): not retrying sync operation because SYNC_EXTRAS_DO_NOT_RETRY was specified [email protected]  u0 (com.android.exchange), com.android.email.provider, USER, latestRunTime 71220078, EXPEDITED, reason: 10040

    Hi ronaldosy,
    How about the work flow of Outlook or OWA on PC internally/externally?
    If only phone has this issue, I suggest ask ActiveSync Forum for help so that you can get more professional suggestions. For your convenience:
    http://social.technet.microsoft.com/Forums/exchange/en-US/home?forum=exchangesvrmobility
    Best Regards,
    Allen Wang

  • Hi Apple Team, my iphone can't share files with my macbook pro. But other devices can share bluetooth files with my mac book pro. Please, kindly open up bluetooth to accept all connections from all devices. Now it becoming difficult for me to share.

    Hi Apple Team, my iphone can't share bluetooth files with my macbook pro. But other devices can share bluetooth files with my mac book pro. Please, kindly open up bluetooth to accept all connections from all devices. Now it difficult for me to share bluetooth files from my mac bookpro to my iphone, unless i attached it through email.
    We need it to be acceptable to all devices.
    Thank you!

    You can tell Apple directly at the link below.
    http://www.apple.com/feedback/iphone.html

Maybe you are looking for

  • Using Database Control in JPDs - Best Practice

    Hi, I would like to know the best way of using DB control in a JPD like.. which one is better. a) Using a Control Send node in workshop and configuring it from the workshop design view as a separate node. or b) In a perform node call the method on th

  • Adding lines to the currently active sales order

    I need to add lines to the order currenlty being entered by the user based upon various rules that i have created in an addon. I can call the addon and calculate the values I require but I cannot see how to poke a number of libes and quantities back

  • Editing in Camera Raw

    Is there a way to edit .NEF files in camera raw and then saving in .jpg without affecting the original .NEF file? I am using Camera Raw 4.3.1 and CS-3.

  • Sales Order Consumption

    Hi All The business want unconfirmed sales orders (Type BM) to consume forecast in APO, I've tried changing the 'Qty Type' in the category group to 'Blank' (pegging relevant) and '02' (original quantity) but this doesn't seem to work.  Consumtion in

  • Canon printer problem solved

    I am still frustrated, that Canon has not yet solved the driver problems with my printer (IRC 4580) I was browsing Sunday evening, and via Google I ended on Canon Australia's website: http://www.canon.com.au/drivers/ And suddenly I found a full list