Error when deploying EAR in OC4J 10.1.3.0.0 with a deployment plan

Hello!
I try to deploy an ear file specifying a deployment plan generated from web interface using command line utilities. I try to use both admin_client.jar and oracle ant task and still get the same error. When i remove deployment plan argument, the application is successfully deployed.... Any Idea?
My server:
OC4J 10.1.3.0.0 on an AIX server
The error raised during deployment:
[MyServer] 08/04/07 12:46:56 Notification ==>Application Deployer for MyApp STARTS.
[MyServer] 08/04/07 12:46:56 Notification ==>Copy the archive to /oracle/product/j2ee/home/applications/MyApp.ear
[MyServer] 08/04/07 12:46:56 Notification ==>Initialize /oracle/product/j2ee/home/applications/MyApp.ear begins...
[MyServer] 08/04/07 12:46:56 Notification ==>Unpacking MyApp.ear
[MyServer] 08/04/07 12:46:57 Notification ==>Done unpacking MyApp.ear
[MyServer] 08/04/07 12:46:57 Notification ==>Unpacking ic.war
[MyServer] 08/04/07 12:46:59 Notification ==>Done unpacking ic.war
[MyServer] 08/04/07 12:46:59 Notification ==>Initialize /oracle/product/j2ee/home/applications/MyApp.ear end
s...
[MyServer] 08/04/07 12:46:59 Notification ==>Starting application : MyApp
[MyServer] 08/04/07 12:46:59 Notification ==>Initializing ClassLoader(s)
[MyServer] 08/04/07 12:46:59 Notification ==>Initializing EJB container
[MyServer] 08/04/07 12:46:59 Notification ==>Loading connector(s)
[MyServer] 08/04/07 12:47:00 Notification ==>Starting up resource adapters
[MyServer] 08/04/07 12:47:00 Notification ==>Initializing EJB sessions
[MyServer] 08/04/07 12:47:00 Notification ==>Committing ClassLoader(s)
[MyServer] 08/04/07 12:47:00 Notification ==>Initialize ic begins...
[MyServer] 08/04/07 12:47:00 Notification ==>Initialize ic ends...
[MyServer] 08/04/07 12:47:00 Notification ==>Started application : MyApp
[MyServer] 08/04/07 12:47:00 Notification ==>Binding web application(s) to site default-web-site begins...
[MyServer] 08/04/07 12:47:00 Notification ==>Binding ic web-module for application MyApp to site default-web-site under context root ic
[MyServer] 70/01/01 00:00:00 Notification ==>Error deserializing return-value: unexpected reset; nested exception is:
java.io.StreamCorruptedException: unexpected reset
[Summary] There are total 1 instances in the operation.
[Summary] Operation failed on MyServer
[Summary] Operation on cluster FAILED since 1 instanced failed!
Here my deployment plan generated by the Application Server Control Console
moduleType=ear
applicationID=MyApp
bindWebApp=default-web-site
parent=default
moduleID=.
doctype=orion-application
<?xml version="1.0" encoding="UTF-8"?>
<orion-application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://xmlns.oracle.com/oracleas/sch
ema/orion-application-10_0.xsd">
</orion-application>
moduleID=myapp.war
doctype=orion-web-app
<?xml version="1.0" encoding="UTF-8"?>
<orion-web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://xmlns.oracle.com/oracleas/schema/
orion-web-10_0.xsd" context-root="myapp">
<resource-ref-mapping name="jdbc/ds" location="jdbc/myapp/ds">
</resource-ref-mapping>
<web-app-class-loader>
</web-app-class-loader>
</orion-web-app>
My Command line to deploy the application
java -jar admin_client.jar deployer:cluster:opmn://MyServer/home oc4jadmin XXXXX -deploy -file ~/MyApp.ear -deploymentName MyApp -deploymentPlan ~/myapp_plan.dat
Ant file used to deploy
<project name="Deploy EAR in OC4J" default="deploy-ear" basedir="." xmlns:oracle="antlib:oracle">
<property name="server.host" value="MyServer"/>
<property name="server.user" value="oc4jadmin"/>
<property name="server.password" value="XXXXXX"/>
<property name="deploy.filepath" value="/home/myhome/MyApp.ear"/>
<property name="deploy.deployname" value="MyApp"/>
<property name="deploy.logpath" value="${basedir}/deploy-ear.log"/>
<property name="deploy.planpath" value="/home/myhome/myapp_plan.dat"/>
<property name="deploy.uri" value="deployer:cluster:opmn://${server.host}/home"/>
<target name="deploy-ear">
<oracle:deploy
deployerUri="${deploy.uri}"
userId="${server.user}"
password="${server.password}"
file="${deploy.filepath}"
deploymentName="${deploy.deployname}"
bindAllWebApps="default-web-site"
deploymentPlan="${deploy.planpath}"
logFile="${deploy.logpath}"/>
</target>
</project>
Thanks
Message was edited by:
Olivier MARTIN

If you're using OC4J standalone, use the latest available OC4J, 10.1.3.3.
If you're using a manage OC4J, ie. Application Server, upgrade to the latest available version and upgrade your JDK. The provided JDK might be outdated.
--olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Similar Messages

  • Error when use JAXB on OC4J

    I had encountered error when use JAXB on OC4J.
    Following error occur when executing following code :
    JAXBContext jc = JAXBContext.newInstance("itdoc");
    java.lang.IncompatibleClassChangeError: Implementing class
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:502)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:12
    3)
    at com.evermind.naming.ContextClassLoader.defineClass(ContextClassLoader
    .java:1102)
    at com.evermind.naming.ContextClassLoader.findClass(ContextClassLoader.j
    ava:365)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
    at com.evermind.naming.ContextClassLoader.loadClass(ContextClassLoader.j
    ava:135)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
    at com.sun.xml.bind.ContextFactory.createContext(ContextFactory.java:27)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:100)
    at javax.xml.bind.ContextFinder.searchcontextPath(ContextFinder.java:233
    at javax.xml.bind.ContextFinder.find(ContextFinder.java:153)
    at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:281)
    at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:238)
    at com.ctihk.itdoc.ListDocAction.execute(Unknown Source)
    at org.apache.struts.action.RequestProcessor.processActionPerform(Reques
    tProcessor.java:484)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.ja
    va:274)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:148
    2)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletReque
    stDispatcher.java:721)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(Ser
    vletRequestDispatcher.java:306)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpReques
    tHandler.java:767)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
    va:259)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
    va:106)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExec
    utor.java:797)
    at java.lang.Thread.run(Thread.java:536)
    --------------- linked to ------------------
    javax.xml.bind.JAXBException: Provider com.sun.xml.bind.ContextFactory could not
    be instantiated: java.lang.IncompatibleClassChangeError: Implementing class
    - with linked exception:
    [java.lang.IncompatibleClassChangeError: Implementing class]
    at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:118)
    at javax.xml.bind.ContextFinder.searchcontextPath(ContextFinder.java:233
    at javax.xml.bind.ContextFinder.find(ContextFinder.java:153)
    at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:281)
    at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:238)
    at com.ctihk.itdoc.ListDocAction.execute(Unknown Source)
    at org.apache.struts.action.RequestProcessor.processActionPerform(Reques
    tProcessor.java:484)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.ja
    va:274)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:148
    2)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletReque
    stDispatcher.java:721)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(Ser
    vletRequestDispatcher.java:306)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpReques
    tHandler.java:767)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
    va:259)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
    va:106)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExec
    utor.java:797)
    at java.lang.Thread.run(Thread.java:536)

    If you are using JDeveloper then remove the following file:
    <JDEV_HOME>\j2ee\home\jaxb-rt-1.0-ea.jar
    <JDEV_HOME> is the location where you have JDeveloper installed.
    When you compiled your classes, you compiled them with JAXB 1.1 libraries in the JWSDP 1.3.
    When you were running your classes within JDeveloper, OC4J looked at the jaxb-rt-1.0-ea.jar library before looking at the libraries in WEB-INF\lib, causing the IncompatibleClassChangeError.
    Hope this helps.
    Derek Sedlmyer

  • I get an error when you play a rented movie, also happens to me with the purchased music.

    I get an error when you play a rented movie, also happens to me with the purchased music.

    Welcome to the Apple Community Jebson.
    Try the following steps, check whether things are working after each step where appropriate, before trying the next.
        1.    Restart the Apple TV (Settings > General > Restart).
        2.    Restart the Apple TV by removing ALL the cables for 30 seconds.
        3.    Restart your router. (Also try removing it’s power cord for at least 30 seconds)
        4.    Reset the Apple TV (Settings > General > Reset > Reset all settings)
        5.    Restore the Apple TV (Settings > General > Reset > Restore)

  • [svn] 1774: Bug: BLZ-176 - Not getting an authentication error when Producer tries to send a message over streaming channel with insufficient credentials .

    Revision: 1774
    Author: [email protected]
    Date: 2008-05-16 13:29:10 -0700 (Fri, 16 May 2008)
    Log Message:
    Bug: BLZ-176 - Not getting an authentication error when Producer tries to send a message over streaming channel with insufficient credentials.
    QA: Yes
    Doc: No
    Checkintests: Pass
    Details: This was caused by the fact that streaming channels do not report connected until the initial ping completes and a URLStream is established with the server. Added some extra code in ChannelSet to make sure authentication errors are reported with correct faultCode even if the channel is not reporting connected.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-176
    Modified Paths:
    flex/sdk/branches/3.0.1.x/frameworks/projects/rpc/src/mx/messaging/ChannelSet.as

    Revision: 1774
    Author: [email protected]
    Date: 2008-05-16 13:29:10 -0700 (Fri, 16 May 2008)
    Log Message:
    Bug: BLZ-176 - Not getting an authentication error when Producer tries to send a message over streaming channel with insufficient credentials.
    QA: Yes
    Doc: No
    Checkintests: Pass
    Details: This was caused by the fact that streaming channels do not report connected until the initial ping completes and a URLStream is established with the server. Added some extra code in ChannelSet to make sure authentication errors are reported with correct faultCode even if the channel is not reporting connected.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-176
    Modified Paths:
    flex/sdk/branches/3.0.1.x/frameworks/projects/rpc/src/mx/messaging/ChannelSet.as

  • Unable to deploy .ear in OC4J. Getting following Error

    2012-07-03 18:22:12.875 NOTIFICATION Application Deployer for FCRJBatch STARTS.
    2012-07-03 18:22:12.890 NOTIFICATION Copy the archive to D:\Oracle\OC4JStandalone\j2ee\home\applications\FCRJBatch.ear
    2012-07-03 18:22:14.812 NOTIFICATION Initialize D:\Oracle\OC4JStandalone\j2ee\home\applications\FCRJBatch.ear begins...
    2012-07-03 18:22:14.812 NOTIFICATION Auto-unpacking D:\Oracle\OC4JStandalone\j2ee\home\applications\FCRJBatch.ear...
    2012-07-03 18:22:14.828 NOTIFICATION Unpacking FCRJBatch.ear
    2012-07-03 18:22:14.828 NOTIFICATION Unjar D:\Oracle\OC4JStandalone\j2ee\home\applications\FCRJBatch.ear in D:\Oracle\OC4JStandalone\j2ee\home\applications\FCRJBatch
    2012-07-03 18:22:16.765 NOTIFICATION Done unpacking FCRJBatch.ear
    2012-07-03 18:22:16.765 NOTIFICATION Finished auto-unpacking D:\Oracle\OC4JStandalone\j2ee\home\applications\FCRJBatch.ear
    2012-07-03 18:22:16.796 NOTIFICATION Auto-unpacking D:\Oracle\OC4JStandalone\j2ee\home\applications\FCRJBatch\MQBatchConnector.rar...
    2012-07-03 18:22:16.796 NOTIFICATION Unpacking MQBatchConnector.rar
    2012-07-03 18:22:16.796 NOTIFICATION Unjar D:\Oracle\OC4JStandalone\j2ee\home\applications\FCRJBatch\MQBatchConnector.rar in D:\Oracle\OC4JStandalone\j2ee\home\applications\FCRJBatch\MQBatchConnector
    2012-07-03 18:22:17.265 NOTIFICATION Done unpacking MQBatchConnector.rar
    2012-07-03 18:22:17.265 NOTIFICATION Finished auto-unpacking D:\Oracle\OC4JStandalone\j2ee\home\applications\FCRJBatch\MQBatchConnector.rar
    2012-07-03 18:22:17.265 NOTIFICATION Initialize D:\Oracle\OC4JStandalone\j2ee\home\applications\FCRJBatch.ear ends...
    2012-07-03 18:22:17.265 NOTIFICATION Starting application : FCRJBatch
    2012-07-03 18:22:17.265 NOTIFICATION Initializing ClassLoader(s)
    2012-07-03 18:22:17.375 NOTIFICATION application : FCRJBatch is in failed state
    12/07/03 18:22:17 WARNING: Application.setConfig Application: FCRJBatch is in failed state as initialization failed.
    java.lang.NullPointerException
    12/07/03 18:22:17 oracle.oc4j.admin.internal.DeployerException: java.lang.InstantiationException: Application: FCRJBatch is in failed state as initialization failed
    12/07/03 18:22:17 at oracle.oc4j.admin.internal.ApplicationDeployer.addApplication(ApplicationDeployer.java:779)
    12/07/03 18:22:17 at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:273)
    12/07/03 18:22:17 at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:100)
    12/07/03 18:22:17 at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
    12/07/03 18:22:17 at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
    12/07/03 18:22:17 at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
    12/07/03 18:22:17 at java.lang.Thread.run(Thread.java:595)
    12/07/03 18:22:17 Caused by: java.lang.InstantiationException: Application: FCRJBatch is in failed state as initialization failed
    12/07/03 18:22:17 at com.evermind.server.Application.setConfig(Application.java:518)
    12/07/03 18:22:17 at com.evermind.server.Application.setConfig(Application.java:361)
    12/07/03 18:22:17 at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1919)
    12/07/03 18:22:17 at oracle.oc4j.admin.internal.ApplicationDeployer.addApplication(ApplicationDeployer.java:776)
    12/07/03 18:22:17 ... 6 more
    12/07/03 18:22:17 Caused by: java.lang.NullPointerException
    12/07/03 18:22:17 at com.evermind.server.ApplicationStateRunning.initializeApplication(ApplicationStateRunning.java:277)
    12/07/03 18:22:17 at com.evermind.server.Application.setConfig(Application.java:460)
    12/07/03 18:22:17 ... 9 more
    2012-07-03 18:22:17.375 NOTIFICATION Application Deployer for FCRJBatch FAILED.
    2012-07-03 18:22:17.390 NOTIFICATION Application UnDeployer for FCRJBatch STARTS.
    2012-07-03 18:22:17.406 NOTIFICATION Removing all web binding(s) for application FCRJBatch from all web site(s)
    2012-07-03 18:22:17.421 NOTIFICATION Application UnDeployer for FCRJBatch COMPLETES.
    12/07/03 18:22:17 WARNING: DeployerRunnable.run java.lang.InstantiationException: Application: FCRJBatch is in failed state as initialization failed oracle.oc4j.admin.internal.DeployerException: java.lang.InstantiationException: Application: FCRJBatch is in failed state as initialization failed
    at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:133)
    at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
    at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.InstantiationException: Application: FCRJBatch is in failed state as initialization failed
    at com.evermind.server.Application.setConfig(Application.java:518)
    at com.evermind.server.Application.setConfig(Application.java:361)
    at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1919)
    at oracle.oc4j.admin.internal.ApplicationDeployer.addApplication(ApplicationDeployer.java:776)
    at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:273)
    at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:100)
    ... 4 more
    Caused by: java.lang.NullPointerException
    at com.evermind.server.ApplicationStateRunning.initializeApplication(ApplicationStateRunning.java:277)
    at com.evermind.server.Application.setConfig(Application.java:460)
    ... 9 more
    12/07/03 18:22:17 SEVERE: ProgressObjectImpl.reportError java.lang.InstantiationException: Application: FCRJBatch is in failed state as initialization failedoracle.oc4j.admin.jmx.shared.exceptions.InternalException: java.lang.InstantiationException: Application: FCRJBatch is in failed state as initialization failed
    at oracle.oc4j.admin.jmx.shared.deploy.NotificationUserData.<init>(NotificationUserData.java:107)
    at oracle.oc4j.admin.internal.Notifier.reportError(Notifier.java:429)
    at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:130)
    at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
    at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: oracle.oc4j.admin.internal.DeployerException: java.lang.InstantiationException: Application: FCRJBatch is in failed state as initialization failed
    at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:133)
    ... 4 more
    Caused by: java.lang.InstantiationException: Application: FCRJBatch is in failed state as initialization failed
    at com.evermind.server.Application.setConfig(Application.java:518)
    at com.evermind.server.Application.setConfig(Application.java:361)
    at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1919)
    at oracle.oc4j.admin.internal.ApplicationDeployer.addApplication(ApplicationDeployer.java:776)
    at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:273)
    at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:100)
    ... 4 more
    Caused by: java.lang.NullPointerException
    at com.evermind.server.ApplicationStateRunning.initializeApplication(ApplicationStateRunning.java:277)
    at com.evermind.server.Application.setConfig(Application.java:460)
    ... 9 more
    Edited by: user12209814 on Jul 3, 2012 10:54 PM

    Hi Venkat,
    According to your description, you come across an error when starting Reporting Services.
    In your scenario, I would like to know if you have installed other SQL Server instance on the same machine before. Please check the SKU of installed Reporting Services in Reporting Service logs. Please refer to this article:
    How to: Detect Version Information (Reporting Services).
    The configuration error generally is caused by that the rsreportserver.config file has been modified unexpectedly or some settings are misconfigured. Please check the configuration file and compare it to other SSRS configuration file, make sure all settings
    is correct. Please refer to this article:
    FAQ: How do I solve the issue - The configuration file contains an element that is not valid.
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • Javascript error when creating a new OC4J instance?

    Hi
    Im trying to deploy the documentum portlet, and a requirement was to install Ant, Java SDK....and i did
    after that...on my Application server machine (the portal), when i login to the enterprise manager to start a new OC4j instance, my browser shows a script error in the status bar in IE 6.0.
    it says: Object expected, ....and whenever i click "Create OC4j instance" the page is scrolled up to the top part of the page. so there is some kind of javascript error. how can i fix this? its stopping me from my development process.
    Your help is appreciated. thanks
    Faisal[b]

    On Windows this is caused most often by the temporary directory setting.
    Change the temporary directory to some fixed directory writable by anybody, e.g. "C:\temp".
    Change this in:
    Registry entry: hkey_local_machine\software\oracle\key_<oashome>\REPORTS_TMP
    <oashome>\opmn\conf\opmn.xml: search for environment variable TEMP (under ias-instance)
    Good luck!

  • Error when running the Crystal Report 9.1 (visual studio 2003) in the deployed server

    Hello,
    1) I am suddenly getting an error message ‘Load Report failed’ in a production server (where the VS2003 application is deployed) when the Crystal Report is executed. This has happened maybe because of the Windows/Crystal Report Updates!
    I am able to see the same report perfectly fine in the development computer using VS 2003.
    I am using the 9.1 version which is part of the Visual Studio 2003.
    The event logs show 'Either the keycode library is not registered or it cannot be loaded ...EventID=10029'. See attached screen shot.
    Please help?
    2) Since I was getting a registration suggestion window  for using Crystal Reports, I registered twice using different email address and it said that it will send me the KeyCode for the Crystal report but after successful registration I never got any keycode but just an email acknowledging the Registration.
    I believe the KeyCode is required to use it in the server to execute/run a report.
    Can SAP representative email the keycode to my gmail account?
    My product key is: 
    Please help to resolve both my problems
    Thanks in advance,
    Sanjay Chudasama

    If I memory servers, you have to open the Crystal_Regwiz2003.msm in the .NET deployment project. One of the properties of the msm was Keycode (or similar). You entered the keycode here. To find your keycode; in VS2003 IDE, go to the Help | About screen. You will see one of the installed components as Crystal Reports and the keycode will be on the right of that. Copy the keycode from here, paste in the above.
    For more details see the article Crystal Reports and Visual Studio .NET - Application Deployment.
    - Ludek
    Follow us on Twitter
    Got Enhancement ideas? Try the SAP Idea Place
    Share Your Knowledge in SCN Topic Spaces

  • Errors When Installing EAR File to WebLogic 10.3.6

    I am attempting to install an ear file to Weblogic 10.3.6 and am getting the following errors:
    Unable to access the selected application.
    Exception in AppMerge flows' progression
    Exception in AppMerge flows' progression
    Prefix [wls] used without binding it to a namespace URI
    Prefix [wls] used without binding it to a namespace URI
    Any clues as to what might be causing the errors?

    Hi there,
    The error seems to occur when Weblogic attempts to parse the env-entry entries when web.xml is defined with an older namespace declaration
    Edit the web.xml and check the namespace declaration.
    Try updating the web.xml namespace declaration as per the below doc.
    http://docs.oracle.com/cd/E21764_01/web.1111/e13712/web_xml.htm#i1039990
    Thanks,
    Vijaya

  • Error when trying to start oc4j server from jdev10g

    Any ideas?
    05/07/01 09:50:56 Exception in thread "OC4J Launcher" oracle.oc4j.loader.util.An
    notatedNoClassDefFoundError:
    Missing class: com.sun.corba.se.internal.iiop.CDRInputStream
    Dependent class: com.evermind.server.ApplicationContext
    Loader: oc4j:10.1.3
    Code-Source: /D:/JDeveloper_1013/j2ee/home/lib/oc4j-internal.jar
    Configuration: <code-source> in boot.xml in D:\JDeveloper_1013\j2ee\ho
    me\oc4j.jar
    The missing class is not available from any code-source or loader in the server.
    05/07/01 09:50:56 at oracle.oc4j.loader.PolicyClassLoader.handleClassNotFo
    und (PolicyClassLoader.java:1956) [/D:/JDeveloper_1013/j2ee/home/oc4j.jar (from
    system property java.class.path), by sun.misc.Launcher$AppClassLoader@20120943]
    at oracle.oc4j.loader.PolicyClassLoader.internalLoadClass (PolicyClassLo
    ader.java:1641) [/D:/JDeveloper_1013/j2ee/home/oc4j.jar (from system property ja
    va.class.path), by sun.misc.Launcher$AppClassLoader@20120943]
    at oracle.oc4j.loader.PolicyClassLoader.loadClass (PolicyClassLoader.jav
    a:1591) [/D:/JDeveloper_1013/j2ee/home/oc4j.jar (from system property java.class
    .path), by sun.misc.Launcher$AppClassLoader@20120943]
    at oracle.oc4j.loader.PolicyClassLoader.loadClass (PolicyClassLoader.jav
    a:1577) [/D:/JDeveloper_1013/j2ee/home/oc4j.jar (from system property java.class
    .path), by sun.misc.Launcher$AppClassLoader@20120943]
    at java.lang.ClassLoader.loadClassInternal (Unknown source file) [jre bo
    otstrap, by  jre bootstrap]
    at com.evermind.server.ApplicationContext.<clinit> (ApplicationContext.j
    ava:62) [/D:/JDeveloper_1013/j2ee/home/lib/oc4j-internal.jar (from <code-source>
    in boot.xml in D:\JDeveloper_1013\j2ee\home\oc4j.jar), by oc4j:10.1.3]
    at com.evermind.server.Application.<init> (Application.java:173) [/D:/JD
    eveloper_1013/j2ee/home/lib/oc4j-internal.jar (from <code-source> in boot.xml in
    D:\JDeveloper_1013\j2ee\home\oc4j.jar), by oc4j:10.1.3]
    at com.evermind.server.ApplicationServer.initializeApplications (Applica
    tionServer.java:1403) [/D:/JDeveloper_1013/j2ee/home/lib/oc4j-internal.jar (from
    <code-source> in boot.xml in D:\JDeveloper_1013\j2ee\home\oc4j.jar), by oc4j:1
    0.1.3]
    at com.evermind.server.ApplicationServer.setConfig (ApplicationServer.ja
    va:944) [/D:/JDeveloper_1013/j2ee/home/lib/oc4j-internal.jar (from <code-source>
    in boot.xml in D:\JDeveloper_1013\j2ee\home\oc4j.jar), by oc4j:10.1.3]
    at com.evermind.server.ApplicationServerLauncher.run (ApplicationServerL
    auncher.java:87) [/D:/JDeveloper_1013/j2ee/home/lib/oc4j-internal.jar (from <cod
    e-source> in boot.xml in D:\JDeveloper_1013\j2ee\home\oc4j.jar), by oc4j:10.1.3
    at java.lang.Thread.run (Unknown source file) [jre bootstrap, by  jre bo
    otstrap]

    Do you mean July or Dec for 10.1 DP4, remembering that seasons are reversed on opposite sides of the planet, and I'm in Sydney :-)
    Are you able to give a closer estimate for 10gAS production that supports J2EE 1.4 / JSP 2.0 / Java 5.0?
    We're currently planning the next phase of our project, and one risk is that a JSP 2.0 / Java 5.0 / J2EE 1.4 container won't be available when we want to begin the testing phase, or worse, when we want to go live.
    We want to be well into testing by Jan next year.
    If we can't get a firm estimate then we'd have to use jdk1.4 + jsp1.2 which we don't want to do.
    Thanks,
    Greg

  • Permissions error when trying to compile PDF on client Windows 7 PCs with Acrobat

    Most of our clients using Windows 7 and Adobe Acrobat to make PDF documents have suddenly started running into an error.
    "Unable to open the document:
    \\server\area\user\Documents\abc.docx
    Please check to see if you have read permission for the above file"
    Yes, we use folder redirection, and I've already tried to apply the solutions in this thread (Unable to open document. Please check to see if you have read permission for the above file.) without success.
    I get the same issues when I try with my regular domain user with redirected home folders.
    Checked the permissions on both Adobe Acrobat and the Document folder itself, and everything seems to be alright.
    When you in Windows Explorer click the "Work offline" button, it suddenly works (duh, it's opening a local version of the file then). I've currently told the clients to use this as a temporary workaround, but it's not a solution that should really be used in the long run.
    This issue is happening with both Acrobat 10 and 11...
    PS: Most of the clients that use Acrobat use the Public 360 Case and Document Handling system. I do not believe it has anything to do with that, since I don't have it on my computer.

    Thank you for the response, but I am not scripting anything.  I just have the url in the "URL for the link." set to "mailto: (email address)."

  • Untrusted connection Error when using google search field in top line. Ok with other search engines

    When opening www.google.dk and searching from the page, everything is ok
    When using Google search engine in the address line search bar the error is present
    When changing to Yahoo, bing or another search engine in the search bar, the error is not present
    So, the error
    "www.google.com uses an invalid security certificate.
    The certificate is not trusted because no issuer chain was provided.
    (Error code: sec_error_unknown_issuer)"
    is only present when using google search engine in the search bar
    Have tried to delete the files cert8.db and key3.db with no success
    Read about firewall settings, but Bullguard firewall was not covered

    In your "More system details" it says your address bar search provider is Babylon, not Google. Perhaps that's the problem? Or are you using a shortcut to force the address bar search to Google?
    This add-on will reset your address bar search to Google: https://addons.mozilla.org/firefox/addon/searchreset/
    That might not stick if you have an add-on which reverts the setting. You can disable nonessential and unrecognized extensions here:
    orange Firefox button (or Tools menu) > Add-ons > Extensions category
    Also, you might need to edit or delete your user.js file to prevent your settings from being overridden at the next startup. This article has info on that: [[How to fix preferences that won't save]].
    Any luck?

  • Error when  longing to UCM 11g its going to another URL  with  JQUERY exception

    when i longing to UCM 11g its going to following URL with  JQUERY exception
    http://172.18.2.91:16200/cs/idcplg?IdcService=GET_DOC_PAGE&Action=GetTemplatePage&Page=JQUERY_COOKIE_JS
    OR
    http://172.18.2.91:16200/cs/idcplg?IdcService=GET_DOC_PAGE&Action=GetTemplatePage&Page=JQUERY_UI_CUSTOM_JS
    JQUERY exception :
    /** * Cookie plugin * * Copyright (c) 2006 Klaus Hartl (stilbuero.de) * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html * */ /** * Create a cookie with the given name and value and other optional parameters. * * @example $.cookie('the_cookie', 'the_value'); * @desc Set the value of a cookie. * @example $.cookie('the_cookie', 'the_value', { expires: 7, path: '/', domain: 'jquery.com', secure: true }); * @desc Create a cookie with all available options. * @example $.cookie('the_cookie', 'the_value'); * @desc Create a session cookie. * @example $.cookie('the_cookie', null); * @desc Delete a cookie by passing null as value. Keep in mind that you have to use the same path and domain * used when the cookie was set. * * @param String name The name of the cookie. * @param String value The value of the cookie. * @param Object options An object literal containing key/value pairs to provide optional cookie attributes. * @option Number|Date expires Either an integer specifying the expiration date from now on in days or a Date object. * If a negative value is specified (e.g. a date in the past), the cookie will be deleted. * If set to null or omitted, the cookie will be a session cookie and will not be retained * when the the browser exits. * @option String path The value of the path atribute of the cookie (default: path of page that created the cookie). * @option String domain The value of the domain attribute of the cookie (default: domain of page that created the cookie). * @option Boolean secure If true, the secure attribute of the cookie will be set and the cookie transmission will * require a secure protocol (like HTTPS). * @type undefined * * @name $.cookie * @cat Plugins/Cookie * @author Klaus Hartl/[email protected] */ /** * Get the value of a cookie with the given name. * * @example $.cookie('the_cookie'); * @desc Get the value of a cookie. * * @param String name The name of the cookie. * @return The value of the cookie. * @type String * * @name $.cookie * @cat Plugins/Cookie * @author Klaus Hartl/[email protected] */ jQuery.cookie = function(name, value, options) { if (typeof value != 'undefined') { // name and value given, set cookie options = options || {}; if (value === null) { value = ''; options = $.extend({}, options); // clone object since it's unexpected behavior if the expired property were changed options.expires = -1; } var expires = ''; if (options.expires && (typeof options.expires == 'number' || options.expires.toUTCString)) { var date; if (typeof options.expires == 'number') { date = new Date(); date.setTime(date.getTime() + (options.expires * 24 * 60 * 60 * 1000)); } else { date = options.expires; } expires = '; expires=' + date.toUTCString(); // use expires attribute, max-age is not supported by IE } // NOTE Needed to parenthesize options.path and options.domain // in the following expressions, otherwise they evaluate to undefined // in the packed version for some reason... var path = options.path ? '; path=' + (options.path) : ''; var domain = options.domain ? '; domain=' + (options.domain) : ''; var secure = options.secure ? '; secure' : ''; document.cookie = [name, '=', encodeURIComponent(value), expires, path, domain, secure].join(''); } else { // only name given, get cookie var cookieValue = null; if (document.cookie && document.cookie != '') { var cookies = document.cookie.split(';'); for (var i = 0; i < cookies.length; i++) { var cookie = jQuery.trim(cookies[i]); // Does this cookie string begin with the name we want? if (cookie.substring(0, name.length + 1) == (name + '=')) { cookieValue = decodeURIComponent(cookie.substring(name.length + 1)); break; } } } return cookieValue; } };

    If you are using Server 2003 x64 you need to make sure that you change IIS to run in 32 bit mode. FDM is a 32 bit application and requires that IIS is running in 32 bit mode in IIS6. If you are using IIS7 it runs in 32 bit mode automatically, but with IIS 6 it can only run in 64 or 32 bit mode, not both.

  • Hi, I get this error when I try to sync itunes 10.6 (Win 7) with my iphone, any advice?:

    Problem signature:
    Problem Event Name: BEX
    Application Name: iTunes.exe
    Application Version: 10.6.0.40
    Application Timestamp: 4f56cf56
    Fault Module Name: StackHash_0a9e
    Fault Module Version: 0.0.0.0
    Fault Module Timestamp: 00000000
    Exception Offset: 00000000
    Exception Code: c0000005
    Exception Data: 00000008
    OS Version: 6.1.7600.2.0.0.256.48
    Locale ID: 1033
    Additional Information 1: 0a9e
    Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
    Additional Information 3: 0a9e
    Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
    Read our privacy statement online:

    Do what the message states, upgrade to a supported version of iTunes.
    Doesn't seem all that difficult to figure out to me.

  • Error when Installing 10gAS-Midtier on SuSE

    I have the following error at the "Configuration Assistant" phase when I install 10gAS-Midtier on SuSE. This error happen at "OC4J Instance Configuration Assistant".
    Adding dependent libraries for application 'portal'..done.Deploying application 'oraudrepl' to OC4J instance 'OC4J_Portal'..
    ERROR: Caught exception during deploy.
    Stopping OC4J instance 'OC4J_Portal'...java.rmi.RemoteException: deploy failed!: ; nested exception is:
         oracle.oc4j.admin.internal.DeployerException: User specified for application-client uddirepl, 'uddi_replicator' not found
         at com.evermind.server.rmi.RMIConnection.EXCEPTION_ORIGINATES_FROM_THE_REMOTE_SERVER(RMIConnection.java:1520)
         at com.evermind.server.rmi.RMIConnection.invokeMethod(RMIConnection.java:1473)
         at com.evermind.server.rmi.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:55)
         at com.evermind.server.rmi.RecoverableRemoteInvocationHandler.invoke(RecoverableRemoteInvocationHandler.java:22)
         at __Proxy0.deploy(Unknown Source)
         at oracle.ias.sysmgmt.deployment.j2ee.runtime.LocalDeploy.deployOnSingleInstance(Unknown Source)
    Any ideal ?

    Hi.
    I seem to be having the same problem. Have you solved this issue ?? I just opened a SR with Oracle on this issue.

  • Validation Error when updating Feature work item to completed state?

    We are on the latest version of TFS 2013 and have customized process templates based off of the Scrum template.
    We have a custom workflow for the Feature work item type. I get an error when trying to update the state to custom done state of "Prod Deployment Successful". The error I receive is below:
    TF237165: Team Foundation could not update the work item because of a validation error on the server etc etc.
    I have TFS Admin rights as well as project and project collection Admin rights.
    Custom States:
    Planned
    Canceled
    On Hold
    In Progress
    Ready For QA
    QA Deployment Failed
    QA Deployment Successful
    Ready For Stage
    Stage Deployment Failed
    Stage Deployment Successful
    Ready For Prod
    Prod Deployment Failed
    Prod Deployment Successful
    Custom Workflow:
    "  "  TO    Planned
    Planned  TO  Canceled
    Planned  TO  On Hold
    Planned   TO  In Progress
    In Progress TO   On Hold
    In Progress TO   Ready For QA
    On Hold  TO  In Progress
    Ready For QA  TO  QA Deployment Failed
    Ready For QA  TO  QA Deployment Successful
    QA Deployment Failed  TO  Ready For QA
    QA Deployment Failed TO   In Progress
    QA Deployment Successful TO   Ready For Stage
    QA Deployment Successful  TO  Ready For Prod
    Ready For Stage TO   Stage Deployment Failed
    Ready For Stage  TO  Stage Deployment Successful
    Stage Deployment Failed TO   Ready For Stage
    Stage Deployment Failed TO   In Progress
    Stage Deployment Successful  TO  Ready For Prod
    Ready For Prod  TO  Prod Deployment Failed
    Ready For Prod  TO  Prod Deployment Successful
    Prod Deployment Failed  TO  Ready For Prod
    Prod Deployment Failed  TO  In Progress
    I have also updated the Process Configuration file to map the states to the meta states so I can show the custom states on the Feature board. The section in the process configuration file that relates to Feature is below:
    <States>
            <State type="Proposed" value="Planned" />
            <State type="InProgress" value="Canceled" />
            <State type="InProgress" value="On Hold" />
            <State type="InProgress" value="In Progress" />
            <State type="InProgress" value="Ready For QA" />
            <State type="InProgress" value="QA Deployment Failed" />
            <State type="InProgress" value="QA Deployment Successful" />
            <State type="InProgress" value="Ready For Stage" />
            <State type="InProgress" value="Stage Deployment Failed" />
            <State type="InProgress" value="Stage Deployment Successful" />
            <State type="InProgress" value="Ready For Prod" />
            <State type="InProgress" value="Prod Deployment Failed" />
            <State type="Complete" value="Prod Deployment Successful" />
          </States>
    The error ONLY happens when I try to update a Feature state to "Prod Deployment Successful". I have looked at other posts and searched the internet and have found no help for my exact issue in TFS 2013. For some
    reason, I can't update the state from "Ready For Prod" to "Prod Deployment Successful".  Does anyone have any ideas of what could be wrong or causing my issue?
    Thanks in advance!

    I finally figured out my issue and fixed it.
    I had to update a reference name in the WIT xml file to Common.BusinessValue instead of Closed.

Maybe you are looking for