ARGENT:error in java.exe operating server (after updating remote dbase)

Hello,
I am getting big trouble in java.exe which is running server program.
interface : swings
windows: NT 4.0
database: MS access97
jdk 1.3 (jsdk2)
Dr. watson of NT reporting the error in java.exe(of server) that application error has occured and this is happening every time after i update or write something into the database. Currently i am doing it on localhost m/c.Error: "the instruction at "0x77b3cd19"
referenced memory at 0x77b3cd19".The memory could be read/"
//server code
import java.rmi.*;
import java.rmi.server.*;
public class LoginServer {
public LoginServer() {
try {
Login c = new LoginImpl();
Naming.rebind("login", c);
} catch (Exception e) {
System.out.println("Trouble: " + e);
public static void main(String args[]) {
new LoginServer();
//Remote functions implementation
import java.rmi.*;
import java.rmi.server.*;
import java.sql.*;
public class LoginImpl extends UnicastRemoteObject implements Login
public LoginImpl() throws RemoteException
super();
try {
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver").newInstance();
} catch(Exception e) { System.err.print("Exception: ");
System.err.println(e.getMessage());}
//register new user take name and password as arguement and creates
// new user and set status OFF (ie user not logged in)
public int NewUser(String n,String p) throws RemoteException
String url = "jdbc:odbc:Authentic";
int i=2;
Connection con;
Statement stmt;
ResultSet rs;
try {
con = DriverManager.getConnection(url, "anything", "anything");
stmt=con.createStatement();
rs = stmt.executeQuery("SELECT NAME FROM TAUTHENTIC");
while (rs.next()) {
String nam = rs.getString("NAME");
if((n.equalsIgnoreCase(nam)))
i=1;
rs.close();
stmt.close();
con.close();
break;
f (i==2) {
stmt.executeUpdate("INSERT INTO TAUTHENTIC "+"VALUES'"+n+"','"+p+"','OFF')");
i=3;
rs.close();
stmt.close();
con.close();
} catch(SQLException ex) {
System.err.println("SQLException: " + ex.getMessage());
return i;
//verifying usre and password and then checking status if off turns on else cant verify.
public int VerifyUser(String s,String p) throws RemoteException
{ int i=0;
String url="jdbc:odbc:Authentic";
String status="OFF";
Connection con;
Statement stmt;
ResultSet rs;
try {
con = DriverManager.getConnection(url, "anything", "anything");
stmt=con.createStatement();
rs = stmt.executeQuery("SELECT NAME, PASSWORD, STATUS FROM AUTHENTIC");
while (rs.next()) {
String nam = rs.getString("NAME");
String pas = rs.getString("PASSWORD");
String sta=rs.getString("STATUS");
if((s.equalsIgnoreCase(nam))&&(p.compareTo(pas)==0))
if(status.compareTo(sta)!=0)
{i=5; break;}
if((s.equalsIgnoreCase(nam))&&(p.compareTo(pas)==0)&&(status.compareTo(sta)==0))
System.out.println("Hi " +nam + " you are in our stock program now");
i=1;
break;
if(i==0)
System.out.println("Sorry either user dont exist or invalid user name or password");
rs.close();
stmt.close();
con.close();
} catch(SQLException ex) {
System.err.println("SQLException: " + ex.getMessage());
return i;
//changes status each time user logged in or logged off
public void cstatus(String name,String status) throws RemoteException
String url="jdbc:odbc:Authentic";
Connection con;
Statement stmt;
try {
con = DriverManager.getConnection(url, "anything", "anything");
stmt=con.createStatement();
stmt.executeUpdate("UPDATE TAUTHENTIC SET STATUS ='" + status + "' WHERE NAME LIKE '" + name + "'");
stmt.close();
con.close();
catch(Exception ex){ System.out.println("Exception: "+ex.getMessage());}
i have used swings to call these functions. Updation is happwning but also bringing runtime server application halt.
//if u need i can mail u my GUI client file from where i am making my RMI connections. my email is [email protected]. Please reply back as soon as possible as i am working on a java project of software agents and have to complete it by this month.
thanx and bye for now

Format this mess.
http://forum.java.sun.com/faq.jsp#format

Similar Messages

  • ARGENT:error in java.exe..I forgot to write exact error. just take note

    //it is in reference to the last message i typed in
    the instruction at "0x77b3cd19" referenced memory at "0x77b3cd19". the memmory cant be read.
    Hey is this platform specific problem as i am currently working on winNT
    bur it works perfectly on win98 SE

    Urgent... to nobody.
    Thanks for the thought, but without the full details of the error message, that's of no use to anybody.
    We know there are bugs in Java. So do Sun.
    If you have the full details of a crash, and would like to report them, the appropriate place to do so is here:
    http://java.sun.com/webapps/bugreport
    D.

  • TS3694 iPod touch gets error -1303 when attempting to restore after update (W7)

    iPod touch gets error -1303 when attempting to restore after update (W7).  This error is not shown anywhere in the specific list.  Have done all recommended recovery methods (reboot, update iTunes, restart iPod) to no avail. What is next?

    Usually the 1303 error is in regards to a corrupted or missing backup of your iPod Touch.  Try removing or moving the backups to another location and then try to restore your iPod once again.
    See this article for information on where backups are stored.
    iTunes: About iOS backups
    B-rock

  • Error during java.exe, javac.exe,etc... execution

    Hi,
    I recently installed JSK1.2.1 on a PC with windows 2000.
    I correctly configured the PATH and CLASSPATH.
    When i compile or try to run java.exe, the system returns the following error in a window:
    "javac.exe has generated errors and will be closed by windows. You will need to restart he program.
    An error log is being created."
    The execution in the dos window stops as if nothing has happenned but the compilation doesn't work.
    What can be the problem?

    Does anyone have an answer to this problem. I am experiencing the same problem trying to use jdk1.1.6 (I know it's old but the contract I'm working on is forcing me to use it). I have done everything possible with the PATH and CLASSPATH. Still, nothing works.

  • Explorer.exe keeps crashing after update to 8.1 from 8

    After updating to the 8.1 explorer.exe keeps crashing, no solution found online for the problem...only clue I get is very clear and obvious message in event log:
    Faulting application name: explorer.exe, version: 6.3.9600.16441, time stamp: 0x5265dec8
    Faulting module name: KERNELBASE.dll, version: 6.3.9600.16496, time stamp: 0x52b3f283
    Exception code: 0xe06d7363
    Fault offset: 0x0000000000005a88
    Faulting process id: 0x1664
    Faulting application start time: 0x01cf52b7670e4534
    Faulting application path: C:\WINDOWS\explorer.exe
    Faulting module path: C:\WINDOWS\system32\KERNELBASE.dll
    Report Id: a4c05eaf-beaa-11e3-be98-ca4f0724b24c
    Faulting package full name: 
    Faulting package-relative application ID: 
    System
    Provider
    [ Name]
    Application Error
    EventID
    1000
    [ Qualifiers]
    0
    Level
    2
    Task
    100
    Keywords
    0x80000000000000
    TimeCreated
    [ SystemTime]
    2014-04-07T23:16:27.000000000Z
    EventRecordID
    16783
    Channel
    Application
    Computer
    Dell
    Security
    EventData
    explorer.exe
    6.3.9600.16441
    5265dec8
    KERNELBASE.dll
    6.3.9600.16496
    52b3f283
    e06d7363
    0000000000005a88
    1664
    01cf52b7670e4534
    C:\WINDOWS\explorer.exe
    C:\WINDOWS\system32\KERNELBASE.dll
    a4c05eaf-beaa-11e3-be98-ca4f0724b24c
    really helpful. Cannot understand why Microsoft were pushing me to update from poorly performing windows 8 to complete nuisance windows 8.1. My hardly earned money were spent on a product that causes me massive headache. 
    Unfortunately Microsoft does not allow me to post the link to skydrive where I keep the dmp fo review. Another great gift from them.

    0:050> lmvm rse
    start end module name
    00007ffd`abc10000 00007ffd`abec6000 rse (export symbols) rse.dll
    Loaded symbol image file: rse.dll
    Image path: C:\Program Files\Autodesk\Inventor 2014\Bin\rse.dll
    Image name: rse.dll
    Timestamp: Fri Mar 01 06:00:41 2013 (512FD389)
    CheckSum: 002B8E46
    ImageSize: 002B6000
    File version: 18.0.17000.0
    Product version: 1.0.0.1
    File flags: 0 (Mask 3F)
    File OS: 40004 NT Win32
    File type: 2.0 Dll
    File date: 00000000.00000000
    Translations: 0409.04b0
    CompanyName: Autodesk, Inc.
    ProductName: Autodesk, Inc. rse
    InternalName: rse
    OriginalFilename: rse.dll
    ProductVersion: Autodesk Inventor 2014
    FileVersion: 18, 0, 17000, 0000
    PrivateBuild: Build: 170, Release: 2014 RTM - Date: Thu 02/28/2013
    SpecialBuild: Build: 170, Release: 2014 RTM - Date: Thu 02/28/2013
    FileDescription: rse
    LegalCopyright: Copyright © 1996-2013 Autodesk, Inc.
    LegalTrademarks: Copyright © 1996-2013 Autodesk, Inc.
    Comments: Copyright © 1996-2013 Autodesk, Inc.
    Hi,
    The dump file has been analyzed by auggy, and the problem is on the rse.dll.
    Please refer to the suggestions auggy provided, If you need further assistance, feel free to let me know. I will be more than happy to be of assistance.
    If the suggestion is helpful, please remember to mark it as answer which can benefit others who may encounter the similar issue as yours. Otherwise, please unpropose it and provide the latest dump file for further assistance.
    Regards,
    Kelvin Xu
    TechNet Community Support

  • HT201210 error 3014, can't restore iPhone after updated the new version of itune

    after updated the new version of itunes, my iphone can't back up and restore.
    Why everytime update the new version of itunes have problem????

    See Network connection or download errors
    Error 1479: This error occurs when trying to contact Apple for an update or restore. Quit iTunes, disconnect from USB, restart the iOS device, reconnect the device to the computer, then launch iTunes and attempt to update or restore again.
    Error 1639: See this article for resolution.
    Errors 3000-3999 (3004, 3013, 3014, 3018, 3164, 3194, and so on): Error codes in the 3000 range generally mean that iTunes cannot contact the update server (gs.apple.com) on ports 80 or 443.
    Update to the latest version of iTunes.
    Verify the computer's date and time are accurate.
    Check that your security or firewall software is not interfering with ports 80 or 443, or with the server gs.apple.com.
    Follow Troubleshooting security software. Often, uninstalling third-party security software will resolve these errors.
    An entry in your hosts file may be redirecting requests to gs.apple.com (see "Unable to contact the iOS software update server gs.apple.com" above).
    Internet proxy settings can cause this issue. If you are using a proxy, try without using one.
    Test restoring while connected to a known-good networ

  • File Permission issues on a windows server after updating

    Hello,
    But, I just updated Adobe InDesign and have a problem opening files on the network. This was not an issue until the upgrade.
    Strangely, it’s JUST InDesign, opening files on the network. Doesn’t happen to local files, other Adobe products, or the MacBook we have on site.
    JUST InDesign on the new iMac and opening files on the network.
    I’m stopped the first time and have to try it again. It seems to work every time on the second try.
    Any ideas please. I am stumped.

    I am having the same issues here. I am also having issues saving a new file onto a server. Along with packaging onto the server. Only started after this update. My coworker is having these same issues after updating as well.

  • HT1386 My phone can not activete to the server after updating it with ios 6.1.3 update

    Am using an apple 3g after updating it with ios 6.1.3 update it is failling to activete th the server.What should i do to have it work?

    John Bwalya wrote:
    Am using an apple 3g ...
    The iPhone 3G can Only update as far as iOS 4.2.1
    John Bwalya wrote:
    ... after updating it with ios 6.1.3 update it is failling to activete th the server....
    See this discussion.
    https://discussions.apple.com/message/21189708

  • AcroRd32.exe wrong version after update.

    Hi
    Does anybody know why the AcroRd32.exe has the woring version number under properties when update AdbeRdrUpd934_all_incr.msp is applied? When checking the version under poperties för the AcroRd32.exe after update it still says that its version 9.3.3.117, but when I start the program and look at about reader its says that the version is 9.3.4.218. A reboot dosent help.

    Hi,
    I dont think that AcroRd32.exe was updated for Adobe Reader 9.3.4, hence, the version for the same is the same as it was for v9.3.3. If the Abou Adobe Reader 9 splash screen is displaying the version as 9.3.4, then I guess all's well at your end.
    The below mentioned post, also talks about the same:
    http://forums.adobe.com/message/3107029
    Hope this answers your query.
    Thanks
    Ankit

  • HT4623 unknown error 1156 when trying to sync after updated to ios 6 - help?

    I got a message on itunes - unknown error 1156 - when trying to sync after I updated to ios 6 .  Anybody else had the same thing?

    Hey greenleas_c,
    Welcome to the forums.
    For more information on the "Unknown error reported" during synchronization, see 
    "Unknown Error Reported" appears when synchronization settings are configured in the BlackBerry Desk...
    -SR
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Firefox cant find a server after updating. other browsers can. tried all suggested fixes, any suggestions?

    "Server not found
    Firefox can't find the server at....."
    keep getting this when trying to access the internet. only started happening after updating to firefox .36
    Running windows xp, firefox has been working great until now. ive tried all the suggested fixes, firewalls etc.
    Chrome and explorer are working fine but im a firefox fan and dont want to change. any help would be gratefully appreciated

    Hello gregmurphy128,
    This does sound like a Firewall issue. Are you running any security software on your PC?
    If not, here are instructions for Windows Firwall: [[Configure Windows Firewall to allow Firefox access to the Internet]]
    Thanks,
    Curtis

  • Can't sync with exchange server after updating to ios 5.1.1

    I can't sync with exchange server after upgrading to ios 5.1.1. have restored and reset phone and also have deleted the account and added back in; still no luck

    +1// help

  • Error in TFS Release Management Server after Upgrading to Update 3

    Some weird and unexplained error logged in InRelease aka (Release Management) server event log after upgrading Release Management Update 1 to update 3.
    Below error started getting logged only after upgrading to Update 3.
    Even though we started the Inrelease Server and all agents but no luck.
    Any immediate help would be much helpful.
    ----------------------------------- EVENT LOG ERROR ------------------------------------
    Timestamp: 12/15/2014 10:22:18 AM
    Message: 'LambdaValue>' is not of type 'ServerActivity'. When loading this instance you must ensure that the activity with name 'LambdaValue>' implements
    'ServerActivity'.: \r\n\r\n at
    System.Activities.ActivityInstance.System.Activities.Runtime.ActivityInstanceMap.IActivityReference.Load(Activity activity, ActivityInstanceMap instanceMap) at System.Activities.Runtime.ActivityInstanceMap.InstanceList.Load(Activity activity, ActivityInstanceMap
    instanceMap) at System.Activities.Runtime.ActivityInstanceMap.LoadActivityTree(Activity rootActivity, ActivityInstance rootInstance, List1
    secondaryRootInstances, ActivityExecutor executor) at System.Activities.Runtime.ActivityExecutor.OnDeserialized(Activity workflow, WorkflowInstance workflowInstance) at System.Activities.Hosting.WorkflowInstance.InitializeCore(IDictionary2 workflowArgumentValues,
    IList1
    workflowExecutionProperties) at System.Activities.Hosting.WorkflowInstance.Initialize(Object deserializedRuntimeState, DynamicUpdateMap updateMap) at System.Activities.WorkflowApplication.LoadCore(DynamicUpdateMap updateMap, TimeoutHelper timeoutHelper, Boolean
    loadAny, IDictionary2 values) at System.Activities.WorkflowApplication.Load(Guid instanceId, TimeSpan timeout) at System.Activities.WorkflowApplication.Load(Guid instanceId) at Microsoft.TeamFoundation.Release.ServiceProcessor.Processor.WorkflowInstance.WorkflowInstanceCacheSingleton.<.cctor>b__1(WorkflowApplication
    app, Guid id) at
    Microsoft.TeamFoundation.Release.ServiceProcessor.Processor.WorkflowInstance.WorkflowInstanceCache.CreateApplicationInCache(CreateParameters createParameters, Guid id) at Microsoft.TeamFoundation.Release.ServiceProcessor.Processor.WorkflowInstance.WorkflowInstanceCache.GetInstance(CreateParameters
    createParameters, Guid id) at Microsoft.TeamFoundation.Release.ServiceProcessor.Processor.WorkflowInstance.CachedWorkflowInstanceLoader.GetInstance(DeploymentLog log, CreateParameters createParams) at Microsoft.TeamFoundation.Release.ServiceProcessor.Processor.DeploymentControllerServiceProcessor.ContinueDeploymentWithFinalComponentState(DeploymentLog
    log) at Microsoft.TeamFoundation.Release.ServiceProcessor.Processor.DeploymentControllerServiceProcessor.ContinueDeployment(String log)
    Category: General
    Priority: -1
    EventId: 0
    Severity: Error
    Title:
    Machine: **********
    Application Domain: /LM/W3SVC/1/ROOT-1-130630102320068767
    Process Id: 6628
    Process Name: C:\Windows\SysWOW64\inetsrv\w3wp.exe
    Win32 Thread Id: 1344
    Thread Name:
    Extended Properties:

    Dear Charles-Li,
    Thank you so much for your reply.
    we started using  Release Management Update 1  and it was worked perfectly fine.  then we move to upgrade existing Release Management(server,
    Database and agent) with Update 3, which we did, and its working fine  except lots of error as mentioned in above thread, are getting logged in server event log at regular interval till now(3-4 errors every second).
    even though lots of error are getting logged but we are not facing any issue while using Release Management with update 3.
    But i am bit curious to know out reason for getting those error.
    <<clean
    the cache folder and restrat Release Management and try again>>
    already tried but no luck.
    Thanks!!

  • Suddenly Error -17306 in LV-Operator-Interface after 3 hours when trying to read a StationGlobal

    Hello,
    i´m using the example-labview-operator-interface with some modifications.
    One
    of the changes is that i created a Thread (UserEcentCallback.vi) which
    reads a value from the StationGlobals and displays it on the OP.
    This
    thread is running in a loop and executed every second. This worked fine
    for ~ 3hours and suddenly the attached error-message appeared.
    What can i do to prevent this problem?
    I´m using the default "TestStand Get Property Value.vi" to read the Globals.
    Thanks for all tips.
    (Sorry for double posting, buut i dont know if this is a labview or teststand-problem)
    Attachments:
    error4.JPG ‏66 KB

    Hi,
    That seems a strange one, especially seeing the VI before it must have found the property ProjectParameter as it read State_Mode without problems.
    I guessing ProjectParameter is still present in your StationGlobals after the error occurred!
    As to what to do, you could do a Check to make sure the property exists before reading the data.
    Regards
    Ray
    Regards
    Ray Farmer

  • Error ldap Java System Web Server 6.1 SP11 Windows

    Hi,
    I have installed a web server SP11 windows, and the global settings I have configured correctly a ldap server.
    In User and Groups access to all users of the ldap server.
    In my web instance, I have configure the application to autenticate to this ldap server:
    acl "default";
    authenticate (user,group) {
    database = "default";
    method = "basic";
    prompt = "prompt";
    When I go with a browser, appears the user and password window.
    When I introduce user/password, in browser:
    Server Error
    This server has encountered an internal error which prevents it from fulfilling your request. The most likely cause is a misconfiguration. Please ask the administrator to look for messages in the server's error log.
    And the logs errors of the web instance:
    [11/Mar/2011:17:25:01] security ( 6088) https-webinstance:
         [NSACL4330] HTTP5094: while trying to get attribute "user"
         [NSACL4330] HTTP5094: while trying to get attribute "isvalid-password"
         [NSACL5860] HTTP5113: ldap password check: LDAP error: "Can't connect to the LDAP server"
         [NSACL4330] HTTP5094: while trying to get attribute "user"
    [11/Mar/2011:17:25:01] security ( 6088) https-webinstance: for host trying to GET /uri/servlet/ServletIni, acl-state reports: HTTP5187: access of ... denied because evaluation of ACL default directive 1 failed
    This error at solaris not appear...
    I need help...
    Thanks
    Jorge

    I did not understand very well what you told me.
    The directory server is on another machine ex(m1).
    I have other web server on another machine ex(m2). This web server working properly (solaris 10). And when I access to application, ldap error does not appear.
    This web server (windows, SP11), is installed on my PC.
    The ldap configuration on this instance is the same as another web instance (dbswitch.conf):
    directory default ldap://m1:port/<base dn>
    default:binddn <bind dn>
    default:encoded bindpw <passwd>
    From my PC I can communicate well with the server ldap, I used a ldap administration program, and users and groups tab of my web server (windows).
    I open a browser on my PC, and if I access the other web server works fine.
    if I access to my web server, the ldap error appear...
    There are commands to diagnose problems with ldap, something about the character encoding windows-unix?
    Thanks in advance

Maybe you are looking for

  • When the first version of the Restore Session tab was implemented in an update for Firefox?

    ''Duplicate post, continue here - [https://support.mozilla.com/en-US/questions/806369]'' Essentially, I'm trying to find out how many sessions I can restore since, after the creation of this feature, I typically allowed the "Restore Session" Tab to r

  • How to change the result status "Failed" after the test to "Passed"

    We make a picture of a LCD screen and look if its all working. Sometimes the LCD screen is working propper but the Step Failed. In case automatic LCD test fails we show the picture from the camera to the user and he can decide if the LCD screen passe

  • DVD player pauses and skips.

    My DVD player skips? When I play a DVD in my Mac Mini, viewing it with a 32" LCD TV, the dvd will stop and pause. It's kind of like a skip, but it does not pixelate or anything? Is my DVD player broken?

  • Space coming while using address- end address

    hi abapers, i m using address and endaddress to display address and while preview a space-line coming in address. please tell me how to remove this space. thanks,

  • Why is it impossible...

    Hi, At the age off "numeric world", why isn't it possible to play some ripped DVD via my home network ? I want to create a DVD and EyeTV database and on a G5 for exemple plublished on my network. Via FrontRow I want via a MacMini (excellent mediacent