• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Error while loading CocoonServlet

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am getting below error while deploying a war file (which successfully running on production environment - Suse linux) in Windows environment. I made sure that Java and tomcat versions are same as Production.


Initialization Problem

Message: null

Description: No details available.

Sender: org.epoline.soprano.xmlOutput.SopranoCocoonServlet

Source: Cocoon Servlet

cause

Illegal character in path at index 16: file:/C:/Program Files (x86)/Apache Software Foundation/ITMS/webapps/itms/
request-uri

/itms/
Apache Cocoon 2.1.11


Do I need to configure any other thing before deploying the war file.

Below is Web.xml


Thanks in advance.

Prasad
 
Marshal
Posts: 4679
587
VSCode Eclipse IDE TypeScript Redhat MicroProfile Quarkus Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Kavuri Prasad wrote:file:/C:/Program Files (x86)/Apache Software Foundation/ITMS/webapps/itms/


That doesn't look like a well formed URI. It should be something like
file:///C:/Program%20Files%20(x86)/Apache%20Software%20Foundation/...
 
Wanna see my flashlight? How about this tiny ad?
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic