ATGDustCase - Unable to load the components when the nuclues is starting up

Hi,
Below is the ATGDust Case code to unit test existing DropletInvoker. But when we invoke the code it is unable to start the nucleus and throwing error like:-
Unable to resolve component /atg/dynamo/service/groupconfig/Configuration
java.lang.NoSuchFieldError: TRACE
at org.jboss.logging.Log4jLogger.translate(Log4jLogger.java:60)
I am using ATG 10.2 and I have tried with various Log4j versions like:-
log4j-1.2.13.jar
log4j-1.2.14.jar
log4j-1.2.17.jar
But none of them worked, all these JARS are in the .classpath as well as JUnit classpath. But still the above error persists? Below is the Junit test class in ATGDust.
public class DropletInvokerTest extends AtgDustCase
  String ATGHOMEPROPERTY = "C:/ATG/ATG10.2/home";
  final String ATGHOME = "C:/ATG/ATG10.2/home";
  static boolean isNucleusUp;
  Nucleus mNucleus;
  Logger mLogger = Logger.getLogger(this.getClass());
  * Start up Nucleus with Initial services
  protected void setUp() throws Exception
  super.setUp();
  String dynamoHome = System.getProperty(ATGHOMEPROPERTY);
  if (dynamoHome == null)
  System.setProperty(ATGHOMEPROPERTY, ATGHOME);
  File configpath = null;
  configpath = NucleusTestUtils.getConfigpath(
  DropletInvokerTest.class,
  DropletInvokerTest.class.getName(), true);
  copyConfigurationFiles(new String[]
  { "D:/ATGDust_Test/modules/junit/commerce/config" },
  configpath.getAbsolutePath(), new String[]
  { ".svn" });
  mNucleus = NucleusTestUtils.startNucleusWithModules(new String[]
  { "DAS", "DafEar" }, this.getClass(), "/atg/dynamo/droplet/Switch");
  * Shut down Nucleus
  protected void tearDown() throws Exception
  super.tearDown();
  ServletUtil.setCurrentRequest(null);
  if (mNucleus != null)
  NucleusTestUtils.shutdownNucleus(mNucleus);
  mNucleus = null;
  /** Test the DropletInvoker */
  public void testInvoker() throws ServletException, IOException
  doTestSwitch();
  public void doTestSwitch() throws ServletException, IOException
  DropletInvoker invoker = new DropletInvoker(mNucleus);
  DynamoHttpServletRequest request = invoker.getRequest();
  DropletResult result = null;
  request.setParameter("value", "foo");
  result = invoker.invokeDroplet("/atg/dynamo/droplet/Switch");
  assertNotNull("Make sure that foo got rendered",
  result.getRenderedOutputParameter("foo"));
  System.out.println("result.getRenderedOutputParameter(foo)-->"
  + result.getRenderedOutputParameter("foo"));
Please Clarify , what is the problem here?
Regards,
ATGCrazy

Hi,
To add the local administrators in the User Rights assignments
1) Start>Run>gpedit.msc
2) Computer Configuration>Windows Settings>Security Settings>Local Policies>User Rights Assignments
3) Double click  on Back up files and directories and add the Administrators.
4) Double click  on Restore files and directories and add the Administrators.
5) Close  the window and reboot the machine.
6) Try to add the machine to the domain.
If  the issue persist, Reset the security database.
1) Open MMC
2) Add Security Configuration and Analysis tool
3) Right click Security Configuration and Analysis in the left pane
4) Select open database
5) In the new database, type in secnew.sdb, click ok.
6) Select setup defltbase.inf as the template to import from C:\Windows\inf, click ok.
7) Rightclick Security Configuration and Analysis in the left pane again
8) Select configure computer
9) Reboot the machine.
10) Try adding the machine to the domain.
Hope this helps!
Best Regards
Elytis Cheng
Elytis Cheng
TechNet Community Support
By the way folks, this is the FIX that worked for me.  No need to go re-installing the OS
Paul E Coz

Similar Messages

  • I activated iTunes Match and ever since have been unable to load itunes. When I choose to open the app, a message "library loading" appears but nothing happens.. could anyone help me?

    I activated iTunes Match and ever since have been unable to load itunes. When I choose to open the app, a message "library loading" appears but nothing happens.. could anyone help me?

    I'm the same! iTunes just keeps crashing!!! I'm still waiting on a response to this...

  • System.DllNotFoundException: Unable to load DLL 'OraOps10.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)

    Hi,
    I have a asp.net web application running on windows server 2008 with oracle server 10g installed.
    now we are planning to run application on another server with same server as database server. but when the deployed on new server the login page comes up and after login System.DllNotFoundException: Unable to load DLL 'OraOps10.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) exception is thrown. any help would highly be appreciated.

    Did you run the ODAC installer, OUI or xcopy, or did you just copy over Oracle.DataAccess.dll to the new machine? If the latter, then you need to run the installer to put in all the necessary Oracle DLLs ODP.NET references.

  • Desinger Workflow 2010: Unable to load workflow actions from the server. Please contact your server administrator?

    Hello,
    I am facing a problem from last some days..
    When I am trying to open/create/update workflows from Designer 2010, then designer giving me an error "Unable to load workflow actions from the server. Please contact your server administrator".
    I researched on internet for this error and found some possible reason like
    Login user Permission issue
    Error in custom actions
    So that I checked for permission for login user, but it has administrator rights. and I tried to open workflow by removing custom activity code, but still exist.
    also if I tried to create/update workflow for another site on same server then it works without any problem.
    Can anybody please help me?
    Many thanks,
    Nitin
    N i T i N

    Hi NiTiN4u,
    Thanks for your post.
    First, here are some troubleshoot workflow error form Microsoft site:
    http://office.microsoft.com/en-gb/sharepoint-designer-help/troubleshoot-workflow-errors-HA010237912.aspx#BM20
    Second, have you tried to close the site and open it again in SharePoint Designer 2010?
    Third, try to restart your IIS and share the results.
    SharePoint 2010

  • Unable to load DLL 'sqlceme35.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)

    I'm new to ADO.NET and need help with this error.
    Currently running Vista Home Premium 64 and Visual Studio 2008 Trial.
    1. Create Win form app.
    2. Add new data source...
    3. New connection - SQL Server Compact 3.5 - Northwind.sdf
    4. Highlight Products and Suppliers.
    5. Drag both onto Win form
    6. Run with debug
    7. Error message "Unable to load DLL 'sqlceme35.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)"
    some blogs advice change dir in SQL Server Compact 3.5 in regedit but regedit doesn't even have SQL Server Compact 3.5; only SQL Server\SQLExpress.
    reinstall SQL Server Compact 3.5 and problem still exists.
    anyone knows how to fix this problem?

     ErikEJ wrote:
    Have you set your solution target to "Any CPU" ?? If so, set to "x86", as SQL Compact only runs in WoW mode on x64. Or use corflags.exe /32BIT+ against your project output (.exe file).
     ErikEJ wrote:
    Look at this blog post for a walk-through: http://erikej.blogspot.com/2008/01/x64-and-sql-compact.html
    Hello everyone,
    I have the same problem as mentioned above "Unable to load DLL 'elev.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) ", when trying to load the dll file into a window application.  I developed a window application in VS2005 and want to import a dll file from another program into my project and use it.  But when I try to call one of the function in the dll file, I got the error message "Unable to load dll 'elev.dll".  I try all options that say it works to solve this problem, but somehow it doesn't work for me. I put the "elev.dll" file in the bin folder and use P/Invoke to import the dll file into my project.  Can anyone help me out with this?  thanks and really appreciated!
     Here is how I import the dll:
    [DllImport(@"D:\elev.dll")]
    //[DllImport("emap.dll", SetLastError = true)]
    private static extern void EMA_Init();
    and in the code,  I call the function above but failed to load the dll file
    EMA_Init();

  • I am unable to load ITunes, get Message:The ITunes library.itf file is locked

    I am unable to load ITunes, get Message:The ITunes library.itf file is locked on a locked disc or you do not have write permission on this file.
    This seems to have happened after an upgrade of ITunes. Have unistalled and reinstalled a new version, but get the same message. Can y ou help?

    iTunes: How to move your music to a new computer
    Alternate iTunes Library
    iTunes Troubleshooting quits, freezes, or launch issues
    Finding Shared iTunes Music Libraries
    How to transfer iPod files to iPod-Computer-iTunes (Windows-Mac)
    iTunes Frequently asked questions about viewing and syncing videos
    Moving your iTunes Media folder
    Transferring your iTunes Library iLounge
    What are the iTunes library files

  • Refuse the access to the users when the data is loading in cube

    Hi Sap Guy's,
    I have a typical requirement from my client side.
    Requirement:
    While loading data in CUBE update we want have the application that refuse the access to the User's by  showing a message u201C The BW cube u2026. is loading please try lateru201D.
    With this scope we have to modify the chain. Set a parameter before start the cube update and reset the parameter when the cube update is ended.
    The query must be modified for checking the parameter value said above and allow the access or not to the cube.
    Kindly propose a suitable solution for the same.
    Thanks In Advance,
    Krishna.

    Hi,
       This is simple. Create a text element in query description and hardcode this with any dummy value (say the cube name). Fill this text element during i_step = 1 in exit. Use this text element for all the queries on the cube foor which you want this popup message. Then in TVARV table create a field as flag. Before the cube is loaded mark this flag field as X using ABAP program in process chain and once the cube is loaded delete the X for the field. In the exit check in I_STEP = 3 check whether your text element is populated or not. If it is populated this means your query is getting executed. Then check whether your flag field is X or not. If it is X then using the FM raise a popup message RRMS_MESSAGE_HANDLING and after this use the statement raise no_processing. This will return you to selection screen.
      Search the forum for more info abt how to write the code in I_STEP = 3.
    Regards,
    Raghavendra.

  • Exception in CMS when transporting the Components in the assembly stage

    Hi,
    I am getting the following exception in CMS when transporting the Components in the assembly stage:
    com.sap.cms.tcs.interfaces.exceptions.TCSFileCreateException: cannot create file:*****.sca Error adding file *****/pr_deployarchivedr/TestDc.sda to archive.
    File was already added before.
    Any pointers to resolve the exception will be helpful.
    Regards.
    Rajat

    Hi Rajat,
    two things causes this type of error.
    1) Check whether the systems are in SYNC or not(patch level, versions).
    2)Check whether the dependencies are transported or not to assemble tab.
    Regards,
    Anil.

  • I am  unable to load GRAPHIC files using the transaction SFP.

    I am  unable to load GRAPHIC files using the transaction SFP.
    The error message says that there is no connection to the below given url.
       http://<hostname:8000>/sap/bc/fp/
    is it something like i have to activate this service in transaction sicf ?

    Try http://<hostname:8000>/sap/bc/fp/!
    ! at the end ..
    Regards
    Juan

  • Error Message - Unable to Load Needed Components

    0Error Message - Unable to Load Needed Components] Creative Sound Blaster 24-Li've came installed on my Dell PC and I have had no problems for 2 years.
    Now when I click on Speaker Settings, Surround Mixer, Graphic Equaliser etc... I get the message "Unable to Load needed components - please reinstall the application".
    So obviously, I used the Creative CD that came with my Dell PC and reinstalled the application.
    And guess what, nothing changed, and I suppose this should not surprise me by now, having been in this industry for 20 years.
    So I went searching for the components that could not be loaded, and guess again - yes they are all on my PC but will not load.
    They are files like Speaker Manager (SpkMgr.spc) and Mixer Manager (MxMgr.mxc) and so on.
    So I attempt to load them directly, and - you guessed it - another message saying "Invalid Public Key Security Object File - This file is invalid for use as the following: PKCS #7". (which means nothing to anyone). What a load of old rubbish.
    I was under the impression that I purchased this software with my Dell PC, I certainly got the disk with it and now I cannot reinstall because of some certificate revocation error that I am sure almost no-one in the world knows what this means or can help. So this is what the industry has come to.
    There is no point in reinstalling from the disk - the same problem reoccurs.
    There is no point uninstalling all creative software, and then reinstalling - the same problem occurs.
    Dell do not want to know, because the support people I spoke to were living in Katmandu or Tibet or Mumbai or somewhere cheap and remote, and probably being paid 2 dollars a day juggling their support work for Dell with milking the Yaks and fighting off the Maoist rebels.
    Is there a miracle out there, or at least someone with a clue.
    Cheers
    Mark

    Looks like the installation did not complete successfully. Try the following:
    <FONT face=Arial>
    - Uninstall Creative MediaSource
    - Delete the following 2 registry nodes:
    HKEY_LOCAL_MACHINE\SOFTWARE\Creative Tech\Software Installed\MediaSource
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Uninstall\5CDDF96A-BC34-4D72-9ABA-EFFF0C39977
    - Delete the following folder:
    C:\Program Files\Creative\MediaSource
    - Reinstall MediaSource

  • Keep getting unable to load metafile message when trying to download adobe readerx to windows 7 professu=ional

    keep getting unable to load metafile message when trying to download adobe reader x

    thank you that worked now I am having the same problem trying to download adobe flash
          From: Pat Willener <[email protected]>
    To: robert hunnell <[email protected]>
    Sent: Wednesday, January 21, 2015 12:13 AM
    Subject:  keep getting unable to load metafile message when trying to download adobe readerx to windows 7 professu=ional
    keep getting unable to load metafile message when trying to download adobe readerx to windows 7 professu=ional
    created by Pat Willener in Adobe Reader - View the full discussionYou are getting this message while downloading or installing ? If it's during the install, try the offline installer from http://get.adobe.com/reader/enterprise/ If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7116186#7116186 and clicking ‘Correct’ below the answer Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7116186#7116186 To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following" 
    Start a new discussion in Adobe Reader by email or at Adobe Community For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.

  • How to Refresh The Page When The Value of selectinputData Changes

    Hi;
    I have a select input date component and I want to refresh the page when the value of selectinputdate changes. What is the way to do it?
    Also what is the way to do the same thing with choosedate component?
    Thank you very much...

    Hi Turhan,
    You may want to read about the Partial Page Refresh (PPR) capabilities in ADF Faces. You can make the selectInputDate's partialSubmit property "true" and then cause the specific components you wish refreshed have their partialTriggers property set to the ID of the selectInputDate.
    Hope this helps,
    John

  • It seems I cannot send imessage from the ipad when the mac is turned off. I have recently upgraded the mac to 10.8.4

    It seems I cannot send imessage from the ipad when the mac is turned off! I have recently upgraded the mac to 10.8.4.
    Many thanks in advance for your help.

    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime + iMessage: Setup, Use, and Troubleshooting
    http://tinyurl.com/a7odey8
    Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268
    iOS: FaceTime is 'Unable to verify email because it is in use'
    http://support.apple.com/kb/TS3510
    Using FaceTime and iMessage behind a firewall
    http://support.apple.com/kb/HT4245
    iOS: About Messages
    http://support.apple.com/kb/HT3529
    Set up iMessage
    http://www.apple.com/ca/ios/messages/
    iOS 6 and OS X Mountain Lion: Link your phone number and Apple ID for use with FaceTime and iMessage
    http://support.apple.com/kb/HT5538
    How to Set Up & Use iMessage on iPhone, iPad, & iPod touch with iOS
    http://osxdaily.com/2011/10/18/set-up-imessage-on-iphone-ipad-ipod-touch-with-io s-5/
    Troubleshooting Messages
    http://support.apple.com/kb/TS2755
    Troubleshooting iMessage Issues: Some Useful Tips You Should Try
    http://www.igeeksblog.com/troubleshooting-imessage-issues/
    Setting Up Multiple iOS Devices for iMessage and Facetime
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    FaceTime and iMessage not accepting Apple ID password
    http://www.ilounge.com/index.php/articles/comments/facetime-and-imessage-not-acc epting-apple-id-password/
    Unable to use FaceTime and iMessage with my apple ID
    https://discussions.apple.com/thread/4649373?tstart=90
    FaceTime, Game Center, Messages: Troubleshooting sign in issues
    http://support.apple.com/kb/TS3970
    How to Block Someone on FaceTime
    http://www.ehow.com/how_10033185_block-someone-facetime.html
    My Facetime Doesn't Ring
    https://discussions.apple.com/message/19087457
    To send messages to non-Apple devices, check out the TextFree app https://itunes.apple.com/us/app/text-free-textfree-sms-real/id399355755?mt=8
    How to Send SMS from iPad
    http://www.iskysoft.com/apple-ipad/send-sms-from-ipad.html
    You can check the status of the FaceTime/iMessage servers at this link.
    http://www.apple.com/support/systemstatus/
     Cheers, Tom

  • [svn:fx-trunk] 14009: DataGroup.getVirtualElementAt() needs to revalidate the element when the IR already exists but the data changes .

    Revision: 14009
    Revision: 14009
    Author:   [email protected]
    Date:     2010-02-05 12:53:05 -0800 (Fri, 05 Feb 2010)
    Log Message:
    DataGroup.getVirtualElementAt() needs to revalidate the element when the IR already exists but the data changes. 
    The element also needs to revalidate if it is resized, whether or not the IR existed before.  This wasn't part of the bug but Hans realized this when he did the code review.
    QE notes:
    Doc notes:
    Bugs: SDK-25354
    Reviewer: Hans
    Tests run: checkintests
    Is noteworthy for integration:
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25354
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/DataGroup.as

    Please can u answer it fast

  • To set an error while saving the order when the item categor changed in CRM

    Hello SAP Gurus,
    As per our current system set up, whenever the order created in CRM once replicated to ERP should not change the item category in CRM .If the item category is changed( allows the system) and saved, it gives an error as u201CItem category should not be changedu201D. We have been encountering  this type of issue since long back
    To avoid this type of issue, an error should through while saving the order when the user changes the item category in CRM.
    Can someone help me to achieve this.
    Thanks in advance.
    Cheers
    Sreedhar

    Sreedhar,
    Can't you control it by Item Category determination?
    JD

Maybe you are looking for

  • RH 7 - How can I get .swf movies to work inside CHM output on Windows 7

    Hi RHelpers, I'm using RoboHelp Html (RH 7, latest patch) on my Win 7 64-bit machine to provide a HtmlHelp (CHM) output. Now that we're close to releasing, I've been doing some testing, and I've noticed that my SWF movie files do not play inside of W

  • How am I supposed to use Find My iPhone?

    I do not understand how you are supposed to use Find My iPhone, FROM my iPhone.. it doesn't make sense to me. Shouldn't there be a Find My iPhone app on the Macbook? Also I have not recieved a verification email for my iCloud Apple ID setup. It keeps

  • Problems with Netscape 4

    Hi, I have an jsp with a form inside. The form request is handled by a servlet. But when running the jsp from Netscape4, there are no parameters sent with the request object. Why is this? With the Internet Explorer I have no problems. The parameters

  • Oracle HTTP Server 10.1.2.0.2 + php 5

    Hi everybody I need to know if is possible and supported, configure Php 5 (5.1.16). with Oracle HTTP Server 10.1.2.0.2 Where i can find information about this issue. thank´s

  • Making first row checkbox enable

    Hi all, I have a scenario where i had a af:table with status field with values ('failed' or 'blocked') ,id field(not a primary key) and a checkbox column( i.e.,Transient attribute). here i had a searchcriteria where i should mention id for that id i