Problems accessing History Store in NW Developer Studio

Hello All:
This is a problem that I had previously logged as a secondary issue under another problem.  I'm relogging it here in the hopes that the new subject will bring some new eyes (and ideas) to the issue.  May the moderators of the forum indulge me.
When I make a change to the Java code and save the changes, I get errors in the Error Log saying "Problems accessing history store", "Could not open indexed store", "Could not add history", etc. for the Bean file.  All the messages are pointing to the ...\.metadata\.plugins\org.eclipse.core.resources\.history\.index file.   Is anyone familiar with this issue or how to resolve it?
Thanks,
.. Craig

This problem was caused by a SAP service not being active which prevented NWDS from accessing the required directories/files.  The server had been shut down and when it was brought back up, the service (SAPMMC, I think) wasn't started automatically.  Once the service was started, everything worked as expected.

Similar Messages

  • Problems deploying par file via Netweaver Developer Studio

    Hello,
    I have problems deploying a par file using the SAP Netweaver Developer Studio.
    In the SNWDS i configure the following:
    Window -> Preferences -> SAP Enterprise Portal
    Alias: IEP
    Host: khz059
    Port: 52900
    Login: Administrator
    Description: Testportal
    The logon Url of the portal is http://khz059:5290052900/irj/portal
    If i try to upload a par file via "Quick PAR Upload" i get the error messages:
    "Unable to connect to the portal
    Operation failed: Please make sure the server 'IEP' (khz059:52900) is running or check the log (sap-plugin.log) for more detail."
    Am I using the proper settings? Am I using the wrong port?
    I don't know whats wrong.
    Can anyone help me?
    The logfile shows:
    [12.09.05 / 14:53] #ERROR LEVEL# com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.sapmakepar.SAPMPWizard$1 > No Information
    java.io.IOException: Error writing to server
         at sun.net.www.protocol.http.HttpURLConnection.writeRequests(HttpURLConnection.java:302)
         at sun.net.www.protocol.http.HttpURLConnection.writeRequests(HttpURLConnection.java:314)
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:634)
         at com.sap.portal.developmentTools.general.wizards.upload.DeployEngine.readResponse(DeployEngine.java:361)
         at com.sap.portal.developmentTools.general.wizards.upload.DeployEngine.uploadPar(DeployEngine.java:433)
         at com.sap.portal.developmentTools.general.wizards.upload.DeployEngine.deploy(DeployEngine.java:220)
         at com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.sapmakepar.SAPMPWizard$1.processUpload(SAPMPWizard.java:404)
         at com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.sapmakepar.SAPMPWizard$1.run(SAPMPWizard.java:338)
         at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:302)
         at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:252)
         at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:758)
         at com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.sapmakepar.SAPMPWizard.performFinish(SAPMPWizard.java:519)
         at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:608)
         at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:321)
         at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:423)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
         at org.eclipse.jface.window.Window.runEventLoop(Window.java:583)
         at org.eclipse.jface.window.Window.open(Window.java:563)
         at com.sap.portal.developmentTools.general.uploader.QuickPARUploader.run(QuickPARUploader.java:146)
         at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)
         at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:456)
         at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:403)
         at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:397)
         at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:72)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
         at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
         at com.tssap.util.startup.WBLauncher.run(WBLauncher.java:79)
         at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
         at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
         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:324)
         at com.sap.ide.eclipse.startup.Main.basicRun(Main.java:291)
         at com.sap.ide.eclipse.startup.Main.run(Main.java:789)
         at com.sap.ide.eclipse.startup.Main.main(Main.java:607)
    Best regards,
    Nils Kloth

    Hi Nils,
    I think you must have selected the defualt checkbox (Try and uncheck that). Also uncheck the checkbox for "<i>Yes, I want to remeber the password for deployment</i>" if it is also selected. When you deploy the par file now enter the password and try to deploy. I think this will solve your problem.
    Apart from this, try this methos of deploying the Par file.
    1) Save you project. Right click it and "Quick par Upload".
    2) On your browser type
    "http://<your_server_name>:50000/irj/servlet/prt/portal/"
    Your case:
    <i>http://khz059:52900/irj/servlet/prt/portal/</i>
    or same page you can get by navigating:
    System Administration-> Support-> Portal Runtime-> Administration Console.
    3) At the option "Please specify a Portal Archive file (PAR) and press "upload" to store it into the PCD." Deploy your par file by giving the path.
    Now you file is deployed on the server. If you want to create an Iview from this deployed .par file then :
    1) On your portal. Follow the path: Content Administrator-> Portal Content -> Portal Content(sub-option). Right click -> New from par ->iView.
    2) Here in the list you will find the par file which you have uploaded. Proceed as said.
    3) You will finally have an iView. Right click it and preview it.
    I hope this solves your problem.
    Regards
    Pravesh
    PS: Please consider rewarding points if helpful.

  • Problem launching Adobe Designer in Netweaver Developer Studio

    Hi All,
    I have successfully (I believe) installed all the components required to have Adobe Interactive Forms running on WAS 6.40 (SR1), in accordance with Achim Hauk's blog 'My struggles with the Adobe Document Services in WAS6.40' (thanks Achim!).
    When I go to try the Interactive Form tutorial, and I launch the Adobe Designer 6.0 from Netweaver Developer Studio (version 2.0.9) by right-clicking on my InteractiveForms UI element and selecting 'Edit', I get a popup error 'An error occurred decoding Base64 data - encoded data is invalid or corrupted'.  Does anyone know what this means and how to correct it?  When I press the OK button on this popup the Adobe Designer is correctly launched, however any changes I make within the Designer don't seem to be saved.
    Any help would be very much appreciated.  Not sure if it makes any difference, but I have Adobe Reader 6.0.2 installed on my client.
    Thanks
    John Moy

    Hi John,
    I've installed the SP15 sneak preview last weekend. Based on my experience, if you are not using SSL set up, you only need three steps to set up ADS.
    1. Create user ADSUser and user group ADSGroup
    2. Set up basic authentication
    3. Set up credential file
    Now, step 1 and 2 which is in the guide is already done when you finish the installation of sneak preview SP15. All you have to do is to set up credential file.
    I was having problem with Read timed out issue, and Markus pointed that web service time out need to be increased in my case. I haven't tested it yet since I am away from my PC, but i'm pretty sure it will fix the time out problem.
    Also if you download the credential a while back, that file will expired the end of this month (Feb). Markus has posted a new credential file which will expire in June.
    Regards,
    Iwan

  • Problem with Management Console for Netweaver Development Studio

    I installed the  Netweaver Development Studio and all works fine
    Normally the MMC shows SAP Systems and a J2E instance below it which is used to start the services
    But when I shutdown my machine and restart it again the J2E item below the SAP Systems does not appear and  I cannot restart the J2E/SAP/DB/J2EE services
    Is there another way I could restart all the related services from a batch file or a utility that takes a config file
    because for the last few days I am having to re-install the Developer studio to get it to work
    Please help me on this because I am wasting atleast 2 hrs daily to reinstall so that I can control all my services
    thanks
    Tony

    I think I temporarily fixed this problem I am not sure how this will affect the development.
    But atleast I can start the J2EE/DB services so that I can start and stop services from the MMC
    What was happening was that the services
    SAPJ2E_00
    SAPJ2E_01
    were not starting up because of the logon problems, the default account that was created SAPService( something like that ) was not able to log on, I changed the logon permissions to "Local System" and started the service, this time atleast the service started.
    I need to launch the Development Studio and see if I am able to work with the new account permissions on the J2EE server

  • Problems Accessing iTunes Store

    Hi,
    This is the second Friday in a row that I've had problems accessing the iTunes store to rent or buy movies from my aTV.
    I can browse and view movie details OK but when I click OK to rent or buy a movie I get the twirling "in progress" thingy with the message "Accessing iTunes Store" but it never gets any further.
    Is anybody else having problems?

    Same problem for me, and it didn't happen until I updated to iTunes 8. I've had tons of problems since then, I hope Apple does something about it, they must be aware of the issues, and they're being very slow to resolve it.
    I'm getting the forever "Accessing iTunes Store" message with the spinning thing. Nothing ever happens. I have rebooted, but I agree with the comment that it's a very frustrating way to buy or rent a movie.

  • Problems accessing itunes store from itunes

    I have a new Hewlett Packard laptop which runs on Vista. I can load itunes but when I try to access itunes store from itunes I get the following error message:
    itunes cannot connect to the itunes store, make sure your network connection is active and try again. There are no problems with my network connection, can any one advise?
    Many thanks.

    Just run the network diagnostics and got this result.
    Microsoft Windows Vista Home Edition (Build 6000)
    Hewlett-Packard HP Pavilion dv2000 (RY395EA#ABU)
    iTunes 7.3.2.6
    Current user is not an administrator.
    Network Adapter Information
    Adapter Name: {3C041088-24CC-4479-B125-2CD62BD51FC1}
    Description: Bluetooth Device (Personal Area Network)
    IP Address: 0.0.0.0
    Subnet Mask: 0.0.0.0
    Default Gateway: 0.0.0.0
    DHCP Enabled: Yes
    DHCP Server:
    Lease Obtained: Thu Jan 01 00:00:00 1970
    Lease Expires: Thu Jan 01 00:00:00 1970
    DNS Servers:
    Adapter Name: {83B81DF1-7E46-41D7-80B0-31BC4AC8814D}
    Description: Intel(R) PRO/Wireless 3945ABG Network Connection
    IP Address: 192.168.1.101
    Subnet Mask: 255.255.255.0
    Default Gateway: 192.168.1.1
    DHCP Enabled: Yes
    DHCP Server: 192.168.1.1
    Lease Obtained: Sat Aug 25 11:48:50 2007
    Lease Expires: Sun Aug 26 11:48:50 2007
    DNS Servers: 194.168.4.100
    194.168.8.100
    Adapter Name: {5EA6FE6E-AB37-4640-A3BB-5C0FB94C0B34}
    Description: Intel(R) PRO/100 VE Network Connection
    IP Address: 0.0.0.0
    Subnet Mask: 0.0.0.0
    Default Gateway: 0.0.0.0
    DHCP Enabled: Yes
    DHCP Server:
    Lease Obtained: Thu Jan 01 00:00:00 1970
    Lease Expires: Thu Jan 01 00:00:00 1970
    DNS Servers:
    Network Connection Information
    Active Connection: LAN Connection
    Connected: Yes
    Online: Yes
    Using Modem: No
    Using LAN: Yes
    Using Proxy: No
    SSL 3.0 Support: Enabled
    TLS 1.0 Support: Enabled
    Firewall Information
    Windows Firewall is off.
    Connection attempt to Apple web site was unsuccessful.
    The network connection timed out.
    Connection attempt to iTunes Store was successful.
    Secure connection attempt to iTunes Store was successful.

  • Problem accessing iTunes store

    Weird. Starting this week, I can only access the iTunes store in the mornings (before I go to work). If I try in the evenings I get the message 'Network Connection timed out - try again later'. No matter how often you try rebooting & reloading you get the same message. I've been using the store for years without a problem. No new software has been installed. I have reinstalled itunes & Quicktime to try and overcome the problem. I can access on my work computer without a problem. What's happening????
    Dell Dimension 4600   Windows XP Pro  

    If it works sometimes and not others with no changes being made on your end, either to your computer or your Internet connection, then I'd suspect a problem with your ISP. You may want to talk to them about the problem.

  • Problems accessing iTunes store with Mac OSX 10.4.11

    I am trying to access the iTunes store using Mac OSX 10.4.11 but it tells me to download the new version of iTunes. When I try to do that it says that the new version of iTunes is not supported by 10.4.11. What am I doing wrong? Do I actually need to buy the upgrade from 10.4.11 in order to buy stuff from iTunes again.
    Thanks

    Try using iTunes 9.2.1.
    (58566)

  • HT3204 Problems accessing itunes store

    Today I downloaded the latest version of itunes, 11.0.4.  I now cannot access the itunes store.  My internet is working, so I do not think it has anything to do with the network connectivity.  Has anyone got any suggestions?

    Hello Tired Mummy,
    I would recommend taking a look through the following article for further information and potential resolutions.
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    Cheers,
    Allen

  • Problems accessing iTunes Store on a Windows Vista PC

    I'm connected to the internet on my PC and I can get to any website I want to.  I just downloaded the latest version of iTunes through Firefox.  But every time I try to connect to the iTunes Store within the application I continue to get a message iTunes could not connect to the iTunes Store. The netwokr connection timed out. Make sure your network settings are correct and your network connection is active, then try again.  I do not have the Windows Firewall turned on and I'm using Webroot for virus protection and I have turned off it's firewall but it as not changed anything for me.

    This forum is for issues dealing with compatbility between Macs and Windows based computers. You should post your question in the iTunes for Windows discussions:
    http://discussions.apple.com/category.jspa?categoryID=150

  • After upgrade to iOS 5 cannot access App Store: "Your Apple ID has been disabled"

    Help! I cannot solve the problem accessing App Store after upgrading my iPad2 to iOS 5 since 15oct2011. When attempting to upgrade for example Viber app I get msg "Your Apple ID has been disabled."  This the only problem I am facing now.  I already submitted the query to Apple people but no response yet.  Thanks very much for any help I can get. howi46, 16oct2011, 20:02

    Apple ID Security -
    Telephone Apple Care for your country and ask for the Account Security Team, then request help enabling your account.
    Or use this link for contact by internet-
    http://www.apple.com/support/appleid/contact/
    Choose Other Apple ID Topics and then Apple ID Account Security

  • Developer Studio: Access to Message Server Port

    Hello,
    in our case developer wants to access the java instance of an add-in installation (SAP WEB AS JAVA-Version: 6.40 SP16).
    The Problem is, that the direct access from the developer studio to the server is not possible without problems, because in the middle is a firewall placed that is not under our maintenance.
    Is it possible to organize the access via something like the saprouter?
    We have to keep in mind, that in future other groups has to access other java instances, so that we want to use a single point of entry trough this firewall.
    Thanks fo help,
    André

    Can you give me some hints, how to do it?
    I cannot imagine, how it could work.
    Thanks in advance,
    André
    Message was edited by:
            Andre Siegling

  • Netweaver Developer Studio 7.0 - Problems with MI Plug-in Configuration

    Hi,
    I installed the NetWeaver  Developer Studio 7.0.11 and have problem when configuring the MI Plugin. The configuration page does not save the settings and then it just doesn't show any fields in the screen. Does anyone has the same problem?Any ideas? Thanks in advance.

    Hello Jon,
    I agree, but 2 GB RAM is sufficient to run the NWDS efficiently, consider the following points to increase its performance.
    1. Tweak your eclipse.ini : This will increase the memory usage of Eclipse, but will give you the best startup and working  performance. If you think eclipse is using up too much memory, lower the Xms, Xmx and PermSize values.
    -startupplugins\org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar--launcher.XXMaxPermSize256m-vmargs -Xms256m -Xmx512m -XX:PermSize=256m -XX:MaxPermSize=256m -XX:+AggressiveOpts-XX:+StringCache-XX:+UseFastAccessorMethods-XX:+UseLargePages-XX:LargePageSizeInBytes=4m-XX:AllocatePrefetchLines=1-XX:AllocatePrefetchStyle=1-Dide.gc=true
    2. Disable the un-necessary startup plugins
    It loads up certain (un-necessary) plugins at startup. We can tweak this a bit to improve the startup performance.
    Go to Window > Preferences
    Expand General and select Startup and Shutdown
    On the right side, uncheck the plugins you don't want to start. Usually, you can uncheck all of them. Don't worry, it just makes the startup minimal. Once you need to access the module in the IDE, it will start it up.
    Click OK and restart IDE.
    BR
    Satish Kumar

  • SAP Netweaver Developer Studio Updatesite problem

    Hi,
    I have installed SAP Netweaver Developer Studio CE 7.1 SP09 in my desktop. I am trying to connect to local update site.
    I am getting the below mentioned error.
        Network connection problems encountered during search.
        Unable to access "http://<host_name>:<port>/updatesite".
        Error parsing site stream. [The XML stream is not a valid default "site.xml" file. The root tag is not site.]
        The XML stream is not a valid default "site.xml" file. The root tag is not site.
        Error parsing site stream. [The XML stream is not a valid default "site.xml" file. The root tag is not site.]
        The XML stream is not a valid default "site.xml" file. The root tag is not site.
    I have updated the com.sap.ide.update.autostart.prefs file with the local update site. Also I have provided the proper network connection details in windows -> Preferences -> Network Connections.
    Please let me know the solution for this.
    Regards,
    Kalainila B

    Hello Kalainila 
    Are you able to access;
    https://nwds.sap.com/swdc/downloads/updates/netweaver/nwds/ce/710
    what error are you recieving?
    Thanks
    Kenny

  • Developer Studio deployment problem

    Hi All,
    I'm unable to deploy from Developer studio. Error is 'Server XXX did not accept login request as admin on port 50018'.
    Looked into the documentation and put an entry in the host file too. but i still have the problem.
    Studio (2.0.4)
    Server: SP14
    Tried with Studio(2.0.8 & 2.0.11) too. Please help.
    I'd greatly appreciate an answer.
    Thanks in advance,
    Regards,
    Rajit

    Hi,
    I can tell you some strange thing that happens everytime I am deploying with Developer Studio:
    1.) I deploy locally. My password is xxx. Everything is fine.
    2.) I deploy on the productive system. My password is yyy. Everything is fine.
    3.) I change the settings to the integration system. Refresh the view. I can see the correct integration engine. I deploy. My password is yyy. The files are deployed on the productive system, not the integration system. Bad Luck.
    If I change the password for the productive system to zzz, I get the same error message as you got when I try to deploy with zzz to the productive system. That is because Developer Studio connects to the wrong system.
    This error happens every single time. Therefore I stopped deploying via Developer Studio for other engines but my own localhost. Deplyoing with SDM gui works just fine.
    May be, you have a similar situation ?
    Regards, Astrid

Maybe you are looking for

  • Previewing Linked photos before publishing

    I have hyperlinked my photos on my iWeb site that I am building... however, when I click on them to see the enlarged photo, I do not get any results. Please advise on the correct way to do this. Also, how do I preview my page, before publishing it?

  • ITunes, App Store, Internet

    Hi, I have an iPod 4th generation and the other day it was working fine and I was able to download off of iTunes and the App Store, as well as retrieving my email.  However, now even though I have a solid wifi connection it won't connect to anything

  • Fm transmitter missing after updating my n85

    Hi everyone, I've buyed N85 and i was exited about all the features that it brings. Later I've decided to update it's firmwire to get the improvement and i just wished that didn't do that. Well the problem is when i've tried after 2 days to use the "

  • Formula node output on the right hand side

    I want to use formula node to find the  independent variable (right hans side equation). For simiplicty let us say y=x+z. When I make z as the output it gave wrong answer but when the y is output, it works fine. I have a more complicated equation whi

  • Provision Console Problems....

    Good Morning Everyone! I am having a problem with a new install of the 10.1.2 collaboration suite on a Windows 2003 server. This is a single box install and everything appears to be set up properly using the instructions from Oracle. However, when I