Apache Abdera deployment is not working in Weblogc9.1

Hi
I am accessing Atom feed from one url(www.example.com.rss.xml). I wrote one servlet and deployed it in weblogic9.1 and Tomcat5.5.
Weblogic deployement is not working. but tomcat deployment is working properly.
My Code is :
public void service(HttpServletRequest req, HttpServletResponse res) throws ServletException,IOException
          try
               Abdera abdera = new Abdera();
               Client client = new CommonsClient(abdera);
               RequestOptions options = client.getDefaultRequestOptions();
               System.out.println("checkFeedModification method RequestOptions options after");
               Calendar calendar = Calendar.getInstance();
               options.setIfModifiedSince(calendar.getTime());
               options.setNoCache(true);
               System.out.println("Feed URL is : http://xxx.xxxx.xxx/feed/xxxx/v1");     
               ClientResponse response = client.get(" http://xxx.xxxx.xxx/feed/xxxx/v1", options);
               Parser parser = Abdera.getNewParser();     
               Document<Feed> doc = parser.parse(response.getInputStream());
               PrintWriter out = res.getWriter();
               out.println(doc.getRoot().toString());
}catch(Exception e)
               e.printStackTrace();
My Classpath jar files are :
D:\abdera.0.2.2-incubating\abdera.client.0.2.2-incubating.jar;D:\abdera.0.2.2-incubating\abdera.core.0.2.2-incubating.jar;D:\abdera.0.2.2-incubating\abdera.extensions.0.2.2-incubating.jar;D:\abdera.0.2.2-incubating\abdera.parser.0.2.2-incubating.jar;D:\abdera.0.2.2-incubating\abdera.protocol.0.2.2-incubating.jar;D:\abdera.0.2.2-incubating\abdera.security.0.2.2-incubating.jar;D:\abdera.0.2.2-incubating\abdera.server.0.2.2-incubating.jar;D:\abdera.0.2.2-incubating\lib\axiom-api-1.2.1.jar;D:\abdera.0.2.2-incubating\lib\axiom-impl-1.2.1.jar;D:\abdera.0.2.2-incubating\lib\bcprov-jdk15-134.jar;D:\abdera.0.2.2-incubating\lib\commons-codec-1.3.jar;D:\abdera.0.2.2-incubating\lib\commons-httpclient-3.0.1.jar;D:\abdera.0.2.2-incubating\lib\commons-logging-1.0.4.jar;D:\abdera.0.2.2-incubating\lib\geronimo-activation_1.0.2_spec-1.1.jar;D:\abdera.0.2.2-incubating\lib\jaxen-1.1-beta-7.jar;D:\abdera.0.2.2-incubating\lib\json-1.0.jar;D:\abdera.0.2.2-incubating\lib\log4j-1.2.12.jar;D:\abdera.0.2.2-incubating\lib\stax-api-1.0.jar;D:\abdera.0.2.2-incubating\lib\xmlsec-1.3.0.jar;D:\abdera.0.2.2-incubating\lib\stax-1.2.0.jar
Could you please suggest me where iam doing wrong?
Thanks.
Edited by srinukanta at 04/17/2007 6:21 AM
Edited by srinukanta at 04/17/2007 6:24 AM

Hi Prakash,
The "Run standalone web module from workspace" doesn't publish the application to the server (instead the app is deployed to a temp location).
This is mainly to help test the app during the development stages. If your app is complete and would like to publish to the server then you might want to try the following option
- In Server View, double click on the configuration to launch Overview
- Select "Copy stand-alone web module into separate deployment folder"
- Save the configuration
- Start the server
The application would be deployed to the server as a WAR file.

Similar Messages

  • Auto-Deployment is not working in Eclipse - Weblogic

    I have created weblogic server instance in Eclipse.Then, I have added one project into weblogic server by using "Add/Remove Projects" menu.After I start the server , I logged into admin console and checked the deployments link. I am not finding the project listed in the list.I have selected option "Run stand alone web module directly from work space" in web logic server configuration window in eclipse.
    I am using Eclipse 3.3 and weblogic 10.0.
    I have no idea, why auto-deployment is not working.
    I would appreciate your help on this regard.I have contacted Eclipse Support, they have asked me to contact BEA team.
    Thanks,
    Prakash.A

    Hi Prakash,
    The "Run standalone web module from workspace" doesn't publish the application to the server (instead the app is deployed to a temp location).
    This is mainly to help test the app during the development stages. If your app is complete and would like to publish to the server then you might want to try the following option
    - In Server View, double click on the configuration to launch Overview
    - Select "Copy stand-alone web module into separate deployment folder"
    - Save the configuration
    - Start the server
    The application would be deployed to the server as a WAR file.

  • Apache Tika PDF Parser not working in CQ 5.6

    Hi all,
    I was using following code to extract text from PDF in a CQ package.
    ContentHandler handler = new BodyContentHandler();
    Parser parser = new PDFParser();
    parser.parse(a.getOriginal().getStream(), handler, new Metadata(),
    new ParseContext());
    String text = handler.toString();
    This works perfectly in CQ 5.5 but in CQ 5.6 I get following exception:
    Caused by: java.lang.ClassNotFoundException: org.apache.pfbox.io.RandomAccess not found by org.apache.tika.parsers [58]
              at org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringI mpl.java:1499)
              at org.apache.felix.framework.BundleWiringImpl.access$400(BundleWiringImpl.java:75)
              at org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.loadClass(BundleWiringImpl. java:1882)
              at java.lang.ClassLoader.loadClass(Unknown Source)
    Any ideas on why this class is not being found ?
    Thanks!

    Thanks!
    I changed the code to:
    Tika tika = new Tika();
    Reader reader = tika.parse(a.getOriginal().getStream());
    This works in CQ 5.5 and CQ 5.6 both

  • Apache-Weblogic Bridge does not work?

    I've gone thru' the documentation regarding setting up of apache-weblogic bridge, but still it does not work. Does anyboday have any more details regarding this...EnvironmentOS - Solars 5.7Weblogic - 5.1 SP 8Apache 1.3.12

    I've given up and had to go back to running "Double NAT" which also reports as a "problem" within the AEBS, but I just "ignore" it so the light will always be green.
    It still ***** though, as "Double NAT" is also a reason for "Back to my Mac" not working properly, but how the ** am I supposed to avoid Double NAT when the wireless will not work in bridged mode?!

  • Windows 8.1 Print Management - Deployed Printers Not Working for Win8, Just XP, Vista and 7.

    We have deployed printers from the Print Manager MMC to our computers.  However, two new Windows 8.1 computers don't get the printers.  GPResult shows the policy has not applied after many logins.  Is there some change for printers under 8.1?
    Jim Haynie Director of Technology | Chapel Hill-Chauncy Hall School 785 Beaver Street, Waltham, MA 02452 www.chch.org | We Teach the Way Students Learn

    Hi,
    Since the printer policy could not apply to Windows 8.1 machines, please let me know what is the OS version of the printer server? Please try to create a separate GPO using RSAT on Windows
    8.1 machines and only apply to those Windows 8.1 machines to see if it works. Please configure the policy settings under the following path in GPMC: User configuration/Policies/Windows Settings/Deployed Printers.
    Description of Remote Server Administration Tools for Windows 8.1 and Remote Server Administration Tools for Windows 8
    http://support.microsoft.com/kb/2693643/en-us
    Hope this helps.
    Best Regards,
    Andy Qi
    TechNet Subscriber Support
    If you are
    TechNet Subscription user and have any feedback on our support quality, please send your feedback
    here.
    Andy Qi
    TechNet Community Support

  • Sharepiont Content Deployment Wizard not working on SP 2013

    Hi, I was wondering if someone else has come across this issue. I was trying to use the SharePoint Content Deployment Wizard on SharePoint 2013. However, when I launch the product, I receive the following error: "SpContentDeployment
    Wizard has stopped working". Is there anything i can do in this case to get the sofware to work in my environment? Here is the output from the details section: 
    Description: 
    Stopped working 
    Problem signature: 
    Problem Event Name: CLR20r3 
    Problem Signature 01: spcontentdeploymentwizard.exe 
    Problem Signature 02: 4.0.1.0 
    Problem Signature 03: 4ba7fc57 
    Problem Signature 04: SPContentDeploymentWizard 
    Problem Signature 05: 4.0.1.0 
    Problem Signature 06: 4ba7fc57 
    Problem Signature 07: f7 
    Problem Signature 08: f1 
    Problem Signature 09: System.IO.FileNotFoundException 
    OS Version: 6.2.9200.2.0.0.272.7 
    Locale ID: 4105 
    Read our privacy statement online: 
    http://go.microsoft.com/fwlink/?linkid=190175 
    If the online privacy statement is not available, please read our privacy statement offline: 
    C:\Windows\system32\en-US\erofflps.txt 
    thanks,
    Sherazad

    Hi,
    You can download the source code from codeplex, then build the solution.
    If the issue still exists, you can debug the source code or you can post the issue to the
    ISSUES, you will get more help and confirmed answers from there.
    http://spdeploymentwizard.codeplex.com/workitem/list/basic
    Best Regards
    Dennis Guo
    TechNet Community Support

  • Apache personal web server not working anymore

    Originally, when I typed in either 127.0.0.1 or localhost, I got the Apache test page. Now I get in Safari: Safari can’t open the page “http://localhost/” because it could not connect to the server “localhost”.
    I have modified the following files (to allow virtual hosting too)
    FILE: /etc/apach2/users/me.conf
    <Directory "/Users/me/Sites/">
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
    </Directory>
    NameVirtualHost *:80
    <virtualhost *:80>
    DocumentRoot /Users/me/Sites/kedmaumd.dev
    ServerName kedmaumd.dev
    </virtualhost>
    <virtualhost *:80>
    DocumentRoot /Users/me/Sites/jobmanager.dev
    ServerName jobmanager.dev
    </virtualhost>
    FILE: /etc/hosts
    I added:
    #Local sites
    127.0.0.1 kedmaumd.dev
    127.0.0.1 jobmanager.dev
    FILE: /etc/apache2/httpd.conf
    Uncommented: LoadModule php5_module libexec/apache2/libphp5.so
    Those were the only changes I made, and now I cannot even access the main localhos page.
    The permissions for my Sites folder are:
    Me : Read & Write
    staff: Read Only
    Everyone : Read Only
    (I had thought to add the www group, but when I clicked the plus icon, I got a window asking me to create a new shared user, so I left that alone)

    I simply replaced the contents of the old httpd.conf in the backup directory and just added the LoadModule for php and it worked. Hopefully I wont run into any snags.

  • Apache, authentication required, key not working

    I'm trying to set up my PC with Apache Server. If i try to access it from my laptop in our home, it serves on 192.168.1.102 I went to no-ip.biz because we have a dynamic IP here. when i try to remotely access the server, i get a screen that says: Authentication required Enter username and password for "linksys BEFW11S4 V.2" at http://XXXXXX.no-ip.biz (xxx being my subdomain i requested) the screen will not accept any 'admin' or the network key i use. Any advice?

    Hi
    You should use port forwarding and forward your apache port (usually 80) to the ip address of the machine that has apached installed
    Hope this works
    Cheers

  • OS X deployment.config and deployment.properties not working?

    I have a deployment.config file at: /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/deploy/deployment.config with the following contents:
    deployment.system.config.mandatory=false
    deployment.system.config=file\:/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/deployment.properties
    The deployment.properties file is located at: /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/deployment.properties with the following contents:
    #deployment.properties
    deployment.macosx.check.update.locked
    deployment.macosx.check.update=false
    deployment.expiration.check.enabled.locked
    deployment.expiration.check.enabled=false
    None of this is working. Do I have the wrong directories or syntax somewhere?
    The documentation at : System- and User-Level Properties says that the deployment.config file will override user settings when placed at ${deployment.java.home}/lib/deploy/deployment.config.
    It seems like the deployment.config file is being ignored completely. I am working with Java 7u40 and higher. Nothing seems to do it.
    Any help would be appreciated!! Thanks!

    Yeah, it only happened to me in the last couple days, so I'm not sure what's happening (latest OS and latest version of Logitech Control Center (but a somewhat old MX Revolution)). Logitech's software is notoriously flakey on Macs, so I'll just chalk it up to that

  • MI Deployment does not work - Client reports "Ignored old data"

    Hi,
    when syncing with an mi client (Mi2.5 SP13) to deploy MAM application. The Client reports:
    Ignored old data that has been received for user XXX
    The Trace-File says:
    [20050906 10:28:45:953] I [MI/Sync                  ] Inbound file size for user xxx is 102
    [20050906 10:28:45:953] P [MI/Sync                  ] Synchronisation successfully connected
    [20050906 10:28:45:953] D [MI/Sync                  ] Begin: Dumping file C:\Programme\SAP Mobile Infrastructure\sync\xxx\in\inbound.sync
    <ID>MISYNC</ID><FLAGS>0x0</FLAGS><VERSION>251300</VERSION>
    <PROLOG>
      <JCO_INFO>JCO-library-version: 1.1.13; Creation time: UNDEFINED DATE UNDEFINED TIME</JCO_INFO>
      <SYNC_STATUS>A</SYNC_STATUS>
      <EXECUTION_TIME></EXECUTION_TIME>
      <MORE_PACKAGES_WAITING> </MORE_PACKAGES_WAITING>
      <SYNC_COUNTER>0</SYNC_COUNTER>
    </PROLOG>
    [20050906 10:28:45:953] D [MI/Sync                  ] End: Dumping file C:\Programme\SAP Mobile Infrastructure\sync\xxx\in\inbound.sync
    [20050906 10:28:45:953] D [MI/Sync                  ] Initial buffer size of BinaryReader is 102
    [20050906 10:28:45:953] P [MI/Sync                  ] Read current inbound counter from file: 0
    [20050906 10:28:45:953] W [MI/Sync                  ] Execution time is not set; either old data received or processing wihtin middleware failed.
    I have deleted any old assignments for the user and the device through the web console.
    The problem consists after uninstall and reinstall of the mi client also on different devices.
    Any ideas?
    Thanks in advance
    Alexander

    Thanks for your help so far.
    I did already install and reinstall the client.
    I get this error for some, also newly created users and for others on the same machine it works!
    I think it is related to the trace file row:
    <JCO_INFO>JCO-library-version: 1.1.13; Creation time: UNDEFINED DATE UNDEFINED TIME</JCO_INFO>
    This obviously leads to the conclusion that the data is outdated for the client.
    The client and server are in the same timzone and also configured that way.
    Any other ideas?
    Thanks
    Alexander

  • Apache Web Listener & WebDB not Work ???

    Hi,
    I try to use Apache Web Listener (on Linux Redhat 6.0), for
    using Webdb (by wdbcgi & wdbcgiw). When I launch the cgi URL, the
    browser ask me a password. The pass doesn't work. I have no
    access to WebDB. When I use WebDB Listener, it work perfectly.
    If someone can help me,
    Thanks a lot !!
    Bart
    PS: I have change for my config, the config files of Apache and
    wdbcgiw for the access path to the config Webdb file.
    null

    If you are attached to the Internet with a Router using DHCP that you control, you do not need to have the Firewall on individual Macs turned on.
    Otherwise, you may need to open some more ports to get this to work properly.

  • Apache authentication using .htaccess not working??

    I have added the following to my httpd.conf file:
    <Directory "/Library/WebServer/Documents/secret">
    Options FollowSymLinks
    AllowOverride None
    </Directory>
    Then I created an .htaccess file in /Library/WebServer/Documents/secret with the following contents:
    AuthName "Private area - server owner only. Hit Cancel."
    AuthType Basic
    AuthUserFile /Library/WebServer/.htpasswd
    require valid-user
    Then in Terminal I entered the following:
    htpasswd -c /Library/WebServer/.htpasswd s1lly
    New password: rabb1t
    Re-type new password: rabb1t
    Adding password for user s1lly
    Thn I stopped and re-started Apache using the OS X Server Admin apps. Now when I go to http://localhost/secret in my browser, it asks me for a username & password. I enter s1lly and rabb1t, but all it tells me is:
    "Forbidden
    You don't have permission to access /secret/ on this server.
    Apache/1.3.33 Server at localhost Port 80"
    What am I doing wrong? Before I added the .htaccess file and changed the httpd.conf, everything worked properly, so I know the URLs are correct. All files are set to be world-readable.
    Changing the .htaccess line from require valid-user to require user s1lly didn't help either.
    Thanks,
    Mike
    G4 MDD 1.25 GHz   Mac OS X (10.4.9)   Running OS X Server 10.4.9
    iBook 700mHz   Mac OS X (10.3.9)  

    Mike--
    I have added the following to my httpd.conf file:
    <Directory "/Library/WebServer/Documents/secret">
    Options FollowSymLinks
    AllowOverride None
    </Directory>
    Shouldn't that be AllowOverride AuthConfig? With it set to "None", Apache shouldn't be looking at the .htaccess file at all.
    charlie

  • Seams Auto-Deploy is not working?

    Hello,
    I hope somebody can help me with this problem. I am installing Liferay on Oc4J 10.1.3.5.0.
    But I think there is a problem with the Auto-Deployer... I get following message, when I try to deploy a portlet:
    Copying 24 files to C:\oc4j\j2ee\home\applications\sample-jsp-portlet
    Copying 1 file to C:\oc4j\j2ee\home\applications\sample-jsp-portlet
      Deleting directory C:\DOKUME~1\G101185\LOKALE~1\Temp\20100309161801535
    16:18:02,473 INFO  [PortletAutoDeployListener:87] Portlets for C:\Dokumente und Einstellungen\G101185\liferay\deploy\sample-jsp-portlet-5.2.0.1.war copied successfully. Deployment will start in a few seconds.After this message nothing happens... The files are copied to \home\applications but they are not listed or something else.
    Hope somebody can help me?
    Thank you.
    Best regards.
    Johannes

    No idea?

  • Database mappings with Deploy Tool not working

    Hi,
    I am using the deploy tool to deploy a CMP Bean. After I have mapped all columns to the database fields and click on the Save button, all the columns which are mapped to the database fields are gone and as a result the mappings xml file is not generated when i delploy the bean. Is there any solution to this problem or is it that i am making some mistakes with the procedure.
    Thanks,
    Gopinath.

    I had this same issue - drove myself bananas for a while.
    Its a proceedure issue - you, like I was doing, keep unmapping your cmp beans .
    First, capture your schema for your databases using the "capture-schema" command
    Add the schema files to your .jar file using the "Edit Contents" button on the "General" Tab.
    (Sounded like you got past all this, but I'll put it all here for the use of others)
    When you deploy an Entity bean:
    You click on "Sun Specific Settings" and select the "CMP Database" tab from pull down.
    Heres where it gets you: The "Create Database Mappings"
    Every time you add an entity bean to the jar, you were probably selecting the "Create Database Mappings" button to start mapping your entity bean. (I was too). But, doing so Un-maps all of the entity beans you already have in that Jar!!! I drove myself nutts with this, until I figured out where it was happening.
    use "Create Database Mappings" only once: for the first Entity bean you put into a jar.
    NEVER TOUCH IT AGAIN!!! - It will delete all your entity CMP mappings
    After that, when you add additional CMP entity beans, use the "Advanced Settings" button on the same panel. Then select the appropriate schema...and then map your beans.

  • Auto deploy does not work in Weblogic 6.1 !!!!

    Hi everyone,
    I am facing a problem in my weblogic 6.1 that whatever ejb componet I am deploying
    (after modification) to the weblogic server, the changes are not getting reflected
    if the server is running. Each time, I have stop the server and start it and then
    only the changes done in ejb is getting reflected.
    I am not setting startmode while starting the server. So by default it is false
    means ie., the server is running in devlopment mode.
    Does this problem exist if we do not have proper Service Pack ? Does this problem
    exist in higher version of weblogic ?
    thank you in advance.

    "jyothip" <[email protected]> wrote:
    >
    Hi everyone,
    I am facing a problem in my weblogic 6.1 that whatever ejb componet I
    am deploying
    (after modification) to the weblogic server, the changes are not getting
    reflected
    if the server is running. Each time, I have stop the server and start
    it and then
    only the changes done in ejb is getting reflected.
    I am not setting startmode while starting the server. So by default it
    is false
    means ie., the server is running in devlopment mode.
    Does this problem exist if we do not have proper Service Pack ? Does
    this problem
    exist in higher version of weblogic ?
    thank you in advance.

Maybe you are looking for

  • Not able to generate reports after 8.1.1.3 patch installation

    Hi All, We are not able to generate reports after 8.1.1.3 patch installtion. and we also followed workaround as below 1) Import the sif files from Siebel\8.1\Tools_1\REPPATCH\12-1VMBCSV.zip 2) Import the 4 SIF files in the following order: S_XMLP_REP

  • E2500 suddenly can't connect to the internet

    My e2500 suddenly dropped the ability to connect me to the internet.  Reset modem, installed firmware upgrade due to management mode errors trying to get into the router itself. My computer connected to the modem directly works fine but anytime I try

  • Airport Express goes MIA every few days

    I am using Windows Vista, and Airport Express to create a wireless network (it is the only wireless router, connected to a wired router). Every couple of weeks or so on average, my computer will be unable to find the network. I have found no pattern,

  • XSQL command line parameters

    I have a situation where I am generating some XML from a query in an XSQL and I want to use some command line parameters. This ony seems to work inside queries, e.g. given the command line "xsql quote.xsql quotetype=carhire quotenum=123" this will su

  • Where is Quicktime in Library??

    I need to add some new codecs and I am told to add it to /Library/Quicktime, but it is not there. Where else could it be? Or is it in a new place under 10.6?