Error while deploying application into Dev Server

Hi Experts,
While deploying my application into DEV server i am getting error like
[06:45:20 PM] Weblogic Server Exception: weblogic.application.ModuleException:
[06:45:20 PM] Caused by: weblogic.common.ResourceException: java.security.PrivilegedActionException: weblogic.common.ResourceException: java.security.PrivilegedActionException: weblogic.common.ResourceException: No credential mapper entry found for password indirection user=apps for data source Apps
[06:45:20 PM] See server logs or server console for more details.
[06:45:20 PM] weblogic.application.ModuleException:
[06:45:20 PM] #### Deployment incomplete. ####
[06:45:20 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
The same application i am able to deploying into my integrated web logic server.
Can any one help me what may be the issue

What does this message mean?

Similar Messages

  • Getting error while deploying application in weblogic server 9.2

    Im getting below error in production in weblogic 9.2 server.
    ####<Jan 27, 2010 8:17:02 PM AST> <Error> <Deployer> <hpw2k3los01> <LOSWebServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1264612622151> <BEA-149205> <Failed to initialize the application 'NCB_LOS' due to error weblogic.management.DeploymentException: Exception occured while downloading files.
    weblogic.management.DeploymentException: Exception occured while downloading files
         at weblogic.deploy.internal.targetserver.datamanagement.AppDataUpdate.doDownload(AppDataUpdate.java:43)
         at weblogic.deploy.internal.targetserver.datamanagement.DataUpdate.download(DataUpdate.java:56)
         at weblogic.deploy.internal.targetserver.datamanagement.Data.prepareDataUpdate(Data.java:98)
         at weblogic.deploy.internal.targetserver.BasicDeployment.prepareDataUpdate(BasicDeployment.java:663)
         at weblogic.deploy.internal.targetserver.BasicDeployment.stageFilesForStatic(BasicDeployment.java:706)
         at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:100)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:38)
         at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:177)
         at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
         at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    java.net.ConnectException: Tried all: '1' addresses, but could not connect over HTTP to server: '192.168.50.5', port: '80'
         at weblogic.net.http.HttpClient.openServer(HttpClient.java:320)
         at weblogic.net.http.HttpClient.openServer(HttpClient.java:375)
         at weblogic.net.http.HttpClient.<init>(HttpClient.java:149)
         at weblogic.net.http.HttpClient.New(HttpClient.java:245)
         at weblogic.net.http.HttpURLConnection.connect(HttpURLConnection.java:160)
         at weblogic.deploy.service.datatransferhandlers.HttpDataTransferHandler.getDataAsStream(HttpDataTransferHandler.java:75)
         at weblogic.deploy.service.datatransferhandlers.DataHandlerManager$RemoteDataTransferHandler.getDataAsStream(DataHandlerManager.java:153)
         at weblogic.deploy.internal.targetserver.datamanagement.AppDataUpdate.doDownload(AppDataUpdate.java:39)
         at weblogic.deploy.internal.targetserver.datamanagement.DataUpdate.download(DataUpdate.java:56)
         at weblogic.deploy.internal.targetserver.datamanagement.Data.prepareDataUpdate(Data.java:98)
         at weblogic.deploy.internal.targetserver.BasicDeployment.prepareDataUpdate(BasicDeployment.java:663)
         at weblogic.deploy.internal.targetserver.BasicDeployment.stageFilesForStatic(BasicDeployment.java:706)
         at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:100)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:38)
         at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:177)
         at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
         at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    This error is intermittent and comes during deployment.Once we get this error we have restart the server.
    Can someone please tell what is the cause of this error?
    we dont have any server with Ip '192.168.50.5' as mentioned in the error message.and what exactly is the server trying to download here?
    Edited by: user12537931 on Jan 31, 2010 4:09 AM

    Hi,
    How are you trying to deploy your application on the Server...Using Admin Console...or Using any Script Like WLDeployer?
    The issue seems to be related to Http protocol in port 80.
    Are you sure that in your Production environment there is not firewall blocking issue...on port 80...?
    Some firewall settings rejects any existing connection to be opened for a long time....If your application takes some time, then please check that the firewall doesn't disconnect the existing connection until the deployment time gets over.
    <font color=red>Note: </font>Sometimes this kind of issue happens when we try to deploy our application on WebLogic Server...at that time based on the XSD informations available in our DeploymentDescriptors...the Server tries to download those DTDs from the mentioned URIs....
    Example:
    web.xml has some entries like:
    <!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/dtd/web-app_2_3.dtd">
    In above case if the Firewall of our production environment Blocks any request to pass through Port 80 (default Http Port) then we get such exceptions.
    http://middlewaremagic.com/weblogic/?p=802
    Thanks
    Jay SenSharma
    http://middlewaremagic.com/weblogic (Middleware Magic Is Here)

  • Error while deploying application on weblogic server

    Hi,
    I have created webservice and deployed on weblogic server.
    Earlier it was working fine. I added some logger and trying to redeploy it.
    But it gives following error.
    Weblogic Server Exception: java.lang.NoSuchMethodException: deploy(java.lang.String,java.lang.String,java.lang.String,weblogic.management.deploy.DeploymentData,java.lang.String,java.lang.Boolean,) for com.bea:Name=DeployerRuntime,Type=DeployerRuntime
    [12:46:48 AM] See server logs or server console for more details.
    [12:46:48 AM] java.lang.NoSuchMethodException: deploy(java.lang.String,java.lang.String,java.lang.String,weblogic.management.deploy.DeploymentData,java.lang.String,java.lang.Boolean,) for com.bea:Name=DeployerRuntime,Type=DeployerRuntime
    [12:46:49 AM] #### Deployment incomplete. ####
    [12:46:49 AM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    Can anybody help me out..
    Thanks in advance.

    Hi,
    I am newbie for web service Need your help.
    I am having well developed webservice project with apache cxf 2.2.3 and working fine on Weblogic server 10.3
    But After migration from 10.3 to 10.3.4 Facing below problem.
    While calling call back service of third party it is giving warning messages like
    12 Apr, 2011 5:42:36 PM weblogic.wsee.jaxws.framework.policy.advertisementimpl.AdvertisementHelperImpl registerExtension
    WARNING: Registering oracle.j2ee.ws.wsdl.extensions.addressing.AddressingExtensionRegistry extension failed; java.lang.NoSuchMethodException: oracle.j2ee.ws.wsdl.extensions.addressing.AddressingExtensionRegistry*.registerSerializersAndTypes()*12 Apr, 2011 5:42:36 PM weblogic.wsee.jaxws.spi.WLSServiceDelegate addWsdlDefinitionFeature
    SEVERE: Failed to create WsdlDefinitionFeature for wsdl location: http://serverName:port/WSDLURL, error: com.sun.xml.ws.wsdl.parser.InaccessibleWSDLException, message: 2 counts of InaccessibleWSDLException.
    I tried Below solutions
    1. I added com.oracle.ws.orawsdl_1.3.0.0.jar file in web service application provided the required clssess to resolve the issue. Now getting below exceptions
    But getting Exception related org.apache.cxf.wsdl.WSDLManager as it is referenced from my beans.xml import some xml file from cxf 2.2.3.jar and due to
    above jar, the WSDL4J.jar is not getting deployed and throwing getElementType() menthod not found exception while creating bean class for Webservice.
    2. Now I just rename this jar file so that I can expose WSDL, But getting below exception after calling call back servic
    12 Apr, 2011 5:42:36 PM weblogic.wsee.jaxws.framework.policy.advertisementimpl.AdvertisementHelperImpl registerExtension
    WARNING: Registering oracle.j2ee.ws.wsdl.extensions.addressing.AddressingExtensionRegistry extension failed; java.lang.NoSuchMethodException: oracle.j2ee.ws.wsdl.extensions.addressing.AddressingExtensionRegistry.registerSerializersAndTypes*(com.ibm.wsdl.extensions.PopulatedExtensionRegistry)*12 Apr, 2011 5:42:36 PM weblogic.wsee.jaxws.spi.WLSServiceDelegate addWsdlDefinitionFeature
    SEVERE: Failed to create WsdlDefinitionFeature for wsdl location: http://serverName:port/WSDLURL, error: com.sun.xml.ws.wsdl.parser.InaccessibleWSDLException, message: 2 counts of InaccessibleWSDLException.
    After investingation I found that in cxf 2.2.3.jar there are some classes which are also present in com.oracle.ws.orawsdl_1.3.0.0.jar.
    now in this case deployer is able to find out the call but signature is getting mismatch, because com.ibm.wsdl.extensions.PopulatedExtensionRegistry is referred from cxf2.2.3.jar file.
    Looking for your response.
    Thanks In Advance.

  • Error while deploying application with WebLogic server

    Hi,
    I use Jdeveloper 11g and created and ADF application which i want to deploy with WebLogic Server.But i have an error which is :
    "There was a failure when processing annotations for application C:\...\xxx.war. Please make sure that the annotations are valid. The error is oracle.adf.library.webapp.ResourceServlet "
    Plz help me.
    Thx

    I am receiving same message for simple servlet. Running JDev11g build 5166 and embedded WLS 10.3. Servlet used to deploy to embedded WLS and ran fine. Recently running newly created servlets produces error message as in this thread.
    Investigation turned up the fact that the class file for the servlet was not deployed to the context-root (o.j2ee\drs) on the server. Copying the class file from the mywork project folder to the context-root folder (o.j2ee\drs) permitted the servlet to run.
    Don't know if this is the cause of what you are experiencing but it may assist in your investigation! I have not figured out why the class file for servlets does not deploy to server despite the fact that the log file shows war and ear files were deployed. As it turns out, the war file does not have the class file in it so something is wrong before the war file is created.
    Cheers!

  • Error while deploying application on portal domain

    Hi All,
    I am getting following error while deploying application on portal domain :( :( Not sure what I am missing.......
    Anyone has any idea on this???
    <Oct 6, 2010 7:49:03 AM EDT> <Warning> <com.bea.wlw.netui.pageflow.internal.WebLogicURLTemplateFactory> <BEA-000000> <In webapp <Workshop Application>, the url template <http://{url:domain}:{url:port}/{url:path}?{url:queryString}{url:currentPage}> uses the {url:port} token. The system may not pick up the correct ports if you are using a proxy server. Consider hardcoding the ports in a production environment.>
    <Oct 6, 2010 7:49:05 AM EDT> <Error> <com.bea.p13n.util.jdbc.internal.JdbcSequencer> <BEA-000000> <Cannot allocate sequence block:
    java.sql.SQLException: Cannot call commit when using distributed transactions
    at weblogic.jdbc.wrapper.JTAConnection.commit(JTAConnection.java:349)
    at com.bea.p13n.util.jdbc.internal.JdbcSequencer.allocateSequenceBlockNewTx(JdbcSequencer.java:626)
    at com.bea.p13n.util.jdbc.internal.JdbcSequencer.getNext(JdbcSequencer.java:456)
    at com.bea.netuix.application.manager.persistence.jdbc.MarkupDefinitionDelegate.createMarkupDefinition(MarkupDefinitionDelegate.java:785)
    at com.bea.netuix.application.manager.persistence.jdbc.MarkupDefinitionManagerImpl.createMarkupDefinition(MarkupDefinitionManagerImpl.java:161)
    Truncated. see log file for complete stacktrace
    >
    <Oct 6, 2010 7:49:05 AM EDT> <Error> <netuix> <BEA-423147> <Exception [javax.transaction.TransactionRolledbackException: EJB Exception: : javax.ejb.EJBException: SQL Error while trying to createMarkupDefinition: SQL [insert into PF_MARKUP_DEFINITION ( MARKUP_DEFINITION_ID, MARKUP_NAME, MARKUP_TYPE, WEBAPP_NAME, MARKUP_FILE) values (?,?,?,?,?)] database error code [0] SQL state [null]. Possible markup duplication of [
    MarkupDefinition:
    webAppName = plassPortalWeb
    type = Menu
    name = multiLevelMenu
    file = /framework/markup/menu/multilevel.menu
    beginXml = <netuix:multiLevelMenu $(markupType) $(markupName)>
    endXml = </netuix:multiLevelMenu>
    MarkupDefinitionId = null].; nested exception is: java.sql.SQLException: Cannot call commit when using distributed transactions
    java.sql.SQLException: Cannot call commit when using distributed transactions
    at weblogic.jdbc.wrapper.JTAConnection.commit(JTAConnection.java:349)
    at com.bea.p13n.util.jdbc.internal.JdbcSequencer.allocateSequenceBlockNewTx(JdbcSequencer.java:626)
    at com.bea.p13n.util.jdbc.internal.JdbcSequencer.getNext(JdbcSequencer.java:456)
    at com.bea.netuix.application.manager.persistence.jdbc.MarkupDefinitionDelegate.createMarkupDefinition(MarkupDefinitionDelegate.java:785)
    at com.bea.netuix.application.manager.persistence.jdbc.MarkupDefinitionManagerImpl.createMarkupDefinition(MarkupDefinitionManagerImpl.java:161)
    at com.bea.netuix.application.manager.persistence.jdbc.MarkupDefinitionManager_twpn9c_EOImpl.createMarkupDefinition(MarkupDefinitionManager_twpn9c_EOImpl.java:138)
    at com.bea.netuix.servlets.repository.MenuFilePersistenceManager.onNewFile(MenuFilePersistenceManager.java:160)
    at com.bea.netuix.servlets.repository.MenuFilePersistenceManager.createUpdateMenuDefinitions(MenuFilePersistenceManager.java:267)
    at com.bea.netuix.servlets.repository.MenuFilePersistenceManager.startupSync(MenuFilePersistenceManager.java:529)
    at com.bea.netuix.servlets.repository.AbstractFilePersistenceManager$StartupSync.run(AbstractFilePersistenceManager.java:155)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at com.bea.netuix.servlets.repository.AbstractFilePersistenceManager.startup(AbstractFilePersistenceManager.java:97)
    at com.bea.netuix.servlets.repository.MenuFilePersistenceManager.onNewFiles(MenuFilePersistenceManager.java:228)
    at com.bea.netuix.poller.FrameworkPoller.newFiles(FrameworkPoller.java:256)
    at com.bea.netuix.poller.NetuixFilePoller.start(NetuixFilePoller.java:172)
    at com.bea.netuix.servlets.manager.PortalServlet.reinitInternal(PortalServlet.java:390)
    at com.bea.netuix.servlets.manager.PortalServlet.initInternal(PortalServlet.java:261)
    at com.bea.netuix.servlets.manager.PortalServlet.access$100(PortalServlet.java:125)

    Hello Everybody,
    I solved this error by myself as follows:
    So, what I did was; I started the RemoteGui.bat (C:\usr\sap\J2E\JC00\SDM\program) and from the Undeployment tab, I selected “mainapp01” and “com.sap.engine.docs.examples”.
    The reason I undeployed the above applications was because when I was trying to deploy the mainapp01 application, it gave an error saying that “: Cannot deploy application pcbp.com/mainapp01.. Reason: Application alias [/] for application [pcbp.com/mainapp01] already exists in the HTTP Provider Service. The application that holds this alias is [sap.com/com.sap.engine.docs.examples “.
    And, then I restarted the J2EE engine and from the SAP Netweaver Developer Studio, I again deployed the mainapp01 application on the local J2EE engine and it was deployed successfully.
    Oct 10, 2006 9:45:30 AM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] INFO:
    [002]Finished Deployment
    Settings
    SDM host : RPIKOER
    SDM port : 50018
    URL to deploy : file:/C:/DOCUME1/krunalra/LOCALS1/Temp/temp9270pcbp.com~mainapp01.ear
    Result
    => successfully deployed : file:/C:/DOCUME1/krunalra/LOCALS1/Temp/temp9270pcbp.com~mainapp01.ear
    Thank You
    With Regards,
    Krunal Rana.

  • Error while deploying decision services on server "bg1ws0044"

    hi'
    I have followed tutorial provided in the sample in the SOA suite
    "C:\product\10.1.3.1\OracleAS_1\bpel\samples\demos\ExpenseRequestApproval"
    for integrating BPEL and business rules, however the after deploying the ant is giving following below error
    I am using JDeveloper studio edition 10.1.3.1.0 and SOA 10.1.3.1.0
    please tell me what is the issue
    thanks
    Yatan
    error:
    Buildfile: D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\ExpenseRequest3\build.xml
    validateTask:
    [echo]
    | Validating workflow
    [validateTask] url is file:/D:/Oracle-SaaS/Downloads/jdevstudio10131/integration/bpm/support/files/WorkflowTaskDefinition.xsd
    [validateTask] url is file:/D:/Oracle-SaaS/Downloads/jdevstudio10131/integration/bpm/support/files/WorkflowTaskDefinition.xsd
    [validateTask] Validation of workflow task definitions is completed without errors
    deployProcess:
    [echo]
    | Deploying bpel process ExpenseRequest3 on bg1ws0044, port 80
    [deployProcess] Deploying process D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\ExpenseRequest3\output\bpel_ExpenseRequest3_1.0.jar
    [deployProcess] Successfully deployed the process "ExpenseRequest3" on server "bg1ws0044" and port "80"
    deployTaskForm:
    [echo]
    | Deploying workflow form for ExpenseRequest3 on bg1ws0044, port 80
    [deployTaskForm] 09/07/24 15:17:07 Notification ==>Application Deployer for default_ExpenseRequest3_1_0_ExpenseApproval STARTS.
    [deployTaskForm]
    [deployTaskForm] 09/07/24 15:17:07 Notification ==>Copy the archive to C:\product\10.1.3.1\OracleAS_1\j2ee\oc4j_soa\applications\default_ExpenseRequest3_1_0_ExpenseApproval.ear
    [deployTaskForm]
    [deployTaskForm] 09/07/24 15:17:07 Notification ==>Initialize C:\product\10.1.3.1\OracleAS_1\j2ee\oc4j_soa\applications\default_ExpenseRequest3_1_0_ExpenseApproval.ear begins...
    [deployTaskForm]
    [deployTaskForm] 09/07/24 15:17:07 Notification ==>Unpacking default_ExpenseRequest3_1_0_ExpenseApproval.ear
    [deployTaskForm]
    [deployTaskForm] 09/07/24 15:17:07 Notification ==>Done unpacking default_ExpenseRequest3_1_0_ExpenseApproval.ear
    [deployTaskForm]
    [deployTaskForm] 09/07/24 15:17:07 Notification ==>Unpacking workflowform.war
    [deployTaskForm]
    [deployTaskForm] 09/07/24 15:17:08 Notification ==>Done unpacking workflowform.war
    [deployTaskForm]
    [deployTaskForm] 09/07/24 15:17:08 Notification ==>Initialize C:\product\10.1.3.1\OracleAS_1\j2ee\oc4j_soa\applications\default_ExpenseRequest3_1_0_ExpenseApproval.ear ends...
    [deployTaskForm]
    [deployTaskForm] 09/07/24 15:17:08 Notification ==>Starting application : default_ExpenseRequest3_1_0_ExpenseApproval
    [deployTaskForm]
    [deployTaskForm] 09/07/24 15:17:08 Notification ==>Initializing ClassLoader(s)
    [deployTaskForm]
    [deployTaskForm] 09/07/24 15:17:08 Notification ==>Initializing EJB container
    [deployTaskForm]
    [deployTaskForm] 09/07/24 15:17:08 Notification ==>Loading connector(s)
    [deployTaskForm]
    [deployTaskForm] 09/07/24 15:17:08 Notification ==>Starting up resource adapters
    [deployTaskForm]
    [deployTaskForm] 09/07/24 15:17:08 Notification ==>Initializing EJB sessions
    [deployTaskForm]
    [deployTaskForm] 09/07/24 15:17:08 Notification ==>Committing ClassLoader(s)
    [deployTaskForm]
    [deployTaskForm] 09/07/24 15:17:08 Notification ==>Initialize workflowform begins...
    [deployTaskForm]
    [deployTaskForm] 09/07/24 15:17:08 Notification ==>Initialize workflowform ends...
    [deployTaskForm]
    [deployTaskForm] 09/07/24 15:17:08 Notification ==>Started application : default_ExpenseRequest3_1_0_ExpenseApproval
    [deployTaskForm]
    [deployTaskForm] 09/07/24 15:17:08 Notification ==>Application Deployer for default_ExpenseRequest3_1_0_ExpenseApproval COMPLETES. Operation time: 344 msecs
    [deployTaskForm]
    [deployTaskForm] Successfully deployed form on server "bg1ws0044"
    deployDecisionServices:
    [echo]
    | Deploying decision services for ExpenseRequest3 on bg1ws0044, port 80
    BUILD FAILED
    D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\ExpenseRequest3\build.xml:116: Error while deploying decision services on server "bg1ws0044"
    Total time: 9 seconds

    after "verbose=true"
    this is the error:
    | Deploying decision services for SalesRequest1 on bg1ws0044, port 80
    [deployDecisionServices] Start of deploying decision services.
    [deployDecisionServices] Deploy decision service in directory D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService
    [deployDecisionServices] Start deploying decision service from directory D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService to J2EE context /rules/default/SalesRequest1/1.0/DecisionService
    [deployDecisionServices] Replace placeholders in file D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\wsdl\DecisionService.wsdl
    [deployDecisionServices] Replace placeholders in file D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\wsdl\DecisionService.wsdl done.
    [deployDecisionServices] Replace placeholders in file D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\public_html\GetDecisionServiceInfo.jsp
    [deployDecisionServices] Replace placeholders in file D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\public_html\GetDecisionServiceInfo.jsp done.
    [deployDecisionServices] Start compiling fact type classes in directory D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes
    [deployDecisionServices] Compiling from shell, src=D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes, classpath=D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\lib\ojc.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-oracle.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\integration\lib\orabpel.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\integration\lib\orabpel-ant.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\integration\lib\orabpel-common.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\integration\lib\orabpel-thirdparty.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\webservices\lib\orawsdl.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\lib\xmlparserv2.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\lib\xml.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\j2ee\home\lib\oc4j-internal.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\j2ee\home\lib\adminclient.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\integration\bpm\support\files;D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\lib\jdev.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\xml-apis.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\xercesImpl.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\jakarta-oro-2.0.8.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\commons-net-1.3.0.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-xslp.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-xalan1.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-weblogic.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-vaj.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-trax.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-swing.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-stylebook.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-starteam.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-nodeps.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-netrexx.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-launcher.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-junit.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-jsch.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-jmf.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-jdepend.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-javamail.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-jai.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-icontract.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-commons-net.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-commons-logging.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-apache-resolver.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-apache-regexp.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-apache-oro.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-apache-log4j.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-apache-bsf.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-apache-bcel.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-antlr.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\jdk\lib\tools.jar
    [deployDecisionServices] Source file exists. Read Java source file names.
    [deployDecisionServices] Adding D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/ObjectFactory.java to the list of Java sources to compile.
    [deployDecisionServices] Adding D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesApprovalChain.java to the list of Java sources to compile.
    [deployDecisionServices] Adding D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesApprovalChainImpl.java to the list of Java sources to compile.
    [deployDecisionServices] Adding D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesApprovalChainType.java to the list of Java sources to compile.
    [deployDecisionServices] Adding D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesApprovalChainTypeImpl.java to the list of Java sources to compile.
    [deployDecisionServices] Adding D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesRequest.java to the list of Java sources to compile.
    [deployDecisionServices] Adding D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesRequestImpl.java to the list of Java sources to compile.
    [deployDecisionServices] Adding D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesRequestType.java to the list of Java sources to compile.
    [deployDecisionServices] Adding D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesRequestTypeImpl.java to the list of Java sources to compile.
    [deployDecisionServices] Adding D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesResponse.java to the list of Java sources to compile.
    [deployDecisionServices] Adding D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesResponseImpl.java to the list of Java sources to compile.
    [deployDecisionServices] Compiled class(es) "D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/ObjectFactory.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesApprovalChain.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesApprovalChainImpl.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesApprovalChainType.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesApprovalChainTypeImpl.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesRequest.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesRequestImpl.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesRequestType.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesRequestTypeImpl.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesResponse.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesResponseImpl.java"
    [deployDecisionServices] Error in ant execution: Java compilation failed.
    Failed to compile file(s) "D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/ObjectFactory.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesApprovalChain.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesApprovalChainImpl.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesApprovalChainType.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesApprovalChainTypeImpl.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesRequest.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesRequestImpl.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesRequestType.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesRequestTypeImpl.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesResponse.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesResponseImpl.java".
    Exception reported is: D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated\SalesRequestTypeImpl.java:87: Class generated.ItemsType not found.
    return (ItemsType) super.getElement("items", "http://xmlns.oracle.com/ExpenseRequest", (oracle.xml.jaxb.JaxbNode)obj, 4);
    ^
    1 error
    Please verify that file D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/ObjectFactory.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesApprovalChain.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesApprovalChainImpl.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesApprovalChainType.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesApprovalChainTypeImpl.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesRequest.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesRequestImpl.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesRequestType.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesRequestTypeImpl.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesResponse.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesResponseImpl.java is valid java file or if all required libraries are included in your classpath.
    classpath: D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\lib\ojc.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-oracle.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\integration\lib\orabpel.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\integration\lib\orabpel-ant.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\integration\lib\orabpel-common.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\integration\lib\orabpel-thirdparty.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\webservices\lib\orawsdl.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\lib\xmlparserv2.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\lib\xml.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\j2ee\home\lib\oc4j-internal.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\j2ee\home\lib\adminclient.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\integration\bpm\support\files;D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\lib\jdev.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\xml-apis.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\xercesImpl.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\jakarta-oro-2.0.8.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\commons-net-1.3.0.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-xslp.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-xalan1.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-weblogic.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-vaj.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-trax.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-swing.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-stylebook.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-starteam.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-nodeps.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-netrexx.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-launcher.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-junit.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-jsch.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-jmf.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-jdepend.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-javamail.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-jai.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-icontract.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-commons-net.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-commons-logging.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-apache-resolver.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-apache-regexp.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-apache-oro.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-apache-log4j.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-apache-bsf.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-apache-bcel.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-antlr.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\jdk\lib\tools.jar
    BUILD FAILED
    D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\build.xml:116: Error while deploying decision services on server "bg1ws0044"
    Total time: 9 seconds

  • Error while deploying applications in ALBPM 6.0 ! Please help.

    Hi,
    We are testing the migration from ALBPM 5.7 to 6.0.4. We followed the steps of the upgrade guide from 5.7 to 6.0. However after migrating and deploying our existing 5.7 workflow projects using process administrator to 6.0.4 , we see the following exception in the logs. Has anyone encountered this before. Any possible suggestions on how to resolve this.
    Main: Message: Unexpected Exception....
    [     (cont)     ] Main: Exception message in the remote host: class java.lang.RuntimeException: Error while deploying application [ear=Fuego-WebLogic-Deployer/fuego_webapp_expanded/07-papiws-albpmdirectoryservicedatasource.ear, name=07-papiws-ALBPMDirectoryServiceDataSource.ear]......
    Main: Caused by: java.sql.SQLException: Invalid column type
    [     (cont)     ] Main: at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
    [     (cont)     ] Main: at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:146)
    [     (cont)     ] Main: at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:208)
    (cont) ] Main: at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:12)
    [     (cont)     ] Main: at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:67)
    [     (cont)     ] Main: at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
    [     (cont)     ] Main: ... 2 more
    [     (cont)     ] Main: Caused by: java.lang.RuntimeException: Critical Error.
    [     (cont)     ] Main: Detail:
    [     (cont)     ] Main: Exception [java.sql.SQLException: Invalid column type].
    [     (cont)     ] Main: Caused by: Invalid column type
    [     (cont)     ] Main: fuego.directory.DirectoryRuntimeException: Exception [java.sql.SQLException: Invalid column type].
    [     (cont)     ] Main: at fuego.directory.DirectoryRuntimeException.wrapException(DirectoryRuntimeException.java:85)
    [     (cont)     ] Main: at fuego.directory.provider.jdbc.oracle.OraclePersistenceManager.mapSQLException(OraclePersistenceManager.java:145)
    [     (cont)     ] Main: at fuego.directory.provider.jdbc.datadirect.oracle.DataDirectOraclePersistenceManager.mapSQLException(DataDirectOraclePersistenceManager.java:51)
    Any help would be appreciated.

    I am getting the same error...when I created engine and directory service, i got a sql script which I executed in engine and directory service schema..
    worked fine...is there any i need to do extra...i am getting this error....need to solve this out ASAP..Gurus please help !!!
    Edited by: user12053514 on Oct 15, 2009 6:31 AM

  • Error While Deploying application

    Hello friends,
                        I am getting following error while deploying application.
    Aug 31, 2007 5:39:56 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [001]Deployment aborted
    Settings
    SDM host : senthil
    SDM port : 50018
    URL to deploy : file:/C:/WINDOWS/TEMP/temp24531JA310_Ex_00.ear
    Result
    => deployment aborted : file:/C:/WINDOWS/TEMP/temp24531JA310_Ex_00.ear
    Aborted: development component 'JA310_Ex_00'/'local'/'LOKAL'/'0.2007.08.31.17.39.40':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Only Administrators have the right to perform this operation.
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Deployment exception : The deployment of at least one item aborted
    Cheers,
    Senthil

    Hi,
         Thank U so much for the reply.
    I have one more issue, getting error "Error while connecting" - 
    when I try connect to visual admin.
    User name: Admin
    Host: senthil
    Port: 50000
    It try to connect, when it reached 53%.. connection is interrupted..
    Could you please address this issue.
    Cheers.. Sam

  • Error while deploying application to j2ee engine

    HI,
    I am getting the following error while deploying application to j2ee engine.
    PluginName: WebDynpro Archive Builder
    Plugin Id: com.sap.ide.webdynpro.archivebuilder
    class: com.sap.ide.webdynpro.archivebuilder.PARBuilder
    method: run()
    message: problems encountered while deleting resources
    excepton: org.eclipse.core.internal.resources.ResourceException:
    problems encountered while deleting resources.
    How to resolve this?
    Please help me.
    regards,
    satish

    Hi,
    Check whether your workspace has any other .ear files. If yes, just delete those ear files and try creating the ear file for your application again. I had a similar problem and it got resolved by the above method.
    Regards,
    Mayuri

  • Error while deploying application to weblogic 10.3

    Hello!
    I am getting below error while deploying my portal application in weblogic 10.3 server. The application code was migrated in weblogic workshop from version 8.1 SP3. I believe I might be missing some reference of library. If anyone can point out the library or any other solution it would be great!
    <BEA-149265> <Failure occurred in the execution of deployment request with ID '1285178452009' for task '2'. Error is: 'java.lang.ClassNotFoundException: com.bea.content.paging.IPagedList'
    java.lang.ClassNotFoundException: com.bea.content.paging.IPagedList
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:283)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:256)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:54)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:176)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:35)
         at java.lang.Class.getDeclaredMethods0(Native Method)
         at java.lang.Class.privateGetDeclaredMethods(Class.java:2427)
         at java.lang.Class.getDeclaredMethods(Class.java:1791)
         at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.getMethods(BaseJ2eeAnnotationProcessor.java:996)
         at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.getMethods(BaseJ2eeAnnotationProcessor.java:984)
         at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.processJ2eeAnnotations(BaseJ2eeAnnotationProcessor.java:98)
         at weblogic.j2ee.dd.xml.J2eeAnnotationProcessor.processJ2eeAnnotations(J2eeAnnotationProcessor.java:37)
         at weblogic.servlet.internal.WebAnnotationProcessorImpl.processServlets(WebAnnotationProcessorImpl.java:228)
         at weblogic.servlet.internal.WebAnnotationProcessorImpl.processJ2eeAnnotations(WebAnnotationProcessorImpl.java:211)
         at weblogic.servlet.internal.WebAnnotationProcessorImpl.processAnnotations(WebAnnotationProcessorImpl.java:107)
         at weblogic.servlet.internal.WebAppServletContext.processAnnotations(WebAppServletContext.java:1288)
         at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java:413)
         at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java:457)
         at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:414)
         at weblogic.servlet.internal.WebAppModule.registerWebApp(WebAppModule.java:910)
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:364)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:387)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)

    Hi Pratik,
    Would suggest you to create a "*wlfullclient.jar*" by going through the below link and add it in your weblogic workshop and then try to deploy your application. Also it is always recommended that you should compile the old application again with the new JDK version your new weblogic sever is using.
    Tpoic:*Creating a wlfullclient.jar for JDK 1.6 client applications*
    http://download.oracle.com/docs/cd/E15051_01/wls/docs103/client/jarbuilder.html#wp1078098
    Hope this would help you.
    Regards,
    Ravish Mody

  • IO Error while deploying application client jar file ???????

    Hi,
    In my .ear file, one application-client jar(which contains all helper classes which are used in whole application) file is there. While deploying .ear file, all ejb are getting deployed well, while deploying application client jar file(Global.jar file here) it is giving the following message:
    IO Error deploying Global.jar: D:\oracle9ias\oc4j_extended\j2ee\home\applications\trainiumear\Global.jar
    Here is application-client.xml of Global.jar file:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE application PUBLIC '-//Sun Microsystems, Inc.//DTD J2EE Application 1.2//EN' 'http://java.sun.com/j2ee/dtds/application-client_1_2.dtd'>
    <application-client>
    <display-name>TrainiumClientApp</display-name>
    <description>Application description</description>
    </application-client>
    My Environment: Oracle9iAS (9.0.3.0.0), Windows-NT
    Please let me know Why i am getting 'IO Error' , where i may done wrong ?
    Thanks in Advance
    Srinivas

    Srinivas,
    Before we continue, PLEASE tell me if you've looked through the available
    documentation, code samples, "how-to" documents, etc., for OC4J. It
    seems to me that you're mixing things up a bit. I use the "deploy"
    command to deploy my EARs, example (partial):
    java -jar admin.jar ormi://<host> admin <password> -deploy ...
    And my EAR file is not in the "application-deployments" directory
    when I issue that command.
    Perhaps you could also show me the contents of your "application.xml"
    file for this application you are having trouble with.
    But I repeat, please tell me if you have already looked at the
    available documents regarding OC4J!
    Thanks,
    Avi.

  • Error while deploying BPEL into Oracle SOA Suite

    Hi All,
    I am facing an issue while deploying my bpel project into Oracle SOA Suite. Please find the following error log
    BUILD FAILED
    D:\jdevstudio10135\jdev\mywork\FirstApplication\WelcomeProjct\build.xml:78: A problem occured while connecting to server "localhost" using port "8888": bpel_WelcomeProjct_1.0.jar failed to deploy. Exception message is: ORABPEL-05215
    Error while loading process.
    The process domain encountered the following errors while loading the process "WelcomeProjct" (revision "1.0"): null.
    If you have installed a patch to the server, please check that the bpelcClasspath domain property includes the patch classes.
    at com.collaxa.cube.engine.deployment.CubeProcessHolder.bind(CubeProcessHolder.java:285)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deployProcess(DeploymentManager.java:804)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deploySuitcase(DeploymentManager.java:670)
    at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.deploySuitcase(BPELDomainManagerBean.java:445)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
    at com.evermind.server.ThreadState.runAs(ThreadState.java:620)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
    at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
    at DomainManagerBean_RemoteProxy_4bin6i8.deploySuitcase(Unknown Source)
    at com.oracle.bpel.client.BPELDomainHandle.deploySuitcase(BPELDomainHandle.java:317)
    at com.oracle.bpel.client.BPELDomainHandle.deployProcess(BPELDomainHandle.java:339)
    at deployHttpClientProcess.jspService(_deployHttpClientProcess.java:376)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:453)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    Total time: 2 seconds
    I am using JDevelpoer 10.1.3.5 and SOA Suite 10g. Please help me to figure it out.
    Thanks

    Make sure you use the similar version of soa suite and JDev 10135. If you are using JDev 10.1.3.5, your soa suite version should be 10.1.3.5. I was just wondering if you were ever able to deploy any other process successfully from the similar JDev and on similar SOA Suite ? If not you need to revisit your soa suite installation again.
    Also check the log files on the server to see if any errors are recorded.

  • Error - While deploying application in portal

    Hi Friends..
    I have developed applications using NWDS, after that I tried to deploy the applications using .ear files
    into portal, at that moment I got the below error message
    Apr 28, 2009 5:31:13 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [005]Deployment aborted
    Settings
    SDM host : xxxxxxxx
    SDM port : yyyy
    URL to deploy : file:/C:/DOCUME1/GOWRI1.SHA/LOCALS~1/Temp/temp25231CalculatorEar.ear
    Result
    => deployment aborted : file:/C:/DOCUME1/GOWRI1.SHA/LOCALS~1/Temp/temp25231CalculatorEar.ear
    Aborted: development component 'CalculatorEar'/'sap.com'/'localhost'/'2009.04.28.16.56.03'/'0':
    Cannot login to the SAP J2EE Engine using user and password as provided in the Filesystem Secure Store. Enter valid login information in the Filesystem Secure Store using the SAP J2EE Engine Config Tool. For more information, see SAP note 701654.
    com.sap.sdm.serverext.servertype.inqmy.extern.DeployManagerAuthExceptionWrapper: Wrong security credentials detected while trying to obtain connection to the J2EE Engine.
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.checkLoginCredentials.DMAUTHEXC)
    Deployment exception : The deployment of at least one item aborted
    please let me know the solution for this.
    Thanks
    Gowrishankar

    I developed my simple calculator app under NWDS, exported it as an EAR file, transferred the file from my laptop to my Unix Java host and deployed it using SDM.
    When I build an iView I can't find it.  It doesn't appear as an iView template (unlike a PAR file I deployed earlier) and if I follow the help in the link from the previous post then I get application exceptions indicating that the portal component is not valid.  (I still have to trawl the log for details of the full error text.)
    I don't understand the process behind the deployment.  I know that the EAR file is a compressed archive of components required to run the application but what does the deployment process do with this?  Where are the components stored?  How does the portal's iView builder decide that it's looking in the right or wrong place?  How does the portal (how do I) know what sort of iView to build and what object type to include?

  • Error while deploying the SC on server.....

    Hi,
    We are trying to deploy a Software Component that we created and when we try to deploy it on our server, it gives us the following the error :
    Application error occurred during request processing.
      Details:   Error [com.sap.engine.services.servlets_jsp.server.jsp.exceptions.CompilingException: Error while executing the compilation process: [E:/usr/sap/NWX/DVEBMGS00/j2ee/cluster/server0/apps/pcbp.com/mainapp01/servlet_jsp/newpcbp/work/jsp_index1158170412610.java:26: package jcifs.smb does not exist
    import jcifs.smb.*;
    ^
    E:/usr/sap/NWX/DVEBMGS00/j2ee/cluster/server0/apps/pcbp.com/mainapp01/servlet_jsp/newpcbp/work/jsp_index1158170412610.java:54: cannot resolve symbol
    symbol  : class NtlmPasswordAuthentication
    location: class jsp_index1158170412610
              NtlmPasswordAuthentication pa = (NtlmPasswordAuthentication)session.getAttribute("NtlmHttpAuth");
                    ^
    E:/usr/sap/NWX/DVEBMGS00/j2ee/cluster/server0/apps/pcbp.com/mainapp01/servlet_jsp/newpcbp/work/jsp_index1158170412610.java:54: cannot resolve symbol
    symbol  : class NtlmPasswordAuthentication
    location: class jsp_index1158170412610
              NtlmPasswordAuthentication pa = (NtlmPasswordAuthentication)session.getAttribute("NtlmHttpAuth");
                                                     ^
    3 errors
    Exception id: [000D60D52B8E006000000139000009BC00041D59901F101D]
      Exception:   com.sap.engine.services.servlets_jsp.server.jsp.exceptions.CompilingException: Error while executing the compilation process: [E:/usr/sap/NWX/DVEBMGS00/j2ee/cluster/server0/apps/pcbp.com/mainapp01/servlet_jsp/newpcbp/work/jsp_index1158170412610.java:26: package jcifs.smb does not exist
    import jcifs.smb.*;
    ^
    E:/usr/sap/NWX/DVEBMGS00/j2ee/cluster/server0/apps/pcbp.com/mainapp01/servlet_jsp/newpcbp/work/jsp_index1158170412610.java:54: cannot resolve symbol
    symbol  : class NtlmPasswordAuthentication
    location: class jsp_index1158170412610
              NtlmPasswordAuthentication pa = (NtlmPasswordAuthentication)session.getAttribute("NtlmHttpAuth");
                    ^
    E:/usr/sap/NWX/DVEBMGS00/j2ee/cluster/server0/apps/pcbp.com/mainapp01/servlet_jsp/newpcbp/work/jsp_index1158170412610.java:54: cannot resolve symbol
    symbol  : class NtlmPasswordAuthentication
    location: class jsp_index1158170412610
              NtlmPasswordAuthentication pa = (NtlmPasswordAuthentication)session.getAttribute("NtlmHttpAuth");
                                                     ^
    3 errors
         at com.sap.engine.services.servlets_jsp.server.jsp.JavaCompiler.compileExternal(JavaCompiler.java:142)
         at com.sap.engine.services.servlets_jsp.server.jsp.JavaCompiler.compile(JavaCompiler.java:238)
         at com.sap.engine.services.servlets_jsp.server.jsp.JSPParser.generateJavaFile(JSPParser.java:367)
         at com.sap.engine.services.servlets_jsp.server.jsp.JSPParser.parse(JSPParser.java:106)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.getClassName(JSPServlet.java:238)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.compileAndGetClassName(JSPServlet.java:429)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:169)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.runServlet(FilterChainImpl.java:117)
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:62)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:373)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Can anybody suggest any solution please ??

    Hi,
    We are trying to deploy a Software Component that we created and when we try to deploy it on our server, it gives us the following the error :
    Application error occurred during request processing.
      Details:   Error [com.sap.engine.services.servlets_jsp.server.jsp.exceptions.CompilingException: Error while executing the compilation process: [E:/usr/sap/NWX/DVEBMGS00/j2ee/cluster/server0/apps/pcbp.com/mainapp01/servlet_jsp/newpcbp/work/jsp_index1158170412610.java:26: package jcifs.smb does not exist
    import jcifs.smb.*;
    ^
    E:/usr/sap/NWX/DVEBMGS00/j2ee/cluster/server0/apps/pcbp.com/mainapp01/servlet_jsp/newpcbp/work/jsp_index1158170412610.java:54: cannot resolve symbol
    symbol  : class NtlmPasswordAuthentication
    location: class jsp_index1158170412610
              NtlmPasswordAuthentication pa = (NtlmPasswordAuthentication)session.getAttribute("NtlmHttpAuth");
                    ^
    E:/usr/sap/NWX/DVEBMGS00/j2ee/cluster/server0/apps/pcbp.com/mainapp01/servlet_jsp/newpcbp/work/jsp_index1158170412610.java:54: cannot resolve symbol
    symbol  : class NtlmPasswordAuthentication
    location: class jsp_index1158170412610
              NtlmPasswordAuthentication pa = (NtlmPasswordAuthentication)session.getAttribute("NtlmHttpAuth");
                                                     ^
    3 errors
    Exception id: [000D60D52B8E006000000139000009BC00041D59901F101D]
      Exception:   com.sap.engine.services.servlets_jsp.server.jsp.exceptions.CompilingException: Error while executing the compilation process: [E:/usr/sap/NWX/DVEBMGS00/j2ee/cluster/server0/apps/pcbp.com/mainapp01/servlet_jsp/newpcbp/work/jsp_index1158170412610.java:26: package jcifs.smb does not exist
    import jcifs.smb.*;
    ^
    E:/usr/sap/NWX/DVEBMGS00/j2ee/cluster/server0/apps/pcbp.com/mainapp01/servlet_jsp/newpcbp/work/jsp_index1158170412610.java:54: cannot resolve symbol
    symbol  : class NtlmPasswordAuthentication
    location: class jsp_index1158170412610
              NtlmPasswordAuthentication pa = (NtlmPasswordAuthentication)session.getAttribute("NtlmHttpAuth");
                    ^
    E:/usr/sap/NWX/DVEBMGS00/j2ee/cluster/server0/apps/pcbp.com/mainapp01/servlet_jsp/newpcbp/work/jsp_index1158170412610.java:54: cannot resolve symbol
    symbol  : class NtlmPasswordAuthentication
    location: class jsp_index1158170412610
              NtlmPasswordAuthentication pa = (NtlmPasswordAuthentication)session.getAttribute("NtlmHttpAuth");
                                                     ^
    3 errors
         at com.sap.engine.services.servlets_jsp.server.jsp.JavaCompiler.compileExternal(JavaCompiler.java:142)
         at com.sap.engine.services.servlets_jsp.server.jsp.JavaCompiler.compile(JavaCompiler.java:238)
         at com.sap.engine.services.servlets_jsp.server.jsp.JSPParser.generateJavaFile(JSPParser.java:367)
         at com.sap.engine.services.servlets_jsp.server.jsp.JSPParser.parse(JSPParser.java:106)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.getClassName(JSPServlet.java:238)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.compileAndGetClassName(JSPServlet.java:429)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:169)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.runServlet(FilterChainImpl.java:117)
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:62)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:373)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Can anybody suggest any solution please ??

  • Error while deploying application using enterprise manager website and dcmctl

    Hi,
    I am trying to deploy a huge ear file using enterprise manager website of Oracle 9iAs Rel 2.
    The deployment fails with the following error.
    Deployment failed: Nested exception Root Cause: null; nested exception is: java.lang.OutOfMemoryError. null; nested exception is: java.lang.OutOfMemoryError
    We are able to deploy the same ear file using stand-alone container. We are planning for deployment in few days to go it live. Pls suggest what could be the problem.
    Hardware Used:-
    DellServer Intel P3 dual processor 1.2GHz
    1GB RAM
    2GB virtual memory,
    40GB free hard-drive.
    Apart from 9ias enterprise edition, this system has Oracle database also on it. But the database is not being used at all by anyone.
    No other software is installed on the system
    Software:-
    Windows 2000 Server sp2
    Oracle 9ias Release 2 Enterprise Edition (Installed J2EE and Webcache)
    Oracle 8i Database 8.1.6.0.0
    Size of application:-
    130 EJBs (107 CMP + remaining Session Beans)
    1700 JSPs
    3 servlets
    Packaged properly into jar,war,ear structure.
    the size of ear file is about 13MB.
    I tried using dcmctl but still got the following error.
    Oracle 8i database is running but noone is using it except that this application uses it.
    Pls help
    D:\oraJ2EE\dcm\bin>dcmctl deployapplication -f d:\oraJ2ee\j2ee\elink\applications\advecto.ear -
    a myapp
    ADMN-300075
    D:\oraJ2EE\dcm\bin>dcmctl getError -v -d
    ADMN-300075
    Nested exception
    Base Exception:
    java.rmi.RemoteException:null; nested exception is:
    java.lang.OutOfMemoryError
    Nested exception
    Root Cause: null; nested exception is:
    java.lang.OutOfMemoryError
    java.rmi.RemoteException: null; nested exception is:
    java.lang.OutOfMemoryError
    java.lang.OutOfMemoryError
    <<no stack trace available>>
    Are there any mandatory patches to be applied after installing 9ias Rel2?
    Thanks
    Srinath

    Try to fragment the 'ear' in less than 64k blocks or don't transmit as long raw.
    Please let me know if this works.

Maybe you are looking for