9.0.3.6 -- 9.0.4.5 password woes

Can anyone help...
Environment:
WebSphere 5.0.2.7
TopLink 9.0.4.5
Oracle9i Enterprise Edition Release 9.2.0.4.0
Oracle JDBC driver Version: 9.2.0.3.0
Special note:
We use Toplink 9.0.4.5 runtime, but Mapping Workbench 9.0.3
- We use the exported Project class file from MW 9.0.3
Problem...
2 Identical machines (as far as we know), one QA and one Production
The exact same EAR file runs fine on the QA box and FAILS on the production box with an invalid logon / password Oracle problem
When we switch the toplink.jar back to 9.0.3.6 on production, it works fine
The QA / Production databases have different id / passwords, which are manually read from a property file and setup in the DatabaseLogon class for the ServerSession
The applyLogin() Project class method sets the password to "" (nothing), then our server intialization sets it to the property file value
Some stack traces which may help are below. I can also
make our toplink Project file and server initialisation code available:
[12/3/04 14:13:25:842 PST] 131ae382 ConnectionPoo E CONM6009E: Unable to get connection to the database from datasource (Oracle Production WAS4).
[12/3/04 14:13:25:905 PST] 131ae382 SystemOut O Toplink problem:
Exception Description: java.sql.SQLException: ORA-01017: invalid username/password; logon denied
Internal Exception: java.sql.SQLException: ORA-01017: invalid username/password; logon denied
Error Code: 1017...
[12/3/04 14:13:25:905 PST] 131ae382 SystemOut O Local Exception Stack:
Exception [TOPLINK-4002] (OracleAS TopLink - 10g (9.0.4.5) (Build 040930)): oracle.toplink.exceptions.DatabaseException
Exception Description: java.sql.SQLException: ORA-01017: invalid username/password; logon denied
Internal Exception: java.sql.SQLException: ORA-01017: invalid username/password; logon denied
Error Code: 1017
     at oracle.toplink.exceptions.DatabaseException.sqlException(DatabaseException.java:221)
     at oracle.toplink.jndi.was.DataSourceConnector.connect(DataSourceConnector.java:71)
     at oracle.toplink.sessions.DatabaseLogin.connect(DatabaseLogin.java:218)
     at oracle.toplink.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1323)
     at oracle.toplink.internal.databaseaccess.DatabaseAccessor.incrementCallCount(DatabaseAccessor.java:1198)
     at oracle.toplink.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:633)
     at oracle.toplink.threetier.ServerSession.executeCall(ServerSession.java:506)
     at oracle.toplink.internal.queryframework.CallQueryMechanism.executeCall(CallQueryMechanism.java:131)
     at oracle.toplink.internal.queryframework.CallQueryMechanism.executeCall(CallQueryMechanism.java:115)
     at oracle.toplink.internal.queryframework.CallQueryMechanism.cursorSelectAllRows(CallQueryMechanism.java:70)
     at oracle.toplink.queryframework.ScrollableCursorPolicy.execute(ScrollableCursorPolicy.java:74)
java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
     java.rmi.RemoteException: ; nested exception is:
     Exception [TOPLINK-7107] (OracleAS TopLink - 10g (9.0.4.5) (Build 040930)): oracle.toplink.exceptions.ValidationException
Exception Description: Error encountered during string decryption.
Internal Exception: java.lang.NegativeArraySizeException
java.rmi.RemoteException: ; nested exception is:
     Exception [TOPLINK-7107] (OracleAS TopLink - 10g (9.0.4.5) (Build 040930)): oracle.toplink.exceptions.ValidationException
Exception Description: Error encountered during string decryption.
Internal Exception: java.lang.NegativeArraySizeException
Local Exception Stack:
Exception [TOPLINK-7107] (OracleAS TopLink - 10g (9.0.4.5) (Build 040930)): oracle.toplink.exceptions.ValidationException
Exception Description: Error encountered during string decryption.
Internal Exception: java.lang.NegativeArraySizeException
     at oracle.toplink.exceptions.ValidationException.errorDecryptingPassword(ValidationException.java:448)
     at oracle.toplink.internal.security.JCEEncryptor.decryptPassword(JCEEncryptor.java:89)
     at oracle.toplink.sessions.DatabaseLogin.prepareProperties(DatabaseLogin.java:1330)
     at oracle.toplink.sessions.DatabaseLogin.connect(DatabaseLogin.java:218)
     at oracle.toplink.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1323)
     at oracle.toplink.internal.databaseaccess.DatabaseAccessor.incrementCallCount(DatabaseAccessor.java:1198)
     at oracle.toplink.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:633)
     at oracle.toplink.threetier.ServerSession.executeCall(ServerSession.java:506)
     at oracle.toplink.internal.queryframework.CallQueryMechanism.executeCall(CallQueryMechanism.java:131)
     at oracle.toplink.internal.queryframework.CallQueryMechanism.executeCall(CallQueryMechanism.java:115)
     at oracle.toplink.internal.queryframework.CallQueryMechanism.executeSelectCall(CallQueryMechanism.java:194)
     at oracle.toplink.internal.queryframework.CallQueryMechanism.selectAllRows(CallQueryMechanism.java:565)
     at oracle.toplink.internal.queryframework.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:733)
     at oracle.toplink.internal.queryframework.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:708)
     at oracle.toplink.queryframework.ReadAllQuery.execute(ReadAllQuery.java:447)
     at oracle.toplink.queryframework.DatabaseQuery.execute(DatabaseQuery.java:493)
     at oracle.toplink.queryframework.ReadQuery.execute(ReadQuery.java:125)
     at oracle.toplink.publicinterface.Session.internalExecuteQuery(Session.java:1958)
     at oracle.toplink.threetier.ServerSession.internalExecuteQuery(ServerSession.java:629)
[12/3/04 14:14:03:999 PST] 5ab4238e SystemOut O Toplink problem:
Exception Description: Error encountered during string decryption.
Internal Exception: java.lang.NegativeArraySizeException: ...
[12/3/04 14:14:03:999 PST] 68d6a389 SystemOut O ClientSession(1058005948)--acquire unit of work: 1009296316
[12/3/04 14:14:03:999 PST] 68d6a389 SystemOut O UnitOfWork(1009296316)--JTS register
[12/3/04 14:14:03:999 PST] 5f01a38a SystemOut O ServerSession(2074747787)--client acquired
[12/3/04 14:14:03:999 PST] 3e16638a SystemOut O Toplink problem:
Exception Description: Error encountered during string decryption.
Internal Exception: java.lang.NegativeArraySizeException...
[12/3/04 14:14:03:999 PST] cd4a3bd SystemOut O Toplink problem:
Exception Description: Error encountered during string decryption.
Internal Exception: java.lang.NegativeArraySizeException...
[12/3/04 14:14:04:015 PST] 5f1fa38a TraceNLS u No message text associated with key Connection.requested.with.same.user.id.but.different.password.than.existing.enlisted.connection...A.new.connection.will.be.created.and.enlisted. in bundle com.ibm.ejs.resources.CONMMessages
[12/3/04 14:14:04:015 PST] 68e9a389 TraceNLS u No message text associated with key Connection.requested.with.same.user.id.but.different.password.than.existing.enlisted.connection...A.new.connection.will.be.created.and.enlisted. in bundle com.ibm.ejs.resources.CONMMessages
[12/3/04 14:14:04:015 PST] 7ae5a38b TraceNLS u No message text associated with key Connection.requested.with.same.user.id.but.different.password.than.existing.enlisted.connection...A.new.connection.will.be.created.and.enlisted. in bundle com.ibm.ejs.resources.CONMMessages
[12/3/04 14:14:04:015 PST] 2116380 SystemOut O ServerSession(2074747787)--client acquired
[12/3/04 14:14:04:015 PST] 1b8123b5 HttpTransport A SRVE0172I: Stopped transport http on port 9,090.
[12/3/04 14:14:04:015 PST] 7afea38b TraceNLS u No message text associated with key Connection.requested.with.same.user.id.but.different.password.than.existing.enlisted.connection...A.new.connection.will.be.created.and.enlisted. in bundle com.ibm.ejs.resources.CONMMessages
[12/3/04 14:14:04:015 PST] 68fca389 SystemOut O ServerSession(2074747787)--client acquired
[12/3/04 14:14:04:015 PST] 2146380 SystemOut O ClientSession(1027941308)--acquire unit of work: 984294332
[12/3/04 14:14:04:015 PST] 2146380 SystemOut O UnitOfWork(984294332)--JTS register
[12/3/04 14:14:04:030 PST] 68fca389 SystemOut O ClientSession(906322819)--acquire unit of work: 904160131
[12/3/04 14:14:04:030 PST] 4677238f SystemOut O Toplink problem:
Exception Description: Error encountered during string decryption.
Internal Exception: java.lang.NegativeArraySizeException...
[12/3/04 14:14:04:030 PST] 68d8a389 SystemOut O ServerSession(2074747787)--client acquired
[12/3/04 14:14:04:030 PST] 68d8a389 SystemOut O ClientSession(962651011)--acquire unit of work: 960144259
[12/3/04 14:14:04:030 PST] 68d8a389 SystemOut O UnitOfWork(960144259)--JTS register
[12/3/04 14:14:04:030 PST] 21e6380 SystemOut O UnitOfWork(1504895887)--After JTS Completion

Hi Roger,
This problem is two fold.
1) TopLink implemented its encryption using JCE 1.2.2. Websphere built their JCE provider for JCE 1.2.1. We’ve seen different exception thrown on the init of a Cipher with a 0 length byte array in JCE 1.2.1 vs. JCE 1.2.2.
Specifically, JCE 1.2.1 throws an ArrayIndexOutOfBoundsException whereas JCE 1.2.2 throws an IOException. This problem has been fixed in TopLink 9.0.4.6
2) There is a threading issue with JCE when using many threads. This problem has also been fixed in TopLink 9.0.4.6.
We haven’t seen a NegativeArraySizeException however. It may be another case of a JCE 1.2.1 vs. JCE 1.2.2 problem. I assume though it is related to the threading issue. So in the meantime I would suggest overriding the decryptMethod in the JCEEncryptor to fix this problem. That is,
JCE121Encryptor extends JCEEncryptor {
public synchronized String decryptPassword(String encryptedPswd) {
return super().decryptPassword(encryptedPswd);
and set:
login.setEncryptionClassName(“JCE121Encryptor”);
Cheers,
Guy

Similar Messages

  • Default Encrypted  Password

    Dear All,
    i want to insert encrypted Password of 'password' string into table user_dtl column PASSWORD .
    How can i insert Encripted password into table.
    Thanks

    Hi Vedant,
    See the CUSTOM_HASH function that is installed with sample application in the APEX.
    Here is the code for it:
    create or replace function custom_hash (p_username in varchar2, p_password in varchar2)
    return varchar2
    is
      l_password varchar2(4000);
      l_salt varchar2(4000) := 'XFSPL28ZTWEWWM6FHWMK68AG5NQVLU';
    begin
    -- This function should be wrapped, as the hash algorithm is exposed here.
    -- You can change the value of l_salt or the method of which to call the
    -- DBMS_OBFUSCATOIN toolkit, but you much reset all of your passwords
    -- if you choose to do this.
    l_password := utl_raw.cast_to_raw(dbms_obfuscation_toolkit.md5
      (input_string => p_password || substr(l_salt,10,13) || p_username ||
        substr(l_salt, 4,10)));
    return l_password;
    end;
    i want to insert encrypted Password of 'password' string into table user_dtl column PASSWORD.The above function will give the encrypted password which can be inserted into USER_DTL as follows:
    INSERT INTO USER_DTL(USERNAME,PASSWORD) VALUES(:P1_USERNAME, CUSTOM_HASH(:P1_USERNAME,:P1_PASSWORD))Be sure that PASSWORD column in USER_DTL is of type VARCHAR2 and of adequate length as to accommodate the encrypted password.
    Hope it helps!
    Regards,
    Kiran

  • Cannot send email from iPad2 with Shaw

    Hi there,
    I have issues that I cannot seem to resolve:
    I can receive from my shaw account but it sends all outgoing to the Outbox - I've double, triple cheked all incoming and outgoing servers - I even sat with my iPad next to my iMac to make sure everything matched.
    it says  The sender address "myemailadrees.com" was rejected by the server. even though I recive ok.
    Help please??

    I too have spend countless hours trying to get my iPad 2 to work with my Shaw email.  I FINALLY got it to work this morning after about 3 months of trying different "solutions".  Here is how I set my POP email account:
    Incoming mail server:
    Host name:  shawmail.ed.shawcable.net (I live in Edmonton)
    User name: my shaw email address without the @shaw.ca
    Password: my Shaw email password
    Outgoing mail server:
    Host name:  shawmail.ed.shawcable.net (I live in Edmonton)
    User name: leave blank
    Password: leave blank
    Use SSL: off
    Server port: 25
    This has worked so far for me, so hopefully it will work for others as well.  It seems like there is an lot of people on these forums going through the same frustrations.  I was able to set both mine and my wife's email accounts on my iPad.

  • New Phone

    My husband used my iCloud account before I had an iPhone. Now that I have one, I am still finding information from when my husband used the account. I try to backup my iCloud account and it says I do not have enough space, but I know I still 3.9GB left. I log on to the iCloud website and I can not find any record of my phone or my husband's phone on the iCloud website. I want to clear everything he had on the phone prior to me using it starting in December. Is there a way to do that?

    Done properly, you won't lose anything.  You would not be able to migrate your existing iCloud email account to the new account, but you could still use it for email as a secondary account on your phone if you want to.
    You would need a new Apple ID to create the new account, which requires a verifiable email account to set up.  You can easily get a free Gmail address for this purpose.  You can create a new Apple ID by going here.
    To migrate your data to a new account, you start by saving any photo stream photos that you want to keep to your camera roll (unless already there) by opening your my photo stream album, tapping Select, tapping the photos, tap the share icon (box with upward facing arrow), then tapping Save to Camera Roll.  This is necessary because photo stream photos cannot be moved to another account and will be deleted from your phone when you delete the existing account.
    If you are syncing notes with iCloud that you want to keep, you'll need to open each of your notes and email them to yourself so you can later copy and paste the text into new notes created in your new account.  Notes is the other data set that cannot be migrated to a new account, and therefore must be recreated.
    Then go to Settings>iCloud, tap Delete Account, provide the password to turn off Find My iPhone and choose Keep on My iDevice when prompted.  Then sign back in with a different Apple ID to create your new account and choose Merge to upload your data.  When you turn on Mail you will be asked to choose a new iCloud email account if you want to use iCloud for email.  If you want to continue to use the email account from your current iCloud account, you can add it to your phone by going to Settings>Mail,Contacts,Calendars>Add Account>iCloud, signing in with your existing iCloud account ID and turning Mail on.
    Ringtones and Music are not effected by this change.  You can continue to use your current ID for your iTunes purchases; it does not need to be the same as your iCloud ID.  Of course, if you want to rid yourself of your husband's purchased list, you could change your iTunes ID as well.  I wouldn't recommend this, however, as then you would be managing two IDs for your purchased media.  This is because all existing purchases will remain tied to your existing iTunes ID and future purchases will be tied to your new ID.

  • I install window 8 and Unfortunatly all drive format. And all drive mix, now i have only 1 DRIVE C. I want Bit locker Drive's data Back

    Last sunday i install a window 8 and this window format my all drive & make it 1 drive (DRIVE C). Before all of this i have 5 drive in different size with 1 Bitlocker protect drive.
    So i try data recovery software to recover my data. i got back all my data without that ( bitlocker ) protected drive.
    so please guys help me how can i get back data from bitlocker protected drives.
    please please help me.

    Hi,
    I sorry for your experience, but there is no way to recovery the data encryped by BitLocker untill now.
    BitLocker is designed to make the encrypted drive unrecoverable without the required authentication. When in recovery mode, the user needs the recovery password or recovery key to unlock the encrypted drive. Therefore, we highly recommend
    that you store the recovery information in AD DS or in another safe location.
    Please refer to the link below for the statement:
    http://technet.microsoft.com/de-de/library/ee449438(v=ws.10).aspx#BKMK_RecoveryInfo
    Roger Lu
    TechNet Community Support

  • If image file not exist in image path crystal report not open and give me exception error problem

    Hi guys my code below show pictures for all employees
    code is working but i have proplem
    if image not exist in path
    crystal report not open and give me exception error image file not exist in path
    although the employee no found in database but if image not exist in path when loop crystal report will not open
    how to ignore image files not exist in path and open report this is actually what i need
    my code below as following
    DataTable dt = new DataTable();
    string connString = "data source=192.168.1.105; initial catalog=hrdata;uid=sa; password=1234";
    using (SqlConnection con = new SqlConnection(connString))
    con.Open();
    SqlCommand cmd = new SqlCommand("ViewEmployeeNoRall", con);
    cmd.CommandType = CommandType.StoredProcedure;
    SqlDataAdapter da = new SqlDataAdapter();
    da.SelectCommand = cmd;
    da.Fill(dt);
    foreach (DataRow dr in dt.Rows)
    FileStream fs = null;
    fs = new FileStream("\\\\192.168.1.105\\Personal Pictures\\" + dr[0] + ".jpg", FileMode.Open);
    BinaryReader br = new BinaryReader(fs);
    byte[] imgbyte = new byte[fs.Length + 1];
    imgbyte = br.ReadBytes(Convert.ToInt32((fs.Length)));
    dr["Image"] = imgbyte;
    fs.Dispose();
    ReportDocument objRpt = new Reports.CrystalReportData2();
    objRpt.SetDataSource(dt);
    crystalReportViewer1.ReportSource = objRpt;
    crystalReportViewer1.Refresh();
    and exception error as below

    First: I created a New Column ("Image") in a datatable of the dataset and change the DataType to System.Byte()
    Second : Drag And drop this image Filed Where I want.
    private void LoadReport()
    frmCheckWeigher rpt = new frmCheckWeigher();
    CryRe_DailyBatch report = new CryRe_DailyBatch();
    DataSet1TableAdapters.DataTable_DailyBatch1TableAdapter ta = new CheckWeigherReportViewer.DataSet1TableAdapters.DataTable_DailyBatch1TableAdapter();
    DataSet1.DataTable_DailyBatch1DataTable table = ta.GetData(clsLogs.strStartDate_rpt, clsLogs.strBatchno_Rpt, clsLogs.cmdeviceid); // Data from Database
    DataTable dt = GetImageRow(table, "Footer.Jpg");
    report.SetDataSource(dt);
    crv1.ReportSource = report;
    crv1.Refresh();
    By this Function I merge My Image data into dataTable
    private DataTable GetImageRow(DataTable dt, string ImageName)
    try
    FileStream fs;
    BinaryReader br;
    if (File.Exists(AppDomain.CurrentDomain.BaseDirectory + ImageName))
    fs = new FileStream(AppDomain.CurrentDomain.BaseDirectory + ImageName, FileMode.Open);
    else
    // if photo does not exist show the nophoto.jpg file
    fs = new FileStream(AppDomain.CurrentDomain.BaseDirectory + ImageName, FileMode.Open);
    // initialise the binary reader from file streamobject
    br = new BinaryReader(fs);
    // define the byte array of filelength
    byte[] imgbyte = new byte[fs.Length + 1];
    // read the bytes from the binary reader
    imgbyte = br.ReadBytes(Convert.ToInt32((fs.Length)));
    dt.Rows[0]["Image"] = imgbyte;
    br.Close();
    // close the binary reader
    fs.Close();
    // close the file stream
    catch (Exception ex)
    // error handling
    MessageBox.Show("Missing " + ImageName + "or nophoto.jpg in application folder");
    return dt;
    // Return Datatable After Image Row Insertion
    Mark as answer or vote as helpful if you find it useful | Ammar Zaied [MCP]

  • Mini Dvi to Video Adapter woes

    I've taken an extensive look at this problem, and I am very lost. I am trying to make an extended desktop on my Standard Definition Panasonic TV. When I plug in my Mini DVI to Video Apple adapter, I get a fuzzy outline of the screen, and am not sure how to fix this. Does anyone have any ideas?
    Help would be greatly appreciated,
    Dylan

    Either way. You set if you want mirroring or two monitors in Display in System Preferences.

  • Can I play Game Center Games with other family members sharing one Apple ID

    I have several IOS devices sharing the same Apple ID that my sons and wife use. I have set up a game center account using that ID and can find no way that we can play head to head games on those multiple devices against each other using that one Apple ID login, even if I create multiple Nicknames. Am I missing something?

    An Apple ID is just an account that uses an email address and password. It does not have to be tied to iTunes. You can create one here. Create one each for your sons and wife.

  • Can there be multiple apple ids on one account?

    I want to share my iTunes account with my daughter so that she can download and update apps on her iphone, but I don't like that she needs to use my apple id and password, which could give her access to my email. She doesn't realize this yet, but it's only a matter of time. Is there any way to give her her own apple id, connected to my account?

    Never mind; I believe I found my answer - in a nutshell, everyone needs their own apple accounts and ids.
    Now, is there any way to delete a previously asked question such as this?

  • What happens on iCloud (ex. contacts) when multiple family members use the same Apple ID?

    What happens on iCloud when multiple family members use the same Apple ID?  For example if we all choose to use iCloud for contacts, are they all merged together?  We use the same Apple ID so we can use find my iPhone to keep track of the whole family.

    Of course if you are both connected to the same iCloud account you have the same contacts - what did you expect?. The contacts live on the server and are read from there by the devices; so as you've both managed to sync your contacts up to iCloud they are now inextricably mixed. You can only delete your contacts by deleting individual ones, and doing that will delete them from your phone as well.
    You can only unravel this by
    1. In the iCloud contacts page at http://icloud.com, select all the contacts, click on the cogwheel icon at bottom left and choose 'Export vCard'.
    2. Sign out of System Preferences>iCloud
    3. Create a new Apple ID and open a new iCloud account with it for your own use.
    4. Import the vCard back into the iCloud contacts page.
    5. Go to http://icloud.com and sign in with the original ID. This is now his ID. Work through the contacts individually deleting the ones you don't want him to have. When done sign out and advise him to change his password.
    6. Go to the new iCloud account and delete his contacts individually.
    Of course if you have also been syncing calendars and using the same email address there are problems with doing this.

  • IPod nano error with windows vista?

    Ive had the ipod for a few months now and using this computer have loaded a few songs 2 it.
    When I pluged up 2 watch some movies it gave me this message..
    **This computer is no longer athorized 2 play perchased itums that are on the iPod Mine. Would you like 2 athorize for itums perchased from the iTunes store?*
    *If you do not athorize all songs will be removes..**
    So I click k then go 2 the login page fill that out.
    Ive also redone the password just in case but no matter what it gives this error...
    *We could not complete your iTunes Store request. An unknown error has occurred (-9808). - There was an error in the itunes store please try again later.
    I have been trying this for a few days and this site is the first place I came up on.
    Im sure this is the wrong area if so then an admin plz move it.
    I need help on what 2 do here if anyone knows what 2 do.

    Hey there,
    Try this and see if it helps.
    1) Go into your Internet Options
    2) Click the Advanced tab
    3) Scroll down to Security
    4) Uncheck the box labeled "Check for server revocation certificate"
    Solution is from this page.
    http://iphoneappreviewing.blogspot.com/2009/05/itunes-error-9808.html
    B-rock

  • Windows Vista No Disk Error

    Greetings,
    I have installed Oracle 10g Enterprise undee Windows Vista Home Edition using oracle proper installer for this OS. The installation went pretty well and so was the aftermath when I created a database and several schemas. A few days ago I have started getting a very strange and persistent error everytime Oracle's TNS and Listener are referred. The error comes fro Windows and states "Exception Processing Message 0xc0000013 Parameters 0x764F92A0 0x00000004 0x764F292A0 0x764F292A0" and the options I am prompted for are Cancell, Try Again and Continue. Whatever option I go to has to be hit over and over for about 7 times so that the message stops popping and I can continue. I say this error is reated to ORacle's TNS and Listener because when I try sqlplus /nolog I get no error, but if I enter the full connection string like slplus user/password@dbsid I get the error. The same error comes on TOAD when I first open it and it reads the TNSNAMES file to bring the TNS's within the file.
    Past this error by cancellin, trying again and again or continuing, all DB functionalities are just fine, no alerts, nor critical errors... Pretty weird hmm? Does anyone have any suggestion on what the issue is and what can be done to fix it?
    Appreciate all your inputs on this matter.
    Thiago Santana

    Actually there are no comments regarding Vista version under notes for 10.2.0.3.
    If You look at certify matrix under
    http://www.oracle.com/technology/support/metalink/index.html
    and search by Platform, then under Vista and 10gR2 You will see following notes:
    Oracle Database (EE, SE, PE and Client) are supported on these platforms:
    Business edition
    Enterprise Edition
    Ultimate Edition
    Home edition is not supported!
    But what I can suggest.
    Look into listner.log - are there any errors.
    Try to restart listener from the command line
    lsnrctl stop
    lsnrctl start
    Try to recreate listener service

  • WRT120N no longer recognized by laptops

    I'm not quite sure where the problem lies, so I'm going to go over everything that happened so I can hopefully get an answer. Any help is MUCH appreciated.
    We were running a few laptops (Acer Aspire 5517 on Vista) off our WRT120N router wirelessly. We have it hooked up to a wireless modem. All signs show that the modem and router are running fine. The wireless network we were using, I'll call it Network-1, stopped showing up as an option in the wireless connect menu. Prior to this all the laptops could connect to Network-1 by wire or wirelessly without a problem. I don't know what happened to start the problem, but Network-1 is no longer a wireless network option.
    When I wire a laptop to the router, it connects to the internet and says it's currently connected to Network-1. But when I try to connect the wireless network via a wired connection, the new network I set doesn't show up in the connection menu. When I try to set up the router again (while the computer is wired), I get the error message "Windows did not detect any wireless network hardware". So it seems that although I am able to get an internet connection through the router, the computer is not recognizing it.
    One of the laptops is able to connect wirelessly through a different network (Network-2). It looks like Network-2 was set up automatically by the laptop. Another laptop has Network-2 as an option, but it says the network security key is wrong. I have no idea what the password might be, the computer where Network-2 works connects automatically, I haven't had to type a password. I'm not sure what happened here, if it's two different connections with the same name, or if it's the same thing. I don't even know if this is relevant.
    Again, we would be SO grateful for any help!
    Solved!
    Go to Solution.

    Well i think due to some reason the wireless settings of your Router must have got resetted, that's the reason you are unable to see your wireless network name. So you need to Hardwired you computer to the Router and login to the router setup page and change the wireless settings of your Router.
    Open an Internet Explorer browser page on your wired computer(desktop).In the address bar type - 192.168.1.1 and press Enter...Leave Username blank & in Password use admin in lower case...
    For Wireless Settings, please do the following : -
    Click on the Wireless tab
    - Here select manual configuration...Wireless Network mode should be mixed...
    - Provide a unique name in the Wireless Network Name (SSID) box in order to differentiate your network from your neighbors network...
    - Set the Radio Band to Standard-20MHz and change the Standard channel to 11-2.462GHz...Wireless SSID broadcast should be Enabled and then click on Save Settings...
    Please make a note of Wireless Network Name (SSID) as this is the Network Identifier...
    For Wireless Security : -
    Click on the Sub tab under Wireless > Wireless Security...
    Change the Wireless security mode to WPA, For Encryption, select TKIP...For Passphrase input your desired WPA Key. For example , MySecretKey , This will serve as your network key whenever you connect to your wireless network. Do NOT give this key to anyone and remember the key.
    NOTE : Passphrase should be more that 8 characters...
    Click on Advanced Wireless Settings
    Change the Beacon Interval to 75,Change the Fragmentation Threshold to 2304,Change the RTS Threshold to 2304 and Click on Save Settings...
    Now see if you can locate your Wireless Network and attempt to connect...

  • I can no longer read DRM protected books

    I have had ADE and Sony Reader for PC for some years without any major problems. Recently I have been having some issues downloading a particular book - the acsm would not download the file. In trying to fix this I seem to have created a far worse problem. One of the fixes suggested was to ensure my computer was properly authorised - but I was unsure of my password on my Adobe account linked to my old email so not knowing what else to do I created a new account. Adobe have now rather unhelpfully removed the DRM from all my legitmately pruchased books. I have been wrestling with the earlier problems for over a week now and this latest hastle is the last straw.  My computer is Windows Vista and my ereader is Sony PR1, I thought this would need to be resolved by Adobe linking or merging my accounts but if anyone can help  I would be very grateful.

    This is the Reader forum. The Digital Editions one is here:
    http://forums.adobe.com/community/adobe_digital_editions

  • Error while consuming a webservice in nwds

    Dear Users,
      I m facing an error while consuming a wsdl webservice in webdynpro java error................
    Error Mon Apr 20 16:53:29 IST 2009 Apr 20, 2009 4:53:29 PM          com.sap.ide.webdynpro.ui.service.ServicesUI          [Thread[ModalContext,5,main]] Error: Internal error
       Plugin name: Web Dynpro Model Editor Services
       Plugin ID  : com.sap.ide.webdynpro.service.modeleditor
       Class      : com.sap.ide.webdynpro.modeleditor.wizards.model.creation.ModelWizard$9
       Method     : doImportWebServiceModel
       Message    : Web Service model import failed
       Exception  : com.sap.ide.ws.proxygenerator.ProxyGeneratorException: Problems while generating the Proxy Definition!
    com.sap.ide.ws.proxygenerator.ProxyGeneratorException: Problems while generating the Proxy Definition!
         at com.sap.ide.ws.proxygenerator.ProxyGeneratorWrapper.generateProxy(ProxyGeneratorWrapper.java:416)
         at com.sap.ide.ws.proxygenerator.ProxyGeneratorWrapper.generateStandAlone(ProxyGeneratorWrapper.java:283)
         at com.sap.ide.ws.proxygenerator.ProxyGeneratorWrapper.generateStandAlone(ProxyGeneratorWrapper.java:279)
         at com.sap.ide.metamodel.importers.webservice.GenerateWS.doGenerate(GenerateWS.java:92)
         at com.sap.ide.metamodel.importers.webservice.WebServiceModelImporter.doImport(WebServiceModelImporter.java:117)
         at com.sap.ide.webdynpro.modeleditor.wizards.model.creation.ModelWizard$9.run(ModelWizard.java:1155)
         at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
    -- caused by --
    com.sap.engine.services.webservices.jaxrpc.exceptions.ProxyGeneratorException: Proxy Generator Error. Problem with WSDL file parsing. See nested message.
         at com.sap.engine.services.webservices.jaxrpc.wsdl2java.ProxyGenerator.generateProxy(ProxyGenerator.java:182)
         at com.sap.ide.ws.proxygenerator.InternalHelperFunctions.generateInterfaces(InternalHelperFunctions.java:370)
         at com.sap.ide.ws.proxygenerator.ProxyGeneratorWrapper.generateProxy(ProxyGeneratorWrapper.java:372)
         at com.sap.ide.ws.proxygenerator.ProxyGeneratorWrapper.generateStandAlone(ProxyGeneratorWrapper.java:283)
         at com.sap.ide.ws.proxygenerator.ProxyGeneratorWrapper.generateStandAlone(ProxyGeneratorWrapper.java:279)
         at com.sap.ide.metamodel.importers.webservice.GenerateWS.doGenerate(GenerateWS.java:92)
         at com.sap.ide.metamodel.importers.webservice.WebServiceModelImporter.doImport(WebServiceModelImporter.java:117)
         at com.sap.ide.webdynpro.modeleditor.wizards.model.creation.ModelWizard$9.run(ModelWizard.java:1155)
         at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
    Caused by: com.sap.engine.lib.xml.util.NestedException: IO Exception occurred while parsing file:Server redirected too many  times (20) -> java.net.ProtocolException: Server redirected too many  times (20)
         at com.sap.engine.services.webservices.wsdl.WSDLDOMLoader.loadDOMDocument(WSDLDOMLoader.java:1039)
         at com.sap.engine.services.webservices.wsdl.WSDLDOMLoader.loadWSDLDocument(WSDLDOMLoader.java:1126)
         at com.sap.engine.services.webservices.jaxrpc.wsdl2java.ProxyGenerator.generateProxy(ProxyGenerator.java:178)
         ... 8 more
    Caused by: java.net.ProtocolException: Server redirected too many  times (20)
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:823)
         at java.net.URL.openStream(URL.java:913)
         at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:201)
         at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:263)
         at com.sap.engine.lib.xml.parser.Parser.parseWithoutSchemaValidationProcessing(Parser.java:280)
         at com.sap.engine.lib.xml.parser.Parser.parse(Parser.java:342)
         at com.sap.engine.lib.xml.parser.DOMParser.parse(DOMParser.java:101)
         at com.sap.engine.lib.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:127)
         at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:124)
         at com.sap.engine.services.webservices.wsdl.WSDLDOMLoader.loadDOMDocument(WSDLDOMLoader.java:1025)
         ... 10 more
    Please help me in solving his issue.
    regards,
    Sathya

    I have the same issue attempting to connect my application to this WSDL:
    http://erp.esworkplace.sap.com/sap/bc/srt/xip/sap/ecc_projwbselmntcancrc?sap-client=800&wsdl=1.1&mode=sap_wsdl
    I can load the WSDL fine as an XML file. I can also load the WSDL fine if I connect via Firefox or a browser. I can open it fine in SoapUI. I just can't access it from my Java application.
    2009-10-26 18:11:45,943 ERROR [com.eviware.soapui.impl.wsdl.support.wsdl.WsdlContext] Loading of definition failed for [http://uid:password-erp.esworkplace.sap.com/sap/bc/srt/xip/sap/ecc_projwbselmntcancrc?sap-client=800&wsdl=1.1&mode=sap_wsdl]; java.net.ProtocolException: Server redirected too many  times (20)
    2009-10-26 18:11:45,943 ERROR [com.eviware.soapui.SoapUI] An error occured [Server redirected too many  times (20)], see error log for details
    2009-10-26 18:11:45,943 ERROR [soapui.errorlog] java.net.ProtocolException: Server redirected too many  times (20)
    java.net.ProtocolException: Server redirected too many  times (20)
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
         at java.net.URL.openStream(Unknown Source)
         at com.adobe.idp.dsc.webservice.MyWsdlLoader.load(WebServiceSoapUIInvoker.java:675)
         at com.eviware.soapui.impl.wsdl.support.wsdl.WsdlLoader.loadXmlObject(WsdlLoader.java:106)
         at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:469)
         at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:460)
         at com.eviware.soapui.impl.wsdl.support.wsdl.WsdlLoader.cacheWsdl(WsdlLoader.java:176)
         at com.eviware.soapui.impl.wsdl.support.wsdl.WsdlContext$Loader.construct(WsdlContext.java:207)
         at com.eviware.soapui.support.swing.SwingWorkerDelegator.construct(SwingWorkerDelegator.java:45)
         at com.eviware.soapui.support.swing.SwingWorker$2.run(SwingWorker.java:111)
         at java.lang.Thread.run(Unknown Source)
    2009-10-26 18:11:45,943 ERROR [STDERR] java.net.ProtocolException: Server redirected too many  times (20)
    2009-10-26 18:11:45,943 ERROR [STDERR]      at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    2009-10-26 18:11:45,943 ERROR [STDERR]      at java.net.URL.openStream(Unknown Source)
    2009-10-26 18:11:45,943 ERROR [STDERR]      at com.adobe.idp.dsc.webservice.MyWsdlLoader.load(WebServiceSoapUIInvoker.java:675)
    2009-10-26 18:11:45,943 ERROR [STDERR]      at com.eviware.soapui.impl.wsdl.support.wsdl.WsdlLoader.loadXmlObject(WsdlLoader.java:106)
    2009-10-26 18:11:45,943 ERROR [STDERR]      at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:469)
    2009-10-26 18:11:45,943 ERROR [STDERR]      at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:460)
    2009-10-26 18:11:45,943 ERROR [STDERR]      at com.eviware.soapui.impl.wsdl.support.wsdl.WsdlLoader.cacheWsdl(WsdlLoader.java:176)
    2009-10-26 18:11:45,943 ERROR [STDERR]      at com.eviware.soapui.impl.wsdl.support.wsdl.WsdlContext$Loader.construct(WsdlContext.java:207)
    2009-10-26 18:11:45,943 ERROR [STDERR]      at com.eviware.soapui.support.swing.SwingWorkerDelegator.construct(SwingWorkerDelegator.java:45)
    2009-10-26 18:11:45,943 ERROR [STDERR]      at com.eviware.soapui.support.swing.SwingWorker$2.run(SwingWorker.java:111)
    2009-10-26 18:11:45,943 ERROR [STDERR]      at java.lang.Thread.run(Unknown Source)
    Any ideas?
    Edited by: tburke on Oct 27, 2009 2:26 AM

  • Error While Deploying A Web Dynpro Appln thru NWDS

    HI,
    I am getting an error while deploying a Web Dynpro Application through NWDS.Following is the Exception
    Aborted: development component '<ComponentName>'/'local'/'LOKAL'/'0.2006.07.26.15.06.05':Caught exception while checking the login credentials for SAP J2EE Engine. Check whether the SAP J2EE Engine is up and running.com.sap.engine.deploy.manager.DeployManagerException: ERROR: Cannot connect to Host: [sapsbx28] with user name: [J2EE_ADMIN] Check your login information. Exception is: com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception while trying to get InitialContext. [Root exception is com.sap.engine.services.security.exceptions.BaseLoginException: Cannot authenticate the user.] (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.checkLoginCredentials.DMEXC)
    When i give a request for deployment it asks for the SDM password. I enter a valid SDM pwd. If i enter  a invalid SDM pwd i get  some other exception. So the pwd SDM entered by me is correct.
    can any one help me in solving this
    regards
    Nilesh Taunk

    Hi Nilesh,
           Try opening Visual Admin if your not able to login with username(administrator) and password. Problem with NWD2004s do the following steps.
    C:\usr\sap\J2E\JC01\j2ee\configtool->configtool.bat->open it
    1. Click on Secure store
    2. Right you will find :
    admin/password/J2E->retype your admin passowrd which you gave during installation=>SAVE properly
    Restart the server and try login visual admin
           Deploy now...Other wise see this thread same error solved:
    Re: An Deploy Problem about Credentials.
    Regards
    Suresh

Maybe you are looking for

  • Can I upgrade from CS3 directly to CS5 or 5.5?

    Or do I need to buy CS4?

  • P0rn4Mac & 1032.dmg trojans (misspelled so it won't ****)

    *4mac is something very bad. I just got it. very nasty. It won't let me use time machine to get rid of it. It won't let me delete it. I got it on an imac running up to date 10.5 leopard. I got it from a web page that appeared on a google search resul

  • Scheduling sender JDBC adater

    Hi All, I'm working on XI 7.0 . I have configured file and JMS adapter scheduling . But I have a doubt whether we can <u>schedule Sender JDBC adapter</u> to poll daily on specified time. Thanks, venu

  • Poor resolution after importing to iMovie 10

    I've just upgraded to iMovie 10 and Mavericks from 9 and my old clips are now displaying with what appears to be a poor resolution. When I watch them in 9 they look much richer.....thoughts?

  • Problem with J2SDK1.4.0

    hi, I just installed the J2SDk1.4.0 on my computer everything went ok but I have problems to open the html files, even with the included examples of Java itself. Every time it tells me the class (of the example) cannot be found, althoug it is in the