Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

-832000 in cloud browser clicking on file in fed zone #152

Closed
michael-conway opened this issue Oct 30, 2015 · 0 comments
Closed

-832000 in cloud browser clicking on file in fed zone #152

michael-conway opened this issue Oct 30, 2015 · 0 comments
Assignees

Comments

@michael-conway
Copy link
Collaborator

genquery in federated zone

  • log in dfc1
  • browse to dfc2
  • select a file (not coll)
  • select info

2015-10-30 11:13:38,907 [http-bio-8080-exec-10] DEBUG connection.IRODSMidLevelProtocol  - calling irods function with byte array
2015-10-30 11:13:38,907 [http-bio-8080-exec-10] DEBUG connection.IRODSMidLevelProtocol  - calling irods function with:<GenQueryInp_PI><maxRows>5000</maxRows>
<continueInx>0</continueInx>
<partialStartIndex>0</partialStartIndex>
<options>0</options>
<KeyValPair_PI><ssLen>1</ssLen>
<keyWord>zone</keyWord>
<svalue>dfc2</svalue>
</KeyValPair_PI>
<InxIvalPair_PI><iiLen>21</iiLen>
<inx>401</inx>
<inx>402</inx>
<inx>501</inx>
<inx>403</inx>
<inx>404</inx>
<inx>405</inx>
<inx>406</inx>
<inx>407</inx>
<inx>408</inx>
<inx>409</inx>
<inx>410</inx>
<inx>411</inx>
<inx>412</inx>
<inx>413</inx>
<inx>414</inx>
<inx>415</inx>
<inx>416</inx>
<inx>417</inx>
<inx>418</inx>
<inx>419</inx>
<inx>420</inx>
<ivalue>1</ivalue>
</InxIvalPair_PI>
<InxValPair_PI><isLen>2</isLen>
<inx>501</inx>
<inx>403</inx>
<svalue> = '/dfc2/home/test1#dfc1' </svalue>
<svalue> = 'milton.license.properties' </svalue>
</InxValPair_PI>
</GenQueryInp_PI>
2015-10-30 11:13:38,908 [http-bio-8080-exec-10] DEBUG connection.IRODSMidLevelProtocol  - api number is:702
2015-10-30 11:13:38,908 [http-bio-8080-exec-10] DEBUG connection.AbstractIRODSMidLevelProtocol  - functionID: 702
2015-10-30 11:13:38,908 [http-bio-8080-exec-10] DEBUG connection.AbstractIRODSMidLevelProtocol  - header:<MsgHeader_PI><type>RODS_API_REQ</type><msgLen>1183</msgLen><errorLen>0</errorLen><bsLen>0</bsLen><intInfo>702</intInfo></MsgHeader_PI>
2015-10-30 11:13:38,908 [http-bio-8080-exec-10] DEBUG connection.AbstractIRODSMidLevelProtocol  - reading message from irods
2015-10-30 11:13:38,908 [http-bio-8080-exec-10] DEBUG connection.AbstractConnection  - IRODSConnection.read, byte array size =  4
2015-10-30 11:13:38,908 [http-bio-8080-exec-10] DEBUG connection.AbstractConnection  - offset = 0
2015-10-30 11:13:38,908 [http-bio-8080-exec-10] DEBUG connection.AbstractConnection  - length = 4
2015-10-30 11:13:39,003 [http-bio-8080-exec-10] DEBUG connection.AbstractConnection  - IRODSConnection.read, byte array size =  148
2015-10-30 11:13:39,003 [http-bio-8080-exec-10] DEBUG connection.AbstractConnection  - offset = 0
2015-10-30 11:13:39,003 [http-bio-8080-exec-10] DEBUG connection.AbstractConnection  - length = 148
2015-10-30 11:13:39,003 [http-bio-8080-exec-10] DEBUG connection.AbstractIRODSMidLevelProtocol  - message length:3789
2015-10-30 11:13:39,003 [http-bio-8080-exec-10] DEBUG connection.AbstractIRODSMidLevelProtocol  - error length:0
2015-10-30 11:13:39,003 [http-bio-8080-exec-10] DEBUG connection.AbstractIRODSMidLevelProtocol  - bytesLength:0
2015-10-30 11:13:39,003 [http-bio-8080-exec-10] DEBUG connection.AbstractIRODSMidLevelProtocol  - info value:-823000
2015-10-30 11:13:39,004 [http-bio-8080-exec-10] DEBUG connection.AbstractIRODSMidLevelProtocol  - info is < 0
2015-10-30 11:13:39,004 [http-bio-8080-exec-10] DEBUG connection.AbstractIRODSMidLevelProtocol  - throwing away bytes
2015-10-30 11:13:39,004 [http-bio-8080-exec-10] DEBUG connection.AbstractConnection  - IRODSConnection.read, byte array size =  3789
2015-10-30 11:13:39,004 [http-bio-8080-exec-10] DEBUG connection.AbstractConnection  - offset = 0
2015-10-30 11:13:39,004 [http-bio-8080-exec-10] DEBUG connection.AbstractConnection  - length = 3789
2015-10-30 11:13:39,004 [http-bio-8080-exec-10] DEBUG connection.IRODSErrorScanner  - inspectAndThrowIfNeeded:-823000
2015-10-30 11:13:39,004 [http-bio-8080-exec-10] DEBUG connection.IRODSErrorScanner  - scanning for info value...
2015-10-30 11:13:39,004 [http-bio-8080-exec-10] DEBUG connection.IRODSErrorScanner  - errorEnum val:CAT_UNKNOWN_TABLE
| Error 2015-10-30 11:13:39,008 [http-bio-8080-exec-10] ERROR errors.GrailsExceptionResolver  - JargonException occurred when processing request: [GET] /irods-cloud-backend/file - parameters:
path: /dfc2/home/test1#dfc1/milton.license.properties
error code received from iRODS:-823000. Stacktrace follows:
Message: error code received from iRODS:-823000
    Line | Method
->>  325 | checkSpecificCodesAndThrowIfExceptionLocated in org.irods.jargon.core.connection.IRODSErrorScanner
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
|    123 | inspectAndThrowIfNeeded                      in     ''
|   1172 | processMessageInfoLessThanZero . . . . . . . in org.irods.jargon.core.connection.AbstractIRODSMidLevelProtocol
|    663 | readMessage                                  in     ''
|    629 | readMessage . . . . . . . . . . . . . . . .  in     ''
|    231 | irodsFunction                                in org.irods.jargon.core.connection.IRODSMidLevelProtocol
|    174 | irodsFunction . . . . . . . . . . . . . . .  in org.irods.jargon.core.connection.AbstractIRODSMidLevelProtocol
|    140 | sendGenQueryAndReturnResponse                in org.irods.jargon.core.query.GenQueryProcessor
|     84 | executeTranslatedIRODSQuery . . . . . . . .  in     ''
|    160 | executeIRODSQueryAndCloseResultInZone        in org.irods.jargon.core.pub.IRODSGenQueryExecutorImpl
|    307 | findGivenObjStat . . . . . . . . . . . . . . in org.irods.jargon.core.pub.DataObjectAOImpl
|    171 | findByCollectionNameAndDataName              in     ''
|    195 | findByAbsolutePath . . . . . . . . . . . . . in     ''
|    113 | retrieveDataProfileForDataObject             in org.irods.jargon.dataprofile.DataProfileServiceImpl
|    100 | retrieveDataProfile . . . . . . . . . . . .  in     ''
|     36 | retrieveDataProfile                          in org.irods.jargon.idrop.web.services.DataProfileMidTierService
|     80 | show . . . . . . . . . . . . . . . . . . . . in org.irods.jargon.idrop.web.controllers.FileController
|    198 | doFilter                                     in grails.plugin.cache.web.filter.PageFragmentCachingFilter
|     63 | doFilter . . . . . . . . . . . . . . . . . . in grails.plugin.cache.web.filter.AbstractFilter
|     82 | doFilter                                     in com.brandseye.cors.CorsFilter
|   1142 | runWorker . . . . . . . . . . . . . . . . .  in java.util.concurrent.ThreadPoolExecutor
|    617 | run                                          in java.util.concurrent.ThreadPoolExecutor$Worker
^    745 | run . . . . . . . . . . . . . . . . . . . .  in java.lang.Thread


@michael-conway michael-conway self-assigned this Oct 30, 2015
@michael-conway michael-conway added this to the Minor changes and compatibility - 4.1.0 milestone Oct 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant