POST problems with IIS Plugin

I am using the latest version of the IIS plugin for Weblogic (build: Apr 14 2002
17:53:13)
It seems that the ISAPI Filter (iisforward.dll) does not forward all http POSTs
- however it does seem to work fine for http GET's.
We have configured the plugin (you will see the attached debug dump) to forward
all calls on "/weblogic". If we perform http GET's on such a URL (using IE) everything
works fine - and the call is routed to Weblogic.
When we make a SOAP call using our C++ client, (a http POST) through the IIS plugin
we get a 405 error. If we artificially add the ".wlforward" extension on the context
URL (in our C++ client ) then it is forwarded correctly to weblogic by the Application
Extension (iisproxy.dll) - so the problem lies with the ISAPI filter. Also, if
we remove the ISAPI filter from IIS, we get the same 405 error - which confirms
that the ISAPI filter is not catching the POST's.
More puzzling, however, is that the SOAP requests from our Java SOAP client (using
WLS SOAP) works fine.
The problem must have something to do with the difference in structure of the
POSTS.
Normally, I would attach the logs/config in a zip file - but that seems broken
at the moment. Instead they are all pasted in below.....
-Nick
Successful POST http header:
POST /weblogic/webservice/BondInstrumentService HTTP/1.0
Host: localhost:8080
Connection: Keep-Alive
Content-Length: 1965
Content-Type: text/xml; charset=utf-8
SOAPAction: ""
Authorization: Basic c3lzdGVtOnBhc3N3b3Jk
UNSuccessful POST http header:
POST /weblogic/webservice/BondInstrumentService HTTP/1.0
SOAPAction: ""
Content-Type: text/xml
Connection: close
Content-Length: 1670
IIS 405 Response:
HTTP/1.1 405 Method not allowed
Server: Microsoft-IIS/5.0
Date: Thu, 25 Jul 2002 14:28:52 GMT
Allow: OPTIONS, TRACE, GET, HEAD
Content-Length: 3126
Content-Type: text/html
IIS Plugin Config:
Properties loaded from path: 'D:\Inetpub\WeblogicPlugin\iisproxy.ini'
Query String: '__WebLogicBridgeConfig'
General Server List:
Host: 'localhost' Port: 7001 Status: OK
ConnectRetrySecs: '2'
ConnectTimeoutSecs: '10'
CookieName: 'JSESSIONID'
Debug: '12'
DebugConfigInfo: 'ON'
DefaultFileName: ''
DynamicServerList: 'ON'
ErrorPage: ''
FileCaching: 'ON'
HungServerRecoverSecs: '300'
Idempotent: 'OFF'
KeepAliveEnabled: 'ON'
KeepAliveSecs: '30'
PathPrepend: ''
PathTrim: '/weblogic'
MaxSkips: '10'
MaxPostSize: '-1'
SecureProxy: 'OFF'
WLLogFile: 'D:\Inetpub\WeblogicPlugin\iisPlugin.log'
WLProxySSL: 'OFF'
Runtime statistics:
requests: 1
successful requests: 1
Exception objects created: 0
Exception Objects deleted: 0
URL Objects created: 1
URL Objects deleted: 1
connections recycled: 0
UNKNOWN_ERROR_CODE exceptions: 0
CONNECTION_REFUSED exceptions: 0
CONNECTION_TIMEOUT exceptions: 0
READ_ERROR exceptions: 0
WRITE_ERROR exceptions: 0
READ_TIMEOUT exceptions: 0
WRITE_TIMEOUT exceptions: 0
UNKNOWN_HOST exceptions: 0
NO_RESOURCES exceptions: 0
PROTOCOL_ERROR exceptions: 0
CONFIG_ERROR exceptions: 0
FAILOVER_REQUIRED exceptions: 0
Build date/time: Apr 14 2002 17:53:13

Doh. :< I hope you can get someone here from the BEA guys/gals to help out.
I'm outside of my league at this point. Sorry about that. Good luck.
"Nick Minutello" <[email protected]> wrote
in message news:[email protected]...
>
>
Thanks.
Sadly, my IIS configuration is correct. The plugin seems to work fine if Ijust
use my browser (http GET) for either forward-by-extension (*.jsp) orforward-by-path
(/weblogic/*).
However, there seems to be a problem when I use SOAP (http POST). For somereason,
when I use my C++ SOAP client (using WASP), then the ISAPI filter (the onethat
generates the .wlforward on the URL) doesnt modify the URL - hence the403...
If I use my java client.... everything is fine. Comparing the two httppackets,
I dont see anything obviously wrong - but something is making the WLSplugin choke.
>
Cheers,
Nick
"PHenry" <[RemoveBeforeSending][email protected]> wrote:
Howdy. I had a similar problem. I'm not a BEA support person, but maybe
I
might be able to help. If not, at least someone's listening. :>
Did you add the .jsp AND the .wlforward in the path redirection under
your
web app in IIS? I read the instructions thoroughly (or so I thought),
and I
wasn't able to get the POST to work. :< But as I reread the
instructions,
I
had put in the .jsp (is it under Home Directory, Configuration I think?),
and I put in the ISAPI dll, but I didn't put in the .wlforward (in with
the
..jsp). Once I did that, and restarted the box, all was good! :>
That might help. And if not, at least one of the BEA people have one
less
thing to try. Good luck.
"Nick Minutello" <[email protected]>
wrote
in message news:[email protected]...
I am using the latest version of the IIS plugin for Weblogic (build:Apr
14 2002
17:53:13)
It seems that the ISAPI Filter (iisforward.dll) does not forward allhttp
POSTs
- however it does seem to work fine for http GET's.
We have configured the plugin (you will see the attached debug dump)to
forward
all calls on "/weblogic". If we perform http GET's on such a URL (usingIE) everything
works fine - and the call is routed to Weblogic.
When we make a SOAP call using our C++ client, (a http POST) throughthe
IIS plugin
we get a 405 error. If we artificially add the ".wlforward" extensionon
the context
URL (in our C++ client ) then it is forwarded correctly to weblogicby the
Application
Extension (iisproxy.dll) - so the problem lies with the ISAPI filter.Also, if
we remove the ISAPI filter from IIS, we get the same 405 error -which
confirms
that the ISAPI filter is not catching the POST's.
More puzzling, however, is that the SOAP requests from our Java SOAPclient (using
WLS SOAP) works fine.
The problem must have something to do with the difference in structureof
the
POSTS.
Normally, I would attach the logs/config in a zip file - but that seemsbroken
at the moment. Instead they are all pasted in below.....
-Nick
Successful POST http header:
POST /weblogic/webservice/BondInstrumentService HTTP/1.0
Host: localhost:8080
Connection: Keep-Alive
Content-Length: 1965
Content-Type: text/xml; charset=utf-8
SOAPAction: ""
Authorization: Basic c3lzdGVtOnBhc3N3b3Jk
UNSuccessful POST http header:
POST /weblogic/webservice/BondInstrumentService HTTP/1.0
SOAPAction: ""
Content-Type: text/xml
Connection: close
Content-Length: 1670
IIS 405 Response:
HTTP/1.1 405 Method not allowed
Server: Microsoft-IIS/5.0
Date: Thu, 25 Jul 2002 14:28:52 GMT
Allow: OPTIONS, TRACE, GET, HEAD
Content-Length: 3126
Content-Type: text/html
IIS Plugin Config:
Properties loaded from path: 'D:\Inetpub\WeblogicPlugin\iisproxy.ini'
Query String: '__WebLogicBridgeConfig'
General Server List:
Host: 'localhost' Port: 7001 Status: OK
ConnectRetrySecs: '2'
ConnectTimeoutSecs: '10'
CookieName: 'JSESSIONID'
Debug: '12'
DebugConfigInfo: 'ON'
DefaultFileName: ''
DynamicServerList: 'ON'
ErrorPage: ''
FileCaching: 'ON'
HungServerRecoverSecs: '300'
Idempotent: 'OFF'
KeepAliveEnabled: 'ON'
KeepAliveSecs: '30'
PathPrepend: ''
PathTrim: '/weblogic'
MaxSkips: '10'
MaxPostSize: '-1'
SecureProxy: 'OFF'
WLLogFile: 'D:\Inetpub\WeblogicPlugin\iisPlugin.log'
WLProxySSL: 'OFF'
Runtime statistics:
requests: 1
successful requests: 1
Exception objects created: 0
Exception Objects deleted: 0
URL Objects created: 1
URL Objects deleted: 1
connections recycled: 0
UNKNOWN_ERROR_CODE exceptions: 0
CONNECTION_REFUSED exceptions: 0
CONNECTION_TIMEOUT exceptions: 0
READ_ERROR exceptions: 0
WRITE_ERROR exceptions: 0
READ_TIMEOUT exceptions: 0
WRITE_TIMEOUT exceptions: 0
UNKNOWN_HOST exceptions: 0
NO_RESOURCES exceptions: 0
PROTOCOL_ERROR exceptions: 0
CONFIG_ERROR exceptions: 0
FAILOVER_REQUIRED exceptions: 0
Build date/time: Apr 14 2002 17:53:13

Similar Messages

  • Problems with NIK Plugins

    Hi all,
    a lot was said already about problems with using Nik plugins in PS5 64 bit mode, but I'm not getting closer to a final solution.
    I have installed all latest NIK plugin updates without problems.
    According to their website all of their plugins are running now in a 64 bit mode.
    In CS4 I can open and work with all plugins, BUT ONLY after removing the 'Selective Tool' from the plugin folder.
    When it is not removed, PS4 is crashing all the time immediately after opening.
    In Dfine plugin I noticed that my pointer is always a bit flickering during processing.
    In CS5 it is the same; if the Selective tool is in the Plugin folder, it won't opening.
    After removing it, in 32 bit mode I can open and work with all installed plugins.
    But in 64 bit mode I'm able to work only with Silver Efex and HDR Efex Pro, but as soon I open Dfine, Sharpener, Viveza or Color Efex CS5 is crashing immediately.
    I'm running a Mac pro with plenty power, ram etc, all updated and cleaned up.
    What is other people's latest experience regarding that issue?
    Thanks

    Hi to all,
    here I like to give you an update on my experience with NIK Plugins.
    After beeing unable to solve my NIK problems by myself and in the forum I was contacting NIK, and their respons email told me only the following:
    "In case of experiencing problems with their plugins in 64 bit mode remove all Duplicate Ariel Fonts"
    Since I read about that already earlier, that reason had been ruled out.
    BUT I got the idea simply to remove all my Arial Fonts from my Library (to the Desktop), and surprisingly ALL NIK plugins now were functioning without bringing CS5 to crash at start-up.
    Unfortunately over the last days, especially on working with big file size pictures (around 200 MB) and plenty layers, CS5 crashed again often after initializing of the plugins.
    Than I read today the post from Grey Havens, who suggested to set the percentage of RAM what Photoshop should use to maximal 60%.
    Since I do have 14 GB RAM available, I indeed reduced the settings from 85% to 65%.
    2 of my 3 internal HD's are assigned as scratch disk, as recommended by Adobe.
    Thanks Grey, as you described, all plugins are opening now very fast, and I just tried all applications with big files, many layers and CMYK files,
    without having any crash so far anymore.
    If this continues, than I dont have to use my CS4 or the CS5 in 32 bit mode anymore, which would make all easier for me.
    Than it also doesn't matter that Photoshop has less RAM assigned, because in 64 bit mode the almost 9 GB RAM assigned is for me more than enough.
    So what worked for me, might work also for other people with same problems:
    ---    I had to remove the 'Selective Tool' from all plugins in CS4 and in CS5
    ---    I had to remove all Arial Fonts from my Font Library
    ---    I set in Preferences Performance the 'Let Photoshop Use RAM' to 65% only   
    Regards
    Michael

  • A problem with DigitalPersona plugin in ff5.

    Hi. Got a problem with DigitalPersona plugin. I'm using FF5 now, so it doesn't work, but I wonder if there's a way to deal with it. I mean, maybe someone know anything to make it work on FF5 without violating their rights. When using almost 50 symbol passwd it's some kind of bothering without DP ;p

    After more searching and plugin decompiling, I found that the problem occurs when it tries to access to the registry using the following key:
    "Software\\Serena\\Dimensions\\" + System.getProperty("oracle.jdevimpl.vcs.dimensions.clientVersion", "9.1") + "\\PC Client"
    I don't know where the value of "oracle.jdevimpl.vcs.dimensions.clientVersion" is supposed to come from.
    I tried to set it using the jdev.conf file:
    AddVMOption -Doracle.jdevimpl.vcs.dimensions.clientVersion=10.1
    It works a little better: I get the connection window. But when I provide the connection parameters and clic on "OK", I get the following error message:
    "Could not recognize output from the command."
    We are using Dimensions 10.1.3.
    Is this version not compatible with the plugin ?

  • Problems with IIS and Weblogic 6.0 Redirecting thru IIS

    Hi
    I have just installed Welblogic 6.0 and I am having problems with the configuration
    of the ISAPI Plugin.
    I created the iisproxy.ini file and then copied that into wlserver6.0/bin directory
    and copied the iisproxy.dll file into the inetpub/wwroot directory for iis to
    see
    Now when I type in my url, I get the default index.jsp page that bea supplied
    but when I try to go to the Admin tool, existing portals created or new portals
    added, I get the following error
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    Can any one help, here is my iisproxy.ini file
    below
    #This file contains initialization name/value pairs
    #for the IIS/weblogic plug-in
    WebLogicHost=localhost
    WebLogicPort=7501
    WlFowardPath=/weblogic
    SecureProxy=OFF
    PathTrim=/weblogic
    ConnectTimeoutSecs=20
    ConnectRetrySecs=2
    Bola

    Seems 6.0 has more than a few proxy problems. We are running IPlanet and have
    had no success in running the 6.0 proxy.
    FYI. We have started using the 5.1 proxy in 6.0 successfully; you might give
    it a try. Not sure we want to put this in production in this condition however.
    Matt Raible wrote:
    Has anyone been successfully able to get the IIS Proxy working with WLS 6.0
    on Win2K? I've been trying for days, working with a support engineer at BEA
    and everything, but no luck.
    Thanks,
    Matt

  • Post Problems with H67MA-E35 (B3)

    Hi maybe somebody can help me with this.
    I have a H67MA-E35 (B3) and start to face problems with post, no beeps no monitor signal nothing... the only way is let the PC disconected for a couple of hours or even a day and the mobo start normally but when i try to reset or turn off,,,, the motherboard dont start again no beeps or monitor signal.
    I tried to update drivers and bios version but nothing helps i still having the same problem.... any ideas? i am getting crazy please help!!

    Quote from: xmad on 01-August-12, 01:42:01
    >>Posting Guide<<
    We are going to need more information on what components are in your system.
    Also, clarify does the system crash while under load or just not start?
    My system components are:
    CPU  i3 core 3.1 ghz
    HD    Seagate ST500DM002 500GB SATA
    MEMORY KINGSTON KVR1066D3N7K2 2GB
    PSU 500W
    Bios updated to latest version via LiveUpdate
    Running W7 32 bits
    My system don't crash under load, just dint start after reset o turn off. To start again i have to unplug the AC cable and try to start after 2 hours or more.
    Tell me if you need more information.
    Thanks

  • Problems with IIS proxy to cluster

              We are using WebLogic 6.1 with two managed servers in a cluster. Our IIS server
              is running IIS 4 and is set up to proxy to the cluster by IP addresses. When
              one server goes down(as in a hardware failure or shut down), the other server's
              queue loads up with unprocessed requests causing our web application to "freeze".
              No errors are logged anywhere. The only way to free up the WL server (and stop
              the queue from growing) is to reboot both the application server (to clear the
              queu)AND the IIS web server(to stop the requests). Is there a known problem with
              the WL IIS plug-in DLL that could cause these errant requests? or.. Does this
              point to a specific error on our IIS server? or.. Is there a bad setting somewhere
              that can be changed to prevent this? Please Advise!
              

    Hello,
    From this it looks like you may be able to use PathPrepend to jimmy your URLs:
    PathPrepend : String that the plug-in prepends to the beginning of the original URL, after PathTrim is trimmed and before the request is forwarded to WebLogic Server.
    I would suggest it may be a good idea to have a seperate webserver for your production domain. In most places I have worked in every platform is configuered with its own resources e.g staging server has its own webserver and db. This affords the people that use those envrionments greater isolation.

  • I'm having problems with the plugin

    It constantly asks me if i want to continue or stop the 'scrip'. Also, i'm having problems with the tabs constantly loading. Like I'm on a page, and then i found the page reloading itself when i'm looking at the page. I'd like to know how i can fix those problems i've reinstalling firefox, but that doesn't seem to work, i've tried reinstalling the plugin but that doesn't work either. I was wondering what version of the plugins does firefox use.

    Here's an explanation of what those processes are. 
    Inside Flash Player Protected Mode for Firefox
    I'm curious about what you did to uninstall just those.

  • Problem with IIS- WebLogic bridge

    Hi!
    We have configured the IIS-WebLogic bridge for WebLogic 6.0 (SP1), with IIS
    4.0 on two separate machines. This works on URLs which directly refer to
    pages lying on the same machine as WebLogic, but some links which refer to
    WebLogic properties file and then determines the page to be displayed (e.g.
    include files). These work when the exact URL (including the IP Address and
    port no. of the WebLogic Server) is pasted in the browser address window,
    but fail when the proxied hyperlink is clicked from another page, or the
    proxied URL is pasted in the address window.
    Can anyone help. This is slightly urgent.
    thanks and regards,
    Prajesh
    Prajesh K. Verma
    Eclaton eBDU India Pvt. Ltd.
    Huis van Eclaton
    25, Lavelle Road
    Bangalore 560 001
    Tel: +91 80 2996569
    Email: [email protected]
    http://www.eclaton.com

    It looks like you have the sendRedirect() problem.
    We will convert the relative uri into Absolute URL in the sendRedirect().
    the logic looks something like:
    if (url is an absolute url) { //i.e: http://host:port/dummy.jsp
    response.setHeader("Location", url);
    sendError("302");
    } else if (url is an absolute uri) { //i.e: /dummy.jsp
    //prepend protocol, host and port info
    } else if (url is a relative uri) { //i.e: dummy.jsp
    //cacluate the context path based on the current request
    //i.e: you are request http://iis:7001/include/index.jsp
    PathTrim=/weblogic is set in the iisproxy.ini
    //so the Location header looks like:
    //http://iis:7001/weblogic/include/dummy.jsp
    As you can see you may need to specify the redirected uri
    to fall into the rules of "proxy by path" or "proxy by mime type" if you want
    the iis to proxy the request properly.
    "Prajesh K. Verma" <[email protected]> wrote:
    Hi!
    We have configured the IIS-WebLogic bridge for WebLogic 6.0 (SP1), with
    IIS
    4.0 on two separate machines. This works on URLs which directly refer
    to
    pages lying on the same machine as WebLogic, but some links which refer
    to
    WebLogic properties file and then determines the page to be displayed
    (e.g.
    include files). These work when the exact URL (including the IP Address
    and
    port no. of the WebLogic Server) is pasted in the browser address window,
    but fail when the proxied hyperlink is clicked from another page, or
    the
    proxied URL is pasted in the address window.
    Can anyone help. This is slightly urgent.
    thanks and regards,
    Prajesh
    Prajesh K. Verma
    Eclaton eBDU India Pvt. Ltd.
    Huis van Eclaton
    25, Lavelle Road
    Bangalore 560 001
    Tel: +91 80 2996569
    Email: [email protected]
    http://www.eclaton.com

  • Anyone else having problems with Flash plugin 10.3.181.14 on FF4.01

    Over the last 2-3 days I've had a problem with FF hanging when loading some sites. This problem disappears if I disable the Flash plugin.

    They are looking into it, but they are moving incredibly slow. Meanwhile, They are getting unhappy customers who are trying to tweak their browsers in such a way to force Adobe to work for them so they can do what they need. I even had to lower the Plugin Containers priority setting to low so it doesn't hog the CPU so I can do what I need, If barely. Its just frustrating and I am doing what I can to come up with something I can hand Adobe and say Here! Now fix it. lol

  • URL problem with Java Plugin 1.4.1

    To whom it may concern:
    We are developers working in java and we are experiencing a problem with the new Java plug-in (version 1.4.0) that are not able to solve ourselves:
    We have an applet that needs to read URL�s. When we run the applet locally, this URL is:
    "file:/C:/proof/hunter%20media/images/classic.ski". When we try to open an stream to this URL it doesn't work. The message that we obtain is:
    access denied (java.io.FilePermission C:\proof\hunter media\images\classic.ski read)
    but all the permissions are OK. Also, if we remove the whitespace from URL the applet works OK.
    We have tested the applet in Windows XP with Netscape 7.0, Internet Explorer 6.0.2 and tha Java plugin version is 1.4.0.
    Is there any problem with the whitespaces in URL opened locally?
    Please advice,
    Kind regards,
    Fernando

    Doesn't a url require "file://....?

  • URL problem with Java plugin 1.4.0

    To whom it may concern:
    We are developers working in java and we are experiencing a problem with the new Java plug-in (version 1.4.0) that are not able to solve ourselves:
    We have an applet that needs to read URL�s. When we run the applet locally, this URL is:
    "file:/C:/proof/hunter%20media/images/classic.ski". When we try to open an stream to this URL it doesn't work. The message that we obtain is:
    access denied (java.io.FilePermission C:\proof\hunter media\images\classic.ski read)
    but all the permissions are OK. Also, if we remove the whitespace from URL the applet works OK.
    We have tested the applet in Windows XP with Netscape 7.0, Internet Explorer 6.0.2 and tha Java plugin version is 1.4.0.
    Is there any problem with the whitespaces in URL opened locally?
    Please advice,
    Kind regards,
    Fernando

    Hi Fernando,
    What do you mean u removed the whitespaces. I am actually trying to work my way around a similar problem. I am trying to access a URL from a locally loaded applet. But i get a security exception too.
    http://osmv.soe.umich.edu/blueskies/kgs99/kgs99.txt
    how do i strip it of whitespace?
    Thanks,
    Shantanu

  • Problem with WSAD plugin

    I have a problem with the websphere studio v5.1.1 (eclipse) plugin.
    I've set up the plugin as explained in the doc. I've added the db2java.zip
    file with the other kodo libs for the db2 driver and added the following
    line in plugin.xml :
    <library name="db2java.zip"/>
    In the preference/kodo I've just filed the "kodo properties file" area
    with the name of my kodo.properties file. All other fields are empty
    The kodo.properties file contains (amongst other things):
    javax.jdo.PersistenceManagerFactoryClass=kodo.jdbc.runtime.JDBCPersistenceManagerFactory
    javax.jdo.option.ConnectionDriverName=COM.ibm.db2.jdbc.app.DB2Driver
    javax.jdo.option.ConnectionUserName=wasdev
    javax.jdo.option.ConnectionPassword=<pwd>
    javax.jdo.option.ConnectionURL=jdbc:db2:cluster
    kodo.jdbc.sql.DBDictionary=db2
    Now the problem. From WSAD, menu Kodo
    - menu "enhance metadata" works well
    - menus "refresh mapping", "drop mappings" and "build schema" give the
    following error: "kodo.util.FatalDataStoreException: No suitable driver"
    Note that the mappingtool works perfectly well with the same
    kodo.properties file and on the same package.jdo file outside WSAD.
    It seems that it finds the class "COM.ibm.db2.jdbc.app.DB2Driver" from
    db2java.zip, but is not able to map the url "jdbc:db2:cluster" to this
    driver.
    Context:
    - WSAD 5.1.1
    - DB2 7.2 FP11
    - kodo evaluation v 3.1.0
    - Windows XP FP1
    Thanks for your help.
    Part of the Traceback from eclipse logs:
    !java.sql.SQLException: No suitable driver
         at java.lang.Throwable.<init>(Throwable.java)
         at java.lang.Throwable.<init>(Throwable.java)
         at java.sql.SQLException.<init>(SQLException.java:72)
         at java.sql.DriverManager.getDriver(DriverManager.java:266)
         at
    com.solarmetric.jdbc.PoolingDataSource.getDriver(PoolingDataSource.java:271)
         at
    com.solarmetric.jdbc.PoolingDataSource.newConnection(PoolingDataSource.java:313)
         at
    com.solarmetric.jdbc.ConnectionPoolImpl.makeConnection(ConnectionPoolImpl.java:270)
         at
    com.solarmetric.jdbc.ConnectionPoolImpl.getConnection(ConnectionPoolImpl.java:178)
         at
    com.solarmetric.jdbc.PoolingDataSource.getConnection(PoolingDataSource.java:237)
         at
    com.solarmetric.jdbc.DelegatingDataSource.getConnection(DelegatingDataSource.java:130)
         at
    com.solarmetric.jdbc.DecoratingDataSource.getConnection(DecoratingDataSource.java:81)
         at
    com.solarmetric.jdbc.DelegatingDataSource.getConnection(DelegatingDataSource.java:130)
         at
    kodo.jdbc.schema.DataSourceFactory$DefaultsDataSource.getConnection(DataSourceFactory.java:295)
         at
    kodo.jdbc.sql.DBDictionaryFactory.getDBDictionary(DBDictionaryFactory.java:56)
         at
    kodo.jdbc.conf.JDBCConfigurationImpl.getDBDictionaryInstance(JDBCConfigurationImpl.java:627)
         at
    kodo.jdbc.conf.JDBCConfigurationImpl.getConnectionFactory(JDBCConfigurationImpl.java:877)
         at
    kodo.jdbc.conf.JDBCConfigurationImpl.getDataSource(JDBCConfigurationImpl.java:967)
         at
    kodo.jdbc.conf.JDBCConfigurationImpl.getDataSource2(JDBCConfigurationImpl.java:976)
         at kodo.jdbc.schema.SchemaTool.<init>(SchemaTool.java:78)
         at kodo.jdbc.meta.MappingTool.newSchemaTool(MappingTool.java:269)
         at kodo.jdbc.meta.MappingTool.getSchemaTool(MappingTool.java:259)
         at kodo.jdbc.meta.MappingTool.run(MappingTool.java:898)

    I changed for the net driver and it works. (Can not use jcc, as jcc driver
    is for DB2 8.1 and I'm using DB2 7.2)
    Thanks Kim!
    However it sounds strange that the mapping tools used outside WSAD
    recognize the db2 "app" type 2 driver format, and fail when they are use
    inside WSAD as plugins... Should it be reported as a bug with the usage of
    the "net" driver as workaround ?
    Stephen Kim wrote:
    First, I'd suggest trying the net (instead of app) or jcc driver.
    Second, I would try pointing kodo.properties to a specific file.
    Denis Forveille wrote:
    I have a problem with the websphere studio v5.1.1 (eclipse) plugin.
    I've set up the plugin as explained in the doc. I've added the db2java.zip
    file with the other kodo libs for the db2 driver and added the following
    line in plugin.xml :
    <library name="db2java.zip"/>
    In the preference/kodo I've just filed the "kodo properties file" area
    with the name of my kodo.properties file. All other fields are empty
    The kodo.properties file contains (amongst other things):
    javax.jdo.PersistenceManagerFactoryClass=kodo.jdbc.runtime.JDBCPersistenceManagerFactory
    javax.jdo.option.ConnectionDriverName=COM.ibm.db2.jdbc.app.DB2Driver
    javax.jdo.option.ConnectionUserName=wasdev
    javax.jdo.option.ConnectionPassword=<pwd>
    javax.jdo.option.ConnectionURL=jdbc:db2:cluster
    kodo.jdbc.sql.DBDictionary=db2
    Now the problem. From WSAD, menu Kodo
    - menu "enhance metadata" works well
    - menus "refresh mapping", "drop mappings" and "build schema" give the
    following error: "kodo.util.FatalDataStoreException: No suitable driver"
    Note that the mappingtool works perfectly well with the same
    kodo.properties file and on the same package.jdo file outside WSAD.
    It seems that it finds the class "COM.ibm.db2.jdbc.app.DB2Driver" from
    db2java.zip, but is not able to map the url "jdbc:db2:cluster" to this
    driver.
    Context:
    - WSAD 5.1.1
    - DB2 7.2 FP11
    - kodo evaluation v 3.1.0
    - Windows XP FP1
    Thanks for your help.
    Part of the Traceback from eclipse logs:
    !java.sql.SQLException: No suitable driver
         at java.lang.Throwable.<init>(Throwable.java)
         at java.lang.Throwable.<init>(Throwable.java)
         at java.sql.SQLException.<init>(SQLException.java:72)
         at java.sql.DriverManager.getDriver(DriverManager.java:266)
         at
    com.solarmetric.jdbc.PoolingDataSource.getDriver(PoolingDataSource.java:271)
         at
    com.solarmetric.jdbc.PoolingDataSource.newConnection(PoolingDataSource.java:313)
         at
    com.solarmetric.jdbc.ConnectionPoolImpl.makeConnection(ConnectionPoolImpl.java:270)
         at
    com.solarmetric.jdbc.ConnectionPoolImpl.getConnection(ConnectionPoolImpl.java:178)
         at
    com.solarmetric.jdbc.PoolingDataSource.getConnection(PoolingDataSource.java:237)
         at
    com.solarmetric.jdbc.DelegatingDataSource.getConnection(DelegatingDataSource.java:130)
         at
    com.solarmetric.jdbc.DecoratingDataSource.getConnection(DecoratingDataSource.java:81)
         at
    com.solarmetric.jdbc.DelegatingDataSource.getConnection(DelegatingDataSource.java:130)
         at
    kodo.jdbc.schema.DataSourceFactory$DefaultsDataSource.getConnection(DataSourceFactory.java:295)
         at
    kodo.jdbc.sql.DBDictionaryFactory.getDBDictionary(DBDictionaryFactory.java:56)
         at
    kodo.jdbc.conf.JDBCConfigurationImpl.getDBDictionaryInstance(JDBCConfigurationImpl.java:627)
         at
    kodo.jdbc.conf.JDBCConfigurationImpl.getConnectionFactory(JDBCConfigurationImpl.java:877)
         at
    kodo.jdbc.conf.JDBCConfigurationImpl.getDataSource(JDBCConfigurationImpl.java:967)
         at
    kodo.jdbc.conf.JDBCConfigurationImpl.getDataSource2(JDBCConfigurationImpl.java:976)
         at kodo.jdbc.schema.SchemaTool.<init>(SchemaTool.java:78)
         at kodo.jdbc.meta.MappingTool.newSchemaTool(MappingTool.java:269)
         at kodo.jdbc.meta.MappingTool.getSchemaTool(MappingTool.java:259)
         at kodo.jdbc.meta.MappingTool.run(MappingTool.java:898)
    Steve Kim
    [email protected]
    SolarMetric Inc.
    http://www.solarmetric.com

  • Problems with Office Plugin

    Hello!
    I'm having problems with the Rights Management Office Plugin. Adobe Pro is working fine and connected properly with the LiveCycle server, but when i try to configure the LiveCycle Server in the Office Plugin (in the office 32 bit version) i get an error about the certificate, something like "It was not possible to find the site certificate, contact your administrator..." any ideas of why is this happening?
    Thank you so much,
    Best regards

    Hello everybody,
    I am not quite thrilled by the idea of uninstalling a Microsoft patch in order to use this add-on. Leaving a known vulnerability unpatched at the expense of using an application feature is not my sense of complete security.
    Is Adobe aware of the situation? Is there a fix available from Adobe? How can we engage Adobe on this?
    Thanks in advance for all your answers and help in this matter.
    Thanks
    Mayank

  • MSI E350IA-E45 boot/post problem with some USB devices

    Hi,
    My new mainboard E350IA-E45 with BIOS ver. 1.4 has problems "BIOS problems" booting/posting when I connect a USB IR Receiver from CyberLink and also with a USB wireless adapter model USB-N10 from ASUS, using USB 2.0 or USB 3.0 ports.
    It does the problem with one of the two devices or the two at the same time connected.
    With the Logo disabled, I only see a number (not always the same) at the bottom right of the screen when I boot/reboot, and I cannot enter BIOS. If I wait a while, about half a minute Windows starts and other times not ( I'm not sure at this moment).
    When this happens (not booting/posting) if I remove (while powered) these devices the motherboard posts immediately and normal operation is back !
    When none is connected, it works without problems.
    Does anyone have a solution or explanation for this behavior ?
    Thanks in advance for any help.

    Quote from: Bas on 13-October-11, 15:28:28
    How can you call this explanation "working fine" ??
    Your powersupply is just 75W, anything can happen with so little power.
    As said before, test the board with a 300W powersupply and see if it solves it.
    I bought this Mini-ITX case to have a silent HTPC, its height is 62mm, so where do I put a power supply of 300W using this case if the problem realy "is" the power adapter ! Sorry to say that, but for me it's not the power adapter.
    When I BOOT it, my power meter indicates the maximum value and it's between 25-30 watts, and you say that a 75W external adapter is not enough and what about netbooks or nettops with Zacate inside with similar adapters !
    Can you explain to me why or how it fails to POST in few seconds (or no POST at all) with one of these devices that has a tiny power consumption. And why it POST with a external USB HDD ! It makes no sense to me.
    Anyway if there is no solution to this problem (maybe BIOS update), I don't mind very much to wait about 20 seconds until it POST with the two devices connected, because after that I have no other problems.
    Best regards.

  • Problems with the plugin of QT 7.3

    I just installed the latest version of quicktime and itunes in my pc. itunes work fine and quicktime as well. But when I try to see a video shown with quick time, I just can't watch it. I can hear but the little screen just shows a green constantly? what's the matter? I'm using firefox and safari and it happens in both of them.

    I have the same problem with you.
    You should read Note 1539463 - Creating system from par is not possible in 730.
    I have tried to import nw7.0x par (......gw) to nw7.3, and error when deploy it.
    So you can try to create system in Portal 7.0x, and then import it to NW7.3.
    Why you want to connect to Exchange 2007? If you try to make sso with exchange tranport, I'm not sure it could happen now.
    All the documents talk about Portal 7.0, exchange 2003, windows 2003. That's totally different.
    Create system for Exchange in Portal, you don't enter any technical info there.  So it is useless if  you don't go any further.
    And Note note 922040 is closed by SAP which is about Exchange transport.
    I have sent OSS message to SAP, but no response after servaral weeks.
    You can try to make SSO between portal and owa(outlook web access) with  SSO22KerbMap ISAPI module

Maybe you are looking for