TaskResponse object problem

Hello..
I've got a big problem when Im trying to set a taskresponse XML document to a task...
Here's the code
ctx = new InitialContext(processList);
Object ref = ctx.lookup("RemoteWorklistManagerBean");
RemoteWorklistManagerHome home = (RemoteWorklistManagerHome)PortableRemoteObject.narrow(ref,RemoteWorklistManagerHome.class);
wm = (WorklistManager) PortableRemoteObject.narrow( home.create(),RemoteWorklistManager.class);
wm.setTaskResponseAsXmlObject(response,mimeType,taskId); // <--- PROBLEM
I tryed to debug the program and got the exception when the program reached the code wm.setTaskResponseAsXmlObject(response,mimeType,taskId); ...The application runs well when i replace the response XmlObject with null (wm.setTaskResponseAsXmlObject(null,mimeType,taskId))..
The exception :
java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
java.io.IOException
at weblogic.rjvm.BasicOutboundRequest.sendReceive(BasicOutboundRequest.j
ava:108)
at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteR
ef.java:290)
at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteR
ef.java:247)
at com.bea.wli.worklist.beans.session.RemoteWorklistManagerBean_us8t1c_E
OImpl_814_WLStub.setTaskResponseAsXmlObject(Unknown Source)
at si.telekom.WorklistInformation.Data.WLControl.approveCompleteTask(WLC
ontrol.java:695)
at Controller.approveCompleteTask(Controller.jpf:1379)
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 com.bea.wlw.netui.pageflow.FlowController.invokeActionMethod(FlowCont
roller.java:1510)
at com.bea.wlw.netui.pageflow.FlowController.getActionMethodForward(Flow
Controller.java:1445)
at com.bea.wlw.netui.pageflow.FlowController.internalExecute(FlowControl
ler.java:776)
at com.bea.wlw.netui.pageflow.PageFlowController.internalExecute(PageFlo
wController.java:211)
at com.bea.wlw.netui.pageflow.FlowController.execute(FlowController.java
:606)
at org.apache.struts.action.RequestProcessor.processActionPerform(Reques
tProcessor.java:484)
at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.processActionPerf
orm(PageFlowRequestProcessor.java:1354)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.ja
va:274)
at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.process(PageFlowR
equestProcessor.java:650)
at com.bea.wlw.netui.pageflow.AutoRegisterActionServlet.process(AutoRegi
sterActionServlet.java:527)
at com.bea.wlw.netui.pageflow.PageFlowActionServlet.process(PageFlowActi
onServlet.java:152)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run
(ServletStubImpl.java:1006)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:419)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:315)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
n.run(WebAppServletContext.java:6722)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
dSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
121)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
rvletContext.java:3764)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
pl.java:2644)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
Caused by: java.io.IOException
at com.bea.xbean.values.XmlObjectBase$SerializedRootObject.readObject(Xm
lObjectBase.java:2380)
at sun.reflect.GeneratedMethodAccessor159.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:838
at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1746)
at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1
646)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:324)
at weblogic.common.internal.ChunkedObjectInputStream.readObject(ChunkedO
bjectInputStream.java:120)
at weblogic.rjvm.MsgAbbrevInputStream.readObject(MsgAbbrevInputStream.ja
va:120)
at com.bea.wli.worklist.beans.session.RemoteWorklistManagerBean_us8t1c_E
OImpl_WLSkel.invoke(Unknown Source)
at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:477)
at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerR
ef.java:108)
at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:420)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
dSubject.java:363)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
147)
at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.jav
a:415)
at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest
.java:30)
... 2 more
Caused by: java.lang.NullPointerException
at weblogic.utils.classloaders.MultiClassFinder.getSource(MultiClassFind
er.java:80)
at weblogic.utils.classloaders.MultiClassFinder.getSource(MultiClassFind
er.java:69)
at weblogic.utils.classloaders.CodeGenClassFinder.getSource(CodeGenClass
Finder.java:30)
at weblogic.utils.classloaders.MultiClassFinder.getClassSource(MultiClas
sFinder.java:61)
at weblogic.utils.classloaders.CodeGenClassFinder.getClassSource(CodeGen
ClassFinder.java:24)
at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(Generic
ClassLoader.java:383)
at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClass
Loader.java:182)
at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
Loader.java:224)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:219)
at weblogic.j2ee.ApplicationManager.loadClassFromNewStyleApplication(App
licationManager.java:521)
at weblogic.j2ee.ApplicationManager.loadClassFromApplication(Application
Manager.java:399)
at weblogic.j2ee.ApplicationManager.loadClass(ApplicationManager.java:29
9)
at weblogic.j2ee.ApplicationManager.loadClass(ApplicationManager.java:25
8)
at weblogic.j2ee.ApplicationManager.loadClass(ApplicationManager.java:25
3)
at weblogic.rjvm.MsgAbbrevInputStream.resolveClass(MsgAbbrevInputStream.
java:327)
at weblogic.common.internal.ChunkedObjectInputStream$NestedObjectInputSt
ream.resolveClass(ChunkedObjectInputStream.java:316)
at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:151
3)
at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1435)
at java.io.ObjectInputStream.readClass(ObjectInputStream.java:1402)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1260)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:324)
at com.bea.xbean.values.XmlObjectBase$SerializedRootObject.readObject(Xm
lObjectBase.java:2329)
... 20 more
Has anyone got any idea what this exception could mean?

Hello.
it's because "response" object is not instance of xmlAnyType.
try to this.
XmlAnySimpleType res = XmlAnySimpleType.Factory.parse(response.toString());
wm.setTaskResponseAsXmlObject(res,mimeType,taskId);

Similar Messages

  • Report with OLE Object Problem (Crystal Report 11)

    Post Author: ibertola
    CA Forum: General
    Hi all,I'm a new user, and I've got a problem with OLE object. I would like to have a report that show me ONLY one of many OLE (word document) in Crystal structure.I've created 3 section detail, and in each one I've insert OLE object (creating from a file, and LINK).So, if I change one document stored locally, and then refresh the report, the content doesn't change like the linked file! Actually I've got all locally  Please help me.

    CR XI r2 is not supported on WIN 2008. See the [supported platforms|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7081b21c-911e-2b10-678e-fe062159b453]
    documentation  and [this|https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=56787567] wiki.
    Ludek

  • Web Analysis Spreadsheet object problem

    Hi All,
    I am facing an issue in WA where a report connected to an Essbase cube, has 2 spread sheet objects in it.
    Each spread sheet object uses 4 dimensions in them of which 3 dimensions are used as columns for both spread sheets sheets and the row dimension differs,
    Say spread sheet A has Dim A as the row and DimC,Dim D and Dim E as columns, and spread sheet B has Dim B as the row and DimC, Dim D and Dim E as columns.
    There exists some sort of a link between SS A and SS B, where SS A is connected to the data source and SS B is linked to SS A through dimension Dim B.
    When I drill down on Dim A of SS A, the consolidated value at the top level of Dim B in SS B gets doubled.
    Actually the consolidated value at the top level of Dim A in SS A should be equal to the consolidated value at the top level of Dim B in SS B, because Dim A is fixed to its uppermost member in SS B.
    Meaning the value in the cell which holds the consolidated value at the top level of Dim B in SS B, gets incremented by the consolidated value at the top level of Dim A in SS A, for the first drill down.
    Can anyone tell me of a way by which I can clear the contents of the cell which holds the consolidated value at the top level of Dim B in SS B, using any function of the spreadseet or if there is a way in code that I can use to clear the contents of this cell?
    Thanks in advance.
    Regards,
    Anindyo

    Just check with your (essbase)administrator has set any security filters to the users having this problem
    - Natesh

  • File (Directory) object problem?

    Hi there. My problem is as follows. The method below is supposed to access an pre-existing directory with five previously saved test files, read in those files as account objects, add the objects to an ArrayList, then return the ArrayList. It seems to be able to create a file object representing the directory alright but it then insists that there are no files in the directory! Have I fouled up or is there some subtlety that I'm unware of? I was wondering if the fact that the account files have a .bac extenstion had something to do with it.
    Here's the method, with the two lines of code where I think the problem might lie in bold print:
    public ArrayList retrieveAccounts()throws IOException{
    ArrayList accounts = new ArrayList();
    File accDir = new File("C:" + File.separator + "accounts"); //creates a directory object
    //The following S.o.p statements are for test and maintenance purposes rather than user feedback
    System.out.println("Directory " + accDir.getCanonicalPath() + " opened");
    System.out.println("Confirm Accounts directory exists: " + accDir.exists());
    System.out.println("Directory: " + accDir.isDirectory());
    String [] accFiles = accDir.list(); //gets a list of files in the directory and saves it as a String array
    System.out.println("Number of files in directory: " + accDir.length());
    while(i < accDir.length()){
    filename = accFiles;
    try{
    //open layered input Streams to access the next account file in line
    ObjectInputStream in = new ObjectInputStream(new FileInputStream("C:"+ File.separator + "accounts" + File.separator + filename));
    account = (Account)in.readObject();
    accounts.add(account);
    in.close(); //closes Streams for that particular file
    }catch(IOException e){System.out.println("Filing error as follows: " + e);
                }catch(ClassNotFoundException e){System.out.println("Class not Found. Details: " + e); }
    filename = null; //frees up reference for next file
    i++;//counter increments by one
    return accounts;

    This is what I was trying to do minus the comments and maintence and test code:
    public ArrayList retrieveAccounts()throws IOException{
    ArrayList accounts = new ArrayList();
    File accDir = new File("C:" + File.separator + "accounts");
    String [] accFiles = accDir.list();
    while(i < accDir.length()){
    filename = accFiles;
    try{
    ObjectInputStream in = new ObjectInputStream(new FileInputStream("C:"+ File.separator + "accounts" + File.separator + filename));
    account = (Account)in.readObject();
    accounts.add(account);
    in.close();
    }catch(IOException e){System.out.println("Filing error as follows: " + e);
    }catch(ClassNotFoundException e){System.out.println("Class not Found. Details: " + e); }
    filename = null;
    i++;
    return accounts;
    By the way, your the first Java programmer that I've met that doesn't like comments! :)
    NOTE: Think I may have spotted where I went wrong in my code.
    filename = accFiles;
    Forgot to point it at the specific element of the array, like so:
    filename = accFiles[i];
    Thanks for your help!

  • Open as smart object problems

    Hello,
    Im having some problems with Lightroom 4 when using "Edit In" -> "Open As Smart Object in photoshop..."
    Image open fine in CS6, i can make my edits & save. But when i close the image, an dialog box pops up with the following;
    Error 2: photoshop is undefined.
    Line: 1
    ->  photoshop.notifyLightroomDocClosed ('lightroom-2.0', '49071FF0-A8C4-4F2F-B0BB-B28B76F494E6', '');
    The image is saved to the correct place, link to lightroom is not. Need to manully syncronize the folder to get the image in the catalog.
    Running Lightroom 4.4, CS6 (13.0.4) on OS X (10.8.3)
    Anyone know whats wrong?

    This hack: http://kb2.adobe.com/cps/401/kb401629.html?
    Is Edit in Photoshop CS5 enabled?

  • Smart object problems, from AI to PS = pixelated

    Hello and greetings,
    I am new here and looking forward to getting some help, and hopefully giving advice. How is everyone today?
    Ok my problem is:
    I am designing a website is Illustrator and finalizing it in photoshop (as this is the file the web developer asked for) I have the main design done, buttons and panels etc -
    so I copy the object I want from Ai to PS as a smart object. The web doc in PS is set to 72dpi, which is fine - it looks 'clean' at 100%. However when I do this process on the works PC the result is fine and good eg - looks 'clean' at 100% -
    I took my work home to finish on my Mac and when I did the same process it was really pixelated beyond beleif! This is not good! NOT GOOD!! I have compaired one of the buttons from the doc at work to one of the buttons on the same doc dome on my Mac and the difference is terrible.
    HELP - Are there some settings I am over looking? I have checked the 'clipboard' settings in Illustrator to recomended to what I could find on the web and nothing has changed? Do I have to close the program for the preferences to work? Please please help
    Many thanks Elles.x x
    ps: I am running CS4 at work on a PC and at home CS3 Mac

    Thanks Ozzwoman for your advice , it seems to be the thing to do as I have read on here to sort this issue - shall I be doing the same for Illustrator? Or do you know the settings for AI clipboard prefs?
    Nice pooch by the way, does he have a name?
    elles.x x
    ps: will try 'Operation deleting prefs' when I get home, bout an hour or so, I will let you know how is goes!

  • Copy in illustrator, paste in photoshop as smart object problem

    Hello. I am posting this here hoping that this message might be seen by someone more experienced who knows the answer. I have already tried to find a solution on my own, but to no avail, and I already lost a whole day just  with this problem.
    I'm trying to build an example website, in anticipation for a real one that I want to build later on. I've done the wireframing and design (some of it) in illustrator, and now I want to copy to photoshop what I did in illustrator. I need to copy it as a smart object. The problem is that when I copy to photoshop, even though I choose the same dimensions, the file is not the same size. I have inserted some images to try to explain this more clear.
    These are some settings in illustrator.
    These are the dimensions in illustrator.
    I select the whole content from illustrator, copy it
    And after that I go to photoshop. I choose to create a new file
    Even though when I created a new file in photoshop I selected the same dimensions that were in illustrator (960 px 1810px), the copied object does not match the canvas when I press enter.
    I've searched online for people that had the same problem and I found something somewhat similar, but not helpful. The problem for them was that the anti-alias was not selected. However, as can be seen in the images, in my case the anti-alias is selected. The difference I noticed is that for them the W and H are both directly 100% when the object is pasted into photoshop, but for me this never happens, it is always something different. In the images here it is w 99.99% H 99.94%, and I created another layout before this that had even worse dimensions, something like W 97.68%  H 98%. I tried to fix this by putting manually 100% for each before I press enter, I even selected the "maintain aspect ration" icon (situated between W and H) but after that the image gets distorted.
    I should also mention that I created different other smart objects with these files and they have the same problem - I selected the header for example, made it a smart object, and every time they are introduced to photoshop they are not W 100% H 100%  but are 9X % 9X% or something.
    I also tried, when creating a new document in photoshop, to put instead of 72pixels/inch  - 300pixels/inch and its the same problem..
    I also looked at the illustrator file so that there are no strokes on the edges of the document.
    So, please, if there is someone who know how to fix this, to paste it so that I will have the same dimensions (W 100% H 100% automatically) so that the documents will match how it is normal, I would really apreciate the help. If there are any other details and setting one might need, I will look for them and mention them after that. Thank you!

    Use
    file >> export > psd instead
    Your resizing problem is coming from what is in your clipboard is not 960 x 1810, but larger (960.078 x 1810.048 as seen in your 3rd screenshot), and Photoshop is resizing trying to fit.
    To fix this yourself, make a new document, your clipboard size will automaticallly be used if you make a new .psd doucment, then paste, than drag over to your 960 x 1810 .psd document and reposition.

  • Word pdf object problem

    Acrobat Pro 9.1/Word 2007/WXP
    I have multiple users who are unable to open embeded PDF objects in a word document.  When they click the icon, they get "The program used to create this object is AcroExch.  That program is not installed on your computer...".  This problem didnt appear until we upgraded everyone to v9 but I cant say for sure they were embedding pdfs prior to that.
    I have repaired Office 2007, reinstalled Acrobat Pro, confirmed that HKEY_CLASSES_ROOT\AcroExch.Document.7\shell\Open\command really is pointing to "C:\Program Files\Adobe\Acrobat 9.0\Acrobat\Acrobat.exe" "%1" and that that app does run.  The users are able to open the actual PDF files.  Other PDFs embeded on the same document work.  This is not limited to just one PDF either, there are multiple embeded PDFs that are not working.  I have also noticed that sometimes the embeded PDF will open once, then if you close it and reopen it, Word gives you the same error.  How it can work one time and then tell me the it can find AcroExch the next I dont understand.  Ive also tried to open some of these documents with Reader 9 installed on a clean test PC and they do the same thing.
    I considered the possibility that the doc was somehow corrupt but inserting the PDF into a new document has the same result.  Any ideas why it would tell me AcroExch is not installed regardless of whether Acrobat Pro or Reader is actually installed and why some embeded PDFs would work and some wouldnt?  If a reinstall of both Office and Acrobat doesnt fix this and it occurs on a clean install, how do I fix it?
    Any help is appreciated. 
    *** Update***
    It would appear that if I open those specific PDFs in Pro, resave them, then reembed them in Word, this problem does not occur.  After inquiring further, those specific PDFs where created via a Sharpdesk scan from copier to PDF feature.  Why they can be opened with Reader/Pro directly but cant be opened as embeded PDFs in word without being resaved I dont know.      

    I'm still having this problem.
    I've updated to 10.1.0, I've tried unchecking the "Enable Startup" option, I've tried the advanced option one where I select Adobe 10.1.0 as my default.
    I still can't embed a PDF in a word document and receive the same error as when we had Adobe 9.
    Anyone have any other ideas?
    Thanks in advance,
    Cheryl

  • [CS3 JS] Find/Change Object Problem

    app.changeObjectPreferences = NothingEnum.nothing does not seem to clear the change object preferences for me.
    app.findObjectPreferences = NothingEnum.nothing works as expected, as do both app.findTextPreferences = NothingEnum.nothing and app.changeTextPreferences = NothingEnum.nothing.
    Does anyone else use the new Find/Change Object?

    Hello. I'm new here but it seems to be the only place where I can post this question to.
    I'm working in a C# application that uses InDesign CS3 scripting. I'm trying to create an index automatically from a tabbed list of words in a text file.
    As C# is a strongly typed language, I have to cast all objects to the right type. I'm having problems when I try to add the page numbers to the created index entries using the following code (I've used the CreateIndexEntry.jsx scrip as a starting point).
    //Find all occurrences of the word or set of words (the topic name)
    ((InDesign.FindTextPreference) app.FindTextPreferences).FindWhat = topic.Name;
    InDesign.Objects foundTexts = doc.FindText(System.Reflection.Missing.Value);
    It's supposed to be an Array of Text objects (InDesign.Text) but when I try to cast each object using this
    //Code is forced because I've tried everything here
    //Loop through each finding and add page numbers to topic
    IEnumerator textEnum = foundTexts.GetEnumerator();
    while (textEnum.MoveNext())
    object text = textEnum.Current;
    topic.PageReferences.Add((InDesign.Text)text, InDesign.idPageReferenceType.idCurrentPage, System.Reflection.Missing.Value, System.Reflection.Missing.Value);
    I got the following exception (translated).
    text is not an InDesign.Text object (Interfaces doesn't match)
    So the question is what object type should I use to cast each object resulting by calling the Document's FindText method.
    Every suggestion will ve very welcome.
    Thank You very much.

  • CS4 jsx app.place leaving object problem

    Hi,
    I have a jsx script that I am developing for InDesign CS4. The script acquires an xml string, then after doing some manipulation on it, saves it to a UTF-8 file. After saving the file, the script does an app.place() using the file it saved. The file is brought onto the place brush and it works great up to that point. It places very nicely into the document, with a mouse click, after the snippet is imported. The problem is that after the place, when I try to save, via manually doing File --> Save, to an indd file, I get a message "Failure in saving. Object is invalid". Sometimes I receive more than one. If I try to close the tab and elect not to save instead , I receive the message(s) "Failed to purge records for ducument. Object is invalid".
    If I reopen CS4 afterward and do a File -> Place and select the file saved by the script in the prior session, it not only places fine but then also allows me to save, cancel, etc. after the place; it works perfectly.
    I'm pretty confused here. Is there some housekeeping I should be doing in the script after the place command or something?
    Any help appreciated.
    Thanks,
    David

    (idms? what's that?)
    You shouldn't need to do any clean-up. As far as I can see, the preprocessing happens in Javascript, and all InDesign itself does is place the resulting file. Even the UTF8 part should not be a problem -- that is, Javascript has no problems at all with that, and InDesign should either reject it as a valid format, or read and place without parsing the UTF8 characters, or read and place entirely correct. (My limited experience with UTF8 in InDesign showing here ...)
    As your Javascript creates a new file to be placed, you can try the following:
    1. have your javascript preprocess the input and create the new file. Save that somewhere (but I assume the script already does that at present).
    2. Quit InDesign. Yup -- let's make sure nothing remains in memory.
    3. Restart InDesign, create a new blank file and import your processed file.
    4. Try to save it.
    Does that cause the same error? If so, it's #1. that causes some memory pollution, and you'll have to review your script. If not, your processed file may be malformed in some way that InDesign can't detect and can't handle. In that case, you should try to open it with a UTF8-aware text editor to make sure the UTF8 is okay.
    If it is ... we'll have to think of something else.
    [Ed.] I might as well add that the InDesign/Javascript interface is not as trustworthy as one may expect. I once tried reading in a data file of several MBs, and rather than a warning "Out of memory", InDesign simply crashed and burned. Whittling down the data file, one MB at a time, showed there was some upper limit which ID can handle, where above it would die without warning.

  • Shared objects problem with translation

    Hello
    Here is my problem :
    - my default portal language is French, and I login in French.
    - I create a navpage in the "Shared objects" pagegroup. At Portal installation,
    this pagegroup is in English, and there's an available translation in French.
    - When i see my navPage being logged in French, the SmartLinks (Home, etc)
    always display in English while i expected them to by in French.
    - I don't have this problem in a "normal" pagegroup created in english and
    translated into French.
    regards
    A.

    I have a second problem with shared objects :
    So, i created that navpage and published it as a portlet to use it in pages but
    when it doesn't appear in the portlets lists. In what Submenu of the porlets
    navigator is it supposed to appear ? It is not in the "shared instances", and i
    can't see any other "shared" directory.

  • SNRO - Creation of Number range object problem

    Hi Experts,
    i wanted to create a number range object thru SNRO.
    The creation was successful in DEV system.
    when i tried to create the same number range object in QA server, i am getting the following error
    "Changes to Repository or cross-client Customizing are not permitted - Choose 'Display object' or 'Cancel'."
    this is a Znumber range used to generate sequential numbers using FM NUMBER_GET_NEXT
    What could be the problem. how to over come this?
    Is it the missing authorizations? if so what could be the authorization object (SU53 shows nothing)
    Appreciate any help in this regard.
    Thanks
    Simha

    Hi All,
    I am confused with the conflicting answers for my problem. But anyways i could transport the number range object and could create a number range interval in QAS.
    Thanks a lot for all your valuable inputs.
    But i am still not out of this so called misconception - Are number range objects to be transported to QA or to be created afresh in QA/PRD?
    Earlier some one told to be created but now i see they can be transported.
    I was not ready to edit the options in SCC4 for the client to enable object creation.
    Thanks again,
    Simha

  • Word insert pdf object problem

    Adobe 8.1 and Word 2003 sp3 are installed on XP64 box.
    From word, when we do insert > object > Adobe Acrobat Document (Create New) we get the error: This object was created in AcroExch. This application is not available to open this object. Make sure the application is properly installed and that it has not been deleted, moved, or renamed.
    If instead we do: insert > object > Adobe Acrobat Document (Create From File): All we get is an Acrobat icon, we should get an image of the document.
    Please help, we have exhausted all possible solutions from this forum and the internet.

    I know this is an od post but we have been experiencing the same problem since rolling out reader 9.3 on PCs that did not have a previous version of the Adobe Reader.
    Found the solution was some missing registry entries (below)...  Hope it may help someone.
    [HKEY_CLASSES_ROOT\AcroExch.Document\CurVer]
    @="AcroExch.Document.7"
    [HKEY_CLASSES_ROOT\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}]
    "AppID"="{B801CA65-A1FC-11D0-85AD-444553540000}"
    @="Adobe Acrobat Document"
    [HKEY_CLASSES_ROOT\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\AuxUserType]
    [HKEY_CLASSES_ROOT\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\AuxUserType\2]
    @="Acrobat Document"
    [HKEY_CLASSES_ROOT\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\AuxUserType\3]
    @="Adobe Acrobat 8.0"
    [HKEY_CLASSES_ROOT\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\DataFormats]
    @=""
    [HKEY_CLASSES_ROOT\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\DataFormats\GetSet]
    [HKEY_CLASSES_ROOT\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\DataFormats\GetSet\0]
    @="Embed Source,1,8,1"
    [HKEY_CLASSES_ROOT\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\DataFormats\GetSet\1]
    @="14,1,64,1"
    [HKEY_CLASSES_ROOT\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\DataFormats\GetSet\2]
    @="8,1,1,1"
    [HKEY_CLASSES_ROOT\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\DataFormats\GetSet\3]
    @="Link Source,1,4,1"
    [HKEY_CLASSES_ROOT\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\DataFormats\GetSet\4]
    @="NotesDocInfo, 1, 1, 2"
    [HKEY_CLASSES_ROOT\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\DataFormats\GetSet\5]
    @="NoteshNote, 1, 1, 1"
    [HKEY_CLASSES_ROOT\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\DataFormats\GetSet\6]
    @="3, 1, 32, 1"
    [HKEY_CLASSES_ROOT\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\DataFormats\GetSet\7]
    @="2, 1, 16, 1"
    [HKEY_CLASSES_ROOT\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\DataFormats\GetSet\8]
    @="Rich Text Format, 1, 1, 1"
    [HKEY_CLASSES_ROOT\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\DefaultExtension]
    @=".pdf, PDF Files (*.pdf)"
    [HKEY_CLASSES_ROOT\CLSID\{B801CA65-A1FC-11D0-85AD-444553540000}\DefaultIcon]
    @="C:\\WINDOWS\\Installer\\{AC76BA86-7AD7-1033-7B44-A93000000001}\\PDFFile_8.ico,0"
    ..ooOOoo..

  • MySQL Jdeveloper 10.1.3 Create Entity Object problem

    Hi,
    when I try to add new Entity Object in model i get:
    Error returning tables
    com.mysql.jdbc.Ststement
    Exception: java.lang.ClassCastException
    Exception Stack Trace:
    java.lang.ClassCastException: com.mysql.jdbc.Statement
         at oracle.jbo.server.OracleSQLBuilderImpl.getTables(OracleSQLBuilderImpl.java:2852)
         at oracle.jbo.dt.ui.main.DtuUtil.getTableList(DtuUtil.java:1061)
         at oracle.jbo.dt.ui.pkg.PKTableOptionPanel.getTableList(PKTableOptionPanel.java:482)
         at oracle.jbo.dt.ui.entity.EOTableListThread.run(EONamePanel.java:1300)
    If i want to create bussines component from table everything is ok. But there is a
    problem if I want to add some new Entity Object.
    Any solutions?
    Thnx.

    This works ok for me so I don't think its a Jdev 10.1.3 issue - more likely a configuration / version issue.
    I'm using MySQL 10.0.15; mysql-connector-java-3.3.11-bin.jar
    Below are my configuration notes - I never encountered this error, but thought I would share my config notes to possibly help review a config that is working:
    Oracle Jdeveloper – Tools | Default Project Properties
    1.     Set up MySQL User Library - Configure JDeveloper to work with MySQL Connector/J Download MySQL Connector/J 3.0.11 and copy the JDBC driver JAR file to a known location, such as /jdev/lib From the Tools menu, select Default Project Properties. In the tree view, select Libraries. In the right pane, select New. The Create Library dialog will be displayed. Name the library MySQL JDBC. Set the location to Users Libraries. Click Edit for the Class Path. The Edit Class Path dialog is displayed. Click Add Entry. The Select Path Entry dialog is displayed. Navigate to the JAR file for the MySQL Connect/J JDBC driver (it should be called something like mysql-connector-java- -bin.jar). Click on the .jar file and click Select. Click OK; Under Libraries, ensure MySQL JDBCchecked
    2. To use MySQL with BC4J: Add the MySQL JDBC JAR file to <JDeveloper10.1.3>\BC4J\lib directory (note there are some other posts on this topic)
    thanks
    Tom
    PS - also noticed in your message:
    com.mysql.jdbc.Ststement
    probabley should be 'Statement' - was this something you typed in your config - if so, could possibly be a type-o

  • Essbase corruption / Locked Object Problem

    Hi,(Using Essbase 6.5.1)Trying to delete an Essbase application / database. Says it cannot delete because an object is in a locked state. Object doesn't exist. Created an object with the same name (tried the object to be an outline, rules file, & calc script), then tried to lock, then unlock. Still after this process, it insists on the same object name being locked. Also, a dump of the security file shows no such object (or any in the Essbase app/db in question) to be locked at all.We want to totally flush the app/db in question and then recreate it with no locks/corruption. We tried to purge the Essbase security file and start fresh, but when Essbase starts up again, it shows NO APPLICATIONS as existing only the sample ones that come with the product. Maybe we can never use this specific Essbase app/db name combination again. Help!

    I ran into this problem a couple of times when I first took over as Essbase admin and had to clean out the old apps; frustrating isn't it?!The one thing I found to work is using a MaxL command to delete the application.Login to MaxL and use 'drop application APP-NAME cascade force'The main thing here is the key word 'force' I found that, in my environment at least, using the word force blows through any locks, even the ones on objects that don't exist.The key word cascade is telling MaxL to drop the databases too.Post back and let me know if it works.Good LuckHappy Holidays.....

Maybe you are looking for