Problem in VO Extension

hi all ,,
Problem in VO Extension ,,,
After extending the VO ,,,and impoting the jpx file .
I am getting foolwing error:
oracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: JBO-27122: SQL error during statement preparation. Statement: SELECT * FROM (SELECT 'N' AS select_flag, mtrh.request_number, mtrl.line_number,
msibkfv.concatenated_segments, mmtt.primary_quantity,
mtr.reason_name reason, mmtt.transaction_reference REFERENCE,
we.wip_entity_name work_order_name, wro.operation_seq_num,
mmtt.subinventory_code source_subinventory,
mitkfv1.concatenated_segments source_locator, wro.date_required,fu.user_name created_by, we.wip_entity_id wip_entity_id,we.entity_type, mmtt.organization_id,mmtt.transaction_temp_id transaction_temp_id, mmtt.transaction_header_id, mmtt.move_order_line_id,mmtt.reason_id reason_id, wro.inventory_item_id inventory_item_id, msibkfv.lot_control_code,
msibkfv.serial_number_control_code, mmtt.locator_id, mmtt.primary_quantity AS issue_quantity,
DECODE (msibkfv.eam_item_type,
3, 'Rebuild',
'Disabled'
) AS enter_rebuild,
mmtt.rebuild_item_id, mmtt.rebuild_serial_number,
mmtt.rebuild_activity_id, mmtt.rebuild_job_name, NULL AS rebuild_item,
NULL AS rebuild_activity, msibkfv.description description,
TO_CHAR ('N') AS warning_shown,
( wro.required_quantity
- NVL (wro.quantity_issued, 0)
- (eam_material_allocqty_pkg.allocated_quantity
(wro.wip_entity_id,
wro.operation_seq_num,
wro.organization_id,
wro.inventory_item_id
) open_quantity,
wro.released_quantity, (wip.department_code) AS departmentcode
FROM mtl_item_locations_kfv mitkfv1,
mtl_txn_request_headers mtrh,
mtl_material_transactions_temp mmtt,
mtl_txn_request_lines mtrl,
fnd_user fu,
mtl_system_items_b_kfv msibkfv,
wip_requirement_operations wro,
wip_entities we,
mtl_transaction_reasons mtr,
wip_discrete_jobs wdj,
wip_operations_v wip
WHERE wro.wip_entity_id = mtrl.txn_source_id
AND wro.operation_seq_num = mtrl.txn_source_line_id
AND wro.organization_id = mtrl.organization_id
AND wro.inventory_item_id = mtrl.inventory_item_id
AND we.wip_entity_id = wro.wip_entity_id
AND we.organization_id = wro.organization_id
AND wdj.organization_id = we.organization_id
AND wdj.wip_entity_id = we.wip_entity_id
AND wdj.status_type IN (3, 4)
AND msibkfv.inventory_item_id = mmtt.inventory_item_id
AND msibkfv.organization_id = mmtt.organization_id
AND fu.user_id(+) = mtrl.created_by
AND mtrh.header_id = mtrl.header_id
AND mtrl.line_id = mmtt.move_order_line_id
AND mmtt.locator_id = mitkfv1.inventory_location_id(+)
AND mmtt.organization_id = mitkfv1.organization_id(+)
AND mmtt.reason_id = mtr.reason_id(+)
AND we.entity_type = 6
AND mmtt.primary_quantity > 0
AND mtrh.move_order_type = 5
AND mtrl.line_status = 7
AND (mmtt.transaction_mode IS NULL OR mmtt.transaction_mode = 1)
AND mmtt.organization_id = :1
AND ( ( msibkfv.serial_number_control_code = 1
AND msibkfv.lot_control_code = 1
AND :2 IS NULL
OR ( ( msibkfv.serial_number_control_code > 1
OR msibkfv.lot_control_code > 1
AND :3 IS NOT NULL
AND wip.wip_entity_id = we.wip_entity_id
AND wip.organization_id = we.organization_id
AND wro.operation_seq_num = wip.operation_seq_num) QRSLT WHERE (( UPPER(WORK_ORDER_NAME) like :4 AND (WORK_ORDER_NAME like :5 OR WORK_ORDER_NAME like :6 OR WORK_ORDER_NAME like :7 OR WORK_ORDER_NAME like :8)))
     at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:896)
     at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1169)
     at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors(OAPageErrorHandler.java:1435)
     at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:2850)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1838)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:536)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:424)
     at OA.jspService(_OA.java:212)
     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
     at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
     at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:610)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:359)
     at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
     at java.lang.Thread.run(Thread.java:797)
## Detail 0 ##
java.sql.SQLException: Invalid column type
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:146)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:208)
     at oracle.jdbc.driver.OraclePreparedStatement.setObjectCritical(OraclePreparedStatement.java:9231)
     at oracle.jdbc.driver.OraclePreparedStatement.setObjectInternal(OraclePreparedStatement.java:8812)
     at oracle.jdbc.driver.OraclePreparedStatement.setObjectInternal(OraclePreparedStatement.java:9534)
     at oracle.jdbc.driver.OraclePreparedStatement.setObjectAtName(OraclePreparedStatement.java:9560)
     at oracle.jbo.server.OracleSQLBuilderImpl.bindParamValue(OracleSQLBuilderImpl.java:3919)
     at oracle.jbo.server.BaseSQLBuilderImpl.bindParametersForStmt(BaseSQLBuilderImpl.java:3335)
     at oracle.jbo.server.ViewObjectImpl.bindParametersForCollection(ViewObjectImpl.java:13827)
     at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:804)
     at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java:669)
     at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:3723)
     at oracle.jbo.server.OAJboViewObjectImpl.executeQueryForCollection(Unknown Source)
     at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQueryForCollection(OAViewObjectImpl.java:4537)
     at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:743)
     at oracle.jbo.server.ViewRowSetImpl.executeQueryForMasters(ViewRowSetImpl.java:892)
     at oracle.jbo.server.ViewRowSetImpl.executeQueryForMode(ViewRowSetImpl.java:806)
     at oracle.jbo.server.ViewRowSetImpl.executeQuery(ViewRowSetImpl.java:800)
     at oracle.jbo.server.ViewObjectImpl.executeQuery(ViewObjectImpl.java:3643)
     at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQuery(OAViewObjectImpl.java:437)
     at oracle.apps.fnd.framework.server.OAPlsqlViewObjectImpl.executeQuery(OAPlsqlViewObjectImpl.java:524)
     at oracle.apps.eam.stores.materialissue.server.MaterialIssueTableVOImpl.executeQuery(MaterialIssueTableVOImpl.java:44)
     at oracle.apps.eam.stores.materialissue.server.MaterialIssueTableVOImpl.executeQuery(MaterialIssueTableVOImpl.java:56)
     at oracle.apps.fnd.framework.server.OAViewObjectImpl.initQuery(OAViewObjectImpl.java:741)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.setCriteriaOnVO(OAWebBeanHelper.java:2330)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.setCriteriaOnVO(OAWebBeanHelper.java:2304)
     at oracle.apps.fnd.framework.webui.OAQueryHelper.handleSubmitButton(OAQueryHelper.java:2858)
     at oracle.apps.fnd.framework.webui.OAQueryHelper.processFormRequestAfterController(OAQueryHelper.java:1284)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:847)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:382)
     at oracle.apps.fnd.framework.webui.OAQueryHelper.processFormRequest(OAQueryHelper.java:1021)
     at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processFormRequest(OAStackLayoutBean.java:370)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1027)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:993)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:848)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:382)
     at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processFormRequest(OAStackLayoutBean.java:370)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1027)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:993)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:848)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:382)
     at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processFormRequest(OAPageLayoutHelper.java:1189)
     at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processFormRequest(OAPageLayoutBean.java:1579)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1027)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:993)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:848)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:382)
     at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processFormRequest(OAFormBean.java:395)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1027)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:993)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:848)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:382)
     at oracle.apps.fnd.framework.webui.beans.OABodyBean.processFormRequest(OABodyBean.java:363)
     at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:2846)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1838)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:536)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:424)
     at OA.jspService(_OA.java:212)
     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
     at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
     at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:610)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:359)
     at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
     at java.lang.Thread.run(Thread.java:797)
java.sql.SQLException: Invalid column type
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:146)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:208)
     at oracle.jdbc.driver.OraclePreparedStatement.setObjectCritical(OraclePreparedStatement.java:9231)
     at oracle.jdbc.driver.OraclePreparedStatement.setObjectInternal(OraclePreparedStatement.java:8812)
     at oracle.jdbc.driver.OraclePreparedStatement.setObjectInternal(OraclePreparedStatement.java:9534)
     at oracle.jdbc.driver.OraclePreparedStatement.setObjectAtName(OraclePreparedStatement.java:9560)
     at oracle.jbo.server.OracleSQLBuilderImpl.bindParamValue(OracleSQLBuilderImpl.java:3919)
     at oracle.jbo.server.BaseSQLBuilderImpl.bindParametersForStmt(BaseSQLBuilderImpl.java:3335)
     at oracle.jbo.server.ViewObjectImpl.bindParametersForCollection(ViewObjectImpl.java:13827)
     at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:804)
     at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java:669)
     at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:3723)
     at oracle.jbo.server.OAJboViewObjectImpl.executeQueryForCollection(Unknown Source)
     at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQueryForCollection(OAViewObjectImpl.java:4537)
     at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:743)
     at oracle.jbo.server.ViewRowSetImpl.executeQueryForMasters(ViewRowSetImpl.java:892)
     at oracle.jbo.server.ViewRowSetImpl.executeQueryForMode(ViewRowSetImpl.java:806)
     at oracle.jbo.server.ViewRowSetImpl.executeQuery(ViewRowSetImpl.java:800)
     at oracle.jbo.server.ViewObjectImpl.executeQuery(ViewObjectImpl.java:3643)
     at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQuery(OAViewObjectImpl.java:437)
     at oracle.apps.fnd.framework.server.OAPlsqlViewObjectImpl.executeQuery(OAPlsqlViewObjectImpl.java:524)
     at oracle.apps.eam.stores.materialissue.server.MaterialIssueTableVOImpl.executeQuery(MaterialIssueTableVOImpl.java:44)
     at oracle.apps.eam.stores.materialissue.server.MaterialIssueTableVOImpl.executeQuery(MaterialIssueTableVOImpl.java:56)
     at oracle.apps.fnd.framework.server.OAViewObjectImpl.initQuery(OAViewObjectImpl.java:741)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.setCriteriaOnVO(OAWebBeanHelper.java:2330)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.setCriteriaOnVO(OAWebBeanHelper.java:2304)
     at oracle.apps.fnd.framework.webui.OAQueryHelper.handleSubmitButton(OAQueryHelper.java:2858)
     at oracle.apps.fnd.framework.webui.OAQueryHelper.processFormRequestAfterController(OAQueryHelper.java:1284)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:847)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:382)
     at oracle.apps.fnd.framework.webui.OAQueryHelper.processFormRequest(OAQueryHelper.java:1021)
     at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processFormRequest(OAStackLayoutBean.java:370)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1027)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:993)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:848)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:382)
     at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processFormRequest(OAStackLayoutBean.java:370)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1027)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:993)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:848)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:382)
     at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processFormRequest(OAPageLayoutHelper.java:1189)
     at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processFormRequest(OAPageLayoutBean.java:1579)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1027)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:993)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:848)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:382)
     at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processFormRequest(OAFormBean.java:395)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1027)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:993)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:848)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:382)
     at oracle.apps.fnd.framework.webui.beans.OABodyBean.processFormRequest(OABodyBean.java:363)
     at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:2846)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1838)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:536)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:424)
     at OA.jspService(_OA.java:212)
     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
     at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
     at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:610)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:359)
     at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
     at java.lang.Thread.run(Thread.java:797)
Please help urgent
thanks

Your error is :
java.sql.SQLException: Invalid column type
Try out following:
1. Verify if Attribute mappings are correct in VO?
2. Verify if Attrubute type and database column types are in sync?
3. Which VO you extended, Why you extended the vo? what changes you made?
4. This issue has been discussed before in Forums:
SQL Error during statement preparation - in LOV Region
is one such thread. There are many others too.
-Prince

Similar Messages

  • Problem to update Extension Manager

    Problem to update Extension Manager 6.0.7
    Errore Code: U44M1P7
    MAC OS X 10.8.4
    For 4 times I contact via chat the support but someone answer me and tell Please wait while I transfer the chat to the appropriate group.
    But nobody taka care me of the problem!

    Nereis can you please check your installation logs for error messages?  Please see Troubleshoot with install logs | CS5, CS5.5, CS6, CC - http://helpx.adobe.com/creative-suite/kb/troubleshoot-install-logs-cs5-cs5.html for information on how to locate and interpret your installation log files.  Please feel free to post any specific error messages you discover to this discussion.

  • Having problem installing Adobe Extension Manager 6.0.7 update. Received Error  Code  U44M1P7.Help?

    I am having a problem installing Adobe Extension Manager 6.0.7 update.  Received Error Code: U44M1P7.  Help?
    Thank you for your assistences.

    Dreamachiever2 please see Installation failed. Error U44M1P7 | Updates - http://helpx.adobe.com/creative-suite/kb/error-u44m1p7-installing-updates-ccm.html for information on how to resolve your current difficulties.

  • Problem with upgrade Extension Manager 6.0.4

    Problem with upgrade Extension Manager 6.0.4, code error U44M1P7

    What version of the Adobe Application Manager are you using?  Which operating system are you using?

  • Problema:Aggiornamento di Extension Manager 6.0.7 Installazione non riuscita. Codice errore: U44M1P7

    Problema:
    Aggiornamento di Extension Manager 6.0.7
    Installazione non riuscita. Codice errore: U44M1P7 

    Hi Errore,
    Could you try installing the Extension Manager update manually from here:
    Extension Manager 6.0.7 update
    July 22, 2013
    Macintosh | Windows
    -Dave

  • Problem in functional extension of standard datasource 0CO_OM_CCA_9

    Hello SAP BI Gurus,
    I would like to submit a question here regarding an annoying problem I'm facing with the functional extension of the datasource 0CO_OM_CCA_9 on our SAP/R3 system.
    The extension was required to fill the Vendor column (LIFNR) in some cases where the standard extractor was leaving the field empty.
    To fulfil such a requirement I put some custom code in the customer exit modules relating to the transactional datasources (function module EXIT_SAPLRSAP_001, include module ZXRSAU01), as shown below:
    In include module ZXRSAU01:
    CASE i_datasource.
    when ...
      when '0CO_OM_CCA_9'.
        CALL FUNCTION 'ZZ0CO_OM_CCA_9'
          TABLES
            c_t_data = c_t_data.
    ENDCASE.
    The function module ZZ0CO_OM_CCA_9 finally contains the actual logic that fills the LIFNR field when it is empty and the other fields in the extracted structure enable the search of LIFNR in table MSEG:
    data: begin of mov_cdc.
            include structure ICCTRCSTA1.
    data: end of mov_cdc.
    If field LIFNR is empty its value is searched for in
    table MSEG:
      loop at c_t_data into mov_cdc.
        if ( mov_cdc-lifnr is initial ).
          select single lifnr into mov_cdc-lifnr from mseg
            where MBLNR = mov_cdc-REFBN
            and MJAHR = mov_cdc-REFGJ
            and ZEILE = mov_cdc-REFBZ
            and MATNR = mov_cdc-MATNR
            and WERKS = mov_cdc-werks.
          if ( sy-subrc = 0 ).
              modify c_t_data from mov_cdc INDEX sy-tabix.
          endif.
        endif.
      endloop.
    ENDFUNCTION.
    With this customer exit saved and activated, the datasource extractor works fine when launched locally on the R/3 system with the execution test utility for datasources (transaction RSA6).
    The weird behaviour that I really can't explain arises when the extractor is activated remotely by our BW system.
    In this case, differently from the local execution case, when the custom code is executed we see that the fields REFBN, REFGJ and REFBZ of the extracted structure are always empty and therefore the query select always fails.
    Of course, we have replicated the datasource in the BW system more than once to be sure to make the datasource changes visible.
    Since the R/3 user launching the extractor remotely (BWREMOTE) was different from the user that launched it successfully in local tests, as a first trial we tried to assign the SAP_ALL profile to BWREMOTE, but nothing has changed.
    To summarize, the datasource extractor 0CO_OM_CCA_9 seems not to be extracting the fields
    REFBN,
    REFGJ ,
    REFBZ
    when started remotely, whereas it fills those fields when it is run locally.
    Could anyone please give me an explanation of that?
    Thank you in advance for your support.
    Virginio D'Amico

    Hello Simon,
    here you are my answers:
    1. Yes, I've run both ipak and RSA3 in the same mode (full), with the same selection parameters.
    2. I find this suggestion about debugging background processes very useful. I've been wondering several times about how to debug pieces of code in similar situations but could never find a good solution: now I know how to do in these cases. Thank you!
    In this specific case, to see what was going on in the extraction process in R/3, as an alternative to debugging I have put some logging messages in the cmod code with the WRITE statement, and then inspected the spool output of the ipak execution.
    The result of this test was that the query for selecting the LIFNR value
    select single lifnr into mov_cdc-lifnr from mseg
           where MBLNR = mov_cdc-REFBN
           and MJAHR = mov_cdc-REFGJ
           and ZEILE = mov_cdc-REFBZ
           and MATNR = mov_cdc-MATNR
           and WERKS = mov_cdc-werks.
    fails (sy-subrc = 4) because the fields REFBN, REFGJ and REFBZ are not filled (initial) in the extract structure passed to the custom function module.
    When the extraction is executed with RSA3, instead, the above mentioned fields are filled and the query works correctly.
    Thank you so much for your suggestions.
    Regards,
    Virginio D'Amico

  • Problem in displaying extension data at item level in JSP!!!

    Hi Experts,
    I am facing a problem when i try to display extension data in JSP. This is how i have coded in CRM system and in JSP:
    After searching an order in the webshop let say order no 1, and i ll select this order no .1. Now the BADI CRM_ISA_BASKET_ITEMS is triggered and in the method getitems_getdata, i have written a code with hard coded values like this:
    method IF_EX_CRM_ISA_BASKET_ITEMS~GETITEMS_GET_DATA..
    data:wa_extension like line of ct_extension.
    wa_extension-ref_guid = '498AB6EC7B623152E1000000AC1383C5'.(ref guid is item guid of the order 1)
    wa_extension-name = 'Z_CustomItemExtData'.
    wa_extension-value = 'he is a good boy'(hardcoded value) .
    append wa_extension to ct_extension.
    endmethod.
    And in JSP i have written code like this to display:
    <%--  code for extension data --%>                       
    <tr>
    <td class="identifier">Ext data</td>
    <td class="value" ><%= JspUtil.encodeHtml(orderitem.getExtensionData("Z_CustomItemExtData")) %></td>
    </tr>
    But i am not getting the value in the JSP which i have hard coded in the BADI method. Is there any thing wrong in the above code? Please help me in this as i am very much new to ABAP.
    Thanks a lot in Advance!!
    Regards,
    lakshman.

    hi,
    did you hardcode the ref-guid too? This could be the problem.
    Regards
    Michael

  • Problem with Adobe Extension Manager CC. Does not show installed extensions.

    Adobe Extension Manager CC does not show installed extensions for Photoshop CC 2014 or Photoshop CC so that I am unable to uninstall extensions.  This means that I cannot install updates to extensions.

    Hi JJ - thank you for getting back to me.  I got onto an Adobe tech and we tried various things including re-installation of Extension Manager, which didn't fix the problem.  We then updated Photoshop (I was one point release back) then re-installed EM and this has fixed the problem.
    I did check online and quite a number of people seem to have had this problem, so I guess Adobe has fixed whatever bug was in there.
    Thanks!
    Robert

  • Problem in downloading extension

    i have tried to download the archieve of 'java wireless extension' 10g of JDeveloper(file namely jwe.zip).
    the working link for download was
    http://otn.oracle.com/tech/wireless/tools/jwe/jwe.zip
    even after several tries when i come with the downloaded product. it is always crupt...
    why it is happening..............the archieve is by default crupt?????????
    also i have tried it from update option inside the help of jdeveloper 9i version....it also says in the mid of download "archieve is corrupt contact administrator at oracle"
    plz check and verify and also solve it
    thanx

    I just tried the link for the file you specified and it downloaded perfectly.
    Can you check the file size you get is it 23.9M?
    A problem I've seem with some browsers is that if the temp directory doesn't have enough space they cut the file that they download.

  • Problem with Reader Extension ES

    Hi,
    I download the eval JBOSS server from the adobe web site and I installed without any problems, I configure also the reader extension Credential trial one.
    Now I'm trying to assign reader extension rights to a pdf file via the web interface http://localhost:8080/ReaderExtensions/ I select my PDF and the rights but after I click on Apply button I get a page with a table (file name and duration) and a progress bar with text "downloading ..." but nothing else !!! I don't get the dialog box to select the location for download and the file name of the new PDF !!!
    Please help me!
    I also try to assign reader extension rights via a web service call via applyUsageRights but it allways return a null array !!!
    Thank you for your help.
    Regards.

    Flash Player 10 is the issue .....you can either back off to Flash Player 9 or apply SP2 (only available from support) which fixes the Flash Player 10 issue.

  • Problem with DDR extension

    In my laptop "HP PAVILLON ZV 6000", i have replaced my DDR extension :
      - Nanya PC2700S - 25330 - 256 MB DDR - 333Mhz - CL2.5
    By
      - Hynix PC2700S - 25330 - 1 GB DDR - 333Mhz - CL2.5
    So I have :
      - 1 GB DDR in my extension part
      - 256 MB DDR in my principal part
    But the computer doesn't start, the BIOS (it is updated with the last version) doesn't display.
    My Motherboard is : zv6100.
    What is the problem?

    Did you try swapping the memory in the two slots? If I recall that model has one slot on the bottom for expansion and then an "internal" module under the keyboard.
    Here is the Service Manual:
    Manual
    Page 5-31 shows the internal module. It should take up to 2 x 1gb of DDR 333 SO-DIMM so the only thing I can think is the 256 module is somehow not compatible with the 1 gb module.

  • Problems with JSP Extensions

    Hi all,
              I am having a prolbem running the 'quote' JSP extension example that ships
              with WLS 5.1. I'm running 5.1, with service pack 3 (although the problem
              occurs with or without the sp), on NT.
              It seems to find the taglib, but it is saying that the taglib isn't valid.
              Could there be something wrong with the DOCTYPE that the example ships with?
              It looks like:
              <!DOCTYPE taglib
              PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
              "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd>
              This also happens with the 'session' example, so I'm guess that I'm doing
              something wrong, but I'm really not sure what that is.
              If anyone has any ideas what I'm missing here, it would be appreciated.
              Thanks.
              Here is the exception I'm getting:
              java.io.IOException: cannot resolve '/weblogic/taglib/quote' into a valid
              tag li
              brary
              at weblogic.servlet.jsp.JspLexer.loadTagLib(JspLexer.java:94)
              at
              weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE_BODY(JspLexer.java, C
              ompiled Code)
              at weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE(JspLexer.java,
              Compil
              ed Code)
              at weblogic.servlet.jsp.JspLexer.mDIRECTIVE(JspLexer.java, Compiled
              Code
              at weblogic.servlet.jsp.JspLexer.mSTANDARD_THING(JspLexer.java:1669)
              at weblogic.servlet.jsp.JspLexer.mTOKEN(JspLexer.java:1510)
              at weblogic.servlet.jsp.JspLexer.nextToken(JspLexer.java, Compiled
              Code)
              at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java, Compiled Code)
              at weblogic.servlet.jsp.JspParser.doit(JspParser.java, Compiled
              Code)
              at weblogic.servlet.jsp.JspParser.parse(JspParser.java:115)
              at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:97)
              at
              weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java, Co
              mpiled Code)
              at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java, Compiled
              Code)
              at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:173)
              at
              weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.
              java:186)
              at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
              pl.java:117)
              at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
              pl.java:141)
              at
              weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
              textImpl.java:744)
              at
              weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
              textImpl.java:692)
              at
              weblogic.servlet.internal.ServletContextManager.invokeServlet(Servlet
              ContextManager.java:251)
              at
              weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.jav
              a:363)
              at
              weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:263)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
              Code)
              Fri Jun 23 16:37:09 EDT 2000:<E> <ServletContext-General> Root cause of
              ServletE
              xception
              weblogic.utils.ParsingException: nested IOException: java.io.IOException:
              cannot
              resolve '/weblogic/taglib/quote' into a valid tag library
              at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java, Compiled Code)
              at weblogic.servlet.jsp.JspParser.doit(JspParser.java, Compiled
              Code)
              at weblogic.servlet.jsp.JspParser.parse(JspParser.java:115)
              at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:97)
              at
              weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java, Co
              mpiled Code)
              at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java, Compiled
              Code)
              at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:173)
              at
              weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.
              java:186)
              at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
              pl.java:117)
              at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
              pl.java:141)
              at
              weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
              textImpl.java:744)
              at
              weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
              textImpl.java:692)
              at
              weblogic.servlet.internal.ServletContextManager.invokeServlet(Servlet
              ContextManager.java:251)
              at
              weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.jav
              a:363)
              at
              weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:263)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
              Code)
              Hans Bure
              

              I just figured this out by looking at console.war. If your web.xml says
              <taglib-uri>blah.jar</taglib-uri>
              <taglib-location>WEB-INF/blah.tld</taglib-location>
              try
              <%@ taglib uri="blah.tld" prefix="blah" @>
              Note ".tld" at the URI. This must be an error.
              "Alvin " <[email protected]> wrote:
              >
              >I am using wls5.10sp6, but I got exact the same Problems. I have no idea why this could happen. Can any guru give me a hint?
              >Thanks.
              >
              >Alvin
              >
              >"Hans Bure" <[email protected]> wrote:
              >>Hi all,
              >>
              >>I am having a prolbem running the 'quote' JSP extension example that ships
              >>with WLS 5.1. I'm running 5.1, with service pack 3 (although the problem
              >>occurs with or without the sp), on NT.
              >>
              >>It seems to find the taglib, but it is saying that the taglib isn't valid.
              >>Could there be something wrong with the DOCTYPE that the example ships with?
              >>It looks like:
              >>
              >><!DOCTYPE taglib
              >> PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
              >>"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd>
              >>
              >>This also happens with the 'session' example, so I'm guess that I'm doing
              >>something wrong, but I'm really not sure what that is.
              >>
              >>If anyone has any ideas what I'm missing here, it would be appreciated.
              >>Thanks.
              >>
              >>Here is the exception I'm getting:
              >>
              >>
              >>
              >>java.io.IOException: cannot resolve '/weblogic/taglib/quote' into a valid
              >>tag li
              >>brary
              >> at weblogic.servlet.jsp.JspLexer.loadTagLib(JspLexer.java:94)
              >> at
              >>weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE_BODY(JspLexer.java, C
              >>ompiled Code)
              >> at weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE(JspLexer.java,
              >>Compil
              >>ed Code)
              >> at weblogic.servlet.jsp.JspLexer.mDIRECTIVE(JspLexer.java, Compiled
              >>Code
              >>)
              >> at weblogic.servlet.jsp.JspLexer.mSTANDARD_THING(JspLexer.java:1669)
              >> at weblogic.servlet.jsp.JspLexer.mTOKEN(JspLexer.java:1510)
              >> at weblogic.servlet.jsp.JspLexer.nextToken(JspLexer.java, Compiled
              >>Code)
              >>
              >> at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java, Compiled Code)
              >> at weblogic.servlet.jsp.JspParser.doit(JspParser.java, Compiled
              >>Code)
              >> at weblogic.servlet.jsp.JspParser.parse(JspParser.java:115)
              >> at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:97)
              >> at
              >>weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java, Co
              >>mpiled Code)
              >> at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java, Compiled
              >>Code)
              >>
              >> at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:173)
              >> at
              >>weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.
              >>java:186)
              >> at
              >>weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
              >>pl.java:117)
              >> at
              >>weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
              >>pl.java:141)
              >> at
              >>weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
              >>textImpl.java:744)
              >> at
              >>weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
              >>textImpl.java:692)
              >> at
              >>weblogic.servlet.internal.ServletContextManager.invokeServlet(Servlet
              >>ContextManager.java:251)
              >> at
              >>weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.jav
              >>a:363)
              >> at
              >>weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:263)
              >>
              >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
              >>Code)
              >>Fri Jun 23 16:37:09 EDT 2000:<E> <ServletContext-General> Root cause of
              >>ServletE
              >>xception
              >>weblogic.utils.ParsingException: nested IOException: java.io.IOException:
              >>cannot
              >>resolve '/weblogic/taglib/quote' into a valid tag library
              >> at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java, Compiled Code)
              >> at weblogic.servlet.jsp.JspParser.doit(JspParser.java, Compiled
              >>Code)
              >> at weblogic.servlet.jsp.JspParser.parse(JspParser.java:115)
              >> at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:97)
              >> at
              >>weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java, Co
              >>mpiled Code)
              >> at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java, Compiled
              >>Code)
              >>
              >> at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:173)
              >> at
              >>weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.
              >>java:186)
              >> at
              >>weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
              >>pl.java:117)
              >> at
              >>weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
              >>pl.java:141)
              >> at
              >>weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
              >>textImpl.java:744)
              >> at
              >>weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
              >>textImpl.java:692)
              >> at
              >>weblogic.servlet.internal.ServletContextManager.invokeServlet(Servlet
              >>ContextManager.java:251)
              >> at
              >>weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.jav
              >>a:363)
              >> at
              >>weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:263)
              >>
              >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
              >>Code)
              >>
              >>
              >>
              >>Hans Bure
              >>
              >>
              >>
              >>
              >
              

  • Problem w/ adblock extension v. 2.2.2.2.4

    Anyone else having problems w/the safari extension adblock, the new version 2.2.2.4. I believe it was upgraded Jan 8th or 9th to 2.2.2.4.
    It seems to be corrupting the display of the layout of my web page. Pages look garbled and disorganized.

    Hi,
    Safari AdBlock is causing problems for Safari users.
    You can remove Adblock .. open a Finder window. Select MacintoshHD in the Sidebar on the left then open the Library folder then the InputManagers folder. Move the Adblock files to the Trash.
    GlimmerBlocker works fine with Safari, it's free and available for download from the Apple site here.
    http://www.apple.com/downloads/macosx/internet_utilities/glimmerblocker.html
    GlimmerBlocker can be accessed from System Preferences after it's installed. If you install GlimmerBlocker, make sure and activate it from the System Preferences pane under the Setup tab.
    Carolyn

  • If you're having problems making an extension for Photoshop CS6 with Configurator 3..

    I was going to ask for help here, but before posting I decided to try one last experiment to see if it would work. Yesterday I tried making a simple one button panel inside Configurator and exporting it to Photoshop CS6. I put it in the plugins\panels directory. Start Photoshop, nothing... I tried looking at how to create an extension manually and signing it in order to install it with Extension Manager, and my brain nearly melted.
    So today I tried installing an older version of Photoshop (CS 5.5). The difference was that I selected Photoshop CS5/CS5.5 in the create new panel dialog in Configurator instead of CS6. Export Panel..It worked! Then I tried the same thing for my install of Photoshop CS6, selecting Photoshop CS5/CS5.5 as before in Configurator's dropdown menu.  Success!
    I hope this helps anyone who was stuck in the same place as me.

    Hmm, okay I just had a problem. I used an swf with a hue strip made in actionscript inside an swf loader in configurator. Tried exporting this to PS CS6's panels folder, and to my surprise it complete broke all of the other extensions in that folder. (ie. Photoshop refused to load any other non-defualt extenstions at all just because one was borked.). Very very stupid.  So I went back to PS CS5, everything was working perfectly. Then I closed it and went back to PS CS6, and suddenly my test panel was working again. I have no idea why PS CS5 "fixed" PS CS6, it doesn't make sense really.  I think I'll be going back to CS5 to do all my work as CS6 is really buggy about extensions, and I really need a color wheel for painting.

  • Configuring Watch Folder Problem - LiveCycle Reader Extensions ES

    Hi all,
    I am totally new to this process.
    We bought the LiveCycle licensed version 8.2 installed in Linux machine.
    LiveCycle PDF Generator ES and LiveCycle Reader Extension ES alone.
    The person who installed was resigned from service, so this task has came to me.
    I have just two question to all of them:
    1. Configure the LiveCycle Reader Extension ES.
    2. Create Watch folder concents for comment enabling purpose.
    I have created an watch folder using the Services-->Applications and services-->Archive Management-->Samples - Reader Extensions - ReviewAndCommenting 1.0--> Configure.
    The the configuring ReviewAndCommenting, "Security" tab "INVOKE_PERM" --> "allows Invocation of all operations on the Service", was checked.
    Setting-->Trust Store Management-->Local Credentials-->update Credentials--> Reader Extensions Credential
    Setting-->Trust Store Management-->Certificates-->update Ccertificate-->Trust for Certify Signature Trust for Certificate Authentication Trust for Signature Trust for SSL connections Trust for OCSP Server Trust for Identity
    Watch folders directory were properly created, when I place a pdf "INPUT" folder its immediately go to failure and .log file was generated.
    <----------------------------------------------------------------------------------------- ----->
    ailure Time----Thu May 20 10:57:40 IST 2010
    source location ---- Reason of failure is-----Invocation error.
    Invocation error.
    ALC-RES-001-002: No credential found with alias [SampleReaderExtensionsCredential].
    ALC-DSC-003-000: com.adobe.idp.dsc.DSCInvocationException: Invocation error.
        at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:152)
        at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:140)
        at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
        at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java:74)
        at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTr ansactionCMTAdapterBean.java:342)
        at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doRequired(Ej bTransactionCMTAdapterBean.java:259)
        at sun.reflect.GeneratedMethodAccessor238.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    <----------------------------------------------------------------------------------------- ----->
    I am not able to trace the problem why!, can any one help me out of this problem.
    SHAJI

    how do you solve that case? I am also stuck in RES LCES 8.0 version with turnkey installation and took very long time processing. I can't download anyway.
    I am using
    Win XP sp 2
    RAM 3 G
    HD free space over 20 G
    LCES JBOss turnkey v8.0
    RES credential file with vaild till 2023
    Regards,
    Ei Wah

Maybe you are looking for

  • PROCESS FLOW FOR LOOP IN BUSY STATE

    Hi, I have designed a process flow, in which FOR loop has been incorporated,within the loop FTP activity along with check of file exsistence is done, if file does not exsist ,it again tries to perform successful FTP, else map the file to table and as

  • Print image without resizing

    I need to print some PNG images which are larger than one page. Preview won't do this without resizing, but that will make the image unusable. How can I print images across more than one page? I tried AppleWorks (yuck) but images come out all fuzzy (

  • Mirrored raid in early 2009 Mac Pro

    I have created a mirrored RAID on Two 1 TB Hitachi internal hard drives in my Mac Pro running 10.8.4.  I have put all of my working Photoshop files that used to reside on the desktop of my boot drive onto the RAID where they will stay until there is

  • Notes app not syncing properly

    I have Yosemite on a Macbook Pro and an iPhone with iOS 8.1 installed. My notes are on my iPhone and on iCloud.com My notes are in the Notes app on my mac too, however, many of them are blank. The list of notes is correct and complete, but when click

  • Keychain error when trying to open MobileMe system panel

    I've had a lot of problems trying to get my iMac set up with MobileMe. My MacBook and iPod Touch are set up and working fine, but my iMac won't connect up (and never has). Following some advice on a forum here I did something in Keychain Assistant (c