Return-Path: Delivered-To: apmail-portals-jetspeed-dev-archive@www.apache.org Received: (qmail 23784 invoked from network); 12 Feb 2010 21:02:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Feb 2010 21:02:55 -0000 Received: (qmail 60621 invoked by uid 500); 12 Feb 2010 21:02:55 -0000 Delivered-To: apmail-portals-jetspeed-dev-archive@portals.apache.org Received: (qmail 60560 invoked by uid 500); 12 Feb 2010 21:02:55 -0000 Mailing-List: contact jetspeed-dev-help@portals.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Jetspeed Developers List" Delivered-To: mailing list jetspeed-dev@portals.apache.org Received: (qmail 60278 invoked by uid 99); 12 Feb 2010 21:02:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Feb 2010 21:02:54 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Feb 2010 21:02:52 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AA690234C495 for ; Fri, 12 Feb 2010 13:02:30 -0800 (PST) Message-ID: <780684424.239911266008550695.JavaMail.jira@brutus.apache.org> Date: Fri, 12 Feb 2010 21:02:30 +0000 (UTC) From: "Prashant Chopde (JIRA)" To: jetspeed-dev@portals.apache.org Subject: [jira] Created: (JS2-1104) Jetspeed 2.2 deployment on Weblogic 10 results in getRealPath() called with unsafe path: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Jetspeed 2.2 deployment on Weblogic 10 results in getRealPath() called with unsafe path: ---------------------------------------------------------------------------------------- Key: JS2-1104 URL: https://issues.apache.org/jira/browse/JS2-1104 Project: Jetspeed 2 Issue Type: Bug Components: Deployment Affects Versions: 2.2.0 Environment: WLS 10, jetspeed-installer-demo-2.2.0.jar on Windows XP. DB: Oracle 10 XE. Reporter: Prashant Chopde I am trying to deploy Jetspeed2.2.0 on Weblogic application server. I packaged the exploded jetspeed, j2-admin and demo as wars into an Jetspeed2.ear. I am trying to deploy this using weblogic console. I am currently stuck at the following error.. ##### platform = Oracle9i <[weblogic.servlet.internal.WebAppServletContext@1aeb7a6 - appName: 'Jetspeed2', name: '/jetspeed', context-path: '/jetspeed'] getRealPath() called with unsafe path: "/C:/JetSpeed2Upgrade/Jets peed2.ear/jetspeed.war/WEB-INF/templates". java.io.IOException: The filename, directory name, or volume label syntax is incorrect at java.io.WinNTFileSystem.canonicalize0(Native Method) at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:395) at java.io.File.getCanonicalPath(File.java:531) at weblogic.servlet.internal.WebAppServletContext.getRealPath(WebAppServletContext.java:736) at org.springframework.web.util.WebUtils.getRealPath(WebUtils.java:232) Truncated. see log file for complete stacktrace > Have seen this error being reported with Jetspeed deployment before with Weblogic, but have not been able to find a solution for it. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org For additional commands, e-mail: jetspeed-dev-help@portals.apache.org