Application file issue

Hi,
I have created a class named config.java in package utility.configurator. This class is used to read a properties file, and properties file named "master.properties"(this file is in the same application path)
I create a main program in same package as config.java, and test the config.java.
RESULT: the main program successfully load the "master.properties".
I create another main program in package testing.testutils and import utility.configurator.config.
RESULT: master.properties not found
NOTE that i have put the "master.properties" in the application directory of testing.testutils main program as well.
Why the program fail to load the file in testing.testutils main program? How to make things works?

Hello,
I will answer your question indirectly: I will give you another way to load your property file. More accurately, one will use the class loading mechanism.
In your config class use the following snippet:
      Properties conf = new Properties();
      try {
         conf.load(config.class.getResourceAsStream("master.properties"));
      } catch (IOException e) {
         e.printStackTrace();
      }Attention, the master.properties file MUST be in the same package than config.
For your information, if one moves this configuration file in another package, say utility, then the argument of getResourceAsStream MUST be utility/master.properties.
What is really interesting with this mechanism is that the config class can be easily moved from one package to another as long as master.properties is moved along.
I hope it helps.

Similar Messages

  • CC application file sync issue and CC App broken menu..

    1. File sync from Photoshop CC has stopped working.
    Photoshop reports the last sync time and date in edit>sync settings.
    However in my Application settings I get the following..
    Application settings are synced between many of your favorite desktop applications and Creative Cloud, allowing you to work consistently from any machine. To begin syncing, you will need to open your desktop application and click "Sync Settings Now".
    You currently do not have any synced settings.
    2. I have missing menu items in the CC app cog menu (I assume as reported on other threads) including "stop syncing", preferences/settings and other blank or greyed out items.
    Prior to that I had the also reported dead CC app issue and uninstalled and reinstalled the app, which fixed dead app but left the munu broken.

    Hallo over there
    After using creative cloud cleaner ....
    every things is ok...8-)
    Sendt fra mobilen....
    Med venlig hilsen/Kind regards
    Fotograf Hans Søndergaard
    Allégade 23  1.baghus
    DK 2000 Frederiksberg
    M: +45 4044 8190
    [email protected]
    www.soendergaard.com
    Den 07/11/2013 kl. 17.32 skrev Simon_P1 <[email protected]>:
    Re: CC application file sync issue and CC App broken menu..
    created by Simon_P1 in Adobe Creative Cloud - View the full discussion
    Since the CC app messed up again and yet another reinstall, it is working (sort of, after several sync failures of lrcat) properly, including the menu, all be it very slowly considering the fast upload I have.
    As is the setting sync finally.
    Thanks for keeping me informed, oh wait, you didn't!
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5823499#5823499
    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: http://forums.adobe.com/message/5823499#5823499
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5823499#5823499. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Adobe Creative Cloud at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • WLS 92MP1: Application Poller issue Too many open files

    Hi,
    We have a wls92mp1 domain on linux AS4(64bit) with Sun jdk 1.5.0_14. It contains only Admin server where we have deployed the application. Over a period of time the server start showing up below message in the logs. We have not deployed the application from autodeploy directory. And the file "/home/userid/wls92/etg/servers/userid_a/cache/.app_poller_lastrun " is available in the location, still it throws FileNotFoundException.
    <Error> <Application Poller> <BEA-149411> <I/O exception encountered java.io.FileNotFoundException: /home/userid/wls92/etg/servers/userid_a/cache/.a
    pp_poller_lastrun (Too many open files).
    java.io.FileNotFoundException: /home/userid/wls92/etg/servers/userid_a/cache/.app_poller_lastrun (Too many open files)
    at java.io.FileOutputStream.open(Native Method)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
    at java.io.FileWriter.<init>(FileWriter.java:73)
    at weblogic.management.deploy.GenericAppPoller.setLastRunFileMap(GenericAppPoller.java:423)
    Any help regarding this would be highly appreciated.
    Thanks.

    Hi,
    By above seeing in error, this error code (BEA-149411) describe the following
    149411: I/O exception encountered {0}.
    L10n Package: weblogic.management.deploy.internal
    I18n Package: weblogic.management.deploy.internal
    Subsystem: Application Poller
    Severity: Error
    Stack Trace: true
    Message Detail: An I/O exception denotes a failure to perform a read/write operation on the application files.
    Cause: An I/O exception can occur during file read/write while deploying an application.
    Action: Take corrective action based on the exception message details.
    i think it helps u.
    -abhi

  • Application files not working...please help.

    I have an imac g3 400MHz when i start it up it goes through its normal starting phases but without any error messages and when the color screen pops up , it freezes so the only way i can start the computer is with extensions off. Once their any application file i try to open does not work but i do get messages that read for example:"The application "Apple DVD Player" could not be opened because "ControlStripLib" could not be found". Other messages read similiarly. Can you offer any suggestions or do you require further information about my problem?
    Thanks.
    Rob Arrona
    imac g3 400mhz   Mac OS 9.0.x  

    Open the Servers folder inside the System Folder and throw away anything that you don't recognize, and restart your computer normally. If the issue persists, open the Extensions Manager control panel, turn off half of your extensions, and restart the machine. Repeat the process of turning off half of the remaining extensions and restarting until you've narrowed down the extension causing your issue.
    The messages about items not being found are due to the extensions not being loaded.
    (11587)

  • Regarding Sun Java System Application Server Issue with JVM

    Regarding Sun Java System Application Server Issue with JVM
    Hi
    I have installed SJSAS9.1 on solaris system. I m trying to deploy war file which i compiled in windows enviorment by jdk1.5.0_05. Every time i got the following error :
    type Exception report
    message
    descriptionThe server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: PWC6033: Unable to compile class for JSP
    PWC6199: Generated servlet error:
    [javac] javac: invalid target release: 1.5
    [javac] Usage: javac
    [javac] where possible options include:
    [javac] -g Generate all debugging info
    [javac] -g:none Generate no debugging info
    [javac] -g:{lines,vars,source} Generate only some debugging info
    [javac] -nowarn Generate no warnings
    [javac] -verbose Output messages about what the compiler is doing
    [javac] -deprecation Output source locations where deprecated APIs are used
    [javac] -classpath Specify where to find user class files
    [javac] -sourcepath Specify where to find input source files
    [javac] -bootclasspath Override location of bootstrap class files
    [javac] -extdirs Override location of installed extensions
    [javac] -d Specify where to place generated class files
    [javac] -encoding Specify character encoding used by source files
    [javac] -source Provide source compatibility with specified release
    [javac] -target Generate class files for specific VM version
    [javac] -help Print a synopsis of standard options
    note The full stack traces of the exception and its root causes are available in the Sun Java System Application Server 9.1 logs.
    I have cheked jvm version on both system the only difference is :
    Solaris points to jdk 1.5.0_09
    Windows point to jdk1.5.0_05
    Even i tried to run blank jsp also but again i got the same error.
    Can any help me to sort out the problem or give me any idea so i can do something by my own.
    Thanks in Advance
    Gagan

    Do you have ANT installed and available?
    Thanks,
    Kedar

  • How to create a .mdf SQL Server database from a Data-Tier Application file that has data?

    This is a noob question, though I do use SQL Server databases all the time with Entity Framework when I code in C# using Visual Studio 2013.  The development environment is found below at [A].  I am trying to make a clone of a SQL Server 2008 R2
    database (.mdf)  that exists online.  I can read, connect and work with this database in Visual Studio 2013, but I wish to make a local copy of the database, as an .MDF file.  Somewhere in my notes I have a way of creating a local copy from
    an online database when using Visual Studio but I forgot how (it seems, reviewing my notes, that it deals with ADO.NET which is deprecated in Visual Studio 2013 these days, or so it seems).  So I'm looking for another way.  What I did was create
    (or export) a "Data-Tier Application File" from the online SQL Server database, with data, and it seems to have worked in that this Data-Tier Application file exists on my hard drive and seems to have data in it ("SQL Server Replication Snapshot"
    is the format it seems).  It contains skeleton code to create a database, but when I tried to execute it with SQL Server 2014 Management Studio, I got a bunch of errors.
    So my question is:
    1) Can I somehow create a .MDF SQL Server Database from an Data-Tier Application file that has data?  What tool do I use?  I saw this link, http://social.technet.microsoft.com/wiki/contents/articles/2639.how-to-use-data-tier-application-import-and-export-with-a-windows-azure-sql-database.aspx 
    and it relates to Azure, but is there a tool for C#Visual Studio 2013, standalone?
    2) If there's an easy way to create a .mdf SQL Server Database file from an online file, within SQL Server Management Studio?  I don't think so, since it would require Administrator permissions on the online server, which I don't have. I have permission
    to read, update, delete the online database file, but strangely not to download it (the service I use has a tool for backup, but not for download).
    3) same question as 2), but for Visual Studio 2013?  I don't think so, since I notice none of the templates even mentions ADO.NET anymore, but instead they go with Entity Framework.  Using EF I can of course do anything I want with the online database
    (CRUD), but it remains online.  Maybe there's a switch to make a local copy?  I guess I could write a short program to suck all the data out of the online database and put it into a new, duplicate database having the same tables, that I create on
    my localhost, but my question here is if there's an easier way than this, maybe a tool or command I can run from inside Visual Studio?
    Any advice on any of the above questions is appreciated.
    Thank you,
    Paul
    [A] Microsoft Visual Studio Professional 2013
    Version 12.0.21005.1 REL
    Microsoft .NET Framework
    Version 4.5.51641
    Microsoft Web Developer Tools 2013   2.0.40926.0
    SQL Server Data Tools   12.0.30919.1
    Microsoft SQL Server Data Tools
    Windows Azure Mobile Services Tools   1.0
    Windows Azure Mobile Services Tools

    Thanks but these links are too general to help.
    "2. what do you mean by online file?" - I mean the SQL Server database file is on a remote web server that I rent from, but I am not the administrator of.  I can access my database using SQL Server Authentication, but nothing more.
    Paul
    What do you mean by too general? It explains on how you can use data tier application to create and deploy databases
    May be this will help you to understand better
    http://www.databasejournal.com/features/mssql/article.php/3911041/Creating-Data-Tier-Applications--in-SQL-Server-2008-R2.htm
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Hosting Zenworks 7 Application Files On Windows Server?

    Hi,
    Background:
    We currently host our Zenworks packages on Netware 6.5 servers. Our Zen7 is also installed on a Netware 6.5 server so we are running Novell Client 4.91 SP2 and the Zenworks agent on our Windows XP SP3 desktops (no middle tier).
    We are now in the process of moving to Active Directory, and one of the first steps will be to migrate file services over to Windows shares. We currently use either the MSI feature of NAL to elevate rights or we use unsecured system user to elevate rights as our users are not Administrators of their workstations. We associate our application objects to either user container, user group, or simply invidual users. Our login scripts map drive letters to our Netware shares. Our MSI objects in NAL access the packages via the mapped drive letter while our normal objects (unsecured system user) access them by UNC path or by using application file distribution feature of NAL.
    Questions:
    Will there be any issues with moving the application files from Netware to Windows? What file permissions would we have to grant on the Windows side to allow the Zenworks agent to access the file shares? I know on the Netware side, we would grant read rights to the file share to the same containers, users, or groups that have access to the application object. We also granted our workstations container access to certain directories so that the unsecured system user could access the shares via UNC path. I've seen some discussion on the forums about using the built-in Everyone account on the Windows side. Would there be additional accesses required? What about the security implications of granting Everyone read access to these shares? I'm just trying to get an idea of what would be needed on the Windows side to allow Zenworks to keep working. Obviously we'll probably be keeping our eDirectory infrastructure at least until all phases of the migration are complete.
    Thanks in advance!

    You can Grant FileSystem Rights to DomainWorkstationObjects just as you
    granted rights to ZENworks Workstation Objects.
    These rights will be used by processes running in the SYSTEM space.
    The result should be that there would be little issue with using a
    Windows Share in lieu of a NetWare share for ZDM7.
    On 4/29/2010 4:46 PM, joshbilsky wrote:
    >
    > Hi,
    >
    > BACKGROUND:
    >
    > We currently host our Zenworks packages on Netware 6.5 servers. Our
    > Zen7 is also installed on a Netware 6.5 server so we are running Novell
    > Client 4.91 SP2 and the Zenworks agent on our Windows XP SP3 desktops
    > (no middle tier).
    >
    > We are now in the process of moving to Active Directory, and one of the
    > first steps will be to migrate file services over to Windows shares. We
    > currently use either the MSI feature of NAL to elevate rights or we use
    > unsecured system user to elevate rights as our users are not
    > Administrators of their workstations. We associate our application
    > objects to either user container, user group, or simply invidual users.
    > Our login scripts map drive letters to our Netware shares. Our MSI
    > objects in NAL access the packages via the mapped drive letter while our
    > normal objects (unsecured system user) access them by UNC path or by
    > using application file distribution feature of NAL.
    >
    > QUESTIONS:
    >
    > Will there be any issues with moving the application files from Netware
    > to Windows? What file permissions would we have to grant on the Windows
    > side to allow the Zenworks agent to access the file shares? I know on
    > the Netware side, we would grant read rights to the file share to the
    > same containers, users, or groups that have access to the application
    > object. We also granted our workstations container access to certain
    > directories so that the unsecured system user could access the shares
    > via UNC path. I've seen some discussion on the forums about using the
    > built-in Everyone account on the Windows side. Would there be
    > additional accesses required? What about the security implications of
    > granting Everyone read access to these shares? I'm just trying to get
    > an idea of what would be needed on the Windows side to allow Zenworks to
    > keep working. Obviously we'll probably be keeping our eDirectory
    > infrastructure at least until all phases of the migration are complete.
    >
    > Thanks in advance!
    >
    >
    Craig Wilson - MCNE, MCSE, CCNA
    Novell Knowledge Partner
    Novell does not officially monitor these forums.
    Suggestions/Opinions/Statements made by me are solely my own.
    These thoughts may not be shared by either Novell or any rational human.

  • Application Deloyment issue...

    hi,
    i am getting this Deployment error...
    we got two servers one for developers at offshore and
    one at the onsite...
    the strange thing is that it is deploying n running fine on the offshore server.
    but not getting deployed on the onsite server!!!
    i have put the required references required and
    checked them too...!!!
    regards,
    -Amol Gupta
    Oct 18, 2007 11:11:04 AM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [004]Deployment aborted
    Settings
    SDM host : bp1xeuaa558
    SDM port : 50018
    URL to deploy : file:/C:/DOCUME1/amolg/LOCALS1/Temp/temp26291bp.comexmplsupplier_lds_create_adobe.ear
    Result
    => deployment aborted : file:/C:/DOCUME1/amolg/LOCALS1/Temp/temp26291bp.comexmplsupplier_lds_create_adobe.ear
    Aborted: development component 'exmpl/supplier_lds_create_adobe'/'bp.com'/'LOKAL'/'0.2007.10.18.11.10.17'/'0':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Cannot deploy application bp.com/exmplsupplier_lds_create_adobe.. Reason: Clusterwide exception: Failed to deploy application bp.com/exmplsupplier_lds_create_adobe. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?; nested exception is: com.sap.engine.services.deploy.container.DeploymentException: Clusterwide exception: Failed to deploy application bp.com/exmpl~supplier_lds_create_adobe. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Deployment exception : The deployment of at least one item aborted

    >
    I have oracle PL/SQL application performance issue. To open a screen populated with 7,000 records takes 5 minutes.
    I have used SQL Analyze to get Index recomendation. Indexing did not help that much.Switch on a trace on a user who is just about to run that screen - let them rip.
    Stop your trace. Get your trace file. Run it through TKProf.
    Read the book by Cary Millsap that Sybrand recommends (or take a look
    at Chris Lawson) - i.e. read up on trace files and looking at them.
    Get the SQL that is run by the user and try running it from SQLPlus
    on the server (no network or app issues) - set timing on.
    That would be my approach.
    Do you think upgrading or replacing with newer machine can improve performance? Getting a newer machine often satisfies the geek's primeval urge to
    get his grubby little paws onto fancy shiny hardware - it may well
    work for a while, however you're not tackling the underlying cause
    of your problem, and it will (probably) reappear when the limits
    of the new RAM/CPU have been hit.
    If you what is suggested above, at least you'll be able to say
    to your management - "well, if we get a new server, performance
    will improve by this much, until we have (say) 14.000 records in
    the table, when performance will go back to the way it was before".
    Until you run a trace, you will have no idea if the problem will
    scale linearly with the no. of records or how it will
    behave into the future.
    You cannon manage what you cannot measure.
    Paul...
    Taf

  • Application Sync Issue and Load Issue

    My newly purchased 16GB phone will no longer launch the free apps I have downloaded. I followed some directions that said to delete them from the phone and then sync from iTunes (after logging off and then back on iTunes). I get the error message:
    Some of the applications in your iTunes library, including "...", were not installed on the iphone "..." because you are not authorized for them on this computer.
    I have no idea what has happened and I am not finding the solution .

    Hallo over there
    After using creative cloud cleaner ....
    every things is ok...8-)
    Sendt fra mobilen....
    Med venlig hilsen/Kind regards
    Fotograf Hans Søndergaard
    Allégade 23  1.baghus
    DK 2000 Frederiksberg
    M: +45 4044 8190
    [email protected]
    www.soendergaard.com
    Den 07/11/2013 kl. 17.32 skrev Simon_P1 <[email protected]>:
    Re: CC application file sync issue and CC App broken menu..
    created by Simon_P1 in Adobe Creative Cloud - View the full discussion
    Since the CC app messed up again and yet another reinstall, it is working (sort of, after several sync failures of lrcat) properly, including the menu, all be it very slowly considering the fast upload I have.
    As is the setting sync finally.
    Thanks for keeping me informed, oh wait, you didn't!
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5823499#5823499
    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: http://forums.adobe.com/message/5823499#5823499
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5823499#5823499. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Adobe Creative Cloud at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Application file system deleted R12.1.3

    Hi,
    In one of our development R12.1.3 instance(db 11.2.0.3) application file system got deleted accidentally. Please help us in getting the EBS instance up.
    1. We have a backup taken on 27th Oct.(Both database and application )
    2. We applied 8/10 patches during this period and couple of rounds of testing.
    3. Application file system got deleted accidentally on 4th Nov. No issues on Database node .
    I want to continue using the same database and old application file system.
    Is it possible !!!!! (as we have applied patches within this period)
    Please share your thoughts if it can be done ! ! !
    Regards,
    Djay

    Hi Djay,
    You may restore the application binary files from your backup, and re-apply the patch. So the necessary application level binaries will be re-generated while the necessary coding at the DB level will also be re-applied.
    Note: When re-applying an already existing patch it prompts you that the patch has been already applied and do you wish to re-apply. Just say yes and proceed
    Also let us know, what file did you really delete so that we may better assist you.
    Thanks &
    Best Regards,

  • Application redraw issue over Citrix and Terminal Server

    Hi All,
    We provide a client-server application which connects to a SQL Server database. The middle-tier is hosted on an application server (Windows Server 2008 R2) which in turn connects to the SQL Server database. The fat client can either be installed on user laptops/desktops
    or published using Citix/Terminal services.
    We have a long standing issue which frankly I just cannot fathom. A customer has published the client via Citrix to users and using roaming profiles. If an employee is using the application in London, the roaming profile is created on a server in London and
    connects to the middle-tier in London. If an employee is using the application in Glasgow, the roaming profile is created in Edinburgh and the user connects to the middle-tier in London. The customer is also using DFS
    The roaming profile consists of the 'My Documents', 'My Pictures', 'My Videos', 'My Music' and 'Windows' folder. Distributed File System (DFS) is used for roaming profile folder replication between offices. See http://technet.microsoft.com/en-gb/library/cc732863%28v=ws.10%29.aspx
    The Edinburgh users are experiencing application redraw issue where the interface loads in chunks. For example, when a user scrolls up and down or left and right, the data loads immediately (from SQL Server) but the interface (GUI) loads in blocks. You can
    actually see each segment of the GUI components loading. The issue also occurs if connecting via a Terminal Server where the application is also installed.
    For London users, it all works fine. If an Edinburgh user comes to London, they have no issues.
    The network connection is super fast between the various offices.
    The application is built using C++ and Delphi and uses the GDI API to draw the objects.
    Any guidance is appreciated.

    Hello partner,
    Thanks for contacting Microsoft. This is Sophia who is going to help with this issue. From your description, I learnt that users from Edinburgh have application redraw issue. However, London users worked fine. Please let me know if I misunderstand your purpose.
    Based on the information, it seems that the issue located in the middle-tier in London. Could you try building a middle-tier in Edinburgh and then test how the issue goes?
    Besides, based on my experience and research, by default the allocation of the bandwidth is 70 percent for graphics data and 30 percent for virtual channel data, meaning when bandwidth usage is under pressure, graphics data is guaranteed to get 70 percent
    of the available bandwidth.  And we can tweak the settings a bit for some scenarios. To change the settings, we can set registry values. Please reference the information below.
    ===========================================================================================================================================
    Note: For these settings to take effect, the computer must be restarted.
    Following is the list of registry values that affect the bandwidth allocation behavior. These are all DWORD values under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TermDD:
    ·         FlowControlDisable: When set to 1, this value disables the new flow control algorithm, making it essentially First-In-First-Out (FIFO) for all packet requests. This provides results similar to Windows Server
    2003. (The default for this value is 0).
    ·         FlowControlDisplayBandwidth / FlowControlChannelBandwidth: These two values together determine the bandwidth distribution between display and virtual channels. You can set these values in the range of 0–255.
    For example, setting FlowControlDisplayBandwidth = 100 and FlowControlChannelBandwidth = 100 creates an equal bandwidth distribution between video and VCs. The default is 70 for FlowControlDisplayBandwidth and 30 for FlowControlChannelBandwidth, thus making
    the default distribution equal to 70–30.
    ·         FlowControlChargePostCompression: If set to 1, this value bases the bandwidth allocation on post-compression bandwidth usage. The default for this value is 0, which means that the bandwidth distribution is applied
    on pre-compressed data.
    For more information about RDP Bandwidth, please reference the article below.
    ================================================
    Bandwidth Allocation for Terminal Server connections over RDP
    http://blogs.msdn.com/b/rds/archive/2007/04/09/bandwidth-allocation-for-terminal-server-connections-over-rdp.aspx
    Top 10 RDP Protocol Misconceptions – Part 1
    http://blogs.msdn.com/b/rds/archive/2009/03/03/top-10-rdp-protocol-misconceptions-part-1.aspx
    If you have any concerns about the action plan above, feel free to let me know.
    Best regards,
    Sophia Sun
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Error - Applications File Server connection with the node FNDFS_WIN2000.

    ERROR:
    An error occurred while attempting to establish an Applications File Server connection with the node FNDFS_WIN2000. There may be a network configuration problem, or the TNS listener on node FNDFS_WIN2000 may not be running. Please contact your system administrator.
    When I try to submit concurrent request error occured which I mentioned above.
    Platform:Windows2000 server
    Apps Version:11.5.3 Vision
    Db version:8.1.6.0.0
    Environment:Windows2000 server(Stand aloe).
    I have one listener in database, I am sending you to my tns and listener files.
    DB listener and tns file.
    # LISTENER.ORA Network Configuration File: J:\oracle\visdb\8.1.6\NETWORK\ADMIN\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_VIS =
    (SID_DESC =
    (SID_NAME = VIS)
    #(ORACLE_HOME = J:\oracle\visdb\8.1.6)
    SID_LIST_VIS =
    (SID_LIST =
    ( SID_DESC = ( SID_NAME = FNDFS )
    ( ORACLE_HOME = J:\oracle\visora\8.0.6 )
    ( PROGRAM = J:\oracle\visappl\fnd\11.5.0\bin\fndfs.exe )
    ( envs='EPC_DISABLED=TRUE,NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1' )
    STARTUP_WAIT_TIME_APPS_VIS = 0
    CONNECT_TIMEOUT_APPS_VIS = 10
    TRACE_LEVEL_APPS_VIS = OFF
    LOG_DIRECTORY_APPS_VIS = J:\oracle\visora\8.0.6\net80\admin
    LOG_FILE_APPS_VIS = APPS_VIS
    TRACE_DIRECTORY_APPS_VIS = J:\oracle\visora\8.0.6\net80\admin
    TRACE_FILE_APPS_VIS = APPS_VIS
    VIS =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = win2000)(PORT = 1521))
    # TNSNAMES.ORA Network Configuration File: J:\oracle\visdb\8.1.6\NETWORK\ADMIN\tnsnames.ora
    # Generated by Oracle configuration tools.
    VIS =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = win2000)(PORT = 1521))
    (CONNECT_DATA =
    (SID = vis)
    Client Site tns and listner.
    # TNSNAMES.ORA FOR APPLICATIONS
    # Created by Rapid Install
    # Net8 definition for the database
    VIS =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = win2000)(PORT = 1521))
    (CONNECT_DATA =
    (SID = VIS)
    FNDFS_WIN2000 = (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=win2000)(PORT=1523))
    (CONNECT_DATA=(SID=FNDFS))
    Rep60_VIS,Rep60_VIS.world=(ADDRESS=(PROTOCOL=tcp)(HOST=win2000.apps.com)(PORT=7002))
    # LISTENER.ORA FOR APPLICATIONS
    # Created by Rapid Install
    # Net8 definition for FNDFS listener
    SID_LIST_VIS =
    (SID_LIST =
    ( SID_DESC = ( SID_NAME = FNDFS )
    ( ORACLE_HOME = J:\oracle\visora\8.0.6 )
    ( PROGRAM = J:\oracle\visappl\fnd\11.5.0\bin\fndfs.exe )
    ( envs='EPC_DISABLED=TRUE,NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1' )
    STARTUP_WAIT_TIME_APPS_VIS = 0
    CONNECT_TIMEOUT_APPS_VIS = 10
    TRACE_LEVEL_APPS_VIS = OFF
    LOG_DIRECTORY_APPS_VIS = J:\oracle\visora\8.0.6\net80\admin
    LOG_FILE_APPS_VIS = APPS_VIS
    TRACE_DIRECTORY_APPS_VIS = J:\oracle\visora\8.0.6\net80\admin
    TRACE_FILE_APPS_VIS = APPS_VIS
    Any help I appreciate in advance, I have been working on this issue since one week.
    Thanks,
    Kindest Regards
    Zeeshan Siddiqui

    Duplicate post ..
    Error - An error occurred while attempting to establish an Applications Fil

  • Error - An error occurred while attempting to establish an Applications Fil

    ERROR:
    An error occurred while attempting to establish an Applications File Server connection with the node FNDFS_WIN2000. There may be a network configuration problem, or the TNS listener on node FNDFS_WIN2000 may not be running. Please contact your system administrator.
    When I try to submit concurrent request error occured which I mentioned above.
    Platform:Windows2000 server
    Apps Version:11.5.3 Vision
    Db version:8.1.6.0.0
    Environment:Windows2000 server(Stand aloe).
    I have one listener in database, I am sending you to my tns and listener files.
    DB listener and tns file.
    # LISTENER.ORA Network Configuration File: J:\oracle\visdb\8.1.6\NETWORK\ADMIN\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_VIS =
    (SID_DESC =
    (SID_NAME = VIS)
    #(ORACLE_HOME = J:\oracle\visdb\8.1.6)
    SID_LIST_VIS =
    (SID_LIST =
    ( SID_DESC = ( SID_NAME = FNDFS )
    ( ORACLE_HOME = J:\oracle\visora\8.0.6 )
    ( PROGRAM = J:\oracle\visappl\fnd\11.5.0\bin\fndfs.exe )
    ( envs='EPC_DISABLED=TRUE,NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1' )
    STARTUP_WAIT_TIME_APPS_VIS = 0
    CONNECT_TIMEOUT_APPS_VIS = 10
    TRACE_LEVEL_APPS_VIS = OFF
    LOG_DIRECTORY_APPS_VIS = J:\oracle\visora\8.0.6\net80\admin
    LOG_FILE_APPS_VIS = APPS_VIS
    TRACE_DIRECTORY_APPS_VIS = J:\oracle\visora\8.0.6\net80\admin
    TRACE_FILE_APPS_VIS = APPS_VIS
    VIS =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = win2000)(PORT = 1521))
    # TNSNAMES.ORA Network Configuration File: J:\oracle\visdb\8.1.6\NETWORK\ADMIN\tnsnames.ora
    # Generated by Oracle configuration tools.
    VIS =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = win2000)(PORT = 1521))
    (CONNECT_DATA =
    (SID = vis)
    Client Site tns and listner.
    # TNSNAMES.ORA FOR APPLICATIONS
    # Created by Rapid Install
    # Net8 definition for the database
    VIS =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = win2000)(PORT = 1521))
    (CONNECT_DATA =
    (SID = VIS)
    FNDFS_WIN2000 = (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=win2000)(PORT=1523))
    (CONNECT_DATA=(SID=FNDFS))
    Rep60_VIS,Rep60_VIS.world=(ADDRESS=(PROTOCOL=tcp)(HOST=win2000.apps.com)(PORT=7002))
    # LISTENER.ORA FOR APPLICATIONS
    # Created by Rapid Install
    # Net8 definition for FNDFS listener
    SID_LIST_VIS =
    (SID_LIST =
    ( SID_DESC = ( SID_NAME = FNDFS )
    ( ORACLE_HOME = J:\oracle\visora\8.0.6 )
    ( PROGRAM = J:\oracle\visappl\fnd\11.5.0\bin\fndfs.exe )
    ( envs='EPC_DISABLED=TRUE,NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1' )
    STARTUP_WAIT_TIME_APPS_VIS = 0
    CONNECT_TIMEOUT_APPS_VIS = 10
    TRACE_LEVEL_APPS_VIS = OFF
    LOG_DIRECTORY_APPS_VIS = J:\oracle\visora\8.0.6\net80\admin
    LOG_FILE_APPS_VIS = APPS_VIS
    TRACE_DIRECTORY_APPS_VIS = J:\oracle\visora\8.0.6\net80\admin
    TRACE_FILE_APPS_VIS = APPS_VIS
    Any help I appreciate in advance, I have been working on this issue since one week.
    Thanks,
    Kindest Regards
    Zeeshan Siddiqui

    This is my env file
    echo off
    REM $Header: envshell.cmd.NT 115.0 2000/04/15 02:04:09 wdgreene noship $
    REM +===========================================================================+
    REM | Copyright (c) 1999 Oracle Corporation, Redwood Shores, California, USA
    REM | All Rights Reserved
    REM | Applications Division
    REM +===========================================================================+
    REM |
    REM | FILENAME
    REM | envshell.cmd
    REM |
    REM | DESCRIPTION
    REM | This command script is used to create a command prompt with the entire
    REM | environment set for the VIS APPL_CONFIG
    REM |
    REM | NOTES
    REM | This command line file is for Windows NT.
    REM |
    REM
    SET LOCAL=VIS
    SET PATH=J:\oracle\visappl\fnd\11.5.0\bin;J:\oracle\visappl\ad\11.5.0\bin;J:\oracle\visappl\au\11.5.0\bin;%PATH%
    REM Run the VISsys.cmd file to set the environment
    REM to point correctly to the VIS APPL_CONFIG
    IF NOT EXIST J:\oracle\visora\8.0.6\VIS.cmd GOTO skiporacmd
    CALL J:\oracle\visora\8.0.6\VIS.cmd
    REM Run the VISsys.cmd file to set the environment
    REM to point correctly to the VIS APPL_CONFIG
    IF NOT EXIST J:\oracle\visappl\VIS.cmd GOTO nobatfiles
    CALL J:\oracle\visappl\VIS.cmd
    :skiporacmd
    :nobatfiles
    REM Create a new command prompt with our current environment.
    REM This cmd process will go away automatically.
    START cmd.exe
    GOTO theend
    :noconfigfiles
    ECHO This script requires the following files:
    ECHO
    ECHO J:\oracle\visappl\VISsys.cmd
    ECHO J:\oracle\visappl\VISora.cmd (optional)
    ECHO
    :theend
    =====================================================
    When I typed tnsping80 fndfs_win2000 it's returned OK .
    When I try to connect apps/apps@fndfs_win2000 from SQL/PLUS
    it returs :
    ORA-12514: TNS:listener could not resolve SERVICE_NAME given in connect
    descriptor.
    I created another listener for APPS through Network Manager.
    Please let me know at your earliest Convenience.
    Regards
    Zeeshan

  • An error occurred while attempting to establish an Applications File Server

    Hi,
    I have following problem with concurrent manager logs and outputs (I am on R12, windows):
    "An error occurred while attempting to establish an Applications File Server connection with the node FNDFS_APPLTOP_eviasl. There may be a network configuration problem, or the TNS listener on node FNDFS_APPLTOP_eviasl may not be running. Please contact your system administrator."
    There is plenty of similar threads and several metalink notes (including below) about it, but mine seems to be slightly different issue.
    Troubleshooting the "Error Occurred While Attempting to Establish an Applications File Server Connection" [ID 117012.1]
    As you can see from error message it says node name is FNDFS_APPLTOP_eviasl, but uname -n returns only eviasl. Where this APPLTOP is coming from?
    J:\oracle\VIS\inst\apps\VIS_eviasl\ora\10.1.2\network\admin\tnsnames.ora contains entries like below one (whole file is very long, but it does not contain entry with APPLTOP):
    FNDFS_eviasl = (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=eviasl)(PORT=1626))
    (CONNECT_DATA=(SID=FNDFS))
    Another tnsnames from ORACLE_HOME contains only below entry:
    rep_eviasl_VIS_eviasl_TOOLS.xxxxxx.xxx=(ADDRESS=(PROTOCOL=tcp)(HOST=eviasl)(PORT=1950))
    Yesterday I had issue with concurrent manager, so I was running adcmclean to fix it and this issue started after that.
    Any help would be appreciated.
    Regards
    Piotr
    Edited by: PiotrekJ on 02-Jul-2012 12:07

    OK, I was wrong - autoconfig finished with errors.
    Result : SUCCEEDED
    ===========================================================================
    ===========================================================================
    [ Config tool : j:\oracle\VIS\apps\apps_st\appl\ad\12.0.0\bin\adgentns.pl ]
    Command : j:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe -I j:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\lib\MSWin32-x86-multi-thread -I j:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\lib -I j:\oracle\VIS\apps\tech_st\10.1.3\perl\site\5.8.3\lib\MSWin32-x86-multi-thread -I j:\oracle\VIS\apps\tech_st\10.1.3\perl\site\5.8.3\lib -I j:\oracle\VIS\apps\apps_st\appl\au\12.0.0\perl -I j:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\mod_perl\site\5.8.3\lib\MSWin32-x86-multi-thread j:\oracle\VIS\apps\apps_st\appl\ad\12.0.0\bin\adgentns.pl PASSWORD contextfile=J:\oracle\VIS\inst\apps\VIS_eviasl\appl\admin\VIS_eviasl.xml logdir=J:\oracle\VIS\inst\apps\VIS_eviasl\admin\log\07031815 outdir=j:\oracle\VIS\inst\apps\VIS_eviasl\admin\out\07031815
    Action : execute
    SCRIPT RETURNED:
    Generate Tns Names
    Logfile: J:\oracle\VIS\inst\apps\VIS_eviasl\admin\log\07031815/NetServiceHandler.log
         Classpath : j:\oracle\VIS\apps\apps_st\comn\java\lib\appsborg2.zip;j:\oracle\VIS\apps\apps_st\comn\java\classes
    Updating s_tnsmode to 'generateTNS'
    UpdateContext exited with status: 0
    AC-50480: Internal error occurred: java.lang.Exception: Error while generating listener.ora.
    Error generating tnsnames.ora from the database, temporary tnsnames.ora will be generated using templates
    Instantiating Tools tnsnames.ora
    Tools tnsnames.ora instantiated
    Web tnsnames.ora instantiated
    adgentns.pl exiting with status 2
    ERRORCODE = 2 ERRORCODE_END
    .end std out.
    .end err out.
    And the end of report
    [CVM Error Report]
    The following report lists errors encountered during CVM Phase
    <filename> <return code where appropriate>
    j:\oracle\VIS\apps\apps_st\appl\ad\12.0.0\bin\adgentns.pl 2
    No of scripts failed in CVM phase: 1
    AutoConfig is exiting with status 1
    I did run autocfg after cleaning FND_NODES. Can you also tell me how to run autocfg for DB? I am guessing I was always doing it for APPS (one from inst dir).
    Regards
    Piotr

  • Original application file with extension .flc not opening

    hi,
    I have got an requirement from my end user for DMS. He operates a software named FLOW LOGIC CONTROL, from there he generates a document with extension .flc.
    I am able to check in the docuemnt in DIR, but when I try to access the same through DIR, it does not open.
    I have defined work station application as FLC with file format as .flc and application (path and programme name) as %AUTO% for Define work station application in network in customizing.
    Do I need to define application other then %AUTO% ? If so what it will be?
    I have tried to open same file through DIR on the desktop where the software is running, but there also I could not open original application file.
    Kindly help me resolving the issue.
    Thanks and Regards,
    Niraj Sikligar

    Hi NIraj
    The filed which I mentioned to You mentions the Path of the application which is used to display or change the Original Alpplication file.
    example.
    If you want to change or display Word document that you have checked in the content server, when you say display the system find the path where this Program ( eg. WINWORD.Exe ) .
    eg Path                 C:\Program Files\Microsoft Office\OFFICE11\WINWORD.exe
    Check in your PC this Path.Whenever you open a word document it uses this path for winword.exe to process word document.
    So in your case the program may be installed in your PC or on some anather Computer.If its on your local machine the Mention * %AUTO%
    If 2D or 3D Document mention it as suggested earlier reply.( I Think in your case a Engineering document is getting generated.And it must be 2D or 3D doucment. ).
    If your program in on anather machine then give path name of that program.
    Please press F1 in the field * Path with program Name * to check the help for possible entries.This will help you to solve the problem.
    Hope this helps you
    With regards
    Mangesh Pande

Maybe you are looking for

  • I have the ipod touch 2nd and it says im disabled for 22,051,536 minutes how do i restart?

    i am repairing the lcd glass in the ipod touch 2nd ge and it says ipod disabled for 22,051,536 i mean i can repair the ipod lcd glass but he wount be able to use it for 15313 days/ 41 years. . . . . lol so im just wounder if i un solder the battery w

  • Odd message when attempting to open iTunes

    After installing the latest iTunes I attempting to open it so I could import some music. I got a message saying "Quicktime version 7.0d0 is installed, iTunes requires Quicktime version 7.0.3 or later. Please reinstall iTunes." So I redownloaded the i

  • IOS8 update failed on my iPad2, now stuck in recovery mode

    Hi there I am in a bit of a pickle! This is what happened: 1.     Plugged my iPad2 into iTunes, downloaded iOS8 and it began to install; 2.     iTunes downloaded the software and began to update iPad; 3.     Device showed Apple Logo and progress bar

  • CC Upgrade Intallation Fail

    Can't install CC updates (Installation failed. Error Code: U44M1P7)

  • Re: Frames and applets..

    I am new to java and want to know what is the hierarchy of putting components such as windows , frames , applets etc on the screen?? can I put an applet on a scroll pane or the other way round?? Is there any thumb rule to design / know which componen