ADFUtils and JSFUtil do not compile

Hi, I try to leverage these two files in my project, so I copied these two from storefront sample and rename its package name and add them into my application. I use 11.1.1.5
However, when I deploy my app to weblogic, the compiler throws a series of compilation errores, such as:
package javax.faces.application does not exist
package javax.faces.component does not exist
package javax.faces.context does not exist
package FacesMessage does not exist
cannot find class FacesContext
cannot find UIComponent.
etc.
Obviously I missed somethings in my app. What else I should do in order to use these utility files?
Thanks,

In the Project Properties > 'Libraries and Classpath', What are the libraries that are currently added?
Thanks,
Navaneeth

Similar Messages

  • Is it ok to mix some non static methods in ADFUtil and JSFUtils?

    Hi
    I am new to ADF 11g. I would like someone comfirm me whether it's ok to include some non static method into ADFUtil and JSFUtil class? how this would effect the performance, and connection pool instance (too many)etc..?
    thank you very much in advance.

    This doesn't make sense as you would break any existing code using these classes. you should leaf these classes alone and use a new utility class of your own to handle your non static stuff.
    Timo

  • JDev 11g 113 designer - Composite with BPM and BAM does not compile

    Using JDev1113 with SOA additions. Weblogic 11g.
    I have an Application which includes a BPM project.....
    This project makes and can be deployed to the Middleware and executes successfully.
    However, when I add a BAM adapter to the composite and wire it in either to a BPEL Orchestration or the BPM process directly I am unable to make the project.
    Adding BAM to the project adds the xsd file into the Business catalog, but with an error icon attached.
    I have tried modifying the BPM Project properties but don't really understand the Data Objects path... which may be the reason for my error.
    Make returns multiple errors as below : all relating to the xsd schema.
    +Error: BPM-71701: Business Catalog object 'Services.Externals.BAM_Upd_URL_Fluid' is not valid. The parameter 'custURLUpdFluidCollection' of the method 'writetoBAM' is referencing an XML Schema element '{http://xmlns.oracle.com/bam}_CustURLUpd_fluidCollection' that cannot be found in the project.. Cause: This can happen if the XML Schema element or complex type is removed. Action: Check the project XML Schemas files+
    Error: BPM-71529: Xml Schema '/xsd/BAMServerConnection_BPM_SOA11gLoadTest_CustURLUpd_fluid.xsd' could not be loaded due to an error parsing the XML tag 'undefined' defined at line '-1'.  Cause: Invalid schema element ''.  Action: Fix the Xml Schema to continue
    The BAM function works fine if BPM is not incorporated into the project. i.e a typical BPEL orchestration. writing to BAM Data objects.... So this error is definitely related to adding a BPM process diagram into the Project.
    Can anyone offer any advice ?
    Thanks
    Cliff

    Hi Cliff
    I'm experimenting almost the same problem.
    I know your question is a little bit old, but might you have the problem yet.
    If it is the case, try to edit the XSD generated by DBAdapter's wizard, removing all "annotation" tags.
    Close the project and open it again to properly refresh (for me just refresh the catalog didn't work).
    I hope this help you.
    Regards,
    Luis F Heckler

  • Xcode will not compile

    I migrated from Windows C++(Dev C++) to Mac (Xcode) and Xcode will not compile, the command for it is greyed out (not selectable). Even Hello World Wouldn't compile. What am I doing wrong here?
    (this is an empty C++ file that's been opened)

    What kind of application do I want to open for basic C++. I've tried numerous now and I always get at least one error of conflicting commands.

  • Some jsps will not compile FC5+Tomcat

    Hello,
    I cannot compile SOME jsp pages for some reason.
    I have something like this:
    http://www.mydomain.net:8080/WEB/index.jsp - this comiles
    http://www.mydomain.net:8080/WEB/BLAH/BLAH/index.jsp - will not compile where BLAH is a bunch of different folders.
    I have it all working on Win XP. Now I am trying to make it work on FC5.
    I took the page that can compile and moved it to BLAH/BLAH folder and it does not compile now!
    OS: Fedora Core 5 (if it matters)
    What is going on? Any ideas?
    Thanks.

    sure, here it is
    Thanks for help.
    org.apache.jasper.JasperException: Unable to compile class for JSP
         org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:97)
         org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:342)
         org.apache.jasper.compiler.AntCompiler.generateClass(AntCompiler.java:248)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:288)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:267)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:255)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:556)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:296)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:245)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    root cause
    Compile failed; see the compiler error output for details.
         org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:944)
         org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:764)
         org.apache.jasper.compiler.AntCompiler.generateClass(AntCompiler.java:216)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:288)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:267)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:255)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:556)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:296)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:245)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

  • 11g and Could not compile stylesheet

    Hello,
    I using Oracle 11g R2.
    I'm using a Java Stored Procedure.
    And I'm using the Oracle's XSL file example.
    <xsl:stylesheet version="1.0"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:math="http://www.oracle.com/XSL/Transform/java/java.lang.Math">
    <xsl:template match="/">
    <xsl:value-of select="math:ceil('12')"/>
    </xsl:template>
    </xsl:stylesheet>
    And I get the following exception :
    javax.xml.transform.TransformerConfigurationException: Could not compile stylesheet
    at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:824)
    at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl.newTransformer(TransformerFactoryImpl.java:619)
    Can anybody help me ?

    I believe you should ask this question at some XML forum.
    Aman....

  • Hello I am on a macbook pro (retina IOS 9) i have installed xcodes and command line tools but codeblocks does not compile, terminal gives this message /Users/MacPc/Desktop/Untitled1: Permission denied      any one has a solution

    Hello I am on a macbook pro (retina IOS 9) i have installed xcodes and command line tools but codeblocks does not compile, terminal gives this message /Users/MacPc/Desktop/Untitled1: Permission denied      any one has a solution?? please...

    Back up all data before proceeding.
    This procedure will unlock all your user files (not system files) and reset their ownership, permissions, and access controls to the default. If you've intentionally set special values for those attributes on any of your files, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it, but you do need to follow the instructions below.
    Step 1
    If you have more than one user, and the one in question is not an administrator, then go to Step 2.
    Triple-click anywhere in the following line on this page to select it:
    sudo find ~ $TMPDIR.. -exec chflags -h nouchg,nouappnd,noschg,nosappnd {} + -exec chown -h $UID {} + -exec chmod +rw {} + -exec chmod -h -N {} + -type d -exec chmod -h +x {} + 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window by pressing command-V. I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.
    You'll be prompted for your login password, which won't be displayed when you type it. Type carefully and then press return. You may get a one-time warning to be careful. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command may take several minutes to run, depending on how many files you have. Wait for a new line ending in a dollar sign ($) to appear, then quit Terminal.
    Step 2 (optional)
    Take this step only if you have trouble with Step 1, if you prefer not to take it, or if it doesn't solve the problem.
    Start up in Recovery mode. When the OS X Utilities screen appears, select
              Utilities ▹ Terminal
    from the menu bar. A Terminal window will open. In that window, type this:
    res
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password window will open. You’re not going to reset a password.
    Select your startup volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
               ▹ Restart
    from the menu bar.

  • Robohelp HTML Not Compiling and not responding

    I have several HTML help files that I have made and are in
    the midst of editing. Once I have edited them, Robohelp will not
    compile again. It states that the file has been genertated but when
    I select "View Result" it can't find it.
    I have found some files joining together and some corrupted.
    Also Robo help is taking a very long time to open and save. I just
    finished a brand new help file and when I pressed "Save" 15 minutes
    ago, it is still reading the file.
    The more help files I do, the slower it gets and quits
    responding.
    What Can I do to fix this?

    I am having a similar problem. However, my circumstances are
    somewhat different.
    1) I am able to save and compile the project. However, each
    time that I save a topic, I can wait up to a minute or more for the
    process to complete.
    2) My project size is currently 113 MB (It will certainly be
    double or triple this size before I'm done.)
    2) I do have .CPD files...two of them, in fact. One dates
    from the point I initiated the project (or soon thereafter). The
    other is dated as of today with a time as of a recent save.
    3) When I see the Not Responding display at the top of the
    screen, I find that right clicking up to three times while waiting
    15-60 seconds between clicks seems to push the process along.
    4) My project path is C:\Program Files\RoboHelp
    Office\RoboHTML\Javalina Online Help (CS)
    5) IT tells me that I have one of the more recently purchased
    PCs in the office. My employer is a software design firm, so I
    imagine that the problem wouldn't be hardware related.
    I, too, would appreciate any tips you might have to offer.

  • Illustrator CS2 and InDesign CS2 not starting - here is how it was solved.

    This document is merely a compilation of information found at the sources named at the bottom of this document.
    Basically running older Adobe CS2 Software on a MacBook Pro 10.6.x Snow Leopard - probably like many of you that either can't afford the upgrade to CS3, CS4 or CS5, or maybe don't see the need to do so.  It's running good but it is slow since it is using Rosetta, but it does work - well, used to work.
    Illustrator CS2, InDesign CS2, Photoshop CS2, etc. were all running fine after the upgrade to Snow Leopard (under 10.6, 10.6.1 and 10.6.2).  Then the update to 10.6.3 was installed.  At the same time a bunch of other updates - including the Acrobat 8.2 update - were installed.  Not really sure what did it, but all of a sudden Illustrator CS2 stopped responding at the start up screen - no longer started up and InDesign CS2 popped the registration/licensing screen.  When trying to enter license info on first key press the application quit entirely.
    So maybe the 10.6.3 update was the culprit.  Never even thought that it could be the Acrobat 8.2/8.2.1 updates.  Then I found this thread here:
    http://forums.adobe.com/thread/613287?tstart=0 (good reading)
    Which ultimately pointed me the the instructions here:
    >start quote from http://kb2.adobe.com/cps/534/cpsid_53468.html
    Replace the corresponding files present in the “ /Library/Application Support/Adobe/TypeSpt/Unicode/Mappings/” folder with the one attached to this document.
    Download the attached Mac.dmg (http://kb2.adobe.com/cps/534/cpsid_53468/attachments/Mac.dmg) file to a machine where the issue is seen.
    Close all Adobe applications
    Double Click the Mac.dmg file to mount it.
    Copy Mac folder from mounted image. Paste it to /Library/ApplicationSupport/Adobe/TypeSpt/Unicode/Mappings/.
    A message appears to confirm to replace the existing 'Mac' folder. Replace the 'Mac' folder.
    Launch Illustrator or InDesign CS or CS 2.
    The Mac folder attached to this KB document already has the correct permissions set, so it should not be necessary to complete the steps below. However there may be cases where the permissions for the Mac folder get overwritten. In such a case, the original issue can reoccur. To solve this issue, complete the steps below:
    Follow Solution 1 and make sure that all Adobe applications are closed.
    Right or Control click and select 'Get Info' on the Mac folder  in “ /Library/Application Support/Adobe/TypeSpt/Unicode/Mappings/”, which you have copied from the .dmg file attached to this document.
    Verify that under 'Sharing and Permissions' all users listed have no write access
    If a change is required, click the padlock symbol and provide your Administrator credentials
    Select the user which has Write access and change it to 'Read Only'.
    Ensure the user 'Everyone' is set to 'No Access.
    To check if the issue has been solved, launch Acrobat 8.2 and then Illustrator or InDesign CS or CS 2.
    < end quote
    Even after following the instructions still "no love" from Illustrator CS2 or InDesign CS2.  InDesign did no longer show the registration screen, but it didn't continue launching, and Illustrator progressed further along in the start up sequence but also never finished launching.
    Then I found another article on the adobe site.  I am just quoting the part performed  and which ultimately did the trick.
    >start quote from http://kb2.adobe.com/cps/326/326388.html
    Steps 1 and 2 are not relevant so no need to do them
    3. At the Finder, choose File > Find.
    4. TypeAdobeFnt10.lst (Illustrator CS2), select the system drive, and then press Return.
    5. Delete all AdobeFnt10.lst files found.
    6. Restart the computer.
    7. Restart Illustrator. Illustrator creates a new Adobefnt10.lst or AdobeFnt07.lst file.
    < end quote
    So, this solved the problems at least for the time being.  Hope this helps someone else a bit.
    Download files:
    http://kb2.adobe.com/cps/534/cpsid_53468/attachments/Mac.dmg
    Sources:
    http://forums.adobe.com/thread/613287?tstart=0
    http://kb2.adobe.com/cps/534/cpsid_53468.html
    http://kb2.adobe.com/cps/326/326388.html

    Illustrator CS2 stopped working for me on Snow Leopard as well. What it all boiled down to was not to update to 12.0.1. Not sure which release of Snow Leopard I was on when I figured that out but I keep up-to-date, am now at 10.6.6 and CS2 still works fine. I keep getting prompted to update to 12.0.1 from time to time but just cancel it.
    I'm fairly sure I was at 12.0.1 already when I moved from Leopard to Snow Leopard and it was that, not a Snow Leopard update, that "broke" CS2 12.0.1. If I remember correctly, if you now try to apply the update, it won't go through with it anyway.

  • Current server is the coordinator and transaction is not found

    Hi,
    We're using Weblogic 8.1 SP3. We have a single weblogic domain and 2 clusters in it. EAR1 is deployed in cluster 1 and EAR2 is deployed in cluster 2. EAR2 is compiled and created using j2ee.jar and not weblogic.jar.
    We have a MessageDrivenBean which is CMT / Required in EAR1 calls a BMT Stateless Session Bean in EAR2.
    A new transaction is begun in the BMT SB method and commit or rollback is called based on exception. A RuntimeException is thrown back to the MDB in case the transaction is rolled back in Bean Managed SB.
    Sometimes from the Bean Managed SB the following exception is thrown:
    javax.transaction.TransactionRolledbackException: Current server is the coordinator and transaction is not found. It was probably rolled back and forgotten already.
         at weblogic.rjvm.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:108)
         at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:284)
         at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:244)
         at com.oakgrovesystems.reactor.frontDesk.EJBFrontDeskBean_1gq9kv_EOImpl_813_WLStub.handleRequest(Unknown Source)
         at com.oakgrovesystems.reactor.requests.ReactorRequest.send(ReactorRequest.java:212)
         at com.oakgrovesystems.reactor.client.EJBReactorProxy.sendRequest(EJBReactorProxy.java:44)
         at com.oakgrovesystems.reactor.client.AbstractReactorProxy.handleRequest(AbstractReactorProxy.java:52)
         at sun.reflect.GeneratedMethodAccessor153.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at tavant.bpm.client.proxy.DynamicFailoverReactorProxy.invoke(DynamicFailoverReactorProxy.java:84)
         at $Proxy11.handleRequest(Unknown Source)
         at tavant.bpm.client.ProcessHome.handleRequest(ProcessHome.java:298)
         at tavant.bpm.client.ProcessHome.startProcess(ProcessHome.java:87)
         at tavant.bpm.client.processor.CreateWorkflowInstance.startProcess(CreateWorkflowInstance.java:70)
         at tavant.bpm.client.processor.CreateWorkflowInstance.invoke(CreateWorkflowInstance.java:51)
         at tavant.bpm.ejb.AsynchronousProcessorMessageBean.onMessage(AsynchronousProcessorMessageBean.java:58)
         at weblogic.ejb20.internal.MDListener.execute(MDListener.java:370)
         at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:262)
         at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2678)
         at weblogic.jms.client.JMSSession.execute(JMSSession.java:2598)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    This is not consistently reproducible though it happens when server is heavily loaded. When this exception occurs, the transaction in the BMT Session Bean is actually getting committed! The message gets redelivered from the MDB.
    What could be the problem?
    Regards
    Sandhya

    I'm seeing a similiar problem on our servers recently and thought I would add my problem as well. We are using Weblogic 8.1; don't know which SP is in production. We have an EAR file with an SB EJB that puts messages in a queue. The EAR is deployed in a cluster along with the queues. The errors below occurred in 3 of the 4 WLS instances in our cluster. This happened during a peak period and lasted for several seconds in Production.
    ###<Jul 1, 2005 11:18:12 AM EDT> <Warning> <RMI> <exsdxtxeax1x.prod.xxxx.xxx> <ems-04> <ExecuteThread: '12' for queue: 'web
    logic.kernel.Default'> <<WLS Kernel>> <> <BEA-080006> <Failed to associate the transaction context with the response while marshall
    ing an exception to the client:
    javax.transaction.TransactionRolledbackException: Current server is the coordinator and transaction is not found. It was probably
    rolled back and forgotten already..
    javax.transaction.TransactionRolledbackException: Current server is the coordinator and transaction is not found. It was probably
    rolled back and forgotten already.
    at weblogic.transaction.internal.TransactionManagerImpl.sendResponse(Ljava.lang.Object;)Ljava.lang.Object;(TransactionManag
    erImpl.java:1438)
    at weblogic.rmi.internal.BasicServerRef.associateTxContext(Lweblogic.rmi.spi.InboundRequest;Lweblogic.rmi.spi.OutboundRespo
    nse;)V(BasicServerRef.java:490)
    at weblogic.rmi.internal.BasicServerRef.postInvoke(Lweblogic.rmi.extensions.server.RuntimeMethodDescriptor;Lweblogic.rmi.sp
    i.InboundRequest;Lweblogic.rmi.spi.OutboundResponse;Ljava.lang.Throwable;)V(Optimized Method)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(Lweblogic.rmi.spi.InboundRequest;)V(Optimized Method)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(Lweblogic.kernel.ExecuteThread;)V(Optimized Method)
    at weblogic.kernel.ExecuteThread.execute(Lweblogic.kernel.ExecuteRequest;)V(Optimized Method)
    at weblogic.kernel.ExecuteThread.run()V(ExecuteThread.java:178)
    at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread;)V(Unknown Source)
    >

  • Sometimes when I play songs in Itunes by double clicking on them, Itunes will place the song as the first one on the album.  It will chnage the order of the songs on the album, and I can not switch them back to the correct order.

    Sometimes when I play songs in Itunes by double clicking on them, Itunes will place the song as the first one on the album.  It will chnage the order of the songs on the album, and I can not switch them back to the correct order.  This onloy seems to happen when I double-click on the song to play it in itunes.  If I just hit play, this doesnt happen.  As a result, I have several albums now in which the songs are in the wrong order.  Its very frustrating, as this error then transfers over to my ipod every time I sync it.  When I choose the info. for the songs, it has them correctly listed (i.e., it lists the songs as being #1 of 19 on the CD, for example).  But then the song will have placed by Itunes as #5 of 19 for whatever reason.  Itunes does not do this every time, but does it with enough frequency to be maddening.  Any thoughts?

    The problem of tracks becoming de-linked between iTunes and the music files in your iTunes music folder happens for different reasons - this seems to come up fairly commonly in this forum.
    The solution can be to locate each song in the iTunes library, as you mentioned - or, but wait, before I get to that...
    trouble finding the original track in your iTunes music folder? maybe look for it under compilations, or if not using the 'group compilations preference' then look in the folder under the songs artist name, but what song artist name iTunes uses depends on what you have in the metedata tag spot for album artist or song artist. Any varyation in artist name spelling, in the menu item 'get info' metadata for any selected individual track will cause iTunes to create that as a separate artist folder in the library, even names like 'various' or any difference at all (even the word 'the' can change where in your iTunes music folder a track gets placed by iTunes). You can try to use the finder function of find file (finder munu item outside of iTunes) to locate hard to find items.
    Back to how to re-link any de-linked tracks .
    There may be scripts that can help re-link de-linked music files - or, at least provide you a list of such files, Scripts are easy to install and use...
    at Dougs Scripts, there is one called iTunes Track CPR that might work
    http://dougscripts.com/itunes/scripts/ss.php?sp=itunestrackcpr
    or, if you just want a list of de-linked tracks, go to
    http://dougscripts.com/itunes/
    and find the script called List MIA's, this will create a text file listing all de-linked tracks
    if you review the thread at
    https://discussions.apple.com/thread/3633708
    also the thread at
    https://discussions.apple.com/message/17513078#17513078
    you may find more insight into dealing with this kind of issue there, although some of that thread may not apply to your case, aspects of it might help.
    Good luck.

  • How do I select multiple songs and uncheck them from compilations (itunes 10.5.2)

    So I found to my annoinance that itunes has recently moved much of my music to compilations that shouldn't be there. I tried searching online for how to turn compilations off or select multiple songs and uncheck them from compilations all at once and although I found both answers, they must have only worked for older versions of itunes. I no longer can find the option to turn off compilations under preferences and when I try to select multiple songs at a time then press "Get Info" the "part of a compilation" checkmark is not there. It is only there when one song is highlighted. This is very frustrated. In fact I would venture to say I've never been so angry with Apple. There are 609 songs "stuck" in my freaking compilations! I don't have time nor should I have to take the time to go through every single song right clicking it, pressing "Get info", unchecking "part of compilation" then clicking ok. WAY TOO MUCH TIME! If anyone has any good news on a faster way to do this I'd be VERY THANKFUL!

    This was a life saver! I even started to manually tick the box as well!

  • Solution manger down due to disp+work down and j2ee is not starting.

    Message:
    Dear All i am having big problem our solution manager is down kindly help me to solve this problem. system configuration: solution manger 7.01 ehp1 this was upgraded from nw04s a year back .
    yesterday iwas trying to upgrade from sp19 to sp24 then when i try to connect jspm then the problem started.
    1. when i ran JSPM it was asking for SDM password and i have provided the password and i am 100 % sure it is the correct password. but still the sytem is not accepting the password.
    2. at the same time i tried config tool but it is giving an error message (error while connecting DB)
    3.now i want to uninstall solman and restore the DB but even sapinst is giving error below is the error from sapinst_dev. TRACE Running with toplevel file C:\Program Files/sapinst_instdir/SOLMAN/LM/UNINSTALL/AS/toplevel.xml TRACE Running with dialog file C:\Program Files/sapinst_instdir/SOLMAN/LM/UNINSTALL/AS/dialog.xml TRACE Running with keydb file C:\Program Files/sapinst_instdir/SOLMAN/LM/UNINSTALL/AS/keydb.xml TRACE Opened iaejs701.dll TRACE Opened iacdlib701.dll TRACE Opened iaccdlib.dll TRACE Opened iapasswdman701.dll TRACE This is SAPinst, version 701, make variant 700_REL, build 844351 compiled on Aug 9 2006, 07:13:26 TRACE \[synxcaccmg.cpp:640\] CSyADsPath::fromString(INT\gsmadm) Account INT/gsmadm has ADS path 'WinNT://INT/gsmadm' TRACE \[synxcaccnt.cpp:967\] iastring CSyAccountImpl::getSID(IUnknown* pUnk) const gsmadm has SID S-1-5-21-1482476501-1715567821-1801674531-7805 TRACE \[synxcuser.cpp:1088\] CSyUserImpl::isExistingOnOS() existence check for user gsmadm returned true. TRACE \[syxxccache.cpp:208\] CSyAccountCache::getUserImpl(name="INT\gsmadm", sid="", create=false, ISyProgressObserver* ) inserted account (gsmadm, S-1-5-21-1482476501-1715567821-1801674531-7805, USER) into the accountcache. TRACE \[syxxsyshlp.cpp:175\] syslib::logSystemState() Process environment =================== Environment Variables ===================== = C:=C:\Program Files\sapinst_instdir\SOLMAN\LM\UNINSTALL\AS = E:=E:\solmansoftware\INSTMASTER\IM_WINDOWS_I386 ALLUSERSPROFILE = C:\Documents and Settings\All Users APPDATA = C:\Documents and Settings\gsmadm\Application Data CLIENTNAME = 1DXBHOITALTA795 ClusterLog = C:\WINDOWS\Cluster\cluster.log CommonProgramFiles = C:\Program Files\Common Files COMPUTERNAME = SAPSOL01 ComSpec = C:\WINDOWS\system32\cmd.exe DBMS_TYPE = mss FP_NO_HOST_CHECK = NO HOMEDRIVE = C: HOMEPATH = \Documents and Settings\gsmadm JAVA_HOME = C:\j2sdk1.4.2_11 lib = C:\Program Files\SQLXML 4.0\bin\ LOGONSERVER =
    1DXBSFDCADR02 MSSQL_DBNAME = GSM MSSQL_SCHEMA = gsm MSSQL_SERVER = SAPSOL01 NUMBER_OF_PROCESSORS = 4 OS = Windows_NT Path = C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\GSM\SYS\exe\uc\NTI386;E:\usr\sap\GSM\SYS\exe\uc\NTI386 PATHEXT = .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH PROCESSOR_ARCHITECTURE = x86 PROCESSOR_IDENTIFIER = x86 Family 6 Model 15 Stepping 6, GenuineIntel PROCESSOR_LEVEL = 6 PROCESSOR_REVISION = 0f06 ProgramFiles = C:\Program Files SAPEXE = D:\usr\sap\GSM\SYS\exe\uc\NTI386 SAPINST_EXEDIR_CD = E:/solmansoftware/INSTMASTER/IM_WINDOWS_I386 SAPLOCALHOST = sapsol01 SAPSYSTEMNAME = GSM SESSIONNAME = RDP-Tcp#1 SystemDrive = C: SystemRoot = C:\WINDOWS TEMP = C:\WINDOWS\TEMP\1 TMP = C:\WINDOWS\TEMP\1 USERDNSDOMAIN = INT.GULF-NEWS.COM USERDOMAIN = INT USERNAME = gsmadm USERPROFILE = C:\Documents and Settings\gsmadm windir = C:\WINDOWS User: INT\gsmadm, Id: S-1-5-21-1482476501-1715567821-1801674531-7805 Working directory: C:\Program Files\sapinst_instdir\SOLMAN\LM\UNINSTALL\AS Current access token ==================== Could not get thread token. Last error: 1008. I assume that no thread token exists. Got process token. Privileges: Privilege SeBackupPrivilege, display name: Back up files and directories, not enabled. Privilege SeRestorePrivilege, display name: Restore files and directories, not enabled. Privilege SeShutdownPrivilege, display name: Shut down the system, not enabled. Privilege SeDebugPrivilege, display name: Debug programs, not enabled. Privilege SeAssignPrimaryTokenPrivilege, display name: Replace a process level token, not enabled. Privilege SeLockMemoryPrivilege, display name: Lock pages in memory, not enabled. Privilege SeSystemEnvironmentPrivilege, display name: Modify firmware environment values, not enabled. Privilege SeIncreaseQuotaPrivilege, display name: Adjust memory quotas for a process, not enabled. Privilege SeChangeNotifyPrivilege, display name: Bypass traverse checking, enabled. Privilege SeRemoteShutdownPrivilege, display name: Force shutdown from a remote system, not enabled. Privilege SeTcbPrivilege, display name: Act as part of the operating system, not enabled. Privilege SeUndockPrivilege, display name: Remove computer from docking station, not enabled. Privilege SeSecurityPrivilege, display name: Manage auditing and security log, not enabled. Privilege SeTakeOwnershipPrivilege, display name: Take ownership of files or other objects, not enabled. Privilege SeLoadDriverPrivilege, display name: Load and unload device drivers, not enabled. Privilege SeManageVolumePrivilege, display name: Perform volume maintenance tasks, not enabled. Privilege SeSystemProfilePrivilege, display name: Profile system performance, not enabled. Privilege SeImpersonatePrivilege, display name: Impersonate a client after authentication, enabled. Privilege SeSystemtimePrivilege, display name: Change the system time, not enabled. Privilege SeCreateGlobalPrivilege, display name: Create global objects, enabled. Privilege SeProfileSingleProcessPrivilege, display name: Profile single process, not enabled. Privilege SeIncreaseBasePriorityPrivilege, display name: Increase scheduling priority, not enabled. Privilege SeCreatePagefilePrivilege, display name: Create a pagefile, not enabled. Groups: Group count: 15 \LOCAL S-1-2-0 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED BUILTIN\Administrators S-1-5-32-544 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED SE_GROUP_OWNER \Everyone S-1-1-0 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED BUILTIN\Users S-1-5-32-545 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED INT\Domain Users S-1-5-21-1482476501-1715567821-1801674531-513 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED INT\SAP_GSM_GlobalAdmin S-1-5-21-1482476501-1715567821-1801674531-7807 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED NT AUTHORITY\INTERACTIVE S-1-5-4 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED INT\CERTSVC_DCOM_ACCESS S-1-5-21-1482476501-1715567821-1801674531-7112 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED SE_GROUP_RESOURCE SAPSOL01\SAP_LocalAdmin S-1-5-21-3396065928-4188363256-2833855170-1012 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED SAPSOL01\SAP_GSM_LocalAdmin S-1-5-21-3396065928-4188363256-2833855170-1013 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED NT AUTHORITY\Authenticated Users S-1-5-11 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED BUILTIN\Remote Desktop Users S-1-5-32-555 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED NT AUTHORITY\REMOTE INTERACTIVE LOGON S-1-5-14 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT SE_GROUP_ENABLED \ S-1-5-5-0-340695 Attributes: SE_GROUP_MANDATORY SE_GROUP_ENABLED_BY_DEFAULT S

    No Ty. Pid      Status  Cause Start Err Sem CPU    Time  Program          Cl  User         Action                    Table
    0 DIA     5452 Ended         no      1   0        0                                                                         
    1 DIA     4224 Ended         no      1   0        0                                                                         
    2 DIA     4316 Ended         no      1   0        0                                                                         
    3 DIA     2124 Ended         no      1   0        0                                                                         
    4 DIA     5108 Ended         no      1   0        0                                                                         
    5 DIA      468 Ended         no      1   0        0                                                                         
    6 DIA      756 Ended         no      1   0        0                                                                         
    7 DIA     2204 Ended         no      1   0        0                                                                         
    8 DIA     5084 Ended         no      1   0        0                                                                         
    9 DIA     4760 Ended         no      1   0        0                                                                         
    10 UPD     4728 Ended         no      1   0        0                                                                         
    11 UPD     5284 Ended         no      1   0        0                                                                         
    12 ENQ     4992 Ended         no      1   0        0                                                                         
    13 BTC     5264 Ended         no      1   0        0                                                                         
    14 BTC      672 Ended         no      1   0        0                                                                         
    15 SPO     5672 Ended         no      1   0        0                                                                         
    16 UP2     5316 Ended         no      1   0        0                                                                         
    Dispatcher Queue Statistics               Mon Jan 24 06:36:23 2011
    ===========================
    --------++++--
    +
    Typ
    now
    high
    max
    writes
    reads
    --------++++--
    +
    NOWP
    0
    2
    2000
    5
    5
    --------++++--
    +
    DIA
    5
    5
    2000
    5
    0
    --------++++--
    +
    UPD
    0
    0
    2000
    0
    0
    --------++++--
    +
    ENQ
    0
    0
    2000
    0
    0
    --------++++--
    +
    BTC
    0
    0
    2000
    0
    0
    --------++++--
    +
    SPO
    0
    0
    2000
    0
    0
    --------++++--
    +
    UP2
    0
    0
    2000
    0
    0
    --------++++--
    +
    max_rq_id          12
    wake_evt_udp_now     0
    wake events           total     8,  udp     5 ( 62%),  shm     3 ( 37%)
    since last update     total     8,  udp     5 ( 62%),  shm     3 ( 37%)
    Dump of tm_adm structure:               Mon Jan 24 06:36:23 2011
    =========================
    Term    uid  man user    term   lastop  mod wp  ta   a/i (modes)
    Workprocess Comm. Area Blocks               Mon Jan 24 06:36:23 2011
    =============================
    Slots: 300, Used: 1, Max: 1
    --------++--
    +
    id
    owner
    pid
    eyecatcher
    --------++--
    +
    0
    DISPATCHER
    -1
    WPCAAD000
    NiWait: sleep (5000ms) ...
    NiISelect: timeout 5000ms
    NiISelect: maximum fd=1501
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jan 24 10:36:28 2011
    NiISelect: TIMEOUT occured (5000ms)
    DpHalt: shutdown server >sapsol01_GSM_01                         < (normal)
    DpJ2eeDisableRestart
    MsIDelService: delete service J2EE for myself
    NiBufSend starting
    NiIWrite: hdl 3 sent data (wrt=161,pac=1,MESG_IO)
    MsINiWrite: sent 161 bytes
    send msg (len 110+51) to name           MSG_SERVER, type 0, key -
    MsSndName: MS_DEL_PROPERTY ok
    Send 51 bytes to MSG_SERVER
    MS_DEL_PROPERTY : asynchronous call
    send MsDelService(J2EE) to msgserver
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=4664)
    killing process (4664) (SOFT_KILL)
    ERROR => DpProcKill: kill failed [dpntdisp.c   371]
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    SiSelNClear: set events of sock 1464 to: ---
    SiSelNRemove: removed sock 1464 (pos=2)
    SiSelNRemove: removed sock 1464
    NiSelIRemove: removed hdl 2
    DpDelSocketInfo: del info for socket 2 (type=7)
    NiICloseHandle: shutdown and close hdl 2 / sock 1464 - sock -1
    DpModState: buffer in state MBUF_PREPARED
    NiBufSend starting
    NiIWrite: hdl 3 sent data (wrt=110,pac=1,MESG_IO)
    MsINiWrite: sent 110 bytes
    MsIModState: change state to SHUTDOWN
    DpModState: change server state from STARTING to SHUTDOWN
    Switch off Shared memory profiling
    ShmProtect( 57, 3 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RW
    ShmProtect( 57, 1 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RD
    DpWakeUpWps: wake up all wp's
    Stop work processes
    Stop gateway
    killing process (1144) (SOFT_KILL)
    Stop icman
    killing process (3852) (SOFT_KILL)
    Terminate gui connections
    wait for end of work processes
    wait for end of gateway
    [DpProcDied] Process lives  (PID:1144  HANDLE:1472)
    waiting for termination of gateway ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1501
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jan 24 10:36:29 2011
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process died  (PID:1144  HANDLE:1472)
    wait for end of icman
    [DpProcDied] Process lives  (PID:3852  HANDLE:1476)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1501
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jan 24 10:36:30 2011
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3852  HANDLE:1476)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1501
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jan 24 10:36:31 2011
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3852  HANDLE:1476)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1501
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jan 24 10:36:32 2011
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3852  HANDLE:1476)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1501
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jan 24 10:36:33 2011
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3852  HANDLE:1476)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1501
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jan 24 10:36:34 2011
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3852  HANDLE:1476)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1501
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jan 24 10:36:35 2011
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3852  HANDLE:1476)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1501
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jan 24 10:36:36 2011
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3852  HANDLE:1476)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1501
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jan 24 10:36:37 2011
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3852  HANDLE:1476)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1501
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jan 24 10:36:38 2011
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3852  HANDLE:1476)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1501
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jan 24 10:36:39 2011
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:3852  HANDLE:1476)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1501
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jan 24 10:36:40 2011
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process died  (PID:3852  HANDLE:1476)
    [DpProcDied] Process died  (PID:4664  HANDLE:1456)
    DpStartStopMsg: send stop message (myname is >sapsol01_GSM_01                         <)
    DpStartStopMsg: Write AD_STARTSTOP message with type=  0, name=sapsol01_GSM_01     , sapsysnr= 1, hostname=sapsol01                                                       
    AdGetSelfIdentRecord: >                                                                           <
    AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 4 (AD_STARTSTOP), ser 0, ex 0, errno 0
    DpConvertRequest: net size = 189 bytes
    NiBufSend starting
    NiIWrite: hdl 3 sent data (wrt=562,pac=1,MESG_IO)
    MsINiWrite: sent 562 bytes
    send msg (len 110+452) to name                    -, type 4, key -
    DpStartStopMsg: stop msg sent
    NiIRead: hdl 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 3 received data (rcd=114,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=114
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 114 bytes
    MSG received, len 110+4, flag 3, from MSG_SERVER          , typ 0, key -
    DpHalt: received 4 bytes from message server
    NiIRead: hdl 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 3 recv would block (errno=EAGAIN)
    NiIRead: read for hdl 3 timed out (0ms)
    DpHalt: no more messages from the message server
    DpHalt: send keepalive to synchronize with the message server

  • Error while transforming XSLT,"Could not compile stylesheet"

    Hi,
    During transformation of my XSLT I needs to fetch data from method named *"myMethod(String str)"*, which is in *"mypackage.test.MyClass"* class. MyClass is in{color:#000000} XXX.jar. {color}
    This XXX.jar is not in context of my web application.*
    Following is part of XSLT which I am using.
    <?xml version="1.0"?>
    <xsl:stylesheet version="1.0" xmlns:aaa="mypackage.test.MyClass">
    <xsl:template match="/responseData">
    <xsl:for-each select="response">
    <XMLResponse>
    <xsl:for-each select="status">
    <xsl:variable name="Vvar_ResResponseType" select="."/>
    <xsl:attribute name="ResResponseType">
    <xsl:value-of select="aaa:myMethod($Vvar_ResResponseType)"/>
    </xsl:attribute>
    </xsl:for-each>
    </XMLResponse>
    </xsl:for-each>
    </xsl:template>
    </xsl:stylesheet>So I tried to use reflection API to load XXX.jar file at runtime.
    But while transforming Transformer does not find "myMethod(String str)" and gives error like "Could not compile stylesheet"
    Following is full exception stacktrace
    ERROR:  'The first argument to the non-static Java function 'myMethod' is not a valid object reference.'
    FATAL ERROR:  'Could not compile stylesheet'
    javax.xml.transform.TransformerConfigurationException: Could not compile stylesheet
    at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:829)
    at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl.newTransformer(TransformerFactoryImpl.java:623)
    at com.actl.dxchange.utilities.Transformation.transform(Transformation.java:83)
    at com.actl.dxchange.base.BaseConnector.transform(BaseConnector.java:330)
    at com.actl.dxchange.connectors.KuoniConnector.doRequestProcess(KuoniConnector.java:388)
    at com.actl.dxchange.connectors.KuoniConnector.hotelAvail(KuoniConnector.java:241)
    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)
    ...........Please suggest is there any other way, so that Transformer can find required bean class from XXX.jar duruing transformation process.
    Thanks & Regards,
    Rohit Lad
    Edited by: Rohit_Lad on Jan 29, 2009 7:38 PM
    Edited by: Rohit_Lad on Jan 30, 2009 9:57 AM
    Edited by: Rohit_Lad on Jan 30, 2009 10:02 AM

    Got the solution from forum named
    "Reflections & Reference Objects"
    Following is link for whom encountered this issue.
    http://forums.sun.com/thread.jspa?threadID=5362426
    Edited by: Rohit_Lad on Jan 30, 2009 2:35 PM

  • I have a problem in this that i want to paas a form in a case that when user pres n then it must go to a form but error arises and not working good and threading is not responding

    made in cosmos help please need it
    using System;
    using Cosmos.Compiler.Builder;
    using System.Threading;
    using System.Windows.Forms;
    namespace IUOS
        class Program
            #region Cosmos Builder logic
            // Most users wont touch this. This will call the Cosmos Build tool
            [STAThread]
            static void Main(string[] args)
                BuildUI.Run();
            #endregion
            // Main entry point of the kernel
            public static void Init()
                var xBoot = new Cosmos.Sys.Boot();
                xBoot.Execute();
                Console.ForegroundColor = ConsoleColor.DarkBlue;
                a:
                Console.WriteLine("------------------------------");
                Console.WriteLine("WELCOME TO THE NEWLY OS MADE BY THE STUDENTS OF IQRA UNIVERSITY!");
                Console.WriteLine("------------------------------");
                Console.WriteLine();
                Console.WriteLine();
                Console.WriteLine();
                Console.WriteLine("\t _____                                
                Console.WriteLine("\t|     |        |            |        
    |            |      |");
                Console.WriteLine("\t|     |        |            |        
    |            |      |");
                Console.WriteLine("\t|     |        |            |        
    |            |      |");
                Console.WriteLine("\t|     |        |            |        
    |            |      |___________");
                Console.WriteLine("\t|     |        |            |        
    |            |                  |");
                Console.WriteLine("\t|     |        |            |        
    |            |                  |");
                Console.WriteLine("\t|     |        |            |        
    |            |                  |");
                Console.WriteLine("\t|     |        |            |        
    |            |                  |");
                Console.WriteLine("\t|     |        |            |        
    |            |                  |");
                Console.WriteLine("\t|_____|        |____________|         |____________|      ____________");
                string input;
                Console.WriteLine();
                Console.Write("\nAbout OS     : a");
                Console.Write("\nTo Shutdown  : s");
                Console.Write("\nTo Reboot    : r");
                Console.Write("\nStart Windows Normaly : n");
                Console.WriteLine();
                input = Console.ReadLine();
                if (input == "s" || input == "S"){
                    Cosmos.Sys.Deboot.ShutDown();
                else
                if (input == "r" || input == "R"){
                    Cosmos.Sys.Deboot.Reboot();
                else
                if (input == "a" || input == "A"){
                    Console.ForegroundColor = ConsoleColor.DarkBlue;
                    Console.Clear();
                    Console.WriteLine("\n\n\n-------------------------------------");
                    Console.WriteLine("version: DISPLAYS OS VERSION");
                    Console.WriteLine("about: DISPLAYS INFO ABOUT ANGRY OS");
                    Console.WriteLine("hello or hi: DISPLAYS A HELLO WORLD");
                    Console.WriteLine("MESSAGE THAT WAS USED TO TEST THIS OS!!");
                    Console.WriteLine("-----------------------------------");
                    Console.Write("You Want to know : ");
                    input = Console.ReadLine();
                    if (input == "version"){
                        Console.WriteLine("--------------------");
                        Console.WriteLine("OS VERSION 0.1");
                        Console.WriteLine("--------------------");
                    else
                    if (input == "about"){
                        Console.WriteLine("--------------------------------------------");
                        Console.WriteLine("OS IS DEVELOPED BY Qazi Jalil-ur-Rahman & Syed Akber Abbas Jafri");
                        Console.WriteLine("--------------------------------------------");
                    Console.Write("Want to go back to the main window");
                    Console.Write("\nYes : ");
                    string ans = Console.ReadLine();
                    if (ans == "y" || ans == "Y")
                        goto a;
                        Thread.Sleep(10000);
                    else
                    if (input == "n" || input == "N")
                        Thread.Sleep(5000);
                        Console.Clear();
                        for (int i = 0; i <= 0; i++){
                            Console.Write("\n\n\n\n\t\t\t\t\t  ____        ____   ___  
                            Console.Write("\n\t\t|\t\t |  |      |    |     
    |   |  | |  |  |");
                            Console.Write("\n\t\t|\t|    |  |----  |    |     
    |   |  | |  |  |---");
                            Console.Write("\n\t\t|____|____|  |____  |___ |____  |___|  |    |  |___");
                            Thread.Sleep(500);
                        Thread.Sleep(5000);
                        Console.Clear();
                        BootUserInterface();
                        Console.ReadLine();
    //                    Form1 fo = new Form1();
                    else{
                        for (int i = 0; i <= 5; i++){
                            Console.Beep();
                            Thread.Sleep(1000);
                            goto a;
                while (true);
            private static void BootUserInterface() {
                Thread t = new Thread(UserInterfaceThread);
                t.IsBackground = true;
                t.SetApartmentState(ApartmentState.STA);
                t.Start();
            private static void UserInterfaceThread(object arg) {
                Form1 frm = new Form1();  // use your own
                Application.Run(frm);
     

    Hi
    Jalil Cracker,
    >>when user pres n then it must go to a form but error arises and not working good and threading is not respondin
    Could you post the error information? And which line caused this error?
    If you want to show Form1, you can use form.show() method
    Form1 frm = new Form1();
    frm.Show();
    In addition, Cosmos is an acronym for C# Open Source Managed Operating System. This is not Microsoft product.If the issue is related to Cosmos, it would be out of our support. Thanks for your understanding. And you need raise an issue at Cosmos site.
    Best regards,
    kristin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for

  • How to configure evtouch without xorg.conf

    So Im using evtouch for my egalax touchsreen, almost working Axes are screwed up. I cant figure out what file and how Im supposed to edit to get axes right. Heres my Xorg.0.log X.Org X Server 1.6.3 Release Date: 2009-7-31 X Protocol Version 11, Revis

  • Production orders not to be considered during MRP run

    Dear SAPeers, i want to know how to ensure that open production orders are not considered during the MRP run. the following is the scenario. PIR for march after MRP run creates a planned order. this planned order is converted to production order. now

  • How to switch 0ff an add-ons compatibility checking while each Firefox starting?

    Mentioned problem suddenly appeared after Firefox to 7.0 version upgrade. This constant checking is rather irritating!

  • Problem when call store procedure over a database link

    Hi all, I've create a database link in server "EAST" similar like: CREATE DATABASE LINK db_link CONNECT TO tiger IDENTIFIED BY scott USING 'abc'; and from server "EAST" i ran the procedure located in server "WEST" somethin like: exec testing_procedur

  • Regexp Stack Overflow

    Hey Guys, I want to remove all script tags from a string containing html sourcecode. Unfortunately the regexp dies. s = s.replaceAll("<script(\n|\t|\f|\r|.)*</script>", " ");which results in: Exception in thread "Thread-14" java.lang.StackOverflowErr