View Issue Details

IDProjectCategoryView StatusLast Update
0000013Pgpool-IIBugpublic2012-05-23 08:27
Reporterbabyyellow Assigned Tot-ishii  
PriorityhighSeverityfeatureReproducibilityalways
Status closedResolutionduplicate 
Platformlinux OSredhat linux OS Version5.4
Summary0000013: ERROR: portal "" does not exist {prepstmnt 1698892272
Descriptionjpa java app resin 3.x , postgresql 9.1.3

streaming replication

pgpool-II-3.1.3 load balance .

run preparedstements java throw errors :

   at java.lang.Thread.run(Thread.java:619)
[05-11 16:38:23.204] org.apache.openjpa.lib.jdbc.ReportingSQLException: ERROR: portal "" does not exist {prepstmnt 1698892272 SELECT t0.version,



if no pgpool , all is fine .

and this issure can be recreated .



================
Connection con = EnvUtils.getEnv().getConnection();
PreparedStatement ps = con.prepareStatement(sql);
ResultSet rs=ps.executeQuery();





TagsNo tags attached.

Activities

babyyellow

2012-05-11 18:19

reporter  

stderr(2).txt (4,766 bytes)   
stderr(2).txt (4,766 bytes)   

t-ishii

2012-05-22 18:45

developer   ~0000028

I think this is same issue as 0000014.

Issue History

Date Modified Username Field Change
2012-05-11 18:19 babyyellow New Issue
2012-05-11 18:19 babyyellow File Added: stderr(2).txt
2012-05-22 18:44 t-ishii Assigned To => t-ishii
2012-05-22 18:44 t-ishii Status new => assigned
2012-05-22 18:45 t-ishii Note Added: 0000028
2012-05-22 18:46 t-ishii Resolution open => duplicate
2012-05-23 08:27 t-ishii Status assigned => closed