This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 198236 - org.json.JSONException: A JSONObject text must begin with '{' at character 0 of
Summary: org.json.JSONException: A JSONObject text must begin with '{' at character 0 of
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Portalpack (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Satyaranjan D
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-02 08:22 UTC by Exceptions Reporter
Modified: 2011-05-02 08:22 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 146457


Attachments
stacktrace (752 bytes, text/plain)
2011-05-02 08:22 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2011-05-02 08:22:46 UTC
This issue was reported manually by mmirilovic.
It already has 35 duplicates 


Build: NetBeans IDE 6.5.1 (Build 200903060201)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows Vista

User Comments:
GUEST: deploy to liferay running on glassfish

gkbrown22: Debugging a tomcat/liferay portlet. When starting up the debugger this error occured

GUEST: ?????????????????????????????????????

GUEST: deploying a portlet within webspace 10.x, GF 2.1, Solaris 10 EIS-Jan 29/09




Stacktrace: 
org.json.JSONException: A JSONObject text must begin with '{' at character 0 of 
   at org.json.JSONTokener.syntaxError(JSONTokener.java:448)
   at org.json.JSONObject.<init>(JSONObject.java:178)
   at org.json.JSONObject.<init>(JSONObject.java:275)
   at org.netbeans.modules.portalpack.servers.websynergy.impl.LiferayTaskHandler.getAutoDeployDirectory(LiferayTaskHandler.java:684)
   at org.netbeans.modules.portalpack.servers.websynergy.impl.LiferayTaskHandler.deploy(LiferayTaskHandler.java:241)
   at org.netbeans.modules.portalpack.servers.core.PSDeployerImpl.run(PSDeployerImpl.java:151)
Comment 1 Exceptions Reporter 2011-05-02 08:22:50 UTC
Created attachment 108043 [details]
stacktrace