Connection authentication error occured

Hi, i'm using netbeans 6.8 and java DB ClientDriver.I want to insert data into database table, so after inserting data into required fields and by clicking on submit button it is displaying the message as :Connection authentication failure occurred. Reason: userid or password invalid. Please help me in fixing it up.Here is the code:
<%@page import="java.io.*,java.sql.*" %>
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>JSP Page</title>
</head>
<body>
<%
String empid=request.getParameter("empid");
String empname=request.getParameter("empname");
String compid=request.getParameter("compid");
String workplace=request.getParameter("workplace");
String position=request.getParameter("position");
String status=request.getParameter("status");
String startingdate=request.getParameter("startingdate");
ResultSet rs=null;
Connection con = null;
PreparedStatement ps = null;
Statement st=null;
try
Class.forName("org.apache.derby.jdbc.ClientDriver");
con = DriverManager.getConnection("jdbc:derby://localhost:1527/employee");
out.println("got the connection");
ps = con.prepareStatement("insert into employee values(?,?,?,?,?,?,?)");
ps.setString(1,empid);
ps.setString(2,empname);
ps.setString(3,compid);
ps.setString(4, workplace);
ps.setString(5, position);
ps.setString(6, status);
ps.setString(7, startingdate);
int n = ps.executeUpdate();
if(n!=0){
%>
<br>
<table style="background-color: #E3E4FA;"
WIDTH="30%" border="1">
<tr><th>Data is inserted successfully
in database.</th></tr>
</table>
<%}
st=con.createStatement();
rs=st.executeQuery("select * from EMPLOYEE");
while(rs.next())
out.println("emp id:"+rs.getString(1)+" "+"empname:"+rs.getString(2)+" "+"compid:"+rs.getString(3)+" "+"workplace:"+rs.getString(4)+" "+"position:"+rs.getString(5)+" "+"status:"+rs.getString(6)+" "+"startingdate:"+rs.getString(7));
catch (Exception e) {
out.println("unable to connect to database" +e.getMessage());
} finally {
try {
if(rs!=null)
rs.close();
out.println("resultset closed");
if (con!= null) {
con.close();
out.println("connection closed");
} catch (Exception e) {
out.println("error occured" +e.getMessage())
%>
</body>
</html>

I've tried it by giving username and password it displayed the message "got the connection" followed by unable to connect to databaseSchema 'NBUSER' does not exist connection closed.This message is displayed from catch block is this problem because of using java DB.

Similar Messages

  • Authentication Error Occured

    Hello,
    "Authentication Error Occured"
    We find many mobile devices facing this issue while connecting to the Wifi network. Wlc 5508 and code 7.5
            Any Idea

    Just to add...
    v7.5 is not a recommended code version and will be deferred soon. v7.4 is the preferred version unless you require features and then v7.6 is the code you should use. There are open issues with v7.6 with the 3600's and 3700's at the moment which there is no workaround or fix just yet.
    Sent from Cisco Technical Support iPhone App

  • Authentication error occurred code 8007ffff

    When attempting to access Windows 2012 R2 server using Remote Desktop on another Windows 2012 R2, I receive this message: authentication error occurred code 8007ffff. Windows 7 doesn't have this problem.
    Bob Lin, MCSE &amp; CNE Networking, Internet, Routing, VPN Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net How to Install and Configure Windows, VMware, Virtualization and Cisco on http://www.HowToNetworking.com

    After rebooting the computer and try it again. it works. More resolutions can be found here:
    authentication error occurred code 8007ffff     
    Bob Lin, MCSE &amp; CNE Networking, Internet, Routing, VPN Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net How to Install and Configure Windows, VMware, Virtualization and Cisco on http://www.HowToNetworking.com

  • CF 6.1 - JRUN Closed Connection/Server errors occurring on a daily basis

    We seem to be having issues with Jrun Closed Connection/Server errors occuring on a daily basis now. The server will stop responding to requests until the ColdFusion service is restarted.
    We're using CF 6.1, the following error message is from the log files and seems to be Java/JVM related but I was hesitant to make any changes to the JVM parameters.
    Any suggestions on how to resolve this daily issue of restarting CF service? Other than upgrading to more recent version of CF which we'll be doing later this year.
    Thanks,
    Dave
    >>>>>>>>>>>>
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x77FCAFF8
    Function=[Unknown.]
    Library=C:\WINNT\system32\ntdll.dll
    NOTE: We are unable to locate the function name symbol for the error
          just occurred. Please refer to release documentation for possible
          reason and solutions.
    Current Java thread:
              at java.io.WinNTFileSystem.list(Native Method)
              at java.io.File.list(File.java:915)
              at coldfusion.mail.MailSpooler.refreshSpoolFiles(MailSpooler.java:1484)
              at coldfusion.mail.MailSpooler.run(MailSpooler.java:897)
              at coldfusion.scheduling.ThreadPool.run(ThreadPool.java:201)
              at coldfusion.scheduling.WorkerThread.run(WorkerThread.java:70)
    Dynamic libraries:
    0x00400000 - 0x0040F000           C:\CFusionMX\runtime\bin\jrun.exe
    0x77F80000 - 0x77FFC000           C:\WINNT\system32\ntdll.dll
    0x7C570000 - 0x7C624000           C:\WINNT\system32\KERNEL32.dll
    0x7C2D0000 - 0x7C335000           C:\WINNT\system32\ADVAPI32.dll
    0x77D30000 - 0x77D9F000           C:\WINNT\system32\RPCRT4.dll
    0x78000000 - 0x78045000           C:\WINNT\system32\MSVCRT.dll
    0x08000000 - 0x082A7000           C:\CFusionMX\runtime\jre\bin\server\jvm.dll
    0x77E10000 - 0x77E6F000           C:\WINNT\system32\USER32.dll
    0x77F40000 - 0x77F7D000           C:\WINNT\system32\GDI32.dll
    0x77570000 - 0x775A0000           C:\WINNT\system32\WINMM.dll
    0x10000000 - 0x10007000           C:\CFusionMX\runtime\jre\bin\hpi.dll
    0x00770000 - 0x0077E000           C:\CFusionMX\runtime\jre\bin\verify.dll
    0x00780000 - 0x00798000           C:\CFusionMX\runtime\jre\bin\java.dll
    0x007A0000 - 0x007AD000           C:\CFusionMX\runtime\jre\bin\zip.dll
    0x39A70000 - 0x39A7F000           C:\CFusionMX\runtime\jre\bin\net.dll
    0x75030000 - 0x75044000           C:\WINNT\system32\WS2_32.dll
    0x75020000 - 0x75028000           C:\WINNT\system32\WS2HELP.DLL
    0x782C0000 - 0x782CC000           C:\WINNT\System32\rnr20.dll
    0x77980000 - 0x779A5000           C:\WINNT\system32\DNSAPI.DLL
    0x75050000 - 0x75058000           C:\WINNT\system32\WSOCK32.dll
    0x77340000 - 0x77353000           C:\WINNT\system32\iphlpapi.dll
    0x77520000 - 0x77525000           C:\WINNT\system32\ICMP.dll
    0x77320000 - 0x77337000           C:\WINNT\system32\MPRAPI.dll
    0x75150000 - 0x75160000           C:\WINNT\system32\SAMLIB.DLL
    0x7CDC0000 - 0x7CE10000           C:\WINNT\system32\NETAPI32.DLL
    0x7C340000 - 0x7C34E000           C:\WINNT\system32\Secur32.dll
    0x77BF0000 - 0x77C01000           C:\WINNT\system32\NTDSAPI.dll
    0x77950000 - 0x7797B000           C:\WINNT\system32\WLDAP32.DLL
    0x751C0000 - 0x751C6000           C:\WINNT\system32\NETRAP.dll
    0x7CE20000 - 0x7CF0F000           C:\WINNT\system32\OLE32.DLL
    0x779B0000 - 0x77A4C000           C:\WINNT\system32\OLEAUT32.DLL
    0x773B0000 - 0x773DF000           C:\WINNT\system32\ACTIVEDS.DLL
    0x77380000 - 0x773A3000           C:\WINNT\system32\ADSLDPC.DLL
    0x77830000 - 0x7783E000           C:\WINNT\system32\RTUTILS.DLL
    0x77880000 - 0x7790E000           C:\WINNT\system32\SETUPAPI.DLL
    0x7C0F0000 - 0x7C154000           C:\WINNT\system32\USERENV.DLL
    0x774E0000 - 0x77514000           C:\WINNT\system32\RASAPI32.dll
    0x774C0000 - 0x774D1000           C:\WINNT\system32\rasman.dll
    0x77530000 - 0x77552000           C:\WINNT\system32\TAPI32.dll
    0x71710000 - 0x71794000           C:\WINNT\system32\COMCTL32.DLL
    0x70A70000 - 0x70AD6000           C:\WINNT\system32\SHLWAPI.DLL
    0x77360000 - 0x77379000           C:\WINNT\system32\DHCPCSVC.DLL
    0x777E0000 - 0x777E8000           C:\WINNT\System32\winrnr.dll
    0x777F0000 - 0x777F5000           C:\WINNT\system32\rasadhlp.dll
    0x39FB0000 - 0x39FBC000           C:\CFusionMX\runtime\bin\portscan.dll
    0x74FD0000 - 0x74FED000           C:\WINNT\system32\msafd.dll
    0x75010000 - 0x75017000           C:\WINNT\System32\wshtcpip.dll
    0x3AAC0000 - 0x3AAC5000           C:\CFusionMX\runtime\jre\bin\rmi.dll
    0x3B9D0000 - 0x3B9D6000           C:\CFusionMX\runtime\jre\bin\ioser12.dll
    0x3BBE0000 - 0x3BC60000           C:\CFusionMX\lib\izmjniado.dll
    0x3C270000 - 0x3C278000           C:\CFusionMX\lib\CFXNeo.dll
    0x780A0000 - 0x780B2000           C:\WINNT\system32\MSVCIRT.dll
    0x780C0000 - 0x78121000           C:\WINNT\system32\MSVCP60.dll
    0x3C280000 - 0x3C28B000           C:\CFusionMX\lib\cfregistry.dll
    0x3C3A0000 - 0x3C3A8000           C:\CFusionMX\lib\PerfmonClient.dll
    0x3C5C0000 - 0x3C5CC000           C:\CFusionMX\lib\cfindex.dll
    0x3C5D0000 - 0x3C7C2000           C:\CFusionMX\lib\vdk200.dll
    0x3C7D0000 - 0x3C805000           C:\CFusionMX\lib\LIBALLRSEI.dll
    0x7CA00000 - 0x7CA23000           C:\WINNT\system32\rsaenh.dll
    0x7C740000 - 0x7C7CC000           C:\WINNT\system32\CRYPT32.dll
    0x77430000 - 0x77441000           C:\WINNT\system32\MSASN1.dll
    0x3EE10000 - 0x3EE3E000           C:\CFusion\CustomTags\GetUserGroups.dll
    0x77800000 - 0x7781E000           C:\WINNT\system32\WINSPOOL.DRV
    0x76620000 - 0x76631000           C:\WINNT\system32\MPR.DLL
    0x7CF30000 - 0x7D176000           C:\WINNT\system32\SHELL32.dll
    0x3F650000 - 0x3F75A000           C:\CFusionMX\runtime\jre\bin\awt.dll
    0x75E60000 - 0x75E7A000           C:\WINNT\system32\IMM32.dll
    0x3F760000 - 0x3F7B0000           C:\CFusionMX\runtime\jre\bin\fontmanager.dll
    0x72800000 - 0x72846000           C:\WINNT\system32\ddraw.dll
    0x728A0000 - 0x728A6000           C:\WINNT\system32\DCIMAN32.dll
    0x72CF0000 - 0x72D84000           C:\WINNT\system32\D3DIM700.DLL
    0x690A0000 - 0x690AB000           C:\WINNT\system32\PSAPI.DLL
    Heap at VM Abort:
    Heap
    PSYoungGen      total 5824K, used 1523K [0x10010000, 0x10800000, 0x138f0000)
      eden space 3520K, 26% used [0x10010000,0x100fa4e0,0x10380000)
      from space 2304K, 25% used [0x105c0000,0x106528b0,0x10800000)
      to   space 2304K, 0% used [0x10380000,0x10380000,0x105c0000)
    PSOldGen        total 29824K, used 22612K [0x138f0000, 0x15610000, 0x30010000)
      object space 29824K, 75% used [0x138f0000,0x14f051e0,0x15610000)
    PSPermGen       total 20736K, used 20580K [0x30010000, 0x31450000, 0x38010000)
      object space 20736K, 99% used [0x30010000,0x314293b0,0x31450000)
    Local Time = Fri Dec 13 13:50:53 2013
    Elapsed Time = 19424
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Server VM (1.4.2-b28 mixed mode)
    space 3520K, 26% used space 2304K, 25% used space 2304K, 0% used space 29824K, 75% used space 20736K, 99% used# An error report file has been saved as hs_err_pid2920.log.
    # Please refer to the file for further information.

    CF6, Java 1.4.2 and Windows NT - have not seen those for a long time myself.
    Perhaps this is the issue from error report:
    PSPermGen       total 20736K, used 20580K
    object space 20736K, 99% used
    I guess Java non heap space Permanent Generation is full the next object trying to load into that space can’t fit, plus all the objects in there are referenced so no objects can be removed so free space can’t be made available. One would need to do some work with Java logging and know what JVM.CONFIG looks like to know if that guess is accurate.
    You could try increase that parameter 10Mb or so and see what happens? In JVM.CONFIG, JVM args, -XX:MaxPermSize=NNm where NN = numbers.
    Needless to say you are running a lot of end of life product and should plan to migrate to something more current.
    HTH, Carl.

  • Remote Desktop Connection - Authentication error

    Hello,
    I wish to connect to my work PC from my laptop. The remote desktop connection was working fine till yesterday, but today i receive the following error when i try to connect - 
    "An authentication error has occurred. The Local Security Authority cannot be contacted. Remote Computer: <name>."
    I have Win 7 ultimate installed on my 32 bit system, and have tried solutions proposed in the other threads. I do not require a NLA check for connection, i have always used the remote desktop with this option unchecked. Could anyone help me with this please?
    Is this a error on my Laptop, or do i need to contact the network administrators for this?

    Hi!
    It could be as easy as you need to change your password on your domain accout.
    Are both computers connected to the same domian or is your work computer connected to a domain and your laptop connected to a workgroup?
    If your password has expired, this error can occur, so I would start to check that since it stoped working over night.
    Best regards
    Andreas Molin

  • Remote Desktop Connection Authentication Error from Windows 8.1 Pro to Windows 7 Pro

    I keep trying to connect to my server running Windows 7 Pro from my laptop running Windows 8.1 Pro, but I get the following message after providing
    my credentials:
    "An authentication error has occurred (Code: 0x8007001f)"
    I can't find any reference to this error code being associated with using remote desktop.

    Hello,
    Are you connecting to a server as part of a domain ? if so confirm you are using adequate credentials for remote desktop for example: username: domain\administrator 
    if not you can try connecting to the localhost using:
    username: .\administrator   - for example
    also you can try running your remote connection in admin mode:
    Win + R - bring up run then type:
    mstsc /admin
    hope that helps.
    Cheers,
    Harry

  • EIC Authentication-Error occurred while data was read from your ERP system

    Hi everybody,
    hope someone can help me with this issue in a EP 7.0 Portal (SP 08):
    In ESS --> Personal Information --> EIC Authentication when I click on the service, I get the following message in roadmap step 1 (overview), :
    "An error occurred while data was read from your ERP system. Contact your system administrator."
    I appreciate your help! Thanks and best regards,
    Jasmin

    Hi,
    Found similar threads.It ma help u.
    /message/3652173#3652173 [original link is broken]
    /message/3652594#3652594 [original link is broken]
    Regards,
    Manoj.

  • While connecting ssms error occured...2node cluster server...........

    TITLE: Connect to Server
    Cannot connect to TCCDBSQLDEV\SQL01.
    ADDITIONAL INFORMATION:
    A connection was successfully established with the server, but then an error occurred during the login process. (provider: TCP Provider, error: 0 - An existing connection was forcibly closed by the remote host.) (Microsoft SQL Server, Error: 10054)

    Hello,
    Another possible solutions and causes for this error can be found on the following resources:
    https://social.msdn.microsoft.com/Forums/en-US/201a4e08-4faf-4183-a585-b69622f1a213/cannot-connect-to-sql2k5-instance-with-error-an-existing-connection-was-forcibly-closed-by-the?forum=sqldatabaseengine
    http://msdn.microsoft.com/en-us/library/ms187005(SQL.105).aspx
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Authentication Error connecting to wireless

        I am trying to connect to my home wireless and after entering the password the phone says "saved, secured" but then authentication error occurred.
    How do I fix this so I am connected?

    Ah, I may be a newbie but I had that problem too. In your wireless router screen it gives some ridiculously long 'key code'. That's the password your phone wants. You have a regular password for setting up the wireless network, but the other one is for accessing the routers' authentication.

  • Authentication error

    Hello,
    I have Linksys router WAG120N & Linksys Range Expander WRE54G.
    When I try to connect both of them, connection is successful. But if a device such as Samsung Galaxy S4 tries to connect to Range Expander, Authentication error occures. But when the device connects to router after switching off Range Expander, connection is successful.
    Following are the wireless settings on Router:
    Basic: 
    Wireless Configuration: Manual
    Network Mode: Mixed
    Network Name (SSID): NetworkName
    Radio Band: Auto
    Wide Channel: 9
    Standard Channel: 11
    SSID Broadcast: Enable
    Following are the settings on Range Expander:
    Gateway: 192.168.1.1
    Channel: 9
    SSID: NetworkName 
    Security on both is set to WPA Perrsonal & WPA PSK respectively & also the password is same on both.
    If any more details are required please let me know.
    Please could anyone help me in solving this authentication error.

    Do you have the latest firmware installed on both WAG120N and the WRE54G? This is one of the probable cause of your concern. Do you experience this problem on your other wireless devices connected to your WRE54G? There is also a need to check on the compatibility of the WRE54G and the Samsung Galaxy S4 especially that the phone is new wireless device and might be having a wireless N adapter and you only have a wireless G extender. Do you have a wireless G device that you can try to connect to the WRE54G to further isolate the issue?

  • An error occurred searching the certificates for the server. ...

    Hi,
    I am using DSEE 6.2 in Fedora 7
    Each time I access the "Security" tab of my server in DSCC. I get the following error:
    "*An error occurred searching the certificates for the server. An authentication error occurred connecting to xxxxx. Check that the User ID and password are correct*"
    I need to click the "Click here to update authentication" link in the same tab and enter the User ID and password for the user that create the server. The error will gone for this session but reappear as I start a new session in DSCC

    This looks like a known bug. Please log a support case so this can be investigated further
    http://sunsolve.sun.com/search/document.do?assetkey=1-1-6537622-1

  • Strange authentication error

    Hi, we have a strange error that seems to be occurring on our server (10.3.9).
    Every time a user logs in an authentication error occurs and then they are immediately able to login after that.
    Here is an example from the log:
    Feb 13 21:57:48 www pop3[23876]: badlogin: adsl-xx-xxx-xx.asm.bellsouth.net [xx.xx.xxx.xx] APOP (<[email protected]>) Error:-6: AOD: Authentication failed for user <username> (Error -14091)
    Feb 13 21:57:48 www pop3[23876]: login: adsl-xx-xxx-xx.asm.bellsouth.net [xx.xx.xxx.xx] <username> plaintext User logged in
    Every entry in the log is like this. Mail functions fine, but the admin is getting sick of seeing these errors in the log and wants it to be fixed.
    Any ideas? As mentioned the server is 10.3.9, all clients are using OS X Mail (i think some 10.4 and some 10.3) and pop connections.

    APOP authentication fails, then the client authenticates via plain text.
    Which, by the way, your "admin" should know is just an abysmal choice for users connecting in the wild / over the open internet. Passwords are sent in plain, readable text.
    A really very bad idea, in fact.
    You really should implement SSL and encrypt those connections.
    At the very least, your admin should enable APOP, in Server Admin, under Mail -> Settings -> Advanced.

  • J2EE agent deployment failed due to authentication error

    Hi All,
    I had deployed java agent long back in weblogic domain, and was able to connect and execute odi scenarios using this java agent.
    Recently i have changed masterrepository password and as well SUPERVISOR password. While starting agent application in weblogic domain geting following error.
    I have placed encoded password of these two in odiparams.sh also.
    [HTTP:101216]Servlet: "AgentServlet" failed to preload on startup in Web application: "oracledi". ODI-1404: Agent OracleDiAgent start failure: an authentication error occurred while connecting to the master repository, at oracle.odi.runtime.agent.servlet.AgentServlet.init(AgentServlet.java:233) at javax.servlet.GenericServlet.init(GenericServlet.java:241) at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121) at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64) at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58) at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48) at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539) at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1976) at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1950) at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1869) at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3126) at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1512) at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486) at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41) at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119) at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200) at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247) at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41) at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119) at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27) at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:1267) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41) at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409) at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58) at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161) at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79) at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569) at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150) at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116) at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323) at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844) at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253) at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440) at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68) at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201) at weblogic.work.ExecuteThread.run(ExecuteThread.java:173) :oracle.odi.agent.logging.logFramework.OdiAgentException:ODI-1404: Agent OracleDiAgent start failure: an authentication error occurred while connecting to the master repository,
    Please help me,
    Thanks in Advance,
    Kumbar.

    Hi Guru,
    In weblogic domain ,for the data source odiMasterRepository the password is corrected and restarted itmes required.where else i can correct the masterreposiry credentails.
    Whle adding domain credeintals into weblogic ,i had run followings
    connect('weblogic1','weblogic88','t3://localhost:7001')
    createCred(map="oracle.odi.credmap", key="SUPERVISOR", user="SUPERVISOR", password="sunopsis", desc="ODI SUPERVISOR Crendential")
    createCred(map="oracle.odi.credmap", key="odidomain", user="weblogic1", password="weblogic88", desc="WLS credentials")
    exit()
    Now my master repository password and supervisor password got changed,
    How to correct the supervisor password in WLS credmap. if any command is there plz share me.
    Thanks,
    Kumbar

  • Error occured while processing request

    I get a screen that says
    coldfusion.sql.DatabaseConnectionException: Timed out trying to
    establish connection
    The error occured in
    A:\display\wroot\webs\D_Systems\SimpleFORM\formstatus.cfm: line 7
    7: data source="simpleFORMdatabase"
    Can someone explain in simple english what to do

    Do you have the datasource simpleFORMdatabase set up in your
    ColdFusion Administrator?
    Kind of an odd drive to have your .cfm pages stored on...
    A:\? Is that a 3.5 floppy drive?! I'm not serious of
    course...

  • TS1589 Had to replace our Airport Extreme when it stopped working (still under warranty).  Now I can't get anything but flashing amber light. Airport utility says "error occurred" when I try to get it set up.

    Had to replace our Airport Extreme (802.11n) and now can't get anything but flashing amber light.  Have gone the route of turning off modem (overnight), restarting everything this morning and at least when I turned on the laptop (no desktop) the Airport Utility opened automatically.  I put in the info for the Airport Extreme that we had previously (password, etc) but it couldn't connect (said error occurred).  I would assume this is because of the flashing amber light?

    I am having a similar issue.  However I've had my airport express for over 3 years.  Yesterday we had to reset the router as it wasn't broadcasting.
    Today having same issue so we reset the router again.  And now still blinking amber.  When I go to the Airport Utility I can't even go to the Manual Setup as I'm getting the Error 4.  Internet works fine as the router and modem are hooked up to my computer via Ethernet cable.
    I did a factory reset and the AE is broadcasting again.  but I can't get in to protect the network.  And it's still blinking amber.
    Any thoughts would be great.

Maybe you are looking for

  • How to wipe macbook for resale without disc

    I have a late 2009 macbook Pro and I can't seem to find the disc.  I recently purchased a new Macbook so I need to know how I can wipe the old one for resale without the disc?  Or how I can get a disc to do it?

  • Cost Element column not appearing in IW31/ IW32 transaction

    Hi, In transaction IW32, in Operations Tab --> click on External Button (below shown on IW32 screen). Now under External, click on Services tab (1st option), here Cost Estimate column not appearing. We tried to add through configuration option on thi

  • Printout of my payment history

    can i get a printout of my payment history with my name and address on it for one of my two mobiles

  • Error creating Customers in PL/SQL API call

    Everything was fine with my process, untill it got up to entering about 15000 records...then this error appeared for all the rest PER_289974_TCA_PERSON: N, PROCEDURE, per_hrtca_merge.create_tca_person, N, STEP, 5, N, ERROR, ORA-20001: HZ_API_OTHERS_E

  • Line status not changed

    Hello My Dear, when trying to ship a line in the sales order , the status of the line is picked in the sales order and the status in the shipping transaction form is confirmed and Firm Status is Not Firmed, all sales orders standing in the inventory