invalid-argument

Error Showing Up in Server Logs...How Do I Stop It?

I'm getting an error and I've googled everything I can think of with barely any insights. Maybe you can help with a fresh set of eyes. I have a function that returns an array of objects. The code that calls this function then loops through this array and does what it needs to do with each object. It seems to work visually when it spits ...

appending a jquery object throws invalid arguement in IE

I am trying to create a jQuery plugin that will clone a form to an iframe then submit a form. It is a hack to fake an ajax file upload. I also know there are plugins like this already, but none that I have trie meet my needs. I have a problem appending a jQuery object to anything in IE. (I am running IE 7.0) I have tried FF and it wor...

IE Invalid Argument Error - Says it is an error in jQuery, but I don't think so

I am pulling my hairs out over an invalid argument error in IE7, maybe all IE's... The site is: http://www.karencaldwelldesign.com/fashion IE says it is an error on line 12, but if I open up Script Debugger it says the problem is with some code in jQuery. I don't buy that. So, I looked at my script (http://www.caldwellsnyder.com/__da...

com.ibm.db2.jcc.b.SqlException: Invalid argument: unknown column name COL1

Hi, i was getting this error com.ibm.db2.jcc.b.SqlException: Invalid argument: unknown column name COL1 when trying to access my resultSet with rs.getString("COL1"). My SQL Query is: Select UPPER(COL1) from table1. the same query and Java code is working fine with DB2 v8(Type 2 driver) but it is throwing the above exception when using w...

Jquery problems in IE8

Jquery runs fine in Safari and Firefox. In IE8 (using the Developer Tools), I get the error: "Could not get the position property. Invalid argument jquery-1.3.2.js, line 12 character 12949". Using debugging, the script highlights the characters {J[G]=K}. I have no idea what this does, but it seems to cause the problem! The result is whe...

invalid argument IE7 javascript line number changes

This is the test page: http://www.onebagoneearth.com/ OBOEKindBag (spaces between the page name and domain because I don't want the URL indexed as such) If you click on one of the thumbnails, or on the main image, you see a popup window, and if you enter a quantity and then click "add to cart" here, in IE7 (at least on Vista, and als...

Crystal reports - connection to JDBC failed

Hello, I am trying to make a connection to JDBC(JNDI) in Crystal Reports and I get the following error : Invalid Argument provided. Details: Java Server startup failure. Please verify the PATH (JDK), CLASSPATH and IORFileLocation properties in the CRConfig.xml file. In addition, please verify you are using JDK 1.4. I am using th...

IOError: [Errno 22] Invalid Argument with clock() being passed in.

I have not had much luck hunting for finding a good explanation of what invalid argument errors are and what would cause them. My current sample I am working with is import sys mylog="mylog.log" sys.stdout = open(mylog,'w') #lots of code #. #. #. #End of lots of code from time import clock print "blablabla",clock() I receive an IOE...

jQuery, IE and invalid argument

EDIT: OP here. Well, the problem is at the jQuery.JS archive. I just downloaded the last one, uncompressed, and the error changed to line 4619 character 4. I went to that line and there's an '}' symbol LOL... did i mention i hate internet explorer? I have no idea how to fix this, it seems to be a bug within the framework :S /EDIT ...

jQuery, IE, invalid argument

Hi there! I coded a simple sliding gallery with jQuery. It's a narrow container with a wide table inside that changes it's 'left' property through .animate() Works beautifully on Firefox, Safari and IE8. However i'm having an issue with internet explorer 7 and below. A message error pops up saying 'script error. line: 4619. char: 4. e...