Restoring 'preview in browser' from test server

I have recently added and am learning to build a 'form' page (dynamic PHP page) to my site.
I have installed Apache and am using a localhost 'test server' on C/program files/xampp/htdocs
( I have been following tutotrials in The Missing Manuals series)
Everthing is going ok, but my question involves the following problem:
I used the 'preview in browser' function as always in my development. After setting up the PHP page and attempting to preview it, it established a new connection to the local server and it asked to 'put' the files to that test server which I did. Everything worked ok, but when I went back to work on regular HTML pages, and preview, it tries to use the test server.
The test server is in a different location (above), and obviously doesn't find the location of my site development. The rest of my site doesn't reside on the test server location (above), so when I try to preview it, I just get error messages.
I have several computers - when I go back to one that I didn't preview the PHP page in (even though I have copied the entire site with new PHP page), it previews like I want, in a regular browser.
Question:
Is there a way to tell the 'preview' function where to look, so it doesn't activate the test server and just loads the original HTML files like it used to?
Or do I just need to define/relocate both the test server and my site to the same location?
Thank you!!

Question:
Is there a way to tell the 'preview' function where to look, so it doesn't activate the test server and just loads the original HTML files like it used to?
If your site has a Testing Server defined, then all previews will be directed to the Testing Server, including those that may not require a Testing Server.
Or do I just need to define/relocate both the test server and my site to the same location?
That's usually the best way - altough it's not required.  You just have to make sure that any files you need to make your preview work are also uploaded to the Testing Server.

Similar Messages

  • [Locked] Switching from testing server to remote server

    I set up php pages on a testing server successfully. I exported the database from the testing server to the remote server no problem.  But I don't understand how to switch the pages from the testing server to my remote server and make the connection to the database there. I read the manual about switching the connections, but I'm not having any luck. Here's what's not clear:
    Am I supposed to move the page to my local root folder before putting it to the remote server?  When I do this, the Databases tab says there is no connection, though the page still starts with this code: <?php require_once('file:///C|/XAMPP/htdocs/TRS/Connections/trs_db.php'); ?>  When I try to make a new connection, I get an error message that references that code.
    Do I also move the server scripts and connections folders from the remote server to the local root folder then put them to the server?
    The testing server tutorial stops short of explaining this switch, and the manual doesn't seem to address the testing server at all.
    Thanks.

    Sorry! My question is the following: Has anyone switched from saving calendar events to their e-mail server to icloud with success? I do not want to make the switch if I will lose events or events will not appear as they do now, or if I will lose everything in the notes that I write for events.

  • Universe Migration Procedure from TEST Server to PROD server

    Hi,
    We are using SAP BO XI R3 version in our project TEST windows 2003 server.
    we have designed the universe in TEST BO Server and it's working great.
    Now, we would like to move/migrate the universe created in TEST Server to the PROD server.
    please let me know the migration steps [step by step procedure - documents] in getting the universe available in PROD server as well.
    Note: We are using SAP BO XI R2 version in PROD server & XI R3 in TEST Server respectively in separate physical machine .
    Regards,
    Karthik

    Thanks for your support Henry. I agree with your point.
    I have 1 quick question: if we copy the .unv file from TEST BO R3 server and paste the same .unv file to PROD BO R2 server, will it be available for importing in PROD BO R2 Server [to do modification in connection settings (connection to pointing PROD DB)]?
    If yes, we can copy [not export (no use of tool)] manually the .unv file from TEST R3 server and paste it manually in PROD R2 Machine under universes folder and make any modification like changing the connections....etc.,
    Please let me know if this approach works fine with no issues. Because its going to be done in PROD.
    Many Thanks,
    Karthik.

  • How can i restore my data synchronised from a serv...

    I use Nokia C3-00, And in My country synchronisation with server is not available except i perform phone switch or with a PC...But in thesame country of mine there is a server people use to synchronise...And when i tried it on my phone with the settings given to me...I synchronised my contacts,notes and calender...and the phone said 'synchonisation sucessfull' but after i restored my phone coz it had an error..and restoring it deleted my data(contacts,notes etc)...Now my question is, how can i restore my data(contacts,notes) that i synchronised ? Coz i checked d phone...i did not see an option to restore d data.....And if i can't, i'm sorry but nokia put that 'sync with server' feature just for fun ...

    TSNA - My system crashed 1/2 way through opening up Parallels.  I use Parallels for Quicken & Quickbooks only.  My system locked up & I had to power down to get any response on the screen.  When it started back up I got a screen that said Restore from Time Machine, Safe Startup (or some such words) and one other choice.  NONE of which would do anything. - No response to any clicking, entering, up down etc.  I called over my Apple friend and he could not get it going,.  Ended up having to Reload O/S from the startup disks and reformat my hard drive.  Reformatted because I wanted to get rid of Parallels which has painfully slowed down my entire system.  I never keep it open unless I am working with Quickbooks or Quicken.  Therefore I had decided to start using Boot Camp anyway.  So I would have had to reformat my hard drive to do that regardless of this freeze up of my system.
    This whole thing has taken days to get my documents off Time Capsule.  Time Machine would then not restore to my "new" or reformatted hard drive, so all the files on the Time Capsule were hidden.  Total nightmare !
    Because now I can't get iPhoto APP back on my system as it is not available and have to use the new PHOTO which I hear is not good.

  • Transport qualifications from test server to development server?

    Hello,
    How can I transport qualifications (or any other object) downwards, say from production or testing to development?
    Thanks.

    Hi Dave,
            You should need a custom program to transfer the objects from production to development / testing. We have to use RFC function modules to get data from other systems.
    Thanks,
    V.Nagaraju

  • Solution to using Site Root with Sub-folders on Testing Server & Browser Previews

    Hi Everyone
    Have found an elegant solution when using Site Root relative linking for a website, that allows browser previews, even when the testing server uses sub-folders and the live code references just the server site root " / " of the live server and not the sub-folder structure of the testing server.  This is really useful when you don't want to use document relative linking, which normally takes care of this problem in Dreamweaver.
    The solution is to use sub-domains referencing the sub-folders on the testing server, so the sub-folders appear as the root of each website and the html code pointing to the site root works correctly on both testing & live servers without alteration.
    Testing Server Setup
    One testing server domain is used for all client development work:
    For example:  www.testingserver.com
    On the testing server there are multiple sub-folder (one for each client website being developed):
    For example:  www.testingserver.com/clientA/ ,  www.testingserver.com/clientB/ , www.testingserver.com/clientC/
    Live Server Setup
    The site code needs to be developed with the final live server folder structure (url references) in mind:
    For example:  www.livesite.com (with all pages referencing the root of the live site server)
    Page URLs on Testing & Live Servers
    /page-name.html
    Testing server url:  www.testingserver.com/clientA/page-name.html
    Live server url:  www.livesite.com/page-name.html (without /clientA/ sub-folder)
    Browser Previews Don't Work
    You want to be able to run browser previews on the testing server while developing the website.  To do this you normally have to reference the sub-folder structure of the testing server in the url for things to work right:
    For example www.testingserver.com/clientA/page-name.html
    What do you do, when you can't keep switching all the urls in the code from pointing to the sub-folder to pointing to the site root, and you don't want to use document relative linking?
    One Solution - Sub-domains on Testing Server
    In your domain hosting (outside of Dreamweaver) setup a sub-domain to point to the testing server sub-folder.
    For example:  Sub-domain clientA.testingserver.com points to www.testingserver.com/clientA (sub-folder)
    So now when you reference the sub-domain it sees the sub-folder as the site root and all your problems are solved.
    Dreamweaver Site Definition Setup
    Site Definition under "Local Info"
    Links relative to: Site Root
    Site Definition under "Remote Info" (live server)
    Access: FTP
    FTP host:  ftp.livesite.com
    Host directory: /
    Site Definition under "Testing Server" 
    Access: FTP
    FTP host:  clientA.testingserver.com
    Host directory: /
    URL prefix: http://clientA.testingserver.com
    (location of the site's root folder on the testing server, the sub-domain redirection takes care of pointing to the sub-folder)
    This is just one solution but it works well for me as it doesn't have any cost associated with it under our hosting package where you can have multiple sub-domains setup.
    Hope this helps someone in a similar situation.
    Aly

    Just Google it, or run out and buy a copy of David Powers' Foundations Dreamweaver CS4 with CSS, Ajax and PHP, a book that is never out of reach for me.  He details the process explicitly for both Mac and PC.
    For me, on W7, I edit the C:/Windows/System32/drivers/etc/hosts file, and add the ip of my testing server along with the site alias -
    192.168.1.82  site.local
    Then I add this same designation to my httpd.conf file in Apache on the testing server.  Finally I restart Apache.
    Now from my production machine if I browse to "http://site.local", I get to see either the default file in the root of the site on the testing server, or a directory of the site on the testing server (my testing server is a unix box running on my LAN at that ip address).  Furthermore, all of my root relative links now work as they would if the pages were being browsed from the live server.

  • Previewing images in forms 11g from the server

    Hi All,
    i need your help in this issue please
    i've just migrated my application from forms 6i to forms 11g
    there is a function in my application that i used that previewed images that exists on a network drive that are used in an image gallary
    now i don't have this setup as the application is hosted on the weblogic server
    i want an alternative method that i can use to preview the images from the server
    the old way was:
    read_image_file('.\default_image.jpg','any','preview.image_preview'); --this shows a default image if no image was selected
    if :search_results.file_path is not null then     
         read_image_file(:preview.image_path||'\'||:search_results.file_path,'any','preview.image_preview');     -- this shows the image that we retreived it's name from the database but it exists on the file system
    end if;
    i've configured the webutil but i don't know what method to use
    also another functionality that i lost in the migration is opening a browser window to preview the final article that the editor entered using my application
    the old way was:
    declare
         url varchar2(1000);
    begin     
         url:='http://10.100.100.197:55/allcontent/allcontentimages/'||:SEARCH_RESULTS.FILE_PATH||'';
    WIN_API_SHELL.WinExec('"C:\Program Files\Internet Explorer\IEXPLORE.EXE" '||url||'',
    WIN_API.SW_SHOWMAXIMIZED,TRUE);
    Exception when NO_DATA_FOUND then
    MESSAGE('CAN NOT FIND THE FILE');
    end;
    now ithe WIN_API_SHELL is not working as i'm on the server side and i don't know the alternative
    please advice

    Hello Nivin
    If you want to read an file from local drive or from netwrok drive then before reading images please make sure that do you have full rights and have you mapped that network drive .
    after that you use read_image_file built in(). secondly you configure WEBUTIL package.
    please visit the following link for configuring webutil.
    I configured my webutil package from this link and its worked fine.
    http://www.baigzeeshan.com/2010/01/open-file-dailog-box-example-using.html
    thanks
    G.Yassen

  • SAP BW System - Memory requirement to restore to test server

    Hi,
    We have SAP BW system version Business Information Warehouse 3.0B. System has following configuration:
    ~
    CPU : 32
    Physical Memory: 67108864 KB
    Physical Memory Available: 30654448 KB
    Database using Memory: Apprx 20 GB
    Database Size: Apprx 5.3 TB
    ~
    We are planning to restore this system to a test server. Test server is having 4 CPU and 8 GB RAM.
    Can you please let me know to do a restore, how many CPU and Minumum RAM We require on test server? How to check from current configuration, how much SAP is using memory?
    Appreciate your help.
    Thanks a ton in advance.
    Best Regards,
    Basis CK.

    Hi  Arun,
    Thanks for the propmt reply.
    We are just planning to do a Disaster Recovery Mock Run. We will be restoring production server database to test server and will be recovering a database and then will start SAP.
    But not sure, if 4 CPU and 8 GB will allow to start SAP. Can you help? Currently Instance profile memory parameters has been set for 64 GB memory. I need to adjust the profile parameter propationately for the less CPU and memory ? how to check and do that.
    Appreciate your help.
    Thanks
    Regards.
    Basis CK

  • Impact of Rman restore on test server.

    Hi,
    I am working on oracle 10g on linux 64 bit
    I have rman backup from production database. Name and SID of production database is Prod1 and i want to to check this RMAN backup after restoring it on the other test server (VMDB) for Disaster recovery.
    Now problem is that, i want to test it for DR, where i only need to run a script to restore and recover a database at the time of disaster in production site.
    My disaster recovery site will be in different network, so i can keep the name of database and sid same as of Production but is it possible that i could install the database in test database with same db name and same sid as of Production when Test and Production database are in same network.
    What will be the steps if i want to have a single script to restore database to new server. Do i need to create database with installation of Oracle on test machine or RMAN script will create database by itself.
    Do i need to set same dbid as of production in test database before restore. What can be the problems when i have production database running and i am restoring backup of same database on test machine with different IP address but same database name and SID and setting same DBID. I am not using catalog
    I have a full backup of database +Auto backup of controlfile and spfile
    Production database is being accessed by client via TOMCAT server.

    >
    is it possible that i could install the database in test database with same db name and same sid as of Production when Test and Production database are in same network.
    >Yes it is possible.
    >Do i need to create database with installation of Oracle on test machine or RMAN script will create database by itself.
    >
    There is no need to run CREATE DATABASE. Running the right RMAN RESTORE statements will recreate database control files, datafiles and redo log files.
    >What will be the steps if i want to have a single script to restore database to new server.
    >
    Note that in case of disaster recovery, you must make sure that RMAN backups are available from test server.
    You can try to apply following example to your environment:
    http://download.oracle.com/docs/cd/B19306_01/backup.102/b14191/rcmrecov.htm#BRADV156
    >
    What can be the problems when i have production database running and i am restoring backup of same database on test machine with different IP address but same database name and SID and setting same DBID. I am not using catalog If you are not using RMAN catalog, risks are limited: you should take care at least:
    1. that Oracle Net configuration files (tnsnames.ora) used in production are not updated
    2. that any tool/script you are using to manage (monitor, backup, etc.) the test database does not interfere with the production database.

  • Transfer data from Test to Production Server

    Dear All
    I want to know how to transfer data from test server to production server.
    Lets say we have done all the setup steps of GL, and we have also feeded chart of accounts, journal entries, recurring etc. at our test server. Now we want to shift our data from Test Server to Production Server.
    What can be the procedure?
    I shall be really thankful.
    Best Regards
    Muhammad Habib
    http://mhabib.wordpress.com

    Dear hsawwan
    Thanks for your reply. Can you send me this document via email. My email id is: [email protected]
    Secondly can you please tell me how to just transfer my Chart of Account.
    I shall be really thankful to you.
    Best Regards
    Muhammad Habib

  • Moving from TEST to LIVE server

    Dear all,
    The setup of our functional team is ready on my TEST server. Now i want to move it to LIVE server. (I am sure that my functional team will not do it again @ LIVE SERVER)So plz tell me how to move with this current setup from test server to LIVE server. Is there any document id in metalink?
    Thanks
    Sarfaraz Karim

    Thanks VENKAT,
    Oh yes clone is a part ,,, but i just want ot know is there any other option rather than clone??? can i import that data???
    Thanks

  • Could not get IOR from Domino Server while provisioning Lotus Notes

    Hi all,
    There are two servers that have OIM installed, development server and test server. From development server, we can
    provision to Lotus Notes just fine. But for test server everytime when
    provision to Lotus Notes. There will be an exception
    NotesException: Could not get IOR from Domino Server: http://10.3.100.61:63148/diiop_ior.txt
    From test server
    I can access the URL http://10.3.100.61:63148/diiop_ior.txt using Internet Explorer
    I can telnet to 10.3.100.61 63148
    I can use connector testing program and it work fine
    All configuration and jar files are the same as development server
    There is no firewall or antivirus running in both systems.
    Both server is virtual server using VMWare.
    OS: Windows2003R2 Enterprise
    DB: Oracle 10gR2 10.2.0.2
    AS: Oracle AS 10g 10.1.3.3.0
    OIM 9.1.0
    Lotus Notes Connector 9.0.4.2
    Thank you.
    Satit
    The error is as below
    =================================================
    INFO,11 Nov 2008 11:24:26,109,[ADAPTER.LOTUSNOTES],LotusNotesProvision::init
    INFO,11 Nov 2008 11:24:26,109,[ADAPTER.LOTUSNOTES],LotusNotesProvision::init
    DEBUG,11 Nov 2008 11:24:26,109,[ADAPTER.LOTUSNOTES],LotusNotesProvision::init : Host 10.3.100.61
    DEBUG,11 Nov 2008 11:24:26,109,[ADAPTER.LOTUSNOTES],LotusNotesProvision::init : Port 63148
    DEBUG,11 Nov 2008 11:24:26,109,[ADAPTER.LOTUSNOTES],LotusNotesProvision::init : Admin Pongtape Ungkawanish/Telecom./Central Support/Fin./KK_Bangkok/TH
    DEBUG,11 Nov 2008 11:24:26,109,[ADAPTER.LOTUSNOTES],LotusNotesProvision::init : Certifier OU
    DEBUG,11 Nov 2008 11:24:26,109,[ADAPTER.LOTUSNOTES],LotusNotesProvision::init : Before session
    08/11/11 11:24:26 Running setTimeoutParameters
    08/11/11 11:24:26 Running Connect
    INFO,11 Nov 2008 11:24:26,109,[ADAPTER.LOTUSNOTES],LNotesConnectionUtil::getSession
    INFO,11 Nov 2008 11:24:26,109,[ADAPTER.LOTUSNOTES],LNotesConnectionUtil::getSession : ***Non-Secure Mode
    ERROR,11 Nov 2008 11:24:26,109,[ADAPTER.LOTUSNOTES],LNotesConnectionUtil::getSession : ***Connection refused to Lotus Notes......
    NotesException: Could not get IOR from Domino Server: http://10.3.100.61:63148/diiop_ior.txt
         at lotus.domino.NotesFactory.requestIORPlain(Unknown Source)
         at lotus.domino.NotesFactory.requestIORUsingArgs(Unknown Source)
         at lotus.domino.NotesFactory.getIOR(Unknown Source)
         at lotus.domino.NotesFactory.createSessionUP(Unknown Source)
         at lotus.domino.NotesFactory.createSession(Unknown Source)
         at com.thortech.xl.Integration.HostAccess.LNotesConnectionUtil.getSession(Unknown Source)
         at com.thortech.xl.Integration.HostAccess.LotusNotesProvision.connect(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpLNCREATEUSER.CONNECT(adpLNCREATEUSER.java:449)
         at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpLNCREATEUSER.implementation(adpLNCREATEUSER.java:160)
         at com.thortech.xl.client.events.tcBaseEvent.run(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.runEvent(Unknown Source)
         at com.thortech.xl.dataobj.tcScheduleItem.runMilestoneEvent(Unknown Source)
         at com.thortech.xl.dataobj.tcScheduleItem.eventPostInsert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.insert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
         at com.thortech.xl.ejb.beansimpl.tcProvisioningOperationsBean.retryTasks(Unknown Source)
         at com.thortech.xl.ejb.beans.tcProvisioningOperationsSession.retryTasks(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.SecurityRoleInterceptor.invoke(SecurityRoleInterceptor.java:47)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
         at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
         at tcProvisioningOperations_RemoteProxy_6ocop18.retryTasks(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.evermind.server.rmi.RmiMethodCall.run(RmiMethodCall.java:53)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.NullPointerException
         at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:781)
         at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:669)
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:913)
         ... 45 more
    INFO,11 Nov 2008 11:24:26,109,[ADAPTER.LOTUSNOTES],Unable to connect to the target. Attempting to reconnect after delay of 2000ms.......
    INFO,11 Nov 2008 11:24:28,110,[ADAPTER.LOTUSNOTES],LNotesConnectionUtil::getSession
    INFO,11 Nov 2008 11:24:28,110,[ADAPTER.LOTUSNOTES],LNotesConnectionUtil::getSession : ***Non-Secure Mode
    ERROR,11 Nov 2008 11:24:28,110,[ADAPTER.LOTUSNOTES],LNotesConnectionUtil::getSession : ***Connection refused to Lotus Notes......
    NotesException: Could not get IOR from Domino Server: http://10.3.100.61:63148/diiop_ior.txt
         at lotus.domino.NotesFactory.requestIORPlain(Unknown Source)
         at lotus.domino.NotesFactory.requestIORUsingArgs(Unknown Source)
         at lotus.domino.NotesFactory.getIOR(Unknown Source)
         at lotus.domino.NotesFactory.createSessionUP(Unknown Source)
         at lotus.domino.NotesFactory.createSession(Unknown Source)
         at com.thortech.xl.Integration.HostAccess.LNotesConnectionUtil.getSession(Unknown Source)
         at com.thortech.xl.Integration.HostAccess.LNotesConnectionUtil.getSession(Unknown Source)
         at com.thortech.xl.Integration.HostAccess.LotusNotesProvision.connect(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpLNCREATEUSER.CONNECT(adpLNCREATEUSER.java:449)
         at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpLNCREATEUSER.implementation(adpLNCREATEUSER.java:160)
         at com.thortech.xl.client.events.tcBaseEvent.run(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.runEvent(Unknown Source)
         at com.thortech.xl.dataobj.tcScheduleItem.runMilestoneEvent(Unknown Source)
         at com.thortech.xl.dataobj.tcScheduleItem.eventPostInsert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.insert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
         at com.thortech.xl.ejb.beansimpl.tcProvisioningOperationsBean.retryTasks(Unknown Source)
         at com.thortech.xl.ejb.beans.tcProvisioningOperationsSession.retryTasks(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.SecurityRoleInterceptor.invoke(SecurityRoleInterceptor.java:47)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
         at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
         at tcProvisioningOperations_RemoteProxy_6ocop18.retryTasks(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.evermind.server.rmi.RmiMethodCall.run(RmiMethodCall.java:53)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.NullPointerException
         at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:781)
         at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:669)
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:913)
         ... 46 more

    check if DIIOP service is turned on at the Lotus Domino side...
    Oleg.

  • Getting a black screen when publishing in html or preview in browser

    Hi,
    Can anyone help. I am trying to publish a file that I converted from a captivate 4 file. It si a basic file with click boxes, captions and failure boxes. i also have 2 introductory slides with a slide BG, and animated text. (I need to go back and read that post about that). Can anyone help solve this problem? I cannot even preview via browser from withing c5.
    Thanks for looking!

    Try updating your Flash Player to the latest version.
    This black screen issue was first discovered several months ago after the first Flash Player 10 release.  It was caused by a conflict between the new Flash Player and Text Animations in Captivate.  Adobe issued a patch for Captivate 5 that required republishing content to fix the conflict.
    http://www.adobe.com/support/captivate/downloads.html
    Newer versions of Flash Player do not result in the same conflict, but you should still patch Captivate 5 and republish to be safest.

  • Replicating a query from one server to another

    Hi All,
    I have a query in Test server which i want to save it in development server. how can i do that?
    Thanks,
    Vinoth

    Hi,
    You can save the query in a particular request by going to transport connection..select the particular query and its elements and click on the assign package button..it will ask you for the request number to be saved in.
    Save the query in the request.If your test server and development server are connected, you can ask your basis team to import the request into development.
    If they are not connected ask the basis team to get the co files and data files from test server and import it into development.
    I hope this solves your problem.
    Thank you.

  • Why is preview in browser uploading my page to my server and trying to show from there?

    I must've changed some setting because all of a sudden when I go to page in my browser DW connects to my server and tries to show the page remotely as opposed to locally, which is what I'm used to, and is my preference at least for now. I'm sure it's something really simple but I havent been able to disable this feature.
    help? thanks!

    So let's make sure I understand.  You have opened a file from your local site.  You F12 to preview it in a browser.  At that point, the FTP connection kicks in and the file is uploaded to the server, and then the browser is trying to view the page on the server?  Sounds like you have configured your Testing server the same as the Remote server - is that the case?  Look in the site definition to see this.

Maybe you are looking for

  • Where do I forward an e-mail message that say it's from Apple, but appears to be a phishing scam?

    I received an email with a reply address of [email protected] Here is the body of the message: "As we strive to secure your account, please be informed to upgrade to our latest security platform ***** Your privacy and protection is our concern. Apple

  • Hard disk failure E105-S1802 Satellite

    My Satellite E105-S1802 is reporting a hard disk failure. This is basically a new laptop that I only use for typing documents and searching internet. Why is it already having hard disk problems? I'm currently in school and need this laptop everday.

  • Instability after upgrade to kernel 2.6.9-67.0.20.0.1.ELsmp

    OS: Enterprise Linux Enterprise Linux AS release 4 (October Update 6) Hi, I upgraded a DELL PowerEdge 2650 to the newest kernel (2.6.9-67.0.20.0.1.ELsmp). After reboot I got a fatal kernel error after about 1 hour. And after 1 hour, I got the same er

  • Report format changed when download to csv

    hi , i am creating intreractive report and applying control break on my report , but when i download report to csv . and open in excel then it doesn't shows me control break report in excel. what can i do..?

  • Getting duplicates in w_psft_payroll_f_tmp table

    Hi All, I am trying to run SDE payroll mappings.SDE_PSFT_Payrollfact session failed due to duplicates in the table.When I looked at source tables I found that w_psft_payroll_f_tmp table as duplicates whch is coming from SDE_PSFT_PayrollFact_Earnings