Пользователь
Логин:
Пароль:
Забыли свой пароль?

Поиск по сайту
 

 Расширенный поиск
Реклама

 

Опрос


Погода

ArrayIndexOutOfBoundsException

Форумы
Обновления
Поиск
Пользователи 
Правила
Помощь
Войти

Страницы: 1
ArrayIndexOutOfBoundsException, Trace
Кто ни будь сталкивался с такой ошибкой?

Код
Чт, 04/02/2010 10:11:39 <Trace> Data Accessjava.lang.ArrayIndexOutOfBoundsException: -11
   at sun.util.calendar.BaseCalendar.getCalendarDateFromFixedDate(Unknown Source)
   at java.util.GregorianCalendar.computeFields(Unknown Source)
   at java.util.GregorianCalendar.computeTime(Unknown Source)
   at java.util.Calendar.updateTime(Unknown Source)
   at java.util.Calendar.getTimeInMillis(Unknown Source)
   at java.util.Calendar.getTime(Unknown Source)
   at com.inet.tds.h.a(Unknown Source)
   at com.inet.tds.x.getTimestamp(Unknown Source)
   at com.inet.pool.t.getTimestamp(Unknown Source)
   at com.hp.ifc.util.marshal.recordset.AppRecordsetJDBC.convertJDBCset(Unknown Source)
   at com.hp.ifc.da.AppQueryManager.executeQuery(Unknown Source)
   at com.hp.ifc.da.AppQueryManager.executeQuery(Unknown Source)
   at com.hp.ifc.da.AppQueryManager.execute(Unknown Source)
   at com.hp.ifc.da.AppQueryManager.execute(Unknown Source)
   at com.hp.ifc.bus.AppServerEntity.trueFind(Unknown Source)
   at com.hp.ifc.bus.AppServerEntity.find(Unknown Source)
   at com.hp.ifc.bus.AppServerEntity.find(Unknown Source)
   at com.hp.ifc.wf.AppEntityHome.find(Unknown Source)
   at com.hp.ifc.wf.AppEntityHome.loadSingleRecord(Unknown Source)
   at com.hp.ifc.wf.AppEntityHome.loadSingleRecord(Unknown Source)
   at com.hp.ifc.wf.AppEntity.initialize(Unknown Source)
   at com.hp.ifc.wf.AppEntityHome.open(Unknown Source)
   at com.hp.ifc.wf.AppAbstractEntitySet.open(Unknown Source)
   at com.hp.ifc.wf.AppAbstractEntitySet.open(Unknown Source)
   at com.hp.itsm.common.cl.ITSMUtilities.queryPerson(Unknown Source)
   at com.hp.itsm.common.cl.ITSMUtilities.getCurrentPersonEntity(Unknown Source)
   at com.hp.itsm.common.cl.ITSMUtilities.getCurrentPerson(Unknown Source)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
   at java.lang.reflect.Method.invoke(Unknown Source)
   at com.hp.ifc.wf.AppSession.defineCurrentPerson(Unknown Source)
   at com.hp.ifc.bus.AppServerSession.login(Unknown Source)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
   at java.lang.reflect.Method.invoke(Unknown Source)
   at com.hp.ifc.net.itp.AppItpRequest.localInvoke(Unknown Source)
   at com.hp.ifc.net.itp.AppItpRequestHandler.process(Unknown Source)
   at com.hp.ifc.net.tcp.AppTcpConnection.processRequest(Unknown Source)
   at com.hp.ifc.net.tcp.AppTcpThread.run(Unknown Source)
Вызвано вот чем...

Чт, 04/02/2010 10:05:54 <System> ServerGui Buffer full, cleared ServerGui logFile Monitor window

очень странно т.к sd_server.bat


@ECHO OFF
if "%1"=="START" goto start
if "%1"=="start" goto start
if "%1"=="STOP" goto stop
if "%1"=="stop" goto stop
echo Syntax: sd_server [START/STOP]
pause
goto end
:start
cd ..
shift
rem use this options when you have memory problems
java -XX:MaxNewSize=64M -XX:NewSize=64M -Xms200M -Xmx1000M -cp lib\classloader.jar com.hp.startup.Bootstrap com.hp.ifc.bus.AppServer -showconsoleoutput %1 %2 %3 %4 %5 %6 %7 %8 %9
rem java -cp lib\classloader.jar com.hp.startup.Bootstrap com.hp.ifc.bus.AppServer -showconsoleoutput %1 %2 %3 %4 %5 %6 %7 %8 %9
cd bin
goto end
:stop
cd ..
echo trying to stop local server
java -cp lib\classloader.jar com.hp.startup.Bootstrap com.hp.ifc.ui.AppServerManager localhost 30999
cd bin
goto end
:end


И следом вот такая штука еще вылезла

Код
Чт, 04/02/2010 10:48:14 <Data Access> Resolve the conflict to put the same table alias into the SQL statement
Чт, 04/02/2010 10:48:14 <Data Access> If you use database rules, please check if the rule is right.


Причем включил полное журналирование правил и этой ошибки больше не было.

smile:?:
Страницы: 1
Читают тему (гостей: 1, пользователей: 0, из них скрытых: 0)

Сегодня были (гостей: 735, пользователей: 0, из них скрытых: 0)