[b]Web server / Domain mapping[/b]

Dear web developers,
I am using iplanet webserver 6.0.
I have two problems
1. Until now i was using the IP,
Say http://qqq.qqq.qqq.qq:port/FTP/WelcomePage.htm
but now i am going to register the domail say MyProduct.com after this i want when ever i enter MyProduct.com in address bar it should take me to welcome page. How exactly to do this??
2. Currently i have hard coded ip at many places
Say
http://qqq.qqq.qqq.qq:port/FTP/IndexPage.htm
So removing the Ip with domain name should work.
Can any one please tell me which all configuration files need to be modified. Procedure to be followed
Currently i am going through the documentation but timely help will be greatly appreciated.
Thanks in advance.
Satish

1. Until now i was using the IP,
Say http://qqq.qqq.qqq.qq:port/FTP/WelcomePage.htm
but now i am going to register the domail say
MyProduct.com after this i want when ever i enter
MyProduct.com in address bar it should take me to
welcome page. How exactly to do this??This is not really something that the server is concerned with. This is your browser and your DNS.
Still - you should look at the default virtual server, the doc root, etc. You can do this through the Admin UI or by looking at server.xml and obj.conf.
2. Currently i have hard coded ip at many places
Say
http://qqq.qqq.qqq.qq:port/FTP/IndexPage.htm
So removing the Ip with domain name should work.I'm afraid I don't understand the question. Are you asking if you need to change these hard-coded URLs? Or if you change them, will they continue to worl?

Similar Messages

  • Problem in sun web server : user-mapped section open

    Hi Friends,
    I am using sun web server7.0. When i am trying to update the struts-config.xml file through my application. I got the following error message.
    The Struts-ConfigXML couldn't be Modified Reason: C:\Program Files\SunWebServer7\https-java1.touchpoint.com\web-app\java1.touchpoint.com\gctnew1.0\WEB-INF\struts-config.xml (The requested operation cannot be performed on a file with a user-mapped section open)java.io.FileNotFoundException: C:\Program Files\SunWebServer7\https-java1.touchpoint.com\web-app\java1.touchpoint.com\gctnew1.0\WEB-INF\struts-config.xml (The requested operation cannot be performed on a file with a user-mapped section open)
         at java.io.FileOutputStream.open(Native Method)
         at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
         at java.io.FileOutputStream.<init>(FileOutputStream.java:70)
         at java.io.FileWriter.<init>(FileWriter.java:46)
         at com.tps.datareader.SaveStrutsConfigXML.executeSaveStrutsConfigXML(Unknown Source)
         at org.apache.jsp.admin.saveStruts_jsp._jspService(saveStruts_jsp.java:157)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:105)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:917)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:345)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:403)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:311)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:917)
         at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:391)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:272)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:232)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:179)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:160)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
         at com.sun.webserver.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:149)
         at com.sun.webserver.connector.nsapi.NSAPIConnector.service(NSAPIConnector.java:995)
    Note : I am reading the file while i trying to update the file..
    Please help me to solve this issue....
    Thanks & Regards,
    Suresh Kumar.K

    Hi,
    I am seeing similar issue while configuring our deployed webapp on Windows.
    The container is WebServer 7 (bundled with JES5).
    C:\WebServer7\https-aaa.com\web-app\aaa.com\myapp\WEB-INF\test\xyz (The requested operation cannot be performed on a file with a user-mapped section open)
    From WS7 logs/errors file:
    [23/Apr/2008:17:02:15] warning ( 5280): CORE3283: stderr: java.io.FileNotFoundException: C:\WebServer7\https-aaa.com\web-app\aaa.com\myapp\WEB-INF\test\xyz (The requested operation cannot be performed
    on a file with a user-mapped section open)
    So i googled, found this thread and applied the workaround.
    Noticed that if we shutdown our WebServer, then we cannot configure our webapp.
    That page would not be accessed.
    Any suggestions to overcome this?
    tia.

  • Web server domain hosting help

    Hi, I purchased the mac server for my mac mini and I'm in the process of getting my website set up for hosting.  But I've become stuck
    Here is what I have done so far:
    - I have set my IP to be a static IP and can access my Lion Server webpage by typing its local IP (192.168.1.7) on any machine in my local network.  I can also type the domainname.local to access the site
    - I have registered my preferred domain name
    What I am having trouble with is accessing the website via my registered domain name
    In researching it seems like I have to make it so that my router's public IP forwards to my lion server webpage local ip, and that I then need to use dynamic dns to attach my router's public ip to my domain name.  Is this correct? Am I missing any steps? How do I go from where I am to being able to access my page by typing mydomainname.com ?
    Thank you!

    1. Until now i was using the IP,
    Say http://qqq.qqq.qqq.qq:port/FTP/WelcomePage.htm
    but now i am going to register the domail say
    MyProduct.com after this i want when ever i enter
    MyProduct.com in address bar it should take me to
    welcome page. How exactly to do this??This is not really something that the server is concerned with. This is your browser and your DNS.
    Still - you should look at the default virtual server, the doc root, etc. You can do this through the Admin UI or by looking at server.xml and obj.conf.
    2. Currently i have hard coded ip at many places
    Say
    http://qqq.qqq.qqq.qq:port/FTP/IndexPage.htm
    So removing the Ip with domain name should work.I'm afraid I don't understand the question. Are you asking if you need to change these hard-coded URLs? Or if you change them, will they continue to worl?

  • Terminal to linux server (not web server) keyboard mapping ques

    I have another post that is headed linux interface. I am not trying to repeat but am trying to clarify. I can access an a private server (mine) running a program in linux. It serves several terminals running windows xp using both anita and puTTy as emulations/interfaces(?). I have tried several configurations of terminal and X11 and can authenticate and get to the main menu page. Thereafter the function keys don't and the the cursor keys are erratic. Any help even a different shell suggestion would be appreciated. Thank you. I am using a MacbookPro for the access running 10.5.6

    There are a couple nasty things in your code (not that your coding would be wrong).
    Maybe better look into jakarta commons,
    http://jakarta.apache.org/commons/fileupload/
    There are minor issues like \r, content length/chunk mode, //home,
    path names, bytes-to-String without encoding. Also officially "--" is not allowed to occure inside an HTML/XML comment, hence some people use <!-- ======= -->.

  • How Web server identify which app server domain it should connect to

    Hi All,
    I have installed -
    application server and created an app server domain HR84DEV.
    Web server and created a web server domain peoplesoft
    As you all know, to start web server we need to make sure that app server has already been started so as the database server moreover hence, I have first started database instance HR84DEV then started app server domain HR84DEV followed by web server domain peoplesoft
    App server knows very well which database instance it should connect to since we mention it on app server configuraiton.
    But, How web server domain peoplesoft identifys the app server domain HR84DEV to which it is connected since we nowhere mention the name of app server domain while installing PIA but just JSL/HTTP port and host name.

    Connection between webserver and appserver is defined in the configuration.properties file to be found in
    \webserv\peoplesoft\applications\peoplesoft\PORTAL.war\WEB-INF\psftdocs\[site]
    file contains the entry
    # To enable jolt failover and load balancing, provide a list of application server
    # domains in the format of; psserver=AppSrvr:JSLport,...
    # For example: psserver=SERVER1:9000,SERVER2:9010,SERVER3:9020
    ## sd="Application Server Connect String", ld="This string embodies the failover and load balancing string for PIA to connect to Application Server domains. Consult the PeopleBooks recommendations on load balancing and failover for more information. The format is psserver=AppSrvr:JSLport where AppSrvr is your fully qualified domain name. Multiple domains should be comma separated", tip="Format: psserver=AppSrvr:JSLport where AppSrvr is your fully qualified domain name, e.g psserver=SERVER1.oracle.com:9000,SERVER2.oracle.com:9010"
    psserver=[appservermachine]:[JSL port]
    If the webserver cannot connect to your appserver, make sure you can ping the appserver and/or adjust your hosts file to reflect the appserver.

  • Help! Azure VM Web Server and Custom Domain Names

    I am going to be pretty basic here, so I apologize at the start ;)....We are attempting to setup a web server for our customer applications in Azure. We need to setup the website with multiple subdomains i.e. ourcompany.com is the main site but we will have
    customer1.outcompany.com, customer2.ourcompany.com, etc.... 
    I have a domain name registered with GoDaddy. I have a virtual machine up and running. I have a test website up and running and can access it externally ( the net ) so I do have endpoints figured out at minimum. 
    Example. the current virtual server is ourcompany01.cloudapp.net . Our registered domain name is ourcompany.com.
    Using our domain registrar,I am able to point ourcompany.com to ourcompany01.cloudapp.net.
    The problem is that I want our customers to see ourcompany.com not ourcompany01.cloudapp.net in the browser. 
    How do I make that happen and also allow for the subddomains?
    Any help would be greatly apprciated as I am under the proverbial gun to make this happen!!!!

    Hello ShapopoJoe
    You are right about making changes in your DNS Registrar. That is the last step that is suggested in the article:
    http://azure.microsoft.com/en-us/documentation/articles/cloud-services-custom-domain-name/
    And about createing the sub domains, you will need to use the IP address. Since you would be creating more than one subdomains for your 'www.ourcompany.com', you will need to map them to Reserve IP address.
    You can refer to this link for creating more Reserve IP address:
    http://azure.microsoft.com/blog/2014/05/14/reserved-ip-addresses/
    Thanks.
    Syed Irfan Hussain

  • CDSSO Issue in Web Server 6.1 SP 5. Agent and AM in different domain.

    I have Sun ONE Web Server 6.1SP5 and installed Policy Agent 2.2.
    URL: http://sjws6-dev-10.team.xtra.co.nz:10080
    I have Access Manager 7.0 in Application Server.
    URl : http://sjapp9-dev.uname.tech.co.nz:8080/amserver
    So Agent and Access Manager is in different domain.
    I have enabled CDSSO.
    # Cross-Domain Single Sign On URL
    # Is CDSSO enabled.
    com.sun.am.policy.agents.config.cdsso.enable=true
    # This is the URL the user will be redirected to for authentication
    # in a CDSSO Scenario.
    com.sun.am.policy.agents.config.cdcservlet.url = http://sjapp9-dev.uname.tech.co.nz:8080/amserver/cdcservlet
    Now problem what i am facing is :-
    When i try accessing a protected resource then it searches the Parent Realm Data Store.
    It should search the LDAP Data store which i configured for the Realm.
    com.sun.am.policy.am.login.url = http://ajapp9-dev.uname.tech.co.nz:8080/amserver/UI/Login?realm=YTel
    amAuthLDAP Log.
    08/25/2008 12:13:02:459 PM NZST: Thread[service-j2ee,5,main]
    LDAP resbundle locale=en_US
    08/25/2008 12:13:02:459 PM NZST: Thread[service-j2ee,5,main]
    Host: sjapp9-dev
    PORT : 38389
    08/25/2008 12:13:21:153 PM NZST: Thread[service-j2ee,5,main]
    LDAP initialize()
    08/25/2008 12:13:21:153 PM NZST: Thread[service-j2ee,5,main]
    attrs is : []
    08/25/2008 12:13:21:166 PM NZST: Thread[service-j2ee,5,main]
    bindDN-> cn=amldapuser,ou=DSAME Users,dc=uname,dc=tech,dc=co,dc=nz
    baseDN-> dc=uname,dc=tech,dc=co,dc=nz
    userNamingAttr-> uid
    userSearchAttr(s)-> [uid]
    userCreationAttrs-> []
    searchFilter->
    searchScope-> 2
    ssl-> false
    authLevel: 0
    Host: sjapp9-dev
    PORT : 38389
    Pattern : *|(|)|&|!
    08/25/2008 12:13:21:171 PM NZST: Thread[service-j2ee,5,main]
    Connecting to sjapp9--dev:38389
    Searching dc=uname,dc=tech,dc=co,dc=nz for (uid=johndoe)
    scope = 2
    08/25/2008 12:13:21:171 PM NZST: Thread[service-j2ee,5,main]
    Create LDAPConnectionPool: sjapp9--dev:38389
    08/25/2008 12:13:21:171 PM NZST: Thread[service-j2ee,5,main]
    LDAPAuthUtils.LDAPAuthUtils: min=1, max=5
    08/25/2008 12:13:21:183 PM NZST: Thread[service-j2ee,5,main]
    userAttrSize is : 2
    08/25/2008 12:13:21:184 PM NZST: Thread[service-j2ee,5,main]
    Cannot find entries for (uid=johndoe)
    But it should seach in the User LDAP Data store.
    Not sure what is the problem.
    Regards,
    Edited by: IDM1312 on Aug 25, 2008 2:10 AM

    I presume that by now you have tried changeing your cdcservlet.url to read:
    com.sun.am.policy.agents.config.cdcservlet.url = http://sjapp9-dev.uname.tech.co.nz:8080/amserver/cdcservlet?realm=YTel

  • Change Domain name in Hyperion Financial Reporting Web Server

    I have System 9.3.1 and i need to change the Domain name from one to another for the web application.
    Under which location i can find the domain controller defined??
    All the web applications are controlled by Websphere.

    in version 11.1.2
    we can changes web server name at
    oracleHOME/user_projects/epmsystem1/httpConfig/ohs/config/OHS/ohs_component
    and file name is mod_wl_ohs.conf
    is that something you are looking for

  • OS X Server Web Server Problem Creating New Domain

    I am running Mac OS X Server version 3.0.2 and added a new domain (website), like www.example.com, but my own.
    Everything seems to work fine.
    But when accessing the website it says the following:
    "Forbidden. You don't have permission to access / on this server."
    Who Can Access: Anyone
    What shall I do to change this?
    Sincerely,
    Andreas

    Thank you again!
    What puzzles me, is that we launching Terminal.app and stepping to the folder "/Library/Server/Web/Sites/Data/mydomain.com" and do a ls -al, it looks like this:
    drwxrwxr-x  18 root          admin    612 15 Jan 12:24 Default
    That is the Default site which I could access via internet when I enabled it at first.
    The same is set for mydomain.com that I created as a new web site (domain) in the Web Server, and the information is identical with the Default one, with one exception, the permissions. The permissions for mydomain.com is as follows:
    drwxr-xr-x  13 root          admin    442 15 Jan 15:44
    Why would not the New web site work when it is the same user and group that has access, with the only exception of a w less on mydomain.com?
    I thought I would see _www or www above, but not at all. Isn't that strange?
    Sincerely,
    Andreas

  • Serving MULTIPLE Domain Names on 1 Web Server

    How can I host DIFFERENT domain names on the same OSX Tiger Server? I've looked everywhere, but I can't seem to figure it out. My Web server is currently hosting one domain name just fine.
    DNS INFO:
    The new Domain Names are already purchased & registered, and my ISP is taking care of DNS, pointing all of the domain names to my Tiger web server.
    IN SERVER ADMIN >> WEB Services > Settings Button > Sites Tab, I've configured the Domain Names as follows:
    Domain Name = domainnamehere.com
    Port = 80
    IP Address = Any
    Web Folder =
    /Library/WebServer/Documents/domainnamefolder1/HTML here
    /Library/WebServer/Documents/domainnamefolder2/HTML here
    /Library/WebServer/Documents/domainnamefolder3/HTML here
    Default index files = index.html
    The Enable box is checked
    PROBLEM:
    When I go to any of the new domain names they all open up the MAIN website NOT their own individual web page.
    QUESTION:
    What am I doing wrong? What do I need to do to host DIFFERENT Domain Names PUBLICLY on the same OSX Tiger Server? I've seen information on setting up "Virtual Hosts" for local web development, but I can't seem to figure out how to host DIFFERENT Domain Names PUBLICLY on the same OSX Tiger Server.
    Thanks for your help!
    Computerpros

    The description of you setup sounds wrong.
    You should have multiple Sites configured, one per hostname you're trying to run, like:
    Domain1:
    Domain Name = domain1.com
    Port = 80
    IP Address = Any
    Web Folder = /Library/WebServer/Documents/domainnamefolder1
    Domain1:
    Domain Name = domain2.com
    Port = 80
    IP Address = Any
    Web Folder = /Library/WebServer/Documents/domainnamefolder2
    Domain1:
    Domain Name = domain3.com
    Port = 80
    IP Address = Any
    Web Folder = /Library/WebServer/Documents/domainnamefolder3
      Mac OS X (10.4.4)  

  • Sun Web server 7  - Reverse proxy to different

    Hi All,
    I have following scenario:
    I have deploy my application into 2 dedicated weblogic servers, http://host1:7001/myapp and http://host2:7001/myapp. How can I configure the reverse proxy so whenever user enter the URL, webserver will forward different app server like below;
    #1 - http://abc.com >> web server will forward to http://host1:7001/myapp
    #2 - http://abc.com/controller>> web server will forward to http://host2:7001/myapp
    I follow tutorial from this link >> http://blogs.sun.com/amit/entry/setting_up_a_reverse_proxy
    For requirement #1 it work perfectly since i put URI = /myapp and Server URL = http://host1:7001.
    But for #2, it doesnt work since I put the URI=/controller.
    We wanted to be like http://abc.com/controller, so it will forward to second app server which difference application.
    Is it possible? or any other to do like that?
    Thanks!

    Hi Sriram,
    I'm having similar problem with atehac, the only difference is that the web server
    #1 http://domain.com/web1 >> forwarded to http://local-pc1.com:8080/
    #2 http://domain.com/web2 >> forwarded to http://local-pc2.com:8080/
    This is the setting that I've made in <vs>obj.conf :
    NameTrans fn="map" from="/web1" name="reverse-proxy-/web1" to="http:/"
    NameTrans fn="map" from="/" name="reverse-proxy-/web1" to="http:/"
    NameTrans fn="map" from="/web2" name="reverse-proxy-/web2" to="http:/"
    NameTrans fn="map" from="/" name="reverse-proxy-/web2" to="http:/"
    <Object name="reverse-proxy-/web1">
    Route fn="set-origin-server" server="http://local-pc1.com:8080"
    </Object>
    <Object name="reverse-proxy-/web2">
    Route fn="set-origin-server" server="http://local-pc2.com:8080"
    </Object>
    But the problem is local-pc2 won't be able to be accessed, while for local-pc1 will be mapped, but it omit /web1
    So it will be like http://domain.com/web1 at the beginning, but after I press enter it became like http://domain.com
    What I wish is something like http://domain.com/web1 all the way.
    Do you have any idea Sriram?
    Regards,
    Berry

  • Oracle FileSync: not able to find the Oracle Web Server

    Hi,
    I am having the OCS 10.1.2.3.0 on a Linux server. I am not able to create a mapping in the Oracle FileSync
    While Adding a mapping in the Web Server mapping wizard
    the http://<server>:<port>/<DAVRoot> i have given as per my server settings as http://server.domain.com:7778/content/dav
    but it is showing the error as
    The URL you have entered is not a valid Oracle web server
    Is this because of the Web Listener is not running in the server.. How to clarify this..?
    Thanks,
    Prasant
    Message was edited by:
    prasant

    Hi Arnaud,
    Yes , Oracle FileSync is a separate tool that can be used to Map folders in the web server and synchronize the files
    The issue is when i was trying to create a mapping, it ask for the Web Server URL for the first time
    its format is http://<webserver>:<port>/<DAVROOT>
    when I tried with my OCS server : server.domain.com
    Port: 7778
    DAVROOT: cmsdk/content or content/dav
    its showing that the WebServer you entered in the URL is not a valid Web Server
    NB: **** I am facing the same issue with the Oracle Messenger also..
    -- How can i verify that the Oracle Web Server is up in Linux and the Web Port that is listening..?
    Please update...
    Many Thanks,
    Prasant

  • Domain Mapping

    Sorry to post this many times.
    How to map domains name to different applications, example how to map dns www.domain1.com to oracle application express www.domain1.com/apex/f?p=111:1 and dns www.domain2.com to oracle application express www.domain2.com/apex/f?p=222:1 ?
    I have these constraints: I'm using one db server, and one web server (glassfish), and one ip address, I can't change this architecture.
    thanks,

    Hi,
    I'm sure you can get your domain mapping up that way and if you make those rules complex enough, you'll also make it safe. But I see one major and two minor disadvantages in implementing it with such a tool:
    1. You jump into an unsupported operation mode with your APEX Listener.
    2. Your configuration is static, i.e. each change will need a restart of the application and each version update makes patching necessary.
    3. Some web containers don't like changes of web.xml and loading additional classes at runtime, so you'll have to modify the war.
    If you don't have to care about the support issue and you surely don't want a proxy for whatever reason, this might be your solution.
    I didn't know the full capabilities of that library before. It has some interesting features that may help to overcome some other restrictions the APEX Listener currently has, e.g. setting headers for SSO-solutions, especially the commonly used NTLM authentication.
    Thanks for pointing me to that library!
    -Udo

  • Running a web server along with Oracle XE - Port 8080 problem & solution

    Hi,
    My company is tight on computing power so we're using an older machine to run our Oracle XE instance and our Apache web server. The Apache server is using port 80 to host the website, while Oracle XE is using port 8080 for APEX.
    Initially this did not pose any problems, but as when our consultants were at clients sites they weren't able to access port 8080. This was a huge problem for us since we use APEX for our time sheet system.
    I could have used a 2nd computer to host the APEX engine on port 80 (if you want to know how to do this just search the forum), but I didn't have an extra machine at my disposal.
    After doing some reading I found that I could modify the Apache httpd.conf file (/etc/httpd/conf/httpd.conf for linux systems) to handle this. I thought I'd post my results for others in the same situation:
    - #Search for the mod_proxy section and add the following:
    - ProxyRequests Off
    - #This maps the :8080/apex to :80/apex
    - ProxyPass /apex http://www.mydomain.com:8080/apex
    - ProxyPassReverse /apex http://www.mydomain.com:8080/apex
    - #This maps the :8080/i/ (for images) to :80/apex.
    - #YOU NEED THIS since all images and js calls reference the /i/ directory
    - ProxyPass /i http://www.mydomain.com:8080/i
    - ProxyPassReverse /i http://www.mydomain.com:8080/i
    - #Search for Alias and add the following:
    - #This is optional. It will allow a simple url for your users to access a common application
    - Redirect /myapps http://www.mydomain.com/apex/f?p=100
    Of course you can add some restirctions, and verification for the apache module to the conf above, but I thought I'd keep it basic for this example.
    Hope this helps others in the same sitation.

    Thanks for all the responses I got,
    Martin, Thank you
    I tried the same advises on my static IP address and it works fine, and very quickly some times, thank you.
    My Appache function well and I test a sample webpage.
    The domain name did not succeed in my network, may be because its a fake one, I do not really know but I already have an active domain but want to use it when the things will work for sure in all the aspects, and finish the tests.
    Your advises were very useful for me.
    But I still get the TCP_Error with timeout, some times, I think, the issue is related to the network now (not sure, but the tests takes long time and I prefere to let you know the development for now) , I'm trying to fix the network, as much as I can to get the perfect performance. But I just wonder about the Listener , may be there is something we need to change, still testing
    Did you tried your applications onsite from multiple workstations at the same time in Oracle XE using your web server?
    Appriciate your help and all other attendants.
    Thanks

  • JMS Server - Web Server

    Hi folks,
    I want to use JMS in my CEP application. And I do not know where should i start. Documentation I think is not enough. What is your suggestion?
    Should I install an extra web server to handle JMS queue or can Oracle CEP server handle it?
    In addition, if some application use my web service written in java, will I have to installed an web server?
    I am using Oracle 11.1.1.3.
    Thanks.

    Hi alexalves,
    I downloaded application you mentioned. When i deploying, it successfully deployed but could not start. It says instance-propery tag must have value or ref attribute. I checked assembly file but i could not find any miss point. Error :
    <Aug 4, 2010 6:35:01 PM EEST> <Info> <org.springframework.osgi.service.importer.support.OsgiServiceProxyFactoryBean> <BEA-000000> <Looking for mandatory OSGi service dependency for bean [] matching filter (objectClass=org.osgi.service.startlevel.StartLevel)>
    <Aug 4, 2010 6:35:01 PM EEST> <Info> <org.springframework.osgi.service.importer.support.OsgiServiceProxyFactoryBean> <BEA-000000> <Found mandatory OSGi service for bean []>
    <Aug 4, 2010 6:35:01 PM EEST> <Info> <org.springframework.osgi.bundle.BundleFactoryBean> <BEA-000000> <Loading bundle from [file:/D:/CEP_HOME/user_projects/domains/ocep_domain/defaultserver/applications/JMSCepDeneme/JMSCepDeneme.jar]>
    <Aug 4, 2010 6:35:01 PM EEST> <Info> <OSGiLogReaderAdapter> <BEA-000000> <Bundle[261] JMSCepDeneme, Message (BundleEvent INSTALLED), Exception (null), Time (1280936101469)>
    <Aug 4, 2010 6:35:01 PM EEST> <Info> <org.springframework.osgi.extender.support.DefaultOsgiApplicationContextCreator> <BEA-000000> <Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [JMSCepDeneme (JMSCepDeneme)]>
    <Aug 4, 2010 6:35:01 PM EEST> <Info> <org.springframework.osgi.context.support.OsgiBundleXmlApplicationContext> <BEA-000000> <Refreshing org.springframework.osgi.context.support.OsgiBundleXmlApplicationContext@278698e: display name [OsgiBundleXmlApplicationContext(bundle=JMSCepDeneme, config=osgibundle:/META-INF/spring/*.xml)]; startup date [Wed Aug 04 18:35:01 EEST 2010]; root of context hierarchy>
    <Aug 4, 2010 6:35:01 PM EEST> <Notice> <Deployment> <BEA-2045000> <The application bundle "JMSCepDeneme" was deployed successfully to file:/D:/CEP_HOME/user_projects/domains/ocep_domain/defaultserver/applications/JMSCepDeneme/JMSCepDeneme.jar with version 1280936101312>
    <Aug 4, 2010 6:35:01 PM EEST> <Info> <org.springframework.osgi.context.support.OsgiBundleXmlApplicationContext> <BEA-000000> <Unpublishing application context OSGi service for bundle JMSCepDeneme (JMSCepDeneme)>
    <Aug 4, 2010 6:35:01 PM EEST> <Info> <OSGiLogReaderAdapter> <BEA-000000> <Bundle[261] JMSCepDeneme, Message (BundleEvent RESOLVED), Exception (null), Time (1280936101470)>
    <Aug 4, 2010 6:35:01 PM EEST> <Info> <OSGiLogReaderAdapter> <BEA-000000> <Bundle[261] JMSCepDeneme, Message (BundleEvent STARTED), Exception (null), Time (1280936101484)>
    <Aug 4, 2010 6:35:01 PM EEST> <Info> <org.springframework.beans.factory.xml.XmlBeanDefinitionReader> <BEA-000000> <Loading XML bean definitions from URL [bundleentry://261.fwk36719251/META-INF/spring/JMSCepDeneme.context.xml]>
    <Aug 4, 2010 6:35:01 PM EEST> <Info> <org.springframework.beans.factory.support.DefaultListableBeanFactory> <BEA-000000> <Overriding bean definition for bean 'com.bea.wlevs.ede.api.Factory#jms-outbound_provider#0': replacing [Root bean: class [org.springframework.osgi.service.importer.support.OsgiServiceProxyFactoryBean]; scope=singleton; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] with [Root bean: class [org.springframework.osgi.service.importer.support.OsgiServiceProxyFactoryBean]; scope=singleton; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null]>
    <Aug 4, 2010 6:35:01 PM EEST> <Error> <Deployment> <BEA-2045016> <The application context "JMSCepDeneme" could not be started. Could not initialize component "null": Configuration problem: Tag 'instance-property' must have either a 'value' attribute or a 'ref' attribute or 'props' element
    Offending resource: URL [bundleentry://261.fwk36719251/META-INF/spring/JMSCepDeneme.context.xml]>
    <Aug 4, 2010 6:35:01 PM EEST> <Error> <org.springframework.scheduling.timer.DelegatingTimerTask> <BEA-000000> <Unexpected exception thrown from Runnable: org.springframework.osgi.extender.internal.util.concurrent.RunnableTimedExecution$MonitoredRunnable@27978e1
    java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext
         at org.springframework.context.support.AbstractRefreshableApplicationContext.getBeanFactory(AbstractRefreshableApplicationContext.java:153)
         at org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor.close(DependencyWaiterApplicationContextExecutor.java:345)
         at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.doClose(AbstractDelegatedExecutionApplicationContext.java:237)
         at org.springframework.context.support.AbstractApplicationContext.close(AbstractApplicationContext.java:794)
         at org.springframework.osgi.extender.internal.activator.ContextLoaderListener$3.run(ContextLoaderListener.java:807)
         at org.springframework.osgi.extender.internal.util.concurrent.RunnableTimedExecution$MonitoredRunnable.run(RunnableTimedExecution.java:60)
         at org.springframework.scheduling.timer.DelegatingTimerTask.run(DelegatingTimerTask.java:66)
         at java.util.TimerThread.mainLoop(Timer.java:512)
         at java.util.TimerThread.run(Timer.java:462)
    >
    <Aug 4, 2010 6:35:01 PM EEST> <Info> <OSGiLogReaderAdapter> <BEA-000000> <Bundle[261] JMSCepDeneme, Message (BundleEvent STOPPED), Exception (null), Time (1280936101531)>
    <Aug 4, 2010 6:35:01 PM EEST> <Info> <OSGiLogReaderAdapter> <BEA-000000> <Bundle[261] JMSCepDeneme, Message (BundleEvent UNRESOLVED), Exception (null), Time (1280936101641)>
    <Aug 4, 2010 6:35:01 PM EEST> <Info> <OSGiLogReaderAdapter> <BEA-000000> <Bundle[261] JMSCepDeneme, Message (BundleEvent UNINSTALLED), Exception (null), Time (1280936101642)>
    <Aug 4, 2010 6:35:01 PM EEST> <Notice> <Deployment> <BEA-2045001> <The application bundle "JMSCepDeneme" was undeployed successfully> EPN Assemble File :
    <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           xmlns:osgi="http://www.springframework.org/schema/osgi"
           xmlns:wlevs="http://www.bea.com/ns/wlevs/spring"
           xsi:schemaLocation="
      http://www.springframework.org/schema/beans
      http://www.springframework.org/schema/beans/spring-beans.xsd
      http://www.springframework.org/schema/osgi
      http://www.springframework.org/schema/osgi/spring-osgi.xsd
      http://www.bea.com/ns/wlevs/spring
      http://www.bea.com/ns/wlevs/spring/spring-wlevs-v11_1_1_3.xsd">   
        <wlevs:event-type-repository>
            <wlevs:event-type type-name="JMSTestEvent">
                <wlevs:class>com.oracle.cep.pattern.jmsadapter.TestEvent</wlevs:class>
            </wlevs:event-type>
        </wlevs:event-type-repository>
        <!-- generate specific number of events -->
         <wlevs:adapter id="eventGenerator"
              class="com.oracle.cep.pattern.jmsadapter.TestEventGenerator">
              <wlevs:instance-property name="eventCount"
                   value="50" />
              <wlevs:listener ref="channel1" />
         </wlevs:adapter>
        <!-- pass events through -->
        <wlevs:processor id="processor">
             <wlevs:listener ref="channel2"/>
        </wlevs:processor>
        <wlevs:event-bean id="testSink" class="com.oracle.cep.pattern.jmsadapter.TestSink"/>
        <bean id="testConverter" class="com.oracle.cep.pattern.jmsadapter.TestMessageConverter">
        <property name="properties">
           <props>
              <prop key="operatorName">Nievana Junger</prop>
           </props>
        </property>
        </bean>
        <wlevs:adapter id="jmsOutbound-map" provider="jms-outbound">
            <!-- configured in adapters.xml -->       
        </wlevs:adapter>
        <wlevs:adapter id="jmsOutbound-text" provider="jms-outbound">
            <wlevs:instance-property name="converterBean" ref="testConverter"/>
            <wlevs:instance-property name="jndiProviderUrl" value="vm://localhost"/>
            <wlevs:instance-property name="jndiFactory" value="org.apache.activemq.jndi.ActiveMQInitialContextFactory"/>
            <wlevs:instance-property name="connectionJndiName" value="ConnectionFactory"/>
            <wlevs:instance-property name="destinationJndiName" value="dynamicTopics/TextTopic"/>
            <wlevs:instance-property name="connectionUser" value="aa"/>
            <wlevs:instance-property name="connectionPassword" value="aa"/>
            <wlevs:instance-property name="user" value="dsdsa"/>
            <wlevs:instance-property name="password" value="dsadas"/>
            <wlevs:instance-property name="deliveryMode" value="nonpersistent"/>
        </wlevs:adapter>
        <wlevs:adapter id="jmsInbound-text" provider="jms-inbound">
            <!-- configured in adapters.xml -->
            <wlevs:instance-property name="converterBean" ref="testConverter"/>
            <wlevs:listener ref="channel3"/>
        </wlevs:adapter>
        <wlevs:adapter id="jmsInbound-map" provider="jms-inbound">
            <wlevs:instance-property name="eventType" value="JMSTestEvent"/>
            <wlevs:instance-property name="jndiProviderUrl" value="vm://localhost"/>
            <wlevs:instance-property name="jndiFactory" value="org.apache.activemq.jndi.ActiveMQInitialContextFactory"/>
            <wlevs:instance-property name="connectionJndiName" value="ConnectionFactory"/>
            <wlevs:instance-property name="destinationJndiName" value="dynamicQueues/MapQueue"/>
            <wlevs:instance-property name="user" value="dsdsa"/>
            <wlevs:instance-property name="password" value="dsadas"/>
            <wlevs:instance-property name="connectionUser" value="test1"/>
            <wlevs:instance-property name="connectionPassword" value="test123"/>
            <wlevs:instance-property name="workManagerName" value="JettyWorkManager"/>
            <wlevs:listener ref="channel3"/>
        </wlevs:adapter>
        <wlevs:channel id="channel2" event-type="JMSTestEvent">
            <wlevs:listener ref="jmsOutbound-map"/>
            <wlevs:listener ref="jmsOutbound-text"/>
        </wlevs:channel>
        <wlevs:channel id="channel3" event-type="JMSTestEvent">
            <wlevs:listener ref="testSink"/>
        </wlevs:channel>
         <wlevs:channel id="channel1" event-type="JMSTestEvent">
              <wlevs:listener ref="processor" />
         </wlevs:channel>
    </beans>Adapters.xml :
    <?xml version="1.0" encoding="UTF-8"?>
    <n1:config xmlns:n1="http://www.bea.com/ns/wlevs/config/application">
         <jms-adapter>
              <name>jmsInbound-text</name>
              <jndi-provider-url>vm://localhost</jndi-provider-url>
              <jndi-factory>org.apache.activemq.jndi.ActiveMQInitialContextFactory</jndi-factory>
              <connection-jndi-name>ConnectionFactory</connection-jndi-name>
              <destination-jndi-name>dynamicTopics/TextTopic</destination-jndi-name>
              <connection-user>jll</connection-user>
              <connection-password>jpoo</connection-password>
              <work-manager>
              JettyWorkManager
            </work-manager>
              <concurrent-consumers>1</concurrent-consumers>
              <session-transacted>false</session-transacted>
              <delivery-mode>nonpersistent</delivery-mode>
         </jms-adapter>
         <jms-adapter>
              <name>jmsOutbound-map</name>
              <event-type>
              JMSTestEvent
            </event-type>
              <!-- <jndi-provider-url>t3://localhost:7001</jndi-provider-url>-->
              <jndi-provider-url>vm://localhost</jndi-provider-url>
              <jndi-factory>org.apache.activemq.jndi.ActiveMQInitialContextFactory</jndi-factory>
              <connection-jndi-name>ConnectionFactory</connection-jndi-name>
              <destination-jndi-name>dynamicQueues/MapQueue</destination-jndi-name>
              <user>jkjjppj</user>
              <password>njnjnjnjn</password>
              <delivery-mode>nonpersistent</delivery-mode>
         </jms-adapter>
    </n1:config>

Maybe you are looking for

  • Cant install itunes 10.6.1 on windows 7 64 bit

    every time i seem to get finished the installation it say rolling back

  • Regarding Purchase order info records

    Hi, How do I read the text maintained against purchase order info records, transaction ME12. What is the key that I should use for reading the text maintained. Regards, Vijay

  • Hyperlink to other app

    Hi! Is it possible to create a hyperlink to a app installed on iPad? YouTube, mail, phone, sms is possible, but i want to create a hyperlink to a not preinsalled app, like eBay, Spotify, WordPress or whatever. BR Henrik

  • Problems installing Adobe Lightroom 4

    After downloading Adobe Lightroom 4 on my Windows 7 computer I get an "error reading stup initialization file" message.  I am not sure what to do now.  My computer meets all system requirements and I am logged in as the administrator.

  • New A/S 2.0 Coder Needs Quick Help

    Just learning A/S 2.0...am a real beginner, but trying! I inexplicably got a paragraph icon in my code( a small P symbol)...and every time I hit the enter key, another P icon appears. I can delete all but the first P icon...and can't get it to go awa